Timothy Flynn bf7b51a569 LibWeb: Implement HTMLObjectElement's data URL according to the spec hace 3 años
..
CrossOrigin 6f941433d6 LibWeb: Stub out 'check if access between two BCs should be reported' hace 3 años
EventLoop c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
Parser 6a95df2526 LibTextCodec: Don't allocate Strings on encoding normalisation hace 3 años
Scripting 9422ae9bb2 LibJS: Add infallible variant of VM::push_execution_context() hace 3 años
SyntaxHighlighter 6f71516409 LibWeb: Syntax-highlight CSS within HTML :^) hace 3 años
AttributeNames.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. hace 4 años
AttributeNames.h 46c0d0f7ae LibWeb: Associate form elements with a form in parsing and dynamically hace 3 años
BrowsingContext.cpp 485ef276bd LibWeb: Invalidate style & layout inside iframes when they change size hace 3 años
BrowsingContext.h c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
BrowsingContextContainer.cpp 6ac3bf2982 LibWeb: Don't crash in BrowsingContextContainer::content_document() hace 3 años
BrowsingContextContainer.h 1e53cc3f5b LibWeb: Establish parent/child relationship between BrowsingContexts hace 3 años
CanvasGradient.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
CanvasGradient.h e6f279dada LibWeb: Implement CanvasGradient.addColorStop() according to spec hace 3 años
CanvasGradient.idl dc3bf32307 LibWeb: Add barebones CanvasGradient object hace 3 años
CanvasRenderingContext2D.cpp ab19b092ed LibGfx: Implement `Rect::to_rounded<U>()` hace 3 años
CanvasRenderingContext2D.h bc0fafade9 LibWeb: Add all overloads of CanvasRenderingContext2D::drawImage() hace 3 años
CanvasRenderingContext2D.idl bc0fafade9 LibWeb: Add all overloads of CanvasRenderingContext2D::drawImage() hace 3 años
CloseEvent.h 1422bd45eb LibWeb: Move Window from DOM directory & namespace to HTML hace 3 años
CloseEvent.idl ded8e84f32 LibWeb: Add the missing CloseEvent IDL constructor hace 3 años
DOMParser.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
DOMParser.h 10581cfaeb LibWeb: Use DOMParserSupportedType enum for DOMParser.parseFromString hace 3 años
DOMParser.idl 10581cfaeb LibWeb: Use DOMParserSupportedType enum for DOMParser.parseFromString hace 3 años
DOMStringMap.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
DOMStringMap.h f6b24a72ee LibWeb: Add support for HTMLOrSVGElement.dataset hace 3 años
DOMStringMap.idl f6b24a72ee LibWeb: Add support for HTMLOrSVGElement.dataset hace 3 años
DocumentReadyState.h 8496024756 LibWeb: Store HTML document ready state as an enum hace 3 años
ErrorEvent.h 11eedc309a LibWeb: Implement ErrorEvent hace 3 años
ErrorEvent.idl 11eedc309a LibWeb: Implement ErrorEvent hace 3 años
EventHandler.h e76e8e22b5 LibWeb: Separate "event listener" from "EventListener" hace 3 años
EventNames.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. hace 4 años
EventNames.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. hace 4 años
FormAssociatedElement.cpp 46c0d0f7ae LibWeb: Associate form elements with a form in parsing and dynamically hace 3 años
FormAssociatedElement.h 46c0d0f7ae LibWeb: Associate form elements with a form in parsing and dynamically hace 3 años
GlobalEventHandlers.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
GlobalEventHandlers.h 5aacec65ab LibWeb: Rewrite EventTarget to more closely match the spec hace 3 años
HTMLAnchorElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLAnchorElement.h ad9f3f7ae6 LibWeb: Add fast_is<T> for HTML::HTMLAnchorElement hace 3 años
HTMLAnchorElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
HTMLAreaElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLAreaElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace hace 3 años
HTMLAreaElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
HTMLAudioElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLAudioElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace hace 3 años
HTMLAudioElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
HTMLBRElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLBRElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace hace 3 años
HTMLBRElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
HTMLBaseElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLBaseElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace hace 3 años
HTMLBaseElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
HTMLBlinkElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLBlinkElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace hace 3 años
HTMLBodyElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLBodyElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace hace 3 años
HTMLBodyElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
HTMLButtonElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLButtonElement.h 29f9947ff9 LibWeb: Implement HTMLButtonElement.type hace 3 años
HTMLButtonElement.idl 29f9947ff9 LibWeb: Implement HTMLButtonElement.type hace 3 años
HTMLCanvasElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLCanvasElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace hace 3 años
HTMLCanvasElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
HTMLDListElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLDListElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace hace 3 años
HTMLDListElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
HTMLDataElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLDataElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace hace 3 años
HTMLDataElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
HTMLDataListElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLDataListElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace hace 3 años
HTMLDataListElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
HTMLDetailsElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLDetailsElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace hace 3 años
HTMLDetailsElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
HTMLDialogElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLDialogElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace hace 3 años
HTMLDialogElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
HTMLDirectoryElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLDirectoryElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace hace 3 años
HTMLDirectoryElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
HTMLDivElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLDivElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace hace 3 años
HTMLDivElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
HTMLElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLElement.h 1422bd45eb LibWeb: Move Window from DOM directory & namespace to HTML hace 3 años
HTMLElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
HTMLEmbedElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLEmbedElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace hace 3 años
HTMLEmbedElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
HTMLFieldSetElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLFieldSetElement.h 432d496ed6 LibWeb: Add form associated element categories hace 3 años
HTMLFieldSetElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
HTMLFontElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLFontElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace hace 3 años
HTMLFontElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
HTMLFormElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLFormElement.h fa17776a51 LibWeb: Support HTMLFormElement.elements and HTMLFormElement.length hace 3 años
HTMLFormElement.idl fa17776a51 LibWeb: Support HTMLFormElement.elements and HTMLFormElement.length hace 3 años
HTMLFrameElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLFrameElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace hace 3 años
HTMLFrameElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
HTMLFrameSetElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLFrameSetElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace hace 3 años
HTMLFrameSetElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
HTMLHRElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLHRElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace hace 3 años
HTMLHRElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
HTMLHeadElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLHeadElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace hace 3 años
HTMLHeadElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
HTMLHeadingElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLHeadingElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace hace 3 años
HTMLHeadingElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
HTMLHtmlElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLHtmlElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace hace 3 años
HTMLHtmlElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
HTMLHyperlinkElementUtils.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLHyperlinkElementUtils.h a7a3f41f67 LibWeb: Implement the HTMLHyperlinkElementUtils mixin hace 3 años
HTMLIFrameElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLIFrameElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace hace 3 años
HTMLIFrameElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
HTMLImageElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLImageElement.h 17f34488f6 LibWeb: Implement HTMLImageElement.width and HTMLImageElement.height hace 3 años
HTMLImageElement.idl 17f34488f6 LibWeb: Implement HTMLImageElement.width and HTMLImageElement.height hace 3 años
HTMLInputElement.cpp 859a75fd4c LibWeb: Handle input element value setting & getting closer to the spec hace 3 años
HTMLInputElement.h 859a75fd4c LibWeb: Handle input element value setting & getting closer to the spec hace 3 años
HTMLInputElement.idl 57a85b1017 LibWeb: Ensure that radio group is updated when radio is checked from JS hace 3 años
HTMLLIElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLLIElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace hace 3 años
HTMLLIElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
HTMLLabelElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLLabelElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace hace 3 años
HTMLLabelElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
HTMLLegendElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLLegendElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace hace 3 años
HTMLLegendElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
HTMLLinkElement.cpp 02497888a6 LibWeb: Ignore linked stylesheets with MIME types other than text/css hace 3 años
HTMLLinkElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace hace 3 años
HTMLLinkElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
HTMLMapElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLMapElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace hace 3 años
HTMLMapElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
HTMLMarqueeElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLMarqueeElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace hace 3 años
HTMLMarqueeElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
HTMLMediaElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLMediaElement.h a2e6abe159 LibWeb: Add HTMLMediaElement.canPlayType() hace 3 años
HTMLMediaElement.idl a2e6abe159 LibWeb: Add HTMLMediaElement.canPlayType() hace 3 años
HTMLMenuElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLMenuElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace hace 3 años
HTMLMenuElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
HTMLMetaElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLMetaElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace hace 3 años
HTMLMetaElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
HTMLMeterElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLMeterElement.h 432d496ed6 LibWeb: Add form associated element categories hace 3 años
HTMLMeterElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
HTMLModElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLModElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace hace 3 años
HTMLModElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
HTMLOListElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLOListElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace hace 3 años
HTMLOListElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
HTMLObjectElement.cpp bf7b51a569 LibWeb: Implement HTMLObjectElement's data URL according to the spec hace 3 años
HTMLObjectElement.h bf7b51a569 LibWeb: Implement HTMLObjectElement's data URL according to the spec hace 3 años
HTMLObjectElement.idl bf7b51a569 LibWeb: Implement HTMLObjectElement's data URL according to the spec hace 3 años
HTMLOptGroupElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLOptGroupElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace hace 3 años
HTMLOptGroupElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
HTMLOptionElement.cpp 80ed2ab557 LibWeb: Implement HTMLOptionElement.selected hace 3 años
HTMLOptionElement.h 80ed2ab557 LibWeb: Implement HTMLOptionElement.selected hace 3 años
HTMLOptionElement.idl 80ed2ab557 LibWeb: Implement HTMLOptionElement.selected hace 3 años
HTMLOptionsCollection.cpp 701d437205 LibWeb: Explicitly ignore [[nodiscard]] values returned from TRY(), pt 2 hace 3 años
HTMLOptionsCollection.h ff9856a214 LibWeb: Implement HTMLOptionsCollection.add() hace 3 años
HTMLOptionsCollection.idl ff9856a214 LibWeb: Implement HTMLOptionsCollection.add() hace 3 años
HTMLOutputElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLOutputElement.h 432d496ed6 LibWeb: Add form associated element categories hace 3 años
HTMLOutputElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
HTMLParagraphElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLParagraphElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace hace 3 años
HTMLParagraphElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
HTMLParamElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLParamElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace hace 3 años
HTMLParamElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
HTMLPictureElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLPictureElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace hace 3 años
HTMLPictureElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
HTMLPreElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLPreElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace hace 3 años
HTMLPreElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
HTMLProgressElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLProgressElement.h 432d496ed6 LibWeb: Add form associated element categories hace 3 años
HTMLProgressElement.idl 21e353980f LibWeb: Add basic implementation of progress bar element hace 3 años
HTMLQuoteElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLQuoteElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace hace 3 años
HTMLQuoteElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
HTMLScriptElement.cpp cbd343dced LibWeb: Only delay "load" event for script elements that load something hace 3 años
HTMLScriptElement.h cbd343dced LibWeb: Only delay "load" event for script elements that load something hace 3 años
HTMLScriptElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
HTMLSelectElement.cpp 27eb70cbba LibWeb: Implement HTMLSelectElement.add() hace 3 años
HTMLSelectElement.h 27eb70cbba LibWeb: Implement HTMLSelectElement.add() hace 3 años
HTMLSelectElement.idl 27eb70cbba LibWeb: Implement HTMLSelectElement.add() hace 3 años
HTMLSlotElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLSlotElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace hace 3 años
HTMLSlotElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
HTMLSourceElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLSourceElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace hace 3 años
HTMLSourceElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
HTMLSpanElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLSpanElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace hace 3 años
HTMLSpanElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
HTMLStyleElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLStyleElement.h efac862570 LibWeb: Parse <style> element text content when inserted into document hace 3 años
HTMLStyleElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
HTMLTableCaptionElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLTableCaptionElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace hace 3 años
HTMLTableCaptionElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
HTMLTableCellElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLTableCellElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace hace 3 años
HTMLTableCellElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
HTMLTableColElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLTableColElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace hace 3 años
HTMLTableColElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
HTMLTableElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLTableElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace hace 3 años
HTMLTableElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
HTMLTableRowElement.cpp c8bdac8736 LibWeb: Implement HTMLTableRowElement.{rowIndex,sectionRowIndex} hace 3 años
HTMLTableRowElement.h c8bdac8736 LibWeb: Implement HTMLTableRowElement.{rowIndex,sectionRowIndex} hace 3 años
HTMLTableRowElement.idl c8bdac8736 LibWeb: Implement HTMLTableRowElement.{rowIndex,sectionRowIndex} hace 3 años
HTMLTableSectionElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLTableSectionElement.h cc2e08d9e9 LibWeb: Implement HTMLTableSectionElement::deleteRow() hace 3 años
HTMLTableSectionElement.idl cc2e08d9e9 LibWeb: Implement HTMLTableSectionElement::deleteRow() hace 3 años
HTMLTemplateElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLTemplateElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace hace 3 años
HTMLTemplateElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
HTMLTextAreaElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLTextAreaElement.h 432d496ed6 LibWeb: Add form associated element categories hace 3 años
HTMLTextAreaElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
HTMLTimeElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLTimeElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace hace 3 años
HTMLTimeElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
HTMLTitleElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLTitleElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace hace 3 años
HTMLTitleElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
HTMLTrackElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLTrackElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace hace 3 años
HTMLTrackElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
HTMLUListElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLUListElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace hace 3 años
HTMLUListElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
HTMLUnknownElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLUnknownElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace hace 3 años
HTMLUnknownElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
HTMLVideoElement.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
HTMLVideoElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace hace 3 años
HTMLVideoElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
History.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
History.h 1927600852 LibWeb: Add the History object and stub pushState and replaceState hace 3 años
History.idl 1927600852 LibWeb: Add the History object and stub pushState and replaceState hace 3 años
ImageData.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
ImageData.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. hace 4 años
ImageData.idl 13d7c09125 Libraries: Move to Userland/Libraries/ hace 4 años
MessageChannel.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
MessageChannel.h 1422bd45eb LibWeb: Move Window from DOM directory & namespace to HTML hace 3 años
MessageChannel.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
MessageEvent.h d44857d34d LibWeb: Add the missing MessageEvent IDL constructor hace 3 años
MessageEvent.idl d44857d34d LibWeb: Add the missing MessageEvent IDL constructor hace 3 años
MessagePort.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
MessagePort.h ae346cff6b LibWeb: Add partially functioning Worker API hace 3 años
MessagePort.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
PageTransitionEvent.h 1c4404c46a LibWeb: Add the missing PageTransitionEvent IDL constructor hace 3 años
PageTransitionEvent.idl 1c4404c46a LibWeb: Add the missing PageTransitionEvent IDL constructor hace 3 años
PromiseRejectionEvent.h f952db1a1f LibWeb: Implement PromiseRejectionEvent hace 3 años
PromiseRejectionEvent.idl f952db1a1f LibWeb: Implement PromiseRejectionEvent hace 3 años
Storage.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
Storage.h 3f9fc0f690 Browser+LibWeb: Add "Dump Local Storage" item to Browser's Debug menu hace 3 años
Storage.idl 47979996e8 LibWeb: Add Storage interface and window.localStorage hace 3 años
SubmitEvent.h 1e8ba0d9d3 LibWeb: Add the missing SubmitEvent IDL constructor hace 3 años
SubmitEvent.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
TagNames.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. hace 4 años
TagNames.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. hace 4 años
TextMetrics.cpp 9121cc7cae LibWeb: Implement CanvasRenderingContext2D.measureText hace 3 años
TextMetrics.h c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
TextMetrics.idl 9121cc7cae LibWeb: Implement CanvasRenderingContext2D.measureText hace 3 años
Timer.cpp 0706f0d487 LibWeb: Move Timer from DOM directory & namespace to HTML hace 3 años
Timer.h 0706f0d487 LibWeb: Move Timer from DOM directory & namespace to HTML hace 3 años
Window.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
Window.h 7969161f07 LibWeb: Implement window.name hace 3 años
Worker.cpp 9422ae9bb2 LibJS: Add infallible variant of VM::push_execution_context() hace 3 años
Worker.h ae346cff6b LibWeb: Add partially functioning Worker API hace 3 años
Worker.idl ae346cff6b LibWeb: Add partially functioning Worker API hace 3 años
WorkerDebugConsoleClient.cpp ae346cff6b LibWeb: Add partially functioning Worker API hace 3 años
WorkerDebugConsoleClient.h ae346cff6b LibWeb: Add partially functioning Worker API hace 3 años
WorkerGlobalScope.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
WorkerGlobalScope.h 820e99f97d LibWeb: Add initial implementation for WorkerGlobalScope hace 3 años
WorkerGlobalScope.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others hace 3 años
WorkerLocation.cpp 820e99f97d LibWeb: Add initial implementation for WorkerGlobalScope hace 3 años
WorkerLocation.h 820e99f97d LibWeb: Add initial implementation for WorkerGlobalScope hace 3 años
WorkerLocation.idl 820e99f97d LibWeb: Add initial implementation for WorkerGlobalScope hace 3 años
WorkerNavigator.h 820e99f97d LibWeb: Add initial implementation for WorkerGlobalScope hace 3 años
WorkerNavigator.idl 820e99f97d LibWeb: Add initial implementation for WorkerGlobalScope hace 3 años