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
/
WindowObject.cpp
Age
Commit message (
Expand
)
Author
2022-09-06
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make DOM::Event and all its subclasses GC-allocated
Andreas Kling
2022-09-06
LibWeb: Move event listeners, handlers and callbacks to the GC heap
Andreas Kling
2022-09-06
LibWeb: Make CSSStyleDeclaration GC-allocated
Andreas Kling
2022-08-28
LibJS: Turn initialize_global_object() into a regular initialize()
Linus Groh
2022-08-26
LibWeb: Remove one remaining use of JS::InvalidCharacterError
Linus Groh
2022-08-23
LibJS: Pass Realm to define_native_{accessor,function}()
Linus Groh
2022-08-23
LibJS: Pass Realm to GlobalObject::initialize_global_object()
Linus Groh
2022-08-23
LibJS: Remove GlobalObject parameter from native functions
Linus Groh
2022-08-23
LibWeb: Replace GlobalObject with VM in Window AOs [Part 3/4]
Linus Groh
2022-08-23
LibWeb: Replace GlobalObject with Realm in wrapper functions
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Value AOs [Part 4/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 Heap::allocate<T>()
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in object constructors
Linus Groh
2022-08-21
LibWeb: Make window.performance replaceable and configurable
Luke Wilde
2022-08-05
LibWeb: Support assigning to window.location
Andreas Kling
2022-08-05
LibJS: Let Shape store a Realm instead of a GlobalObject
Andreas Kling
2022-07-14
LibWeb: Move Origin into the HTML namespace
Linus Groh
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-06-29
LibWeb: Implement WindowEventHandlers
Luke Wilde
2022-05-13
LibWeb: Add window.clientInformation property
ReimarPB
2022-04-06
LibWeb: Add basic constructor/prototype to exotic objects
Igor Pissolati
2022-04-02
LibWeb: Add the requestIdleCallback/cancelIdleCallback API
Simon Wanner
2022-03-17
Libraries: Use default constructors/destructors in LibWeb
Lenny Maiorani
2022-03-16
LibWeb: Implement window.name
Simon Wanner
2022-03-10
LibWeb: Add window.sessionStorage
Paul Wratt
2022-03-08
LibWeb: Move Window from DOM directory & namespace to HTML
Linus Groh
2022-03-04
LibWeb: Implement setTimeout/setInterval with ESO according to the spec
Timothy Flynn
2022-03-01
LibWeb: Add origin property to window object
Alex M
2022-02-26
LibWeb: Add simple ad-hoc version of window.postMessage()
Andreas Kling
2022-02-26
LibWeb: Reorganize window.parent so it looks a bit more like the spec
Andreas Kling
2022-02-08
LibWeb: Add Storage interface and window.localStorage
Andreas Kling
2022-02-08
LibWeb: Rewrite EventTarget to more closely match the spec
Luke Wilde
2022-02-08
LibWeb: Introduce the Environment Settings Object
Luke Wilde
2022-01-24
AK+Userland: Make AK::decode_base64 return ErrorOr
Sam Atkins
2021-12-10
LibJS: Remove Object::value_of()
Linus Groh
2021-11-18
LibWeb: Move BrowsingContext into HTML/
Andreas Kling
2021-10-31
LibWeb: Convert throw_dom_exception_if_needed() to ThrowCompletionOr
Timothy Flynn
2021-10-31
LibWeb: Convert the Window object to ThrowCompletionOr
Timothy Flynn
2021-10-23
AK+Everywhere: Make Base64 decoding fallible
Ben Wiederhake
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-20
LibJS: Replace usages of JS_{DECLARE, DEFINE}_NATIVE_GETTER
Idan Horowitz
2021-10-18
LibJS: Convert to_i32() to ThrowCompletionOr
Idan Horowitz
2021-10-17
LibJS: Convert to_double() to ThrowCompletionOr
Idan Horowitz
2021-10-13
LibJS: Convert to_object() to ThrowCompletionOr
Linus Groh
2021-10-13
LibJS: Convert to_string() to ThrowCompletionOr
Linus Groh
[next]