summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-09-06LibJS: Make sure JS::Script visits its HostDefined objectAndreas Kling
2022-09-06LibWeb: Don't use the internal window object when parsing HTML fragmentsAndreas Kling
2022-09-06LibWeb: Remove some unnecessary use of the internal realm in EventTargetAndreas Kling
2022-09-06LibJS+LibWeb: Make HTML::Script GC-allocatedAndreas Kling
2022-09-06LibJS: Make Script and Module GC-allocatedAndreas Kling
2022-09-06LibWeb: Always allow scripting in workers for nowAndreas Kling
2022-09-06LibWeb: Give web workers a (totally hacky) Window objectAndreas Kling
2022-09-06LibWeb: Remove the NoInstanceWrapper extended IDL attributeAndreas Kling
2022-09-06LibWeb: Remove now-unused Bindings::wrap()Andreas Kling
2022-09-06LibWeb: Stop using Bindings::wrap() in a bunch of placesAndreas Kling
2022-09-06LibWeb: Use the WRAPPER_HACK() macro instead of hand-coding wrap()Andreas Kling
2022-09-06LibWeb: Remove now-unused Bindings::Wrapper classAndreas Kling
2022-09-06LibWeb: Remove now-unused Bindings::Wrappable classAndreas Kling
2022-09-06LibWeb: Remove the NO_INSTANCE option now that all wrappers are goneAndreas Kling
2022-09-06LibWeb: Make DOMException GC-allocatedAndreas Kling
2022-09-06LibWeb: Make LocationObject a PlatformObjectAndreas Kling
2022-09-06LibWeb: Make WorkerNavigator GC-allocatedAndreas Kling
2022-09-06LibWeb: Make WorkerLocation GC-allocatedAndreas Kling
2022-09-06LibWeb: Make IntersectionObserver GC-allocatedAndreas Kling
2022-09-06LibWeb: Make URL, URLSearchParams & URLSearchParamsIterator GC-allocatedAndreas Kling
2022-09-06LibWeb: Make ResizeObserver GC-allocatedAndreas Kling
2022-09-06LibWeb: Make IdleDeadline GC-allocatedAndreas Kling
2022-09-06LibWeb: Make Selection GC-allocatedAndreas Kling
2022-09-06LibWeb: Make Crypto GC-allocatedAndreas Kling
2022-09-06LibWeb: Make Headers and HeadersIterator GC-allocatedAndreas Kling
2022-09-06LibWeb: Make Blob and File GC-allocatedAndreas Kling
2022-09-06LibWeb: Make TextDecoder GC-allocatedAndreas Kling
2022-09-06LibWeb: Make TextEncoder GC-allocatedAndreas Kling
2022-09-06LibWeb: Make DOMRect, DOMRectReadOnly and DOMRectList GC-allocatedAndreas Kling
2022-09-06LibWeb: Make DOMPoint and DOMPointReadOnly GC-allocatedAndreas Kling
2022-09-06LibWeb: Remove unused HTML::Window::create_with_document()Andreas Kling
2022-09-06LibWeb: Make SubtleCrypto GC-allocatedAndreas Kling
2022-09-06LibWeb: Make Storage GC-allocatedAndreas Kling
2022-09-06LibWeb: Use target's global object when creating focus/blur eventsAndreas Kling
2022-09-06LibWeb: Don't allocate DOMStringMap in HTMLElement constructorAndreas Kling
2022-09-06LibWeb: Don't allocate NamedNodeMap in Element constructorAndreas Kling
2022-09-06LibWeb: Use cached_web_prototype() as much as possibleAndreas Kling
2022-09-06LibWeb: Add some missing constructors to the Window objectAndreas Kling
2022-09-06LibWeb: Use correct Window object when dispatching Document load eventAndreas Kling
2022-09-06LibWeb: Use correct relevant settings object in Document initializationAndreas Kling
2022-09-06LibWeb: Make StyleSheet mark its owner nodeAndreas Kling
2022-09-06LibWeb: Make CSSImportList mark its documentAndreas Kling
2022-09-06LibWeb: Make Document::is_fully_active() more robustAndreas Kling
2022-09-06LibWeb: Don't capture raw ptr in Document::completely_finish_loading()Andreas Kling
2022-09-06LibWeb: Make XMLSerializer GC-allocatedAndreas Kling
2022-09-06LibWeb: Make TextMetrics GC-allocatedAndreas Kling
2022-09-06LibWeb: Make Path2D GC-allocatedAndreas Kling
2022-09-06LibWeb: Make CanvasGradient GC-allocatedAndreas Kling
2022-09-06LibWeb: Make ImageData GC-allocatedAndreas Kling
2022-09-06LibWeb: Make 2D and 3D canvas rendering contexts GC-allocatedAndreas Kling