summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/Location.cpp
AgeCommit message (Expand)Author
2023-05-16LibWeb: Implement location.assignLuke Wilde
2023-04-15AK+Everywhere: Change URL::path() to serialize_path()MacDue
2023-04-11AK+Everywhere: Use Optional for URLParser::parse's base_url parameternetworkException
2023-03-04LibWeb/HTML: Add missing SecurityError checks to LocationLinus Groh
2023-03-04LibWeb/HTML: Replace ThrowCompletionOr with ExceptionOr in LocationLinus Groh
2023-03-04LibWeb/HTML: Port Location to new StringLinus Groh
2023-02-17LibJS+Everywhere: Convert JS::Error to StringTimothy Flynn
2023-02-12LibWeb: Implement location.hash setterAndreas Kling
2023-01-29LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errorsTimothy Flynn
2023-01-18LibWeb: Convert the Location object to IDLLinus Groh