Igor Pissolati
|
a387b822a0
LibWeb: Add basic constructor/prototype to exotic objects
|
3 years ago |
Lenny Maiorani
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 years ago |
Linus Groh
|
1422bd45eb
LibWeb: Move Window from DOM directory & namespace to HTML
|
3 years ago |
Linus Groh
|
fe52ee2f8e
LibWeb: Implement the remaining LocationObject internal methods
|
3 years ago |
Linus Groh
|
26d29e9220
LibWeb: Implement LocationObject URL part getters closer to spec
|
3 years ago |
Linus Groh
|
7fb9f431ea
LibWeb: Add LocationObject::url()
|
3 years ago |
Linus Groh
|
da8525279e
LibWeb: Add LocationObject::relevant_document()
|
3 years ago |
Linus Groh
|
986bd2e271
LibWeb: Add spec comments to LocationObject
|
3 years ago |
Timothy Flynn
|
585e420707
LibWeb: Convert the Location object to ThrowCompletionOr
|
3 years ago |
Idan Horowitz
|
40eb3a39d4
LibJS: Rename define_native_function => define_old_native_function
|
3 years ago |
Idan Horowitz
|
20163c0584
LibJS: Add ThrowCompletionOr versions of the JS native function macros
|
3 years ago |
Linus Groh
|
4d8912a92b
LibJS: Convert to_string() to ThrowCompletionOr
|
3 years ago |
Idan Horowitz
|
4bd089616e
LibWeb: Implement window.location's stringifier
|
3 years ago |
Linus Groh
|
0a49a2db60
LibJS: Convert set_immutable_prototype() to ThrowCompletionOr
|
3 years ago |
Andreas Kling
|
573955be7f
LibWeb: Basic support for location.replace(url)
|
3 years ago |
Linus Groh
|
73bae7d779
LibJS: Convert internal_prevent_extensions() to ThrowCompletionOr
|
3 years ago |
Linus Groh
|
9b4362f10a
LibJS: Convert internal_is_extensible() to ThrowCompletionOr
|
3 years ago |
Linus Groh
|
8c81c84c18
LibJS: Convert internal_set_prototype_of() to ThrowCompletionOr
|
3 years ago |
Andreas Kling
|
74b88a8156
LibWeb: Implement window.location.port
|
3 years ago |
Idan Horowitz
|
d6cfa34667
AK: Make URL::m_port an Optional<u16>, Expose raw port getter
|
3 years ago |
Luke Wilde
|
ee5bac0891
LibWeb: Implement some custom JS internal overrides for Location
|
3 years ago |
Andreas Kling
|
e1fb8bef09
LibWeb: Rename Document::complete_url() => parse_url()
|
3 years ago |
Andreas Kling
|
90cdeebfb3
LibWeb: Rename DOM::Window::document() => associated_document()
|
3 years ago |
Idan Horowitz
|
6468a2bf21
LibWeb: Replace usage of native properties with accessors in Location
|
4 years ago |
Andreas Kling
|
c7e9b6d00f
LibWeb: Convert StringBuilder::appendf() => AK::Format
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |