Age | Commit message (Expand) | Author |
---|---|---|
2023-05-16 | LibWeb: Implement location.assign | Luke Wilde |
2023-04-15 | AK+Everywhere: Change URL::path() to serialize_path() | MacDue |
2023-04-11 | AK+Everywhere: Use Optional for URLParser::parse's base_url parameter | networkException |
2023-03-04 | LibWeb/HTML: Add missing SecurityError checks to Location | Linus Groh |
2023-03-04 | LibWeb/HTML: Replace ThrowCompletionOr with ExceptionOr in Location | Linus Groh |
2023-03-04 | LibWeb/HTML: Port Location to new String | Linus Groh |
2023-02-17 | LibJS+Everywhere: Convert JS::Error to String | Timothy Flynn |
2023-02-12 | LibWeb: Implement location.hash setter | Andreas Kling |
2023-01-29 | LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors | Timothy Flynn |
2023-01-18 | LibWeb: Convert the Location object to IDL | Linus Groh |