Age | Commit message (Expand) | Author |
---|---|---|
2021-09-18 | LibWeb: Implement window.location.port | Andreas Kling |
2021-09-14 | AK: Make URL::m_port an Optional<u16>, Expose raw port getter | Idan Horowitz |
2021-09-12 | LibWeb: Implement some custom JS internal overrides for Location | Luke Wilde |
2021-09-09 | LibWeb: Rename Document::complete_url() => parse_url() | Andreas Kling |
2021-09-09 | LibWeb: Rename DOM::Window::document() => associated_document() | Andreas Kling |
2021-07-05 | LibWeb: Replace usage of native properties with accessors in Location | Idan Horowitz |
2021-05-07 | LibWeb: Convert StringBuilder::appendf() => AK::Format | Andreas Kling |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |