summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-06LibWeb: Make 2D and 3D canvas rendering contexts GC-allocatedAndreas Kling
2022-09-06LibWeb: Make AbortController GC-allocatedAndreas Kling
2022-09-06Fuzzers: Fix FuzzCSSParser buildAndreas Kling
2022-09-06LibWeb: Make SVGLength and SVGAnimatedLength GC-allocatedAndreas Kling
2022-09-06LibWeb: Make History GC-allocatedAndreas Kling
2022-09-06LibWeb+LibJS: Let JS::Realm::HostDefined objects mark things during GCAndreas Kling
2022-09-06LibWeb: Make MessageChannel GC-allocatedAndreas Kling
2022-09-06LibWeb: Make HTMLCollection and subclasses GC-allocatedAndreas Kling
2022-09-06LibWeb: Remove Document::interpreter()Andreas Kling
2022-09-06LibWeb+WebContent: Store Realm instead of Interpreter in ConsoleClientAndreas Kling
2022-09-06LibWeb: Make MutationObserver GC-allocatedAndreas Kling
2022-09-06LibWeb: Make MutationRecord GC-allocatedAndreas Kling
2022-09-06LibWeb: Make NodeList GC-allocatedAndreas Kling
2022-09-06LibWeb: Don't use a JS::Handle for XHR response objectAndreas Kling
2022-09-06LibWeb: Make HTML::Timer GC-allocatedAndreas Kling
2022-09-06LibWeb: Don't have Handle<Realm> in WindowEnvironmentSettingsObjectAndreas Kling
2022-09-06LibWeb: Make PerformanceTiming GC-allocatedAndreas Kling
2022-09-06LibWeb: Make CSS::Screen GC-allocatedAndreas Kling
2022-09-06LibWeb: Make DOMParser GC-allocatedAndreas Kling
2022-09-06LibWeb: Add HTML::Window::cached_web_prototype()Andreas Kling
2022-09-06LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocatedAndreas Kling
2022-09-06LibWeb: Make AbstractRange and subclasses GC-allocatedAndreas Kling
2022-09-06LibWeb: Make DOM::Event and all its subclasses GC-allocatedAndreas Kling
2022-09-06LibWeb: Make TreeWalker GC-allocatedAndreas Kling
2022-09-06LibWeb: Make NodeIterator GC-allocatedAndreas Kling
2022-09-06LibWeb: Move event listeners, handlers and callbacks to the GC heapAndreas Kling
2022-09-06LibWeb: Make DOMImplementation GC-allocatedAndreas Kling
2022-09-06LibWeb: Make MediaList GC-allocatedAndreas Kling
2022-09-06LibWeb: Make DOMTokenList GC-allocatedAndreas Kling
2022-09-06LibWeb: Make NamedNodeMap GC-allocatedAndreas Kling
2022-09-06LibWeb: Make DOMStringMap GC-allocatedAndreas Kling
2022-09-06LibWeb: Make CSSStyleDeclaration GC-allocatedAndreas Kling
2022-09-06LibWeb: Make CSSRule and all its subclasses GC-allocatedAndreas Kling
2022-09-06LibWeb: Make CSSRuleList GC-allocatedAndreas Kling
2022-09-06LibWeb: Make StyleSheetList GC-allocatedAndreas Kling
2022-09-06LibWeb: Make StyleSheet and CSSStyleSheet GC-allocatedAndreas Kling
2022-09-06LibWeb: Add an "internal" JS realm & window objectAndreas Kling
2022-09-06LibWeb: Support NoInstanceWrapper extended attribute on interfacesAndreas Kling
2022-09-06LibWeb: Add a mechanism to opt out of generating instance wrappersAndreas Kling
2022-09-06LibWeb: Add Bindings::LegacyPlatformObject base classAndreas Kling
2022-09-06LibWeb: Add PlatformObject classAndreas Kling
2022-09-05Ports: Remove invalid copy action from PrBoom+ buildJelle Raaijmakers
2022-09-05Base: Make open folder icons consistentelectrikmilk
2022-09-05Base: Add shell script file type iconelectrikmilk
2022-09-05LibLocale: Move locale source files to the LibLocale libraryTimothy Flynn
2022-09-05LibUnicode: Generate a separate Locale enumeration for special casingTimothy Flynn
2022-09-05LibLocale: Move locale test files to the LibLocale folderTimothy Flynn
2022-09-05LibLocale: Move locale source files to the LibLocale folderTimothy Flynn
2022-09-05Userland: Move files destined for LibLocale to the Locale namespaceTimothy Flynn
2022-09-05LibLocale: Rename a couple CLDR generator structuresTimothy Flynn