Andreas Kling
|
df7e64d103
LibWeb: Handle multiple class names in getElementsByClassName()
|
2 years ago |
Andreas Kling
|
9e274d9501
LibWeb: Make Document.createElement() lowercase HTML local names
|
2 years ago |
Luke Wilde
|
6a4934a030
LibWeb: Implement document.domain getter
|
2 years ago |
Andreas Kling
|
df49a6ae9b
LibWeb: Schedule a layout update in Document::invalidate_layout()
|
2 years ago |
Andreas Kling
|
524ec95bcd
LibWeb: Keep CSS sheets sorted in document tree order
|
2 years ago |
Andreas Kling
|
9567e211e7
LibWeb+WebContent: Add abstraction layer for event loop and timers
|
2 years ago |
Andreas Kling
|
497ead37bc
LibWeb: Make DOMException GC-allocated
|
2 years ago |
Andreas Kling
|
ffad902c07
LibWeb: Use cached_web_prototype() as much as possible
|
2 years ago |
Andreas Kling
|
dd9cd3050b
LibWeb: Use correct Window object when dispatching Document load event
|
2 years ago |
Andreas Kling
|
1029ea4b32
LibWeb: Use correct relevant settings object in Document initialization
|
2 years ago |
Andreas Kling
|
a835f313f7
LibWeb: Make Document::is_fully_active() more robust
|
2 years ago |
Andreas Kling
|
4901f69345
LibWeb: Don't capture raw ptr in Document::completely_finish_loading()
|
2 years ago |
Andreas Kling
|
16fbb91aa1
LibWeb: Make History GC-allocated
|
2 years ago |
Andreas Kling
|
2bba97964b
LibWeb: Make HTMLCollection and subclasses GC-allocated
|
2 years ago |
Andreas Kling
|
4c887bf6c3
LibWeb: Remove Document::interpreter()
|
2 years ago |
Andreas Kling
|
2d72abc3d4
LibWeb+WebContent: Store Realm instead of Interpreter in ConsoleClient
|
2 years ago |
Andreas Kling
|
6f433c8656
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
|
2 years ago |
Andreas Kling
|
bb547ce1c4
LibWeb: Make AbstractRange and subclasses GC-allocated
|
2 years ago |
Andreas Kling
|
7c3db526b0
LibWeb: Make DOM::Event and all its subclasses GC-allocated
|
2 years ago |
Andreas Kling
|
a4ddb0ef87
LibWeb: Make TreeWalker GC-allocated
|
2 years ago |
Andreas Kling
|
bd629c45b5
LibWeb: Make NodeIterator GC-allocated
|
2 years ago |
Andreas Kling
|
8cda70c892
LibWeb: Move event listeners, handlers and callbacks to the GC heap
|
2 years ago |
Andreas Kling
|
967a3e5a45
LibWeb: Make DOMImplementation GC-allocated
|
2 years ago |
Andreas Kling
|
5d6cb9cbdb
LibWeb: Make CSSRuleList GC-allocated
|
2 years ago |
Andreas Kling
|
5366924f11
LibWeb: Make StyleSheetList GC-allocated
|
2 years ago |
Andreas Kling
|
5d60212076
LibWeb: Make StyleSheet and CSSStyleSheet GC-allocated
|
2 years ago |
Linus Groh
|
61bd9fef7d
LibJS+LibWeb: Remove last uses of GlobalObject::associated_realm()
|
2 years ago |
MacDue
|
8d2c2f7c52
LibWeb: Determine the origin when navigating across documents
|
2 years ago |
Linus Groh
|
e992a9f469
LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>()
|
2 years ago |
Linus Groh
|
c8f1651761
LibJS+LibWeb: Restore type safety of Realm::set_global_object()
|
2 years ago |