Andreas Kling 4ee5dfbe4b LibWeb: Flesh out a chunk of the HTML spec's frame navigation algorithms 2 jaren geleden
..
Canvas 497ead37bc LibWeb: Make DOMException GC-allocated 2 jaren geleden
CrossOrigin d073a31c21 LibWeb: Add missing includes 2 jaren geleden
EventLoop 4ee5dfbe4b LibWeb: Flesh out a chunk of the HTML spec's frame navigation algorithms 2 jaren geleden
Parser d073a31c21 LibWeb: Add missing includes 2 jaren geleden
Scripting 8f9ed415a0 LibJS+LibWeb: Make HTML::Script GC-allocated 2 jaren geleden
SyntaxHighlighter 6f71516409 LibWeb: Syntax-highlight CSS within HTML :^) 3 jaren geleden
AnimationFrameCallbackDriver.h 9567e211e7 LibWeb+WebContent: Add abstraction layer for event loop and timers 2 jaren geleden
AttributeNames.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 jaren geleden
AttributeNames.h 3fe66bddf4 LibWeb: Implement WindowEventHandlers 3 jaren geleden
BrowsingContext.cpp 4ee5dfbe4b LibWeb: Flesh out a chunk of the HTML spec's frame navigation algorithms 2 jaren geleden
BrowsingContext.h 4ee5dfbe4b LibWeb: Flesh out a chunk of the HTML spec's frame navigation algorithms 2 jaren geleden
BrowsingContextContainer.cpp 4ee5dfbe4b LibWeb: Flesh out a chunk of the HTML spec's frame navigation algorithms 2 jaren geleden
BrowsingContextContainer.h 03375a3dc9 LibWeb: Implement more spec-compliant iframe/frame attribute processing 2 jaren geleden
BrowsingContextGroup.cpp 8ead228202 LibWeb: Implement "browsing context group" concept from the HTML spec 2 jaren geleden
BrowsingContextGroup.h 8ead228202 LibWeb: Implement "browsing context group" concept from the HTML spec 2 jaren geleden
CanvasGradient.cpp 497ead37bc LibWeb: Make DOMException GC-allocated 2 jaren geleden
CanvasGradient.h 0d2fee351a LibWeb: Make CanvasGradient GC-allocated 2 jaren geleden
CanvasGradient.idl dc3bf32307 LibWeb: Add barebones CanvasGradient object 3 jaren geleden
CanvasRenderingContext2D.cpp e72896e35e LibWeb: Get default fonts via Platform::FontPlugin 2 jaren geleden
CanvasRenderingContext2D.h 6b7a1d13e9 LibWeb: Make TextMetrics GC-allocated 2 jaren geleden
CanvasRenderingContext2D.idl 8cfb0d4514 LibWeb: Add fixmes for other missing CRC2D mixins 3 jaren geleden
CloseEvent.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
CloseEvent.h 45425de849 LibWeb: Use the WRAPPER_HACK() macro instead of hand-coding wrap() 2 jaren geleden
CloseEvent.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 jaren geleden
DOMParser.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
DOMParser.h d5e831988e LibWeb: Make DOMParser GC-allocated 2 jaren geleden
DOMParser.idl 10581cfaeb LibWeb: Use DOMParserSupportedType enum for DOMParser.parseFromString 3 jaren geleden
DOMStringMap.cpp 497ead37bc LibWeb: Make DOMException GC-allocated 2 jaren geleden
DOMStringMap.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
DOMStringMap.idl f6b24a72ee LibWeb: Add support for HTMLOrSVGElement.dataset 3 jaren geleden
DocumentReadyState.h 8496024756 LibWeb: Store HTML document ready state as an enum 3 jaren geleden
ErrorEvent.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
ErrorEvent.h 45425de849 LibWeb: Use the WRAPPER_HACK() macro instead of hand-coding wrap() 2 jaren geleden
ErrorEvent.idl 11eedc309a LibWeb: Implement ErrorEvent 3 jaren geleden
EventHandler.cpp 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
EventHandler.h 8cda70c892 LibWeb: Move event listeners, handlers and callbacks to the GC heap 2 jaren geleden
EventNames.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 jaren geleden
EventNames.h 42b8656db3 LibWeb: Flesh out "document visibility" state a bit more 2 jaren geleden
FormAssociatedElement.cpp 5608bc4eaf LibWeb: Remove inheritance of FormAssociatedElement from HTMLElement 3 jaren geleden
FormAssociatedElement.h 173dcfb7cb Everywhere: Fix a bunch of typos 3 jaren geleden
GlobalEventHandlers.cpp 8cda70c892 LibWeb: Move event listeners, handlers and callbacks to the GC heap 2 jaren geleden
GlobalEventHandlers.h 8cda70c892 LibWeb: Move event listeners, handlers and callbacks to the GC heap 2 jaren geleden
HTMLAnchorElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLAnchorElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLAnchorElement.idl 8d2d315858 LibWeb: Extract the HTMLHyperlinkElementUtils IDL mixin 3 jaren geleden
HTMLAreaElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLAreaElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLAreaElement.idl 8d2d315858 LibWeb: Extract the HTMLHyperlinkElementUtils IDL mixin 3 jaren geleden
HTMLAudioElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLAudioElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLAudioElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 jaren geleden
HTMLBRElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLBRElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLBRElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 jaren geleden
HTMLBaseElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLBaseElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLBaseElement.idl 0a989d1bfd LibWeb: Implement HTMLBaseElement.href 3 jaren geleden
HTMLBlinkElement.cpp 9567e211e7 LibWeb+WebContent: Add abstraction layer for event loop and timers 2 jaren geleden
HTMLBlinkElement.h 9567e211e7 LibWeb+WebContent: Add abstraction layer for event loop and timers 2 jaren geleden
HTMLBodyElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLBodyElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLBodyElement.idl 3fe66bddf4 LibWeb: Implement WindowEventHandlers 3 jaren geleden
HTMLButtonElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLButtonElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLButtonElement.idl 29f9947ff9 LibWeb: Implement HTMLButtonElement.type 3 jaren geleden
HTMLCanvasElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLCanvasElement.h 4452b5ca09 LibWeb: Make 2D and 3D canvas rendering contexts GC-allocated 2 jaren geleden
HTMLCanvasElement.idl 58f882200c LibWeb: Add the ability to retrieve a WebGL context from getContext 3 jaren geleden
HTMLDListElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLDListElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLDListElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 jaren geleden
HTMLDataElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLDataElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLDataElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 jaren geleden
HTMLDataListElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLDataListElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLDataListElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 jaren geleden
HTMLDetailsElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLDetailsElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLDetailsElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 jaren geleden
HTMLDialogElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLDialogElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLDialogElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 jaren geleden
HTMLDirectoryElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLDirectoryElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLDirectoryElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 jaren geleden
HTMLDivElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLDivElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLDivElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 jaren geleden
HTMLElement.cpp 575e3bf37d LibWeb: Check document fully active status in "element cannot navigate" 2 jaren geleden
HTMLElement.h 05dcf3b2f8 LibWeb: Don't allocate DOMStringMap in HTMLElement constructor 2 jaren geleden
HTMLElement.idl d25bd2dbd8 LibWeb: Add the GlobalEventHandlers IDL mixin 3 jaren geleden
HTMLEmbedElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLEmbedElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLEmbedElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 jaren geleden
HTMLFieldSetElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLFieldSetElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLFieldSetElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 jaren geleden
HTMLFontElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLFontElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLFontElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 jaren geleden
HTMLFormElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLFormElement.h 2bba97964b LibWeb: Make HTMLCollection and subclasses GC-allocated 2 jaren geleden
HTMLFormElement.idl fa17776a51 LibWeb: Support HTMLFormElement.elements and HTMLFormElement.length 3 jaren geleden
HTMLFrameElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLFrameElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLFrameElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 jaren geleden
HTMLFrameSetElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLFrameSetElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLFrameSetElement.idl 3fe66bddf4 LibWeb: Implement WindowEventHandlers 3 jaren geleden
HTMLHRElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLHRElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLHRElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 jaren geleden
HTMLHeadElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLHeadElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLHeadElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 jaren geleden
HTMLHeadingElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLHeadingElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLHeadingElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 jaren geleden
HTMLHtmlElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLHtmlElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLHtmlElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 jaren geleden
HTMLHyperlinkElementUtils.cpp aaa954f900 LibWeb: Bring handling of anchor elements closer to spec 3 jaren geleden
HTMLHyperlinkElementUtils.h aaa954f900 LibWeb: Bring handling of anchor elements closer to spec 3 jaren geleden
HTMLHyperlinkElementUtils.idl 8d2d315858 LibWeb: Extract the HTMLHyperlinkElementUtils IDL mixin 3 jaren geleden
HTMLIFrameElement.cpp 03375a3dc9 LibWeb: Implement more spec-compliant iframe/frame attribute processing 2 jaren geleden
HTMLIFrameElement.h 03375a3dc9 LibWeb: Implement more spec-compliant iframe/frame attribute processing 2 jaren geleden
HTMLIFrameElement.idl 2801ddfa76 LibWeb: Implement (naive) version of HTMLIFrameElement.contentWindow 3 jaren geleden
HTMLImageElement.cpp faf9746244 LibWeb: Cache width of "alt" text in ImageBox 2 jaren geleden
HTMLImageElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLImageElement.idl e5d978af9f LibWeb: Bring HTMLImageElement closer to spec 3 jaren geleden
HTMLInputElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLInputElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLInputElement.idl 57a85b1017 LibWeb: Ensure that radio group is updated when radio is checked from JS 3 jaren geleden
HTMLLIElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLLIElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLLIElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 jaren geleden
HTMLLabelElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLLabelElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLLabelElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 jaren geleden
HTMLLegendElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLLegendElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLLegendElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 jaren geleden
HTMLLinkElement.cpp cd7262ee56 LibWeb+LibWebView+WebContent: Add Web::Platform::ImageCodecPlugin 2 jaren geleden
HTMLLinkElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLLinkElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 jaren geleden
HTMLMapElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLMapElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLMapElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 jaren geleden
HTMLMarqueeElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLMarqueeElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLMarqueeElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 jaren geleden
HTMLMediaElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLMediaElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLMediaElement.idl a2e6abe159 LibWeb: Add HTMLMediaElement.canPlayType() 3 jaren geleden
HTMLMenuElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLMenuElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLMenuElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 jaren geleden
HTMLMetaElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLMetaElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLMetaElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 jaren geleden
HTMLMeterElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLMeterElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLMeterElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 jaren geleden
HTMLModElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLModElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLModElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 jaren geleden
HTMLOListElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLOListElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLOListElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 jaren geleden
HTMLObjectElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLObjectElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLObjectElement.idl 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLOptGroupElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLOptGroupElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLOptGroupElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 jaren geleden
HTMLOptionElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLOptionElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLOptionElement.idl 00099a8ade LibWeb: Bring HTMLOptionElement closer to spec 3 jaren geleden
HTMLOptionsCollection.cpp 497ead37bc LibWeb: Make DOMException GC-allocated 2 jaren geleden
HTMLOptionsCollection.h 2bba97964b LibWeb: Make HTMLCollection and subclasses GC-allocated 2 jaren geleden
HTMLOptionsCollection.idl ff9856a214 LibWeb: Implement HTMLOptionsCollection.add() 3 jaren geleden
HTMLOutputElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLOutputElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLOutputElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 jaren geleden
HTMLParagraphElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLParagraphElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLParagraphElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 jaren geleden
HTMLParamElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLParamElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLParamElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 jaren geleden
HTMLPictureElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLPictureElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLPictureElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 jaren geleden
HTMLPreElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLPreElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLPreElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 jaren geleden
HTMLProgressElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLProgressElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLProgressElement.idl 21e353980f LibWeb: Add basic implementation of progress bar element 3 jaren geleden
HTMLQuoteElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLQuoteElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLQuoteElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 jaren geleden
HTMLScriptElement.cpp 83c69fa62e LibWeb: Handle JavaScript source code with non-UTF-8 encoding 2 jaren geleden
HTMLScriptElement.h 83c69fa62e LibWeb: Handle JavaScript source code with non-UTF-8 encoding 2 jaren geleden
HTMLScriptElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 jaren geleden
HTMLSelectElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLSelectElement.h 2bba97964b LibWeb: Make HTMLCollection and subclasses GC-allocated 2 jaren geleden
HTMLSelectElement.idl 27eb70cbba LibWeb: Implement HTMLSelectElement.add() 3 jaren geleden
HTMLSlotElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLSlotElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLSlotElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 jaren geleden
HTMLSourceElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLSourceElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLSourceElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 jaren geleden
HTMLSpanElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLSpanElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLSpanElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 jaren geleden
HTMLStyleElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLStyleElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLStyleElement.idl 899fa30bdd LibWeb: Extract the LinkStyle IDL mixin 3 jaren geleden
HTMLTableCaptionElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLTableCaptionElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLTableCaptionElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 jaren geleden
HTMLTableCellElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLTableCellElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLTableCellElement.idl bc4974648c LibWeb: Add HTMLTableCellElement::rowSpan 3 jaren geleden
HTMLTableColElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLTableColElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLTableColElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 jaren geleden
HTMLTableElement.cpp 497ead37bc LibWeb: Make DOMException GC-allocated 2 jaren geleden
HTMLTableElement.h 2bba97964b LibWeb: Make HTMLCollection and subclasses GC-allocated 2 jaren geleden
HTMLTableElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 jaren geleden
HTMLTableRowElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLTableRowElement.h 2bba97964b LibWeb: Make HTMLCollection and subclasses GC-allocated 2 jaren geleden
HTMLTableRowElement.idl c8bdac8736 LibWeb: Implement HTMLTableRowElement.{rowIndex,sectionRowIndex} 3 jaren geleden
HTMLTableSectionElement.cpp 497ead37bc LibWeb: Make DOMException GC-allocated 2 jaren geleden
HTMLTableSectionElement.h 2bba97964b LibWeb: Make HTMLCollection and subclasses GC-allocated 2 jaren geleden
HTMLTableSectionElement.idl cc2e08d9e9 LibWeb: Implement HTMLTableSectionElement::deleteRow() 3 jaren geleden
HTMLTemplateElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLTemplateElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLTemplateElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 jaren geleden
HTMLTextAreaElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLTextAreaElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLTextAreaElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 jaren geleden
HTMLTimeElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLTimeElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLTimeElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 jaren geleden
HTMLTitleElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLTitleElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLTitleElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 jaren geleden
HTMLTrackElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLTrackElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLTrackElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 jaren geleden
HTMLUListElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLUListElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLUListElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 jaren geleden
HTMLUnknownElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLUnknownElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLUnknownElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 jaren geleden
HTMLVideoElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
HTMLVideoElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
HTMLVideoElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 jaren geleden
History.cpp 497ead37bc LibWeb: Make DOMException GC-allocated 2 jaren geleden
History.h 16fbb91aa1 LibWeb: Make History GC-allocated 2 jaren geleden
History.idl 1927600852 LibWeb: Add the History object and stub pushState and replaceState 3 jaren geleden
HistoryHandlingBehavior.h 5a500827b8 LibWeb: Move HistoryHandlingBehavior enum to its own header 2 jaren geleden
ImageData.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
ImageData.h 369dd42d67 LibWeb: Make ImageData GC-allocated 2 jaren geleden
ImageData.idl 13d7c09125 Libraries: Move to Userland/Libraries/ 4 jaren geleden
MessageChannel.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
MessageChannel.h 2ff7e37048 LibWeb: Make MessageChannel GC-allocated 2 jaren geleden
MessageChannel.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 jaren geleden
MessageEvent.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
MessageEvent.h 45425de849 LibWeb: Use the WRAPPER_HACK() macro instead of hand-coding wrap() 2 jaren geleden
MessageEvent.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 jaren geleden
MessagePort.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
MessagePort.h 3768743a0a LibWeb: Remove now-unused Bindings::Wrappable class 2 jaren geleden
MessagePort.idl f45d361f03 LibWeb: Replace ad-hoc EventHandler type with callback function typedef 3 jaren geleden
NavigationParams.h 5a500827b8 LibWeb: Move HistoryHandlingBehavior enum to its own header 2 jaren geleden
Origin.h 6a4934a030 LibWeb: Implement document.domain getter 2 jaren geleden
PageTransitionEvent.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
PageTransitionEvent.h 45425de849 LibWeb: Use the WRAPPER_HACK() macro instead of hand-coding wrap() 2 jaren geleden
PageTransitionEvent.idl 1c4404c46a LibWeb: Add the missing PageTransitionEvent IDL constructor 3 jaren geleden
Path2D.cpp 497ead37bc LibWeb: Make DOMException GC-allocated 2 jaren geleden
Path2D.h 2704bcdaaa LibWeb: Make Path2D GC-allocated 2 jaren geleden
Path2D.idl 2ec52bbbd5 LibWeb: Implement Path2D class 3 jaren geleden
PolicyContainers.h de74ba587f LibWeb: Add a stub PolicyContainer struct 3 jaren geleden
PromiseRejectionEvent.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
PromiseRejectionEvent.h 45425de849 LibWeb: Use the WRAPPER_HACK() macro instead of hand-coding wrap() 2 jaren geleden
PromiseRejectionEvent.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 jaren geleden
SandboxingFlagSet.h d073a31c21 LibWeb: Add missing includes 2 jaren geleden
SessionHistoryEntry.h 4ee5dfbe4b LibWeb: Flesh out a chunk of the HTML spec's frame navigation algorithms 2 jaren geleden
Storage.cpp 2ac8e3db3a LibWeb: Make Storage GC-allocated 2 jaren geleden
Storage.h 2ac8e3db3a LibWeb: Make Storage GC-allocated 2 jaren geleden
Storage.idl 47979996e8 LibWeb: Add Storage interface and window.localStorage 3 jaren geleden
SubmitEvent.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
SubmitEvent.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 jaren geleden
SubmitEvent.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 jaren geleden
TagNames.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 jaren geleden
TagNames.h de88e119a0 LibWeb: Implement XMLSerializer 3 jaren geleden
TextMetrics.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 jaren geleden
TextMetrics.h 6b7a1d13e9 LibWeb: Make TextMetrics GC-allocated 2 jaren geleden
TextMetrics.idl 9121cc7cae LibWeb: Implement CanvasRenderingContext2D.measureText 3 jaren geleden
Timer.cpp 9567e211e7 LibWeb+WebContent: Add abstraction layer for event loop and timers 2 jaren geleden
Timer.h 9567e211e7 LibWeb+WebContent: Add abstraction layer for event loop and timers 2 jaren geleden
Window.cpp 4ee5dfbe4b LibWeb: Flesh out a chunk of the HTML spec's frame navigation algorithms 2 jaren geleden
Window.h 4ee5dfbe4b LibWeb: Flesh out a chunk of the HTML spec's frame navigation algorithms 2 jaren geleden
WindowEventHandlers.cpp 8cda70c892 LibWeb: Move event listeners, handlers and callbacks to the GC heap 2 jaren geleden
WindowEventHandlers.h 8cda70c892 LibWeb: Move event listeners, handlers and callbacks to the GC heap 2 jaren geleden
WindowOrWorkerGlobalScope.idl b456adcb59 LibWeb: Extract the WindowOrWorkerGlobalScope IDL mixin 3 jaren geleden
Worker.cpp e97cc671ea LibWeb: Give web workers a (totally hacky) Window object 2 jaren geleden
Worker.h e97cc671ea LibWeb: Give web workers a (totally hacky) Window object 2 jaren geleden
Worker.idl f45d361f03 LibWeb: Replace ad-hoc EventHandler type with callback function typedef 3 jaren geleden
WorkerDebugConsoleClient.cpp c8585b77d2 Everywhere: Replace single-char StringView op. arguments with chars 3 jaren geleden
WorkerDebugConsoleClient.h ae346cff6b LibWeb: Add partially functioning Worker API 3 jaren geleden
WorkerGlobalScope.cpp 1ea90e340c LibWeb: Visit all edge-members in WorkerGlobalScope 2 jaren geleden
WorkerGlobalScope.h 3768743a0a LibWeb: Remove now-unused Bindings::Wrappable class 2 jaren geleden
WorkerGlobalScope.idl b456adcb59 LibWeb: Extract the WindowOrWorkerGlobalScope IDL mixin 3 jaren geleden
WorkerLocation.cpp 9da72cdaba LibWeb: Make WorkerLocation GC-allocated 2 jaren geleden
WorkerLocation.h 9da72cdaba LibWeb: Make WorkerLocation GC-allocated 2 jaren geleden
WorkerLocation.idl 820e99f97d LibWeb: Add initial implementation for WorkerGlobalScope 3 jaren geleden
WorkerNavigator.cpp 2fe97fa8db LibWeb: Make WorkerNavigator GC-allocated 2 jaren geleden
WorkerNavigator.h 2fe97fa8db LibWeb: Make WorkerNavigator GC-allocated 2 jaren geleden
WorkerNavigator.idl 820e99f97d LibWeb: Add initial implementation for WorkerGlobalScope 3 jaren geleden