summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Bindings/LocationObject.h
AgeCommit message (Expand)Author
2022-09-24LibWeb: Move cross-origin AOs from Bindings/ to HTML/CrossOrigin/Linus Groh
2022-09-06LibWeb: Make LocationObject a PlatformObjectAndreas Kling
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functionsLinus Groh
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in object constructorsLinus Groh
2022-03-17Libraries: Use default constructors/destructors in LibWebLenny Maiorani
2022-03-06LibWeb: Implement the remaining LocationObject internal methodsLinus Groh
2022-03-06LibWeb: Implement the [[CrossOriginPropertyDescriptorMap]] internal slotLinus Groh
2022-03-05LibWeb: Add LocationObject::url()Linus Groh
2022-03-05LibWeb: Add LocationObject::relevant_document()Linus Groh
2021-10-31LibWeb: Convert the Location object to ThrowCompletionOrTimothy Flynn
2021-10-20LibJS: Add ThrowCompletionOr versions of the JS native function macrosIdan Horowitz
2021-10-03LibWeb: Basic support for location.replace(url)Andreas Kling
2021-09-29LibJS: Convert internal_prevent_extensions() to ThrowCompletionOrLinus Groh
2021-09-29LibJS: Convert internal_is_extensible() to ThrowCompletionOrLinus Groh
2021-09-29LibJS: Convert internal_set_prototype_of() to ThrowCompletionOrLinus Groh
2021-09-18LibWeb: Implement window.location.portAndreas Kling
2021-09-12LibWeb: Implement some custom JS internal overrides for LocationLuke Wilde
2021-07-05LibWeb: Replace usage of native properties with accessors in LocationIdan Horowitz
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling