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.cpp
Age
Commit message (
Expand
)
Author
2023-01-18
LibWeb: Convert the Location object to IDL
Linus Groh
2023-01-15
LibJS+Everywhere: Rename Value::to_string to to_deprecated_string
Timothy Flynn
2023-01-10
LibWeb: Move setting of Web object prototypes to initialize()
Timothy Flynn
2023-01-09
AK+Everywhere: Rename FlyString to DeprecatedFlyString
Timothy Flynn
2022-12-07
LibJS: Replace standalone js_string() with PrimitiveString::create()
Linus Groh
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-13
LibWeb: Implement `window.location.origin`
Igor Pissolati
2022-10-01
LibWeb: Use prototype and constructor methods from new Intrinsics
Andrew Kaster
2022-09-29
AK+Everywhere: Replace "protocol" with "scheme" url helpers
networkException
2022-09-25
LibWeb: Move DOMException from DOM/ to WebIDL/
Linus Groh
2022-09-24
LibWeb: Move cross-origin AOs from Bindings/ to HTML/CrossOrigin/
Linus Groh
2022-09-21
LibWeb: Remove no-op impl() methods from the WEB_PLATFORM_OBJECT macro
Linus Groh
2022-09-06
LibWeb: Make DOMException GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make LocationObject a PlatformObject
Andreas Kling
2022-09-06
LibWeb: Use cached_web_prototype() as much as possible
Andreas Kling
2022-09-06
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
Andreas Kling
2022-08-28
LibJS: Remove Shape::global_object() and Object::global_object()
Linus Groh
2022-08-23
LibJS+LibWeb: Reduce use of GlobalObject as an intermediary
Linus Groh
2022-08-23
LibJS: Pass Realm to define_native_{accessor,function}()
Linus Groh
2022-08-23
LibJS: Remove GlobalObject parameter from native functions
Linus Groh
2022-08-23
LibWeb: Replace GlobalObject with VM in CrossOrigin AOs [Part 2/4]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in PrototypeObject AOs [Part 3/19]
Linus Groh
2022-08-23
LibJS: Remove GlobalObject from VM::this_value()
Linus Groh
2022-08-23
LibJS: Remove GlobalObject from VM::throw_completion()
Linus Groh
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-04-06
LibWeb: Add basic constructor/prototype to exotic objects
Igor Pissolati
2022-03-17
Libraries: Use default constructors/destructors in LibWeb
Lenny Maiorani
2022-03-08
LibWeb: Move Window from DOM directory & namespace to HTML
Linus Groh
2022-03-06
LibWeb: Implement the remaining LocationObject internal methods
Linus Groh
2022-03-05
LibWeb: Implement LocationObject URL part getters closer to spec
Linus Groh
2022-03-05
LibWeb: Add LocationObject::url()
Linus Groh
2022-03-05
LibWeb: Add LocationObject::relevant_document()
Linus Groh
2022-03-05
LibWeb: Add spec comments to LocationObject
Linus Groh
2021-10-31
LibWeb: Convert the Location object to ThrowCompletionOr
Timothy Flynn
2021-10-20
LibJS: Rename define_native_function => define_old_native_function
Idan Horowitz
2021-10-20
LibJS: Add ThrowCompletionOr versions of the JS native function macros
Idan Horowitz
2021-10-13
LibJS: Convert to_string() to ThrowCompletionOr
Linus Groh
2021-10-04
LibWeb: Implement window.location's stringifier
Idan Horowitz
2021-10-04
LibJS: Convert set_immutable_prototype() to ThrowCompletionOr
Linus Groh
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-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
[next]