Andreas Kling ae11d70b0c LibWeb: Make DOMStringMap GC-allocated 2 years ago
..
Canvas 9f71d65005 LibWeb: Extract CanvasPathDrawingStyles class from CRC2D 2 years ago
CrossOrigin 5d773732b7 LibWeb: Add HTML::CrossOriginOpenerPolicyEnforcementResult 2 years ago
EventLoop 52543fc771 LibJS+LibWeb: Let Realm store a plain Object for [[GlobalObject]] 2 years ago
Parser c8585b77d2 Everywhere: Replace single-char StringView op. arguments with chars 3 years ago
Scripting 52543fc771 LibJS+LibWeb: Let Realm store a plain Object for [[GlobalObject]] 2 years ago
SyntaxHighlighter 6f71516409 LibWeb: Syntax-highlight CSS within HTML :^) 3 years ago
AnimationFrameCallbackDriver.h 3cfa9b63b5 LibWeb: Stop inactive requestAnimationFrame() callbacks from running 3 years ago
AttributeNames.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
AttributeNames.h 3fe66bddf4 LibWeb: Implement WindowEventHandlers 3 years ago
BrowsingContext.cpp 965237efb8 LibWeb: Don't return an opaque origin for file:// URLs 2 years ago
BrowsingContext.h 8d2c2f7c52 LibWeb: Determine the origin when navigating across documents 2 years ago
BrowsingContextContainer.cpp 2a7924f96c LibWeb: Bring browsing context creation closer to spec 2 years ago
BrowsingContextContainer.h 2801ddfa76 LibWeb: Implement (naive) version of HTMLIFrameElement.contentWindow 2 years ago
CanvasGradient.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
CanvasGradient.h e6f279dada LibWeb: Implement CanvasGradient.addColorStop() according to spec 3 years ago
CanvasGradient.idl dc3bf32307 LibWeb: Add barebones CanvasGradient object 3 years ago
CanvasRenderingContext2D.cpp 7b990c27a1 LibWeb: Replace GlobalObject with VM in remaining AOs [Part 4/4] 2 years ago
CanvasRenderingContext2D.h 9f71d65005 LibWeb: Extract CanvasPathDrawingStyles class from CRC2D 2 years ago
CanvasRenderingContext2D.idl 8cfb0d4514 LibWeb: Add fixmes for other missing CRC2D mixins 2 years ago
CloseEvent.h 1422bd45eb LibWeb: Move Window from DOM directory & namespace to HTML 3 years ago
CloseEvent.idl ded8e84f32 LibWeb: Add the missing CloseEvent IDL constructor 3 years ago
DOMParser.cpp 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 years ago
DOMParser.h 10581cfaeb LibWeb: Use DOMParserSupportedType enum for DOMParser.parseFromString 3 years ago
DOMParser.idl 10581cfaeb LibWeb: Use DOMParserSupportedType enum for DOMParser.parseFromString 3 years ago
DOMStringMap.cpp ae11d70b0c LibWeb: Make DOMStringMap GC-allocated 2 years ago
DOMStringMap.h ae11d70b0c LibWeb: Make DOMStringMap GC-allocated 2 years ago
DOMStringMap.idl f6b24a72ee LibWeb: Add support for HTMLOrSVGElement.dataset 3 years ago
DocumentReadyState.h 8496024756 LibWeb: Store HTML document ready state as an enum 3 years ago
ErrorEvent.h 11eedc309a LibWeb: Implement ErrorEvent 3 years ago
ErrorEvent.idl 11eedc309a LibWeb: Implement ErrorEvent 3 years ago
EventHandler.h e76e8e22b5 LibWeb: Separate "event listener" from "EventListener" 3 years ago
EventNames.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
EventNames.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
FormAssociatedElement.cpp 5608bc4eaf LibWeb: Remove inheritance of FormAssociatedElement from HTMLElement 3 years ago
FormAssociatedElement.h 173dcfb7cb Everywhere: Fix a bunch of typos 3 years ago
GlobalEventHandlers.cpp 3fe66bddf4 LibWeb: Implement WindowEventHandlers 3 years ago
GlobalEventHandlers.h ebf2184636 LibWeb: Only make certain <body> and <frameset> events apply to Window 3 years ago
HTMLAnchorElement.cpp aaa954f900 LibWeb: Bring handling of anchor elements closer to spec 3 years ago
HTMLAnchorElement.h de53eb825a LibWeb: Make HTML{Button,Select,TextArea}Element focusable 3 years ago
HTMLAnchorElement.idl 8d2d315858 LibWeb: Extract the HTMLHyperlinkElementUtils IDL mixin 3 years ago
HTMLAreaElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
HTMLAreaElement.h aaa954f900 LibWeb: Bring handling of anchor elements closer to spec 3 years ago
HTMLAreaElement.idl 8d2d315858 LibWeb: Extract the HTMLHyperlinkElementUtils IDL mixin 3 years ago
HTMLAudioElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
HTMLAudioElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 years ago
HTMLAudioElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLBRElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
HTMLBRElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 years ago
HTMLBRElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLBaseElement.cpp 0a989d1bfd LibWeb: Implement HTMLBaseElement.href 3 years ago
HTMLBaseElement.h 9f32da1dbc LibWeb: Add fast_is<HTMLBaseElement>() 3 years ago
HTMLBaseElement.idl 0a989d1bfd LibWeb: Implement HTMLBaseElement.href 3 years ago
HTMLBlinkElement.cpp a797a92990 LibWeb: Stop including StyleValue.h in a few places 3 years ago
HTMLBlinkElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 years ago
HTMLBodyElement.cpp 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 years ago
HTMLBodyElement.h 3fe66bddf4 LibWeb: Implement WindowEventHandlers 3 years ago
HTMLBodyElement.idl 3fe66bddf4 LibWeb: Implement WindowEventHandlers 3 years ago
HTMLButtonElement.cpp 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 years ago
HTMLButtonElement.h de53eb825a LibWeb: Make HTML{Button,Select,TextArea}Element focusable 3 years ago
HTMLButtonElement.idl 29f9947ff9 LibWeb: Implement HTMLButtonElement.type 3 years ago
HTMLCanvasElement.cpp 58f882200c LibWeb: Add the ability to retrieve a WebGL context from getContext 3 years ago
HTMLCanvasElement.h 58f882200c LibWeb: Add the ability to retrieve a WebGL context from getContext 3 years ago
HTMLCanvasElement.idl 58f882200c LibWeb: Add the ability to retrieve a WebGL context from getContext 3 years ago
HTMLDListElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
HTMLDListElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 years ago
HTMLDListElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLDataElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
HTMLDataElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 years ago
HTMLDataElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLDataListElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
HTMLDataListElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 years ago
HTMLDataListElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLDetailsElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
HTMLDetailsElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 years ago
HTMLDetailsElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLDialogElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
HTMLDialogElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 years ago
HTMLDialogElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLDirectoryElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
HTMLDirectoryElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 years ago
HTMLDirectoryElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLDivElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
HTMLDivElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 years ago
HTMLDivElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLElement.cpp ae11d70b0c LibWeb: Make DOMStringMap GC-allocated 2 years ago
HTMLElement.h ae11d70b0c LibWeb: Make DOMStringMap GC-allocated 2 years ago
HTMLElement.idl d25bd2dbd8 LibWeb: Add the GlobalEventHandlers IDL mixin 3 years ago
HTMLEmbedElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
HTMLEmbedElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 years ago
HTMLEmbedElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLFieldSetElement.cpp 5608bc4eaf LibWeb: Remove inheritance of FormAssociatedElement from HTMLElement 3 years ago
HTMLFieldSetElement.h 086969277e Everywhere: Run clang-format 3 years ago
HTMLFieldSetElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLFontElement.cpp 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 years ago
HTMLFontElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 years ago
HTMLFontElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLFormElement.cpp 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 years ago
HTMLFormElement.h fa17776a51 LibWeb: Support HTMLFormElement.elements and HTMLFormElement.length 3 years ago
HTMLFormElement.idl fa17776a51 LibWeb: Support HTMLFormElement.elements and HTMLFormElement.length 3 years ago
HTMLFrameElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
HTMLFrameElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 years ago
HTMLFrameElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLFrameSetElement.cpp 3fe66bddf4 LibWeb: Implement WindowEventHandlers 3 years ago
HTMLFrameSetElement.h 3fe66bddf4 LibWeb: Implement WindowEventHandlers 3 years ago
HTMLFrameSetElement.idl 3fe66bddf4 LibWeb: Implement WindowEventHandlers 3 years ago
HTMLHRElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
HTMLHRElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 years ago
HTMLHRElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLHeadElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
HTMLHeadElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 years ago
HTMLHeadElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLHeadingElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
HTMLHeadingElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 years ago
HTMLHeadingElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLHtmlElement.cpp ee7e9e7c86 LibWeb: Allow having a linear-gradient() as a background-image 3 years ago
HTMLHtmlElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 years ago
HTMLHtmlElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLHyperlinkElementUtils.cpp aaa954f900 LibWeb: Bring handling of anchor elements closer to spec 3 years ago
HTMLHyperlinkElementUtils.h aaa954f900 LibWeb: Bring handling of anchor elements closer to spec 3 years ago
HTMLHyperlinkElementUtils.idl 8d2d315858 LibWeb: Extract the HTMLHyperlinkElementUtils IDL mixin 3 years ago
HTMLIFrameElement.cpp 22a627fc1a LibWeb: Move Origin into the HTML namespace 3 years ago
HTMLIFrameElement.h 086969277e Everywhere: Run clang-format 3 years ago
HTMLIFrameElement.idl 2801ddfa76 LibWeb: Implement (naive) version of HTMLIFrameElement.contentWindow 2 years ago
HTMLImageElement.cpp ae519c6fef LibWeb: Improve HTMLImageElement::{width,height}() 3 years ago
HTMLImageElement.h e5d978af9f LibWeb: Bring HTMLImageElement closer to spec 3 years ago
HTMLImageElement.idl e5d978af9f LibWeb: Bring HTMLImageElement closer to spec 3 years ago
HTMLInputElement.cpp 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 years ago
HTMLInputElement.h 80506a161f LibWeb: Make any HTMLInputElement with type != hidden focusable 3 years ago
HTMLInputElement.idl 57a85b1017 LibWeb: Ensure that radio group is updated when radio is checked from JS 3 years ago
HTMLLIElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
HTMLLIElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 years ago
HTMLLIElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLLabelElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
HTMLLabelElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 years ago
HTMLLabelElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLLegendElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
HTMLLegendElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 years ago
HTMLLegendElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLLinkElement.cpp 5d60212076 LibWeb: Make StyleSheet and CSSStyleSheet GC-allocated 2 years ago
HTMLLinkElement.h 06d9853a8b LibWeb: Update displayed favicon when a favicon is loaded 3 years ago
HTMLLinkElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLMapElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
HTMLMapElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 years ago
HTMLMapElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLMarqueeElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
HTMLMarqueeElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 years ago
HTMLMarqueeElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLMediaElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
HTMLMediaElement.h a2e6abe159 LibWeb: Add HTMLMediaElement.canPlayType() 3 years ago
HTMLMediaElement.idl a2e6abe159 LibWeb: Add HTMLMediaElement.canPlayType() 3 years ago
HTMLMenuElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
HTMLMenuElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 years ago
HTMLMenuElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLMetaElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
HTMLMetaElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 years ago
HTMLMetaElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLMeterElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
HTMLMeterElement.h 432d496ed6 LibWeb: Add form associated element categories 3 years ago
HTMLMeterElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLModElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
HTMLModElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 years ago
HTMLModElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLOListElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
HTMLOListElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 years ago
HTMLOListElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLObjectElement.cpp 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 years ago
HTMLObjectElement.h 086969277e Everywhere: Run clang-format 3 years ago
HTMLObjectElement.idl f82d4d001d LibWeb: Implement getSVGDocument() for BrowsingContextContainer 3 years ago
HTMLOptGroupElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
HTMLOptGroupElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 years ago
HTMLOptGroupElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLOptionElement.cpp 00099a8ade LibWeb: Bring HTMLOptionElement closer to spec 3 years ago
HTMLOptionElement.h 00099a8ade LibWeb: Bring HTMLOptionElement closer to spec 3 years ago
HTMLOptionElement.idl 00099a8ade LibWeb: Bring HTMLOptionElement closer to spec 3 years ago
HTMLOptionsCollection.cpp 701d437205 LibWeb: Explicitly ignore [[nodiscard]] values returned from TRY(), pt 2 3 years ago
HTMLOptionsCollection.h 40a70461a0 LibWeb: Replace GlobalObject with Realm in wrapper functions 2 years ago
HTMLOptionsCollection.idl ff9856a214 LibWeb: Implement HTMLOptionsCollection.add() 3 years ago
HTMLOutputElement.cpp 5608bc4eaf LibWeb: Remove inheritance of FormAssociatedElement from HTMLElement 3 years ago
HTMLOutputElement.h 086969277e Everywhere: Run clang-format 3 years ago
HTMLOutputElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLParagraphElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
HTMLParagraphElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 years ago
HTMLParagraphElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLParamElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
HTMLParamElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 years ago
HTMLParamElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLPictureElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
HTMLPictureElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 years ago
HTMLPictureElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLPreElement.cpp 5d6c5571c4 LibWeb: Map <pre wrap> presentational hint to CSS white-space:pre-wrap 3 years ago
HTMLPreElement.h 5d6c5571c4 LibWeb: Map <pre wrap> presentational hint to CSS white-space:pre-wrap 3 years ago
HTMLPreElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLProgressElement.cpp 57c6792458 LibWeb: Support `appearance: none` for `<progress>` elements 3 years ago
HTMLProgressElement.h 57c6792458 LibWeb: Support `appearance: none` for `<progress>` elements 3 years ago
HTMLProgressElement.idl 21e353980f LibWeb: Add basic implementation of progress bar element 3 years ago
HTMLQuoteElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
HTMLQuoteElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 years ago
HTMLQuoteElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLScriptElement.cpp 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 years ago
HTMLScriptElement.h 5a0123fd2f LibWeb: Load X(HT)ML documents and transform them into HTML DOM 3 years ago
HTMLScriptElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLSelectElement.cpp 5608bc4eaf LibWeb: Remove inheritance of FormAssociatedElement from HTMLElement 3 years ago
HTMLSelectElement.h de53eb825a LibWeb: Make HTML{Button,Select,TextArea}Element focusable 3 years ago
HTMLSelectElement.idl 27eb70cbba LibWeb: Implement HTMLSelectElement.add() 3 years ago
HTMLSlotElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
HTMLSlotElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 years ago
HTMLSlotElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLSourceElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
HTMLSourceElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 years ago
HTMLSourceElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLSpanElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
HTMLSpanElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 years ago
HTMLSpanElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLStyleElement.cpp 5d60212076 LibWeb: Make StyleSheet and CSSStyleSheet GC-allocated 2 years ago
HTMLStyleElement.h 5d60212076 LibWeb: Make StyleSheet and CSSStyleSheet GC-allocated 2 years ago
HTMLStyleElement.idl 899fa30bdd LibWeb: Extract the LinkStyle IDL mixin 3 years ago
HTMLTableCaptionElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
HTMLTableCaptionElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 years ago
HTMLTableCaptionElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLTableCellElement.cpp c449cabae3 LibWeb: Move CSS Parser into new Web::CSS::Parser namespace 3 years ago
HTMLTableCellElement.h bc4974648c LibWeb: Add HTMLTableCellElement::rowSpan 3 years ago
HTMLTableCellElement.idl bc4974648c LibWeb: Add HTMLTableCellElement::rowSpan 3 years ago
HTMLTableColElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
HTMLTableColElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 years ago
HTMLTableColElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLTableElement.cpp fda25f9505 LibWeb: Move HTML dimension value parsing from CSS to HTML namespace 3 years ago
HTMLTableElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 years ago
HTMLTableElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLTableRowElement.cpp c8bdac8736 LibWeb: Implement HTMLTableRowElement.{rowIndex,sectionRowIndex} 3 years ago
HTMLTableRowElement.h c8bdac8736 LibWeb: Implement HTMLTableRowElement.{rowIndex,sectionRowIndex} 3 years ago
HTMLTableRowElement.idl c8bdac8736 LibWeb: Implement HTMLTableRowElement.{rowIndex,sectionRowIndex} 3 years ago
HTMLTableSectionElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
HTMLTableSectionElement.h cc2e08d9e9 LibWeb: Implement HTMLTableSectionElement::deleteRow() 3 years ago
HTMLTableSectionElement.idl cc2e08d9e9 LibWeb: Implement HTMLTableSectionElement::deleteRow() 3 years ago
HTMLTemplateElement.cpp 6805baeedd LibWeb: Add the type field to DOM::Document 3 years ago
HTMLTemplateElement.h 086969277e Everywhere: Run clang-format 3 years ago
HTMLTemplateElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLTextAreaElement.cpp 5608bc4eaf LibWeb: Remove inheritance of FormAssociatedElement from HTMLElement 3 years ago
HTMLTextAreaElement.h 086969277e Everywhere: Run clang-format 3 years ago
HTMLTextAreaElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLTimeElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
HTMLTimeElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 years ago
HTMLTimeElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLTitleElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
HTMLTitleElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 years ago
HTMLTitleElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLTrackElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
HTMLTrackElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 years ago
HTMLTrackElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLUListElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
HTMLUListElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 years ago
HTMLUListElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLUnknownElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
HTMLUnknownElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 years ago
HTMLUnknownElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLVideoElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
HTMLVideoElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 years ago
HTMLVideoElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
History.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
History.h 1927600852 LibWeb: Add the History object and stub pushState and replaceState 3 years ago
History.idl 1927600852 LibWeb: Add the History object and stub pushState and replaceState 3 years ago
ImageData.cpp 7b990c27a1 LibWeb: Replace GlobalObject with VM in remaining AOs [Part 4/4] 2 years ago
ImageData.h 7b990c27a1 LibWeb: Replace GlobalObject with VM in remaining AOs [Part 4/4] 2 years ago
ImageData.idl 13d7c09125 Libraries: Move to Userland/Libraries/ 4 years ago
MessageChannel.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
MessageChannel.h 1422bd45eb LibWeb: Move Window from DOM directory & namespace to HTML 3 years ago
MessageChannel.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
MessageEvent.h 38696dc626 LibWeb: Store MessageEvent::m_data in a JS::Handle 3 years ago
MessageEvent.idl d44857d34d LibWeb: Add the missing MessageEvent IDL constructor 3 years ago
MessagePort.cpp 40a70461a0 LibWeb: Replace GlobalObject with Realm in wrapper functions 2 years ago
MessagePort.h 40a70461a0 LibWeb: Replace GlobalObject with Realm in wrapper functions 2 years ago
MessagePort.idl f45d361f03 LibWeb: Replace ad-hoc EventHandler type with callback function typedef 3 years ago
NavigationParams.h 0781bdb23e LibWeb: Add HTML::NavigationParams 2 years ago
Origin.h 2b06e4b98b LibWeb: Mark Origin::serialize() as const 3 years ago
PageTransitionEvent.h 1c4404c46a LibWeb: Add the missing PageTransitionEvent IDL constructor 3 years ago
PageTransitionEvent.idl 1c4404c46a LibWeb: Add the missing PageTransitionEvent IDL constructor 3 years ago
Path2D.cpp 2ec52bbbd5 LibWeb: Implement Path2D class 2 years ago
Path2D.h 2ec52bbbd5 LibWeb: Implement Path2D class 2 years ago
Path2D.idl 2ec52bbbd5 LibWeb: Implement Path2D class 2 years ago
PolicyContainers.h de74ba587f LibWeb: Add a stub PolicyContainer struct 3 years ago
PromiseRejectionEvent.h 1d5b03ce17 LibWeb: Store PromiseRejectionEvent::m_reason in a JS::Handle 3 years ago
PromiseRejectionEvent.idl f952db1a1f LibWeb: Implement PromiseRejectionEvent 3 years ago
SandboxingFlagSet.h 8909ef5b90 LibWeb: Add HTML::SandboxingFlagSet 2 years ago
SessionHistoryEntry.h c4a0b7057b LibWeb: Add basic skeleton of HTML "session history" to BrowsingContext 2 years ago
Storage.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
Storage.h 40a70461a0 LibWeb: Replace GlobalObject with Realm in wrapper functions 2 years ago
Storage.idl 47979996e8 LibWeb: Add Storage interface and window.localStorage 3 years ago
SubmitEvent.h 1e8ba0d9d3 LibWeb: Add the missing SubmitEvent IDL constructor 3 years ago
SubmitEvent.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
TagNames.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
TagNames.h de88e119a0 LibWeb: Implement XMLSerializer 3 years ago
TextMetrics.cpp 9121cc7cae LibWeb: Implement CanvasRenderingContext2D.measureText 3 years ago
TextMetrics.h c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
TextMetrics.idl 9121cc7cae LibWeb: Implement CanvasRenderingContext2D.measureText 3 years ago
Timer.cpp 0706f0d487 LibWeb: Move Timer from DOM directory & namespace to HTML 3 years ago
Timer.h 0706f0d487 LibWeb: Move Timer from DOM directory & namespace to HTML 3 years ago
Window.cpp 72bacba97b LibWeb: Make CSSStyleDeclaration GC-allocated 2 years ago
Window.h 72bacba97b LibWeb: Make CSSStyleDeclaration GC-allocated 2 years ago
WindowEventHandlers.cpp 3fe66bddf4 LibWeb: Implement WindowEventHandlers 3 years ago
WindowEventHandlers.h 3fe66bddf4 LibWeb: Implement WindowEventHandlers 3 years ago
WindowOrWorkerGlobalScope.idl b456adcb59 LibWeb: Extract the WindowOrWorkerGlobalScope IDL mixin 3 years ago
Worker.cpp 867ad03995 LibJS: Move Console ownership from GlobalObject to ConsoleObject 2 years ago
Worker.h 40a70461a0 LibWeb: Replace GlobalObject with Realm in wrapper functions 2 years ago
Worker.idl f45d361f03 LibWeb: Replace ad-hoc EventHandler type with callback function typedef 3 years ago
WorkerDebugConsoleClient.cpp c8585b77d2 Everywhere: Replace single-char StringView op. arguments with chars 3 years ago
WorkerDebugConsoleClient.h ae346cff6b LibWeb: Add partially functioning Worker API 3 years ago
WorkerGlobalScope.cpp 40a70461a0 LibWeb: Replace GlobalObject with Realm in wrapper functions 2 years ago
WorkerGlobalScope.h 40a70461a0 LibWeb: Replace GlobalObject with Realm in wrapper functions 2 years ago
WorkerGlobalScope.idl b456adcb59 LibWeb: Extract the WindowOrWorkerGlobalScope IDL mixin 3 years ago
WorkerLocation.cpp 820e99f97d LibWeb: Add initial implementation for WorkerGlobalScope 3 years ago
WorkerLocation.h 820e99f97d LibWeb: Add initial implementation for WorkerGlobalScope 3 years ago
WorkerLocation.idl 820e99f97d LibWeb: Add initial implementation for WorkerGlobalScope 3 years ago
WorkerNavigator.h 820e99f97d LibWeb: Add initial implementation for WorkerGlobalScope 3 years ago
WorkerNavigator.idl 820e99f97d LibWeb: Add initial implementation for WorkerGlobalScope 3 years ago