index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
Bindings
/
LocationObject.h
Age
Commit message (
Expand
)
Author
2022-09-24
LibWeb: Move cross-origin AOs from Bindings/ to HTML/CrossOrigin/
Linus Groh
2022-09-06
LibWeb: Make LocationObject a PlatformObject
Andreas Kling
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in object constructors
Linus Groh
2022-03-17
Libraries: Use default constructors/destructors in LibWeb
Lenny Maiorani
2022-03-06
LibWeb: Implement the remaining LocationObject internal methods
Linus Groh
2022-03-06
LibWeb: Implement the [[CrossOriginPropertyDescriptorMap]] internal slot
Linus Groh
2022-03-05
LibWeb: Add LocationObject::url()
Linus Groh
2022-03-05
LibWeb: Add LocationObject::relevant_document()
Linus Groh
2021-10-31
LibWeb: Convert the Location object to ThrowCompletionOr
Timothy Flynn
2021-10-20
LibJS: Add ThrowCompletionOr versions of the JS native function macros
Idan Horowitz
2021-10-03
LibWeb: Basic support for location.replace(url)
Andreas Kling
2021-09-29
LibJS: Convert internal_prevent_extensions() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_is_extensible() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_set_prototype_of() to ThrowCompletionOr
Linus Groh
2021-09-18
LibWeb: Implement window.location.port
Andreas Kling
2021-09-12
LibWeb: Implement some custom JS internal overrides for Location
Luke Wilde
2021-07-05
LibWeb: Replace usage of native properties with accessors in Location
Idan Horowitz
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling