Linus Groh
|
40a70461a0
LibWeb: Replace GlobalObject with Realm in wrapper functions
|
2 years ago |
Linus Groh
|
a022e548b8
LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]
|
2 years ago |
Linus Groh
|
999da617c5
LibJS: Remove GlobalObject from VM::this_value()
|
2 years ago |
Linus Groh
|
f3117d46dc
LibJS: Remove GlobalObject from VM::throw_completion()
|
2 years ago |
Linus Groh
|
e992a9f469
LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>()
|
2 years ago |
Linus Groh
|
b99cc7d050
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
|
2 years ago |
Linus Groh
|
ecd163bdf1
LibJS+LibWeb: Replace GlobalObject with Realm in object constructors
|
2 years ago |
Luke Wilde
|
5ebf444199
LibWeb: Make window.performance replaceable and configurable
|
2 years ago |
Andreas Kling
|
95e011e2a0
LibWeb: Support assigning to window.location
|
3 years ago |
Andreas Kling
|
50d951aea2
LibJS: Let Shape store a Realm instead of a GlobalObject
|
3 years ago |
Linus Groh
|
22a627fc1a
LibWeb: Move Origin into the HTML namespace
|
3 years ago |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 years ago |
Luke Wilde
|
3fe66bddf4
LibWeb: Implement WindowEventHandlers
|
3 years ago |
ReimarPB
|
235e977e3a
LibWeb: Add window.clientInformation property
|
3 years ago |
Igor Pissolati
|
a387b822a0
LibWeb: Add basic constructor/prototype to exotic objects
|
3 years ago |
Simon Wanner
|
ea9857a423
LibWeb: Add the requestIdleCallback/cancelIdleCallback API
|
3 years ago |
Lenny Maiorani
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 years ago |
Simon Wanner
|
7969161f07
LibWeb: Implement window.name
|
3 years ago |
Paul Wratt
|
83eb5ac8fd
LibWeb: Add window.sessionStorage
|
3 years ago |
Linus Groh
|
1422bd45eb
LibWeb: Move Window from DOM directory & namespace to HTML
|
3 years ago |
Timothy Flynn
|
18b9d02edd
LibWeb: Implement setTimeout/setInterval with ESO according to the spec
|
3 years ago |
Alex M
|
f0f2009170
LibWeb: Add origin property to window object
|
3 years ago |
Andreas Kling
|
f855cbac92
LibWeb: Add simple ad-hoc version of window.postMessage()
|
3 years ago |
Andreas Kling
|
fc5e414596
LibWeb: Reorganize window.parent so it looks a bit more like the spec
|
3 years ago |
Andreas Kling
|
47979996e8
LibWeb: Add Storage interface and window.localStorage
|
3 years ago |
Luke Wilde
|
5aacec65ab
LibWeb: Rewrite EventTarget to more closely match the spec
|
3 years ago |
Luke Wilde
|
f71f404e0c
LibWeb: Introduce the Environment Settings Object
|
3 years ago |
Sam Atkins
|
c388a879d7
AK+Userland: Make AK::decode_base64 return ErrorOr
|
3 years ago |
Linus Groh
|
038d354b5d
LibJS: Remove Object::value_of()
|
3 years ago |
Andreas Kling
|
7c57961c61
LibWeb: Move BrowsingContext into HTML/
|
3 years ago |