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
Age
Commit message (
Expand
)
Author
2022-09-06
LibWeb: Make MutationObserver GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make MutationRecord GC-allocated
Andreas Kling
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-09-06
LibWeb: Make CSSRule and all its subclasses GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make StyleSheetList GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make StyleSheet and CSSStyleSheet GC-allocated
Andreas Kling
2022-09-06
LibWeb: Add an "internal" JS realm & window object
Andreas Kling
2022-09-06
LibWeb: Add Bindings::LegacyPlatformObject base class
Andreas Kling
2022-09-06
LibWeb: Add PlatformObject class
Andreas Kling
2022-08-28
LibJS: Remove Shape::global_object() and Object::global_object()
Linus Groh
2022-08-28
LibJS: Turn initialize_global_object() into a regular initialize()
Linus Groh
2022-08-27
LibWeb: Implement the HostEnsureCanAddPrivateElement JS hook
davidot
2022-08-27
LibJS+LibWeb: Remove last uses of GlobalObject::associated_realm()
Linus Groh
2022-08-27
LibJS: Move intrinsics to the realm
Linus Groh
2022-08-26
LibWeb: Remove one remaining use of JS::InvalidCharacterError
Linus Groh
2022-08-26
LibWeb: Intentionally leak the main thread JS VM
Andreas Kling
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: 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 remaining AOs [Part 4/4]
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 VM in CrossOrigin AOs [Part 2/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 common AOs [Part 18/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Promise AOs [Part 8/19]
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 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 initialize() 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-15
LibJS: Use NaN boxing to decrease the memory size of Values
davidot
2022-08-14
LibWeb: Implement Path2D class
Sam Atkins
2022-08-06
LibJS+LibWeb: Restore type safety of Realm::set_global_object()
Linus Groh
2022-08-05
LibWeb: Support assigning to window.location
Andreas Kling
2022-08-05
LibWeb: Start implementing "create and initialize a Document" from HTML
Andreas Kling
2022-08-05
LibWeb: Always put a dummy execution context on the main thread VM stack
Andreas Kling
2022-08-05
LibJS: Let Shape store a Realm instead of a GlobalObject
Andreas Kling
2022-07-26
LibWeb: Introduce the File interface from the FileAPI spec
Kenneth Myhra
2022-07-22
LibWeb: Let get_buffer_source_copy() return ErrorOr instead of Optional
Kenneth Myhra
2022-07-19
LibWeb: Implement '5.1. Headers class' from the Fetch API :^)
Linus Groh
2022-07-17
LibWeb: Introduce Blob
Kenneth Myhra
2022-07-14
LibWeb: Move Origin into the HTML namespace
Linus Groh
[next]