summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Bindings/LocationObject.cpp
AgeCommit message (Expand)Author
2021-09-18LibWeb: Implement window.location.portAndreas Kling
2021-09-14AK: Make URL::m_port an Optional<u16>, Expose raw port getterIdan Horowitz
2021-09-12LibWeb: Implement some custom JS internal overrides for LocationLuke Wilde
2021-09-09LibWeb: Rename Document::complete_url() => parse_url()Andreas Kling
2021-09-09LibWeb: Rename DOM::Window::document() => associated_document()Andreas Kling
2021-07-05LibWeb: Replace usage of native properties with accessors in LocationIdan Horowitz
2021-05-07LibWeb: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling