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
LibJS: Make sure JS::Script visits its HostDefined object
Andreas Kling
2022-09-06
LibWeb: Don't use the internal window object when parsing HTML fragments
Andreas Kling
2022-09-06
LibWeb: Remove some unnecessary use of the internal realm in EventTarget
Andreas Kling
2022-09-06
LibJS+LibWeb: Make HTML::Script GC-allocated
Andreas Kling
2022-09-06
LibJS: Make Script and Module GC-allocated
Andreas Kling
2022-09-06
LibWeb: Always allow scripting in workers for now
Andreas Kling
2022-09-06
LibWeb: Give web workers a (totally hacky) Window object
Andreas Kling
2022-09-06
LibWeb: Remove the NoInstanceWrapper extended IDL attribute
Andreas Kling
2022-09-06
LibWeb: Remove now-unused Bindings::wrap()
Andreas Kling
2022-09-06
LibWeb: Stop using Bindings::wrap() in a bunch of places
Andreas Kling
2022-09-06
LibWeb: Use the WRAPPER_HACK() macro instead of hand-coding wrap()
Andreas Kling
2022-09-06
LibWeb: Remove now-unused Bindings::Wrapper class
Andreas Kling
2022-09-06
LibWeb: Remove now-unused Bindings::Wrappable class
Andreas Kling
2022-09-06
LibWeb: Remove the NO_INSTANCE option now that all wrappers are gone
Andreas Kling
2022-09-06
LibWeb: Make DOMException GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make LocationObject a PlatformObject
Andreas Kling
2022-09-06
LibWeb: Make WorkerNavigator GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make WorkerLocation GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make IntersectionObserver GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make URL, URLSearchParams & URLSearchParamsIterator GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make ResizeObserver GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make IdleDeadline GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make Selection GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make Crypto GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make Headers and HeadersIterator GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make Blob and File GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make TextDecoder GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make TextEncoder GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make DOMRect, DOMRectReadOnly and DOMRectList GC-allocated
Andreas Kling
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
[next]