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
Age
Commit message (
Expand
)
Author
2022-09-06
LibWeb: Make DOMPoint and DOMPointReadOnly GC-allocated
Andreas Kling
2022-09-06
LibWeb: Remove unused HTML::Window::create_with_document()
Andreas Kling
2022-09-06
LibWeb: Make SubtleCrypto GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make Storage GC-allocated
Andreas Kling
2022-09-06
LibWeb: Use target's global object when creating focus/blur events
Andreas Kling
2022-09-06
LibWeb: Don't allocate DOMStringMap in HTMLElement constructor
Andreas Kling
2022-09-06
LibWeb: Don't allocate NamedNodeMap in Element constructor
Andreas Kling
2022-09-06
LibWeb: Use cached_web_prototype() as much as possible
Andreas Kling
2022-09-06
LibWeb: Add some missing constructors to the Window object
Andreas Kling
2022-09-06
LibWeb: Use correct Window object when dispatching Document load event
Andreas Kling
2022-09-06
LibWeb: Use correct relevant settings object in Document initialization
Andreas Kling
2022-09-06
LibWeb: Make StyleSheet mark its owner node
Andreas Kling
2022-09-06
LibWeb: Make CSSImportList mark its document
Andreas Kling
2022-09-06
LibWeb: Make Document::is_fully_active() more robust
Andreas Kling
2022-09-06
LibWeb: Don't capture raw ptr in Document::completely_finish_loading()
Andreas Kling
2022-09-06
LibWeb: Make XMLSerializer GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make TextMetrics GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make Path2D GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make CanvasGradient GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make ImageData GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make 2D and 3D canvas rendering contexts GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make AbortController GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make SVGLength and SVGAnimatedLength GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make History GC-allocated
Andreas Kling
2022-09-06
LibWeb+LibJS: Let JS::Realm::HostDefined objects mark things during GC
Andreas Kling
2022-09-06
LibWeb: Make MessageChannel GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make HTMLCollection and subclasses GC-allocated
Andreas Kling
2022-09-06
LibWeb: Remove Document::interpreter()
Andreas Kling
2022-09-06
LibWeb+WebContent: Store Realm instead of Interpreter in ConsoleClient
Andreas Kling
2022-09-06
LibWeb: Make MutationObserver GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make MutationRecord GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make NodeList GC-allocated
Andreas Kling
2022-09-06
LibWeb: Don't use a JS::Handle for XHR response object
Andreas Kling
2022-09-06
LibWeb: Make HTML::Timer GC-allocated
Andreas Kling
2022-09-06
LibWeb: Don't have Handle<Realm> in WindowEnvironmentSettingsObject
Andreas Kling
2022-09-06
LibWeb: Make PerformanceTiming GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make CSS::Screen GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make DOMParser GC-allocated
Andreas Kling
2022-09-06
LibWeb: Add HTML::Window::cached_web_prototype()
Andreas Kling
2022-09-06
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make AbstractRange and subclasses GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make DOM::Event and all its subclasses GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make TreeWalker GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make NodeIterator 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 DOMImplementation GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make MediaList GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make DOMTokenList GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make NamedNodeMap GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make DOMStringMap GC-allocated
Andreas Kling
[prev]
[next]