Linus Groh 95541d7064 LibWeb: Fix various spec comment inconsistencies %!s(int64=3) %!d(string=hai) anos
..
CrossOrigin 6f941433d6 LibWeb: Stub out 'check if access between two BCs should be reported' %!s(int64=3) %!d(string=hai) anos
EventLoop 836d2ff259 LibWeb: Implement the infrastructure necessary for requestIdleCallback %!s(int64=3) %!d(string=hai) anos
Parser b0008c0934 LibWeb: Use Vector::in_reverse() in HTML::StackOfOpenElements %!s(int64=3) %!d(string=hai) anos
Scripting fe0f0b0acf LibWeb: Add a null-check for page() in ESO::is_scripting_enabled() %!s(int64=3) %!d(string=hai) anos
SyntaxHighlighter 6f71516409 LibWeb: Syntax-highlight CSS within HTML :^) %!s(int64=3) %!d(string=hai) anos
AttributeNames.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. %!s(int64=4) %!d(string=hai) anos
AttributeNames.h bc4974648c LibWeb: Add HTMLTableCellElement::rowSpan %!s(int64=3) %!d(string=hai) anos
BrowsingContext.cpp 0f6e1f7a32 LibWeb: Make BrowsingContext ask PageClient when it wants to be scrolled %!s(int64=3) %!d(string=hai) anos
BrowsingContext.h 0f6e1f7a32 LibWeb: Make BrowsingContext ask PageClient when it wants to be scrolled %!s(int64=3) %!d(string=hai) anos
BrowsingContextContainer.cpp f82d4d001d LibWeb: Implement getSVGDocument() for BrowsingContextContainer %!s(int64=3) %!d(string=hai) anos
BrowsingContextContainer.h 086969277e Everywhere: Run clang-format %!s(int64=3) %!d(string=hai) anos
CanvasGradient.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb %!s(int64=3) %!d(string=hai) anos
CanvasGradient.h e6f279dada LibWeb: Implement CanvasGradient.addColorStop() according to spec %!s(int64=3) %!d(string=hai) anos
CanvasGradient.idl dc3bf32307 LibWeb: Add barebones CanvasGradient object %!s(int64=3) %!d(string=hai) anos
CanvasRenderingContext2D.cpp 88ef1bff38 LibWeb: Add fast path for CRC2D.drawImage() with simple transform %!s(int64=3) %!d(string=hai) anos
CanvasRenderingContext2D.h 89c4e011e4 LibWeb: Stub CanvasRenderingContext2D.clip %!s(int64=3) %!d(string=hai) anos
CanvasRenderingContext2D.idl 89c4e011e4 LibWeb: Stub CanvasRenderingContext2D.clip %!s(int64=3) %!d(string=hai) anos
CloseEvent.h 1422bd45eb LibWeb: Move Window from DOM directory & namespace to HTML %!s(int64=3) %!d(string=hai) anos
CloseEvent.idl ded8e84f32 LibWeb: Add the missing CloseEvent IDL constructor %!s(int64=3) %!d(string=hai) anos
DOMParser.cpp 5a0123fd2f LibWeb: Load X(HT)ML documents and transform them into HTML DOM %!s(int64=3) %!d(string=hai) anos
DOMParser.h 10581cfaeb LibWeb: Use DOMParserSupportedType enum for DOMParser.parseFromString %!s(int64=3) %!d(string=hai) anos
DOMParser.idl 10581cfaeb LibWeb: Use DOMParserSupportedType enum for DOMParser.parseFromString %!s(int64=3) %!d(string=hai) anos
DOMStringMap.cpp 196dada7e2 LibWeb: Dont abort when parsing data- properties that contain dashes %!s(int64=3) %!d(string=hai) anos
DOMStringMap.h f6b24a72ee LibWeb: Add support for HTMLOrSVGElement.dataset %!s(int64=3) %!d(string=hai) anos
DOMStringMap.idl f6b24a72ee LibWeb: Add support for HTMLOrSVGElement.dataset %!s(int64=3) %!d(string=hai) anos
DocumentReadyState.h 8496024756 LibWeb: Store HTML document ready state as an enum %!s(int64=3) %!d(string=hai) anos
ErrorEvent.h 11eedc309a LibWeb: Implement ErrorEvent %!s(int64=3) %!d(string=hai) anos
ErrorEvent.idl 11eedc309a LibWeb: Implement ErrorEvent %!s(int64=3) %!d(string=hai) anos
EventHandler.h e76e8e22b5 LibWeb: Separate "event listener" from "EventListener" %!s(int64=3) %!d(string=hai) anos
EventNames.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. %!s(int64=4) %!d(string=hai) anos
EventNames.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. %!s(int64=4) %!d(string=hai) anos
FormAssociatedElement.cpp 5608bc4eaf LibWeb: Remove inheritance of FormAssociatedElement from HTMLElement %!s(int64=3) %!d(string=hai) anos
FormAssociatedElement.h 5608bc4eaf LibWeb: Remove inheritance of FormAssociatedElement from HTMLElement %!s(int64=3) %!d(string=hai) anos
GlobalEventHandlers.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb %!s(int64=3) %!d(string=hai) anos
GlobalEventHandlers.h 5aacec65ab LibWeb: Rewrite EventTarget to more closely match the spec %!s(int64=3) %!d(string=hai) anos
HTMLAnchorElement.cpp aaa954f900 LibWeb: Bring handling of anchor elements closer to spec %!s(int64=3) %!d(string=hai) anos
HTMLAnchorElement.h de53eb825a LibWeb: Make HTML{Button,Select,TextArea}Element focusable %!s(int64=3) %!d(string=hai) anos
HTMLAnchorElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others %!s(int64=3) %!d(string=hai) anos
HTMLAreaElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb %!s(int64=3) %!d(string=hai) anos
HTMLAreaElement.h aaa954f900 LibWeb: Bring handling of anchor elements closer to spec %!s(int64=3) %!d(string=hai) anos
HTMLAreaElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others %!s(int64=3) %!d(string=hai) anos
HTMLAudioElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb %!s(int64=3) %!d(string=hai) anos
HTMLAudioElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace %!s(int64=3) %!d(string=hai) anos
HTMLAudioElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others %!s(int64=3) %!d(string=hai) anos
HTMLBRElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb %!s(int64=3) %!d(string=hai) anos
HTMLBRElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace %!s(int64=3) %!d(string=hai) anos
HTMLBRElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others %!s(int64=3) %!d(string=hai) anos
HTMLBaseElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb %!s(int64=3) %!d(string=hai) anos
HTMLBaseElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace %!s(int64=3) %!d(string=hai) anos
HTMLBaseElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others %!s(int64=3) %!d(string=hai) anos
HTMLBlinkElement.cpp a797a92990 LibWeb: Stop including StyleValue.h in a few places %!s(int64=3) %!d(string=hai) anos
HTMLBlinkElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace %!s(int64=3) %!d(string=hai) anos
HTMLBodyElement.cpp 086969277e Everywhere: Run clang-format %!s(int64=3) %!d(string=hai) anos
HTMLBodyElement.h 086969277e Everywhere: Run clang-format %!s(int64=3) %!d(string=hai) anos
HTMLBodyElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others %!s(int64=3) %!d(string=hai) anos
HTMLButtonElement.cpp 5608bc4eaf LibWeb: Remove inheritance of FormAssociatedElement from HTMLElement %!s(int64=3) %!d(string=hai) anos
HTMLButtonElement.h de53eb825a LibWeb: Make HTML{Button,Select,TextArea}Element focusable %!s(int64=3) %!d(string=hai) anos
HTMLButtonElement.idl 29f9947ff9 LibWeb: Implement HTMLButtonElement.type %!s(int64=3) %!d(string=hai) anos
HTMLCanvasElement.cpp b4a8be5dc9 LibWeb: Reset canvas elements when their width/height attribute are set %!s(int64=3) %!d(string=hai) anos
HTMLCanvasElement.h 086969277e Everywhere: Run clang-format %!s(int64=3) %!d(string=hai) anos
HTMLCanvasElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others %!s(int64=3) %!d(string=hai) anos
HTMLDListElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb %!s(int64=3) %!d(string=hai) anos
HTMLDListElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace %!s(int64=3) %!d(string=hai) anos
HTMLDListElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others %!s(int64=3) %!d(string=hai) anos
HTMLDataElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb %!s(int64=3) %!d(string=hai) anos
HTMLDataElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace %!s(int64=3) %!d(string=hai) anos
HTMLDataElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others %!s(int64=3) %!d(string=hai) anos
HTMLDataListElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb %!s(int64=3) %!d(string=hai) anos
HTMLDataListElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace %!s(int64=3) %!d(string=hai) anos
HTMLDataListElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others %!s(int64=3) %!d(string=hai) anos
HTMLDetailsElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb %!s(int64=3) %!d(string=hai) anos
HTMLDetailsElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace %!s(int64=3) %!d(string=hai) anos
HTMLDetailsElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others %!s(int64=3) %!d(string=hai) anos
HTMLDialogElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb %!s(int64=3) %!d(string=hai) anos
HTMLDialogElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace %!s(int64=3) %!d(string=hai) anos
HTMLDialogElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others %!s(int64=3) %!d(string=hai) anos
HTMLDirectoryElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb %!s(int64=3) %!d(string=hai) anos
HTMLDirectoryElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace %!s(int64=3) %!d(string=hai) anos
HTMLDirectoryElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others %!s(int64=3) %!d(string=hai) anos
HTMLDivElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb %!s(int64=3) %!d(string=hai) anos
HTMLDivElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace %!s(int64=3) %!d(string=hai) anos
HTMLDivElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others %!s(int64=3) %!d(string=hai) anos
HTMLElement.cpp 60ec006265 LibWeb: Update layout in HTMLElement.offset{Width,Height} %!s(int64=3) %!d(string=hai) anos
HTMLElement.h 086969277e Everywhere: Run clang-format %!s(int64=3) %!d(string=hai) anos
HTMLElement.idl d25bd2dbd8 LibWeb: Add the GlobalEventHandlers IDL mixin %!s(int64=3) %!d(string=hai) anos
HTMLEmbedElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb %!s(int64=3) %!d(string=hai) anos
HTMLEmbedElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace %!s(int64=3) %!d(string=hai) anos
HTMLEmbedElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others %!s(int64=3) %!d(string=hai) anos
HTMLFieldSetElement.cpp 5608bc4eaf LibWeb: Remove inheritance of FormAssociatedElement from HTMLElement %!s(int64=3) %!d(string=hai) anos
HTMLFieldSetElement.h 086969277e Everywhere: Run clang-format %!s(int64=3) %!d(string=hai) anos
HTMLFieldSetElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others %!s(int64=3) %!d(string=hai) anos
HTMLFontElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb %!s(int64=3) %!d(string=hai) anos
HTMLFontElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace %!s(int64=3) %!d(string=hai) anos
HTMLFontElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others %!s(int64=3) %!d(string=hai) anos
HTMLFormElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb %!s(int64=3) %!d(string=hai) anos
HTMLFormElement.h fa17776a51 LibWeb: Support HTMLFormElement.elements and HTMLFormElement.length %!s(int64=3) %!d(string=hai) anos
HTMLFormElement.idl fa17776a51 LibWeb: Support HTMLFormElement.elements and HTMLFormElement.length %!s(int64=3) %!d(string=hai) anos
HTMLFrameElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb %!s(int64=3) %!d(string=hai) anos
HTMLFrameElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace %!s(int64=3) %!d(string=hai) anos
HTMLFrameElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others %!s(int64=3) %!d(string=hai) anos
HTMLFrameSetElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb %!s(int64=3) %!d(string=hai) anos
HTMLFrameSetElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace %!s(int64=3) %!d(string=hai) anos
HTMLFrameSetElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others %!s(int64=3) %!d(string=hai) anos
HTMLHRElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb %!s(int64=3) %!d(string=hai) anos
HTMLHRElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace %!s(int64=3) %!d(string=hai) anos
HTMLHRElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others %!s(int64=3) %!d(string=hai) anos
HTMLHeadElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb %!s(int64=3) %!d(string=hai) anos
HTMLHeadElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace %!s(int64=3) %!d(string=hai) anos
HTMLHeadElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others %!s(int64=3) %!d(string=hai) anos
HTMLHeadingElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb %!s(int64=3) %!d(string=hai) anos
HTMLHeadingElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace %!s(int64=3) %!d(string=hai) anos
HTMLHeadingElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others %!s(int64=3) %!d(string=hai) anos
HTMLHtmlElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb %!s(int64=3) %!d(string=hai) anos
HTMLHtmlElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace %!s(int64=3) %!d(string=hai) anos
HTMLHtmlElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others %!s(int64=3) %!d(string=hai) anos
HTMLHyperlinkElementUtils.cpp aaa954f900 LibWeb: Bring handling of anchor elements closer to spec %!s(int64=3) %!d(string=hai) anos
HTMLHyperlinkElementUtils.h aaa954f900 LibWeb: Bring handling of anchor elements closer to spec %!s(int64=3) %!d(string=hai) anos
HTMLIFrameElement.cpp 95541d7064 LibWeb: Fix various spec comment inconsistencies %!s(int64=3) %!d(string=hai) anos
HTMLIFrameElement.h 086969277e Everywhere: Run clang-format %!s(int64=3) %!d(string=hai) anos
HTMLIFrameElement.idl f82d4d001d LibWeb: Implement getSVGDocument() for BrowsingContextContainer %!s(int64=3) %!d(string=hai) anos
HTMLImageElement.cpp ae519c6fef LibWeb: Improve HTMLImageElement::{width,height}() %!s(int64=3) %!d(string=hai) anos
HTMLImageElement.h e5d978af9f LibWeb: Bring HTMLImageElement closer to spec %!s(int64=3) %!d(string=hai) anos
HTMLImageElement.idl e5d978af9f LibWeb: Bring HTMLImageElement closer to spec %!s(int64=3) %!d(string=hai) anos
HTMLInputElement.cpp 80506a161f LibWeb: Make any HTMLInputElement with type != hidden focusable %!s(int64=3) %!d(string=hai) anos
HTMLInputElement.h 80506a161f LibWeb: Make any HTMLInputElement with type != hidden focusable %!s(int64=3) %!d(string=hai) anos
HTMLInputElement.idl 57a85b1017 LibWeb: Ensure that radio group is updated when radio is checked from JS %!s(int64=3) %!d(string=hai) anos
HTMLLIElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb %!s(int64=3) %!d(string=hai) anos
HTMLLIElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace %!s(int64=3) %!d(string=hai) anos
HTMLLIElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others %!s(int64=3) %!d(string=hai) anos
HTMLLabelElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb %!s(int64=3) %!d(string=hai) anos
HTMLLabelElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace %!s(int64=3) %!d(string=hai) anos
HTMLLabelElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others %!s(int64=3) %!d(string=hai) anos
HTMLLegendElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb %!s(int64=3) %!d(string=hai) anos
HTMLLegendElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace %!s(int64=3) %!d(string=hai) anos
HTMLLegendElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others %!s(int64=3) %!d(string=hai) anos
HTMLLinkElement.cpp c449cabae3 LibWeb: Move CSS Parser into new Web::CSS::Parser namespace %!s(int64=3) %!d(string=hai) anos
HTMLLinkElement.h 06d9853a8b LibWeb: Update displayed favicon when a favicon is loaded %!s(int64=3) %!d(string=hai) anos
HTMLLinkElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others %!s(int64=3) %!d(string=hai) anos
HTMLMapElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb %!s(int64=3) %!d(string=hai) anos
HTMLMapElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace %!s(int64=3) %!d(string=hai) anos
HTMLMapElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others %!s(int64=3) %!d(string=hai) anos
HTMLMarqueeElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb %!s(int64=3) %!d(string=hai) anos
HTMLMarqueeElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace %!s(int64=3) %!d(string=hai) anos
HTMLMarqueeElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others %!s(int64=3) %!d(string=hai) anos
HTMLMediaElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb %!s(int64=3) %!d(string=hai) anos
HTMLMediaElement.h a2e6abe159 LibWeb: Add HTMLMediaElement.canPlayType() %!s(int64=3) %!d(string=hai) anos
HTMLMediaElement.idl a2e6abe159 LibWeb: Add HTMLMediaElement.canPlayType() %!s(int64=3) %!d(string=hai) anos
HTMLMenuElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb %!s(int64=3) %!d(string=hai) anos
HTMLMenuElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace %!s(int64=3) %!d(string=hai) anos
HTMLMenuElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others %!s(int64=3) %!d(string=hai) anos
HTMLMetaElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb %!s(int64=3) %!d(string=hai) anos
HTMLMetaElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace %!s(int64=3) %!d(string=hai) anos
HTMLMetaElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others %!s(int64=3) %!d(string=hai) anos
HTMLMeterElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb %!s(int64=3) %!d(string=hai) anos
HTMLMeterElement.h 432d496ed6 LibWeb: Add form associated element categories %!s(int64=3) %!d(string=hai) anos
HTMLMeterElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others %!s(int64=3) %!d(string=hai) anos
HTMLModElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb %!s(int64=3) %!d(string=hai) anos
HTMLModElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace %!s(int64=3) %!d(string=hai) anos
HTMLModElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others %!s(int64=3) %!d(string=hai) anos
HTMLOListElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb %!s(int64=3) %!d(string=hai) anos
HTMLOListElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace %!s(int64=3) %!d(string=hai) anos
HTMLOListElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others %!s(int64=3) %!d(string=hai) anos
HTMLObjectElement.cpp 95541d7064 LibWeb: Fix various spec comment inconsistencies %!s(int64=3) %!d(string=hai) anos
HTMLObjectElement.h 086969277e Everywhere: Run clang-format %!s(int64=3) %!d(string=hai) anos
HTMLObjectElement.idl f82d4d001d LibWeb: Implement getSVGDocument() for BrowsingContextContainer %!s(int64=3) %!d(string=hai) anos
HTMLOptGroupElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb %!s(int64=3) %!d(string=hai) anos
HTMLOptGroupElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace %!s(int64=3) %!d(string=hai) anos
HTMLOptGroupElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others %!s(int64=3) %!d(string=hai) anos
HTMLOptionElement.cpp 00099a8ade LibWeb: Bring HTMLOptionElement closer to spec %!s(int64=3) %!d(string=hai) anos
HTMLOptionElement.h 00099a8ade LibWeb: Bring HTMLOptionElement closer to spec %!s(int64=3) %!d(string=hai) anos
HTMLOptionElement.idl 00099a8ade LibWeb: Bring HTMLOptionElement closer to spec %!s(int64=3) %!d(string=hai) anos
HTMLOptionsCollection.cpp 701d437205 LibWeb: Explicitly ignore [[nodiscard]] values returned from TRY(), pt 2 %!s(int64=3) %!d(string=hai) anos
HTMLOptionsCollection.h ff9856a214 LibWeb: Implement HTMLOptionsCollection.add() %!s(int64=3) %!d(string=hai) anos
HTMLOptionsCollection.idl ff9856a214 LibWeb: Implement HTMLOptionsCollection.add() %!s(int64=3) %!d(string=hai) anos
HTMLOutputElement.cpp 5608bc4eaf LibWeb: Remove inheritance of FormAssociatedElement from HTMLElement %!s(int64=3) %!d(string=hai) anos
HTMLOutputElement.h 086969277e Everywhere: Run clang-format %!s(int64=3) %!d(string=hai) anos
HTMLOutputElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others %!s(int64=3) %!d(string=hai) anos
HTMLParagraphElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb %!s(int64=3) %!d(string=hai) anos
HTMLParagraphElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace %!s(int64=3) %!d(string=hai) anos
HTMLParagraphElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others %!s(int64=3) %!d(string=hai) anos
HTMLParamElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb %!s(int64=3) %!d(string=hai) anos
HTMLParamElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace %!s(int64=3) %!d(string=hai) anos
HTMLParamElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others %!s(int64=3) %!d(string=hai) anos
HTMLPictureElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb %!s(int64=3) %!d(string=hai) anos
HTMLPictureElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace %!s(int64=3) %!d(string=hai) anos
HTMLPictureElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others %!s(int64=3) %!d(string=hai) anos
HTMLPreElement.cpp 5d6c5571c4 LibWeb: Map <pre wrap> presentational hint to CSS white-space:pre-wrap %!s(int64=3) %!d(string=hai) anos
HTMLPreElement.h 5d6c5571c4 LibWeb: Map <pre wrap> presentational hint to CSS white-space:pre-wrap %!s(int64=3) %!d(string=hai) anos
HTMLPreElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others %!s(int64=3) %!d(string=hai) anos
HTMLProgressElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb %!s(int64=3) %!d(string=hai) anos
HTMLProgressElement.h 432d496ed6 LibWeb: Add form associated element categories %!s(int64=3) %!d(string=hai) anos
HTMLProgressElement.idl 21e353980f LibWeb: Add basic implementation of progress bar element %!s(int64=3) %!d(string=hai) anos
HTMLQuoteElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb %!s(int64=3) %!d(string=hai) anos
HTMLQuoteElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace %!s(int64=3) %!d(string=hai) anos
HTMLQuoteElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others %!s(int64=3) %!d(string=hai) anos
HTMLScriptElement.cpp 086969277e Everywhere: Run clang-format %!s(int64=3) %!d(string=hai) anos
HTMLScriptElement.h 5a0123fd2f LibWeb: Load X(HT)ML documents and transform them into HTML DOM %!s(int64=3) %!d(string=hai) anos
HTMLScriptElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others %!s(int64=3) %!d(string=hai) anos
HTMLSelectElement.cpp 5608bc4eaf LibWeb: Remove inheritance of FormAssociatedElement from HTMLElement %!s(int64=3) %!d(string=hai) anos
HTMLSelectElement.h de53eb825a LibWeb: Make HTML{Button,Select,TextArea}Element focusable %!s(int64=3) %!d(string=hai) anos
HTMLSelectElement.idl 27eb70cbba LibWeb: Implement HTMLSelectElement.add() %!s(int64=3) %!d(string=hai) anos
HTMLSlotElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb %!s(int64=3) %!d(string=hai) anos
HTMLSlotElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace %!s(int64=3) %!d(string=hai) anos
HTMLSlotElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others %!s(int64=3) %!d(string=hai) anos
HTMLSourceElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb %!s(int64=3) %!d(string=hai) anos
HTMLSourceElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace %!s(int64=3) %!d(string=hai) anos
HTMLSourceElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others %!s(int64=3) %!d(string=hai) anos
HTMLSpanElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb %!s(int64=3) %!d(string=hai) anos
HTMLSpanElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace %!s(int64=3) %!d(string=hai) anos
HTMLSpanElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others %!s(int64=3) %!d(string=hai) anos
HTMLStyleElement.cpp c449cabae3 LibWeb: Move CSS Parser into new Web::CSS::Parser namespace %!s(int64=3) %!d(string=hai) anos
HTMLStyleElement.h efac862570 LibWeb: Parse <style> element text content when inserted into document %!s(int64=3) %!d(string=hai) anos
HTMLStyleElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others %!s(int64=3) %!d(string=hai) anos
HTMLTableCaptionElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb %!s(int64=3) %!d(string=hai) anos
HTMLTableCaptionElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace %!s(int64=3) %!d(string=hai) anos
HTMLTableCaptionElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others %!s(int64=3) %!d(string=hai) anos
HTMLTableCellElement.cpp c449cabae3 LibWeb: Move CSS Parser into new Web::CSS::Parser namespace %!s(int64=3) %!d(string=hai) anos
HTMLTableCellElement.h bc4974648c LibWeb: Add HTMLTableCellElement::rowSpan %!s(int64=3) %!d(string=hai) anos
HTMLTableCellElement.idl bc4974648c LibWeb: Add HTMLTableCellElement::rowSpan %!s(int64=3) %!d(string=hai) anos
HTMLTableColElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb %!s(int64=3) %!d(string=hai) anos
HTMLTableColElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace %!s(int64=3) %!d(string=hai) anos
HTMLTableColElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others %!s(int64=3) %!d(string=hai) anos
HTMLTableElement.cpp fda25f9505 LibWeb: Move HTML dimension value parsing from CSS to HTML namespace %!s(int64=3) %!d(string=hai) anos
HTMLTableElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace %!s(int64=3) %!d(string=hai) anos
HTMLTableElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others %!s(int64=3) %!d(string=hai) anos
HTMLTableRowElement.cpp c8bdac8736 LibWeb: Implement HTMLTableRowElement.{rowIndex,sectionRowIndex} %!s(int64=3) %!d(string=hai) anos
HTMLTableRowElement.h c8bdac8736 LibWeb: Implement HTMLTableRowElement.{rowIndex,sectionRowIndex} %!s(int64=3) %!d(string=hai) anos
HTMLTableRowElement.idl c8bdac8736 LibWeb: Implement HTMLTableRowElement.{rowIndex,sectionRowIndex} %!s(int64=3) %!d(string=hai) anos
HTMLTableSectionElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb %!s(int64=3) %!d(string=hai) anos
HTMLTableSectionElement.h cc2e08d9e9 LibWeb: Implement HTMLTableSectionElement::deleteRow() %!s(int64=3) %!d(string=hai) anos
HTMLTableSectionElement.idl cc2e08d9e9 LibWeb: Implement HTMLTableSectionElement::deleteRow() %!s(int64=3) %!d(string=hai) anos
HTMLTemplateElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb %!s(int64=3) %!d(string=hai) anos
HTMLTemplateElement.h 086969277e Everywhere: Run clang-format %!s(int64=3) %!d(string=hai) anos
HTMLTemplateElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others %!s(int64=3) %!d(string=hai) anos
HTMLTextAreaElement.cpp 5608bc4eaf LibWeb: Remove inheritance of FormAssociatedElement from HTMLElement %!s(int64=3) %!d(string=hai) anos
HTMLTextAreaElement.h 086969277e Everywhere: Run clang-format %!s(int64=3) %!d(string=hai) anos
HTMLTextAreaElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others %!s(int64=3) %!d(string=hai) anos
HTMLTimeElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb %!s(int64=3) %!d(string=hai) anos
HTMLTimeElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace %!s(int64=3) %!d(string=hai) anos
HTMLTimeElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others %!s(int64=3) %!d(string=hai) anos
HTMLTitleElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb %!s(int64=3) %!d(string=hai) anos
HTMLTitleElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace %!s(int64=3) %!d(string=hai) anos
HTMLTitleElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others %!s(int64=3) %!d(string=hai) anos
HTMLTrackElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb %!s(int64=3) %!d(string=hai) anos
HTMLTrackElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace %!s(int64=3) %!d(string=hai) anos
HTMLTrackElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others %!s(int64=3) %!d(string=hai) anos
HTMLUListElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb %!s(int64=3) %!d(string=hai) anos
HTMLUListElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace %!s(int64=3) %!d(string=hai) anos
HTMLUListElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others %!s(int64=3) %!d(string=hai) anos
HTMLUnknownElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb %!s(int64=3) %!d(string=hai) anos
HTMLUnknownElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace %!s(int64=3) %!d(string=hai) anos
HTMLUnknownElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others %!s(int64=3) %!d(string=hai) anos
HTMLVideoElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb %!s(int64=3) %!d(string=hai) anos
HTMLVideoElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace %!s(int64=3) %!d(string=hai) anos
HTMLVideoElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others %!s(int64=3) %!d(string=hai) anos
History.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb %!s(int64=3) %!d(string=hai) anos
History.h 1927600852 LibWeb: Add the History object and stub pushState and replaceState %!s(int64=3) %!d(string=hai) anos
History.idl 1927600852 LibWeb: Add the History object and stub pushState and replaceState %!s(int64=3) %!d(string=hai) anos
ImageData.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb %!s(int64=3) %!d(string=hai) anos
ImageData.h 086969277e Everywhere: Run clang-format %!s(int64=3) %!d(string=hai) anos
ImageData.idl 13d7c09125 Libraries: Move to Userland/Libraries/ %!s(int64=4) %!d(string=hai) anos
MessageChannel.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb %!s(int64=3) %!d(string=hai) anos
MessageChannel.h 1422bd45eb LibWeb: Move Window from DOM directory & namespace to HTML %!s(int64=3) %!d(string=hai) anos
MessageChannel.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others %!s(int64=3) %!d(string=hai) anos
MessageEvent.h d44857d34d LibWeb: Add the missing MessageEvent IDL constructor %!s(int64=3) %!d(string=hai) anos
MessageEvent.idl d44857d34d LibWeb: Add the missing MessageEvent IDL constructor %!s(int64=3) %!d(string=hai) anos
MessagePort.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb %!s(int64=3) %!d(string=hai) anos
MessagePort.h ae346cff6b LibWeb: Add partially functioning Worker API %!s(int64=3) %!d(string=hai) anos
MessagePort.idl f45d361f03 LibWeb: Replace ad-hoc EventHandler type with callback function typedef %!s(int64=3) %!d(string=hai) anos
PageTransitionEvent.h 1c4404c46a LibWeb: Add the missing PageTransitionEvent IDL constructor %!s(int64=3) %!d(string=hai) anos
PageTransitionEvent.idl 1c4404c46a LibWeb: Add the missing PageTransitionEvent IDL constructor %!s(int64=3) %!d(string=hai) anos
PromiseRejectionEvent.h f952db1a1f LibWeb: Implement PromiseRejectionEvent %!s(int64=3) %!d(string=hai) anos
PromiseRejectionEvent.idl f952db1a1f LibWeb: Implement PromiseRejectionEvent %!s(int64=3) %!d(string=hai) anos
Storage.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb %!s(int64=3) %!d(string=hai) anos
Storage.h 45a81f5a2c Browser+LibWeb+WebContent: Add ability to inspect local storage %!s(int64=3) %!d(string=hai) anos
Storage.idl 47979996e8 LibWeb: Add Storage interface and window.localStorage %!s(int64=3) %!d(string=hai) anos
SubmitEvent.h 1e8ba0d9d3 LibWeb: Add the missing SubmitEvent IDL constructor %!s(int64=3) %!d(string=hai) anos
SubmitEvent.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others %!s(int64=3) %!d(string=hai) anos
TagNames.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. %!s(int64=4) %!d(string=hai) anos
TagNames.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. %!s(int64=4) %!d(string=hai) anos
TextMetrics.cpp 9121cc7cae LibWeb: Implement CanvasRenderingContext2D.measureText %!s(int64=3) %!d(string=hai) anos
TextMetrics.h c37820b898 Libraries: Use default constructors/destructors in LibWeb %!s(int64=3) %!d(string=hai) anos
TextMetrics.idl 9121cc7cae LibWeb: Implement CanvasRenderingContext2D.measureText %!s(int64=3) %!d(string=hai) anos
Timer.cpp 0706f0d487 LibWeb: Move Timer from DOM directory & namespace to HTML %!s(int64=3) %!d(string=hai) anos
Timer.h 0706f0d487 LibWeb: Move Timer from DOM directory & namespace to HTML %!s(int64=3) %!d(string=hai) anos
Window.cpp 95541d7064 LibWeb: Fix various spec comment inconsistencies %!s(int64=3) %!d(string=hai) anos
Window.h ea9857a423 LibWeb: Add the requestIdleCallback/cancelIdleCallback API %!s(int64=3) %!d(string=hai) anos
Worker.cpp 9422ae9bb2 LibJS: Add infallible variant of VM::push_execution_context() %!s(int64=3) %!d(string=hai) anos
Worker.h ae346cff6b LibWeb: Add partially functioning Worker API %!s(int64=3) %!d(string=hai) anos
Worker.idl f45d361f03 LibWeb: Replace ad-hoc EventHandler type with callback function typedef %!s(int64=3) %!d(string=hai) anos
WorkerDebugConsoleClient.cpp ae346cff6b LibWeb: Add partially functioning Worker API %!s(int64=3) %!d(string=hai) anos
WorkerDebugConsoleClient.h ae346cff6b LibWeb: Add partially functioning Worker API %!s(int64=3) %!d(string=hai) anos
WorkerGlobalScope.cpp 95541d7064 LibWeb: Fix various spec comment inconsistencies %!s(int64=3) %!d(string=hai) anos
WorkerGlobalScope.h 820e99f97d LibWeb: Add initial implementation for WorkerGlobalScope %!s(int64=3) %!d(string=hai) anos
WorkerGlobalScope.idl f744c31a6f LibWeb: Use OnErrorEventHandler in WorkerGlobalScope IDL %!s(int64=3) %!d(string=hai) anos
WorkerLocation.cpp 820e99f97d LibWeb: Add initial implementation for WorkerGlobalScope %!s(int64=3) %!d(string=hai) anos
WorkerLocation.h 820e99f97d LibWeb: Add initial implementation for WorkerGlobalScope %!s(int64=3) %!d(string=hai) anos
WorkerLocation.idl 820e99f97d LibWeb: Add initial implementation for WorkerGlobalScope %!s(int64=3) %!d(string=hai) anos
WorkerNavigator.h 820e99f97d LibWeb: Add initial implementation for WorkerGlobalScope %!s(int64=3) %!d(string=hai) anos
WorkerNavigator.idl 820e99f97d LibWeb: Add initial implementation for WorkerGlobalScope %!s(int64=3) %!d(string=hai) anos