Linus Groh ed03f37ae9 LibWeb: Add CanvasRenderingContext2D's origin-clean flag 3 rokov pred
..
EventLoop 17aeb99e9e LibWeb: Implement the JS host hooks for promises, job callbacks and more 3 rokov pred
Parser 1061c863f8 LibWeb: Fix issue where double-quoted doctype system ID was not captured 3 rokov pred
Scripting ae346cff6b LibWeb: Add partially functioning Worker API 3 rokov pred
SyntaxHighlighter 6f71516409 LibWeb: Syntax-highlight CSS within HTML :^) 3 rokov pred
AttributeNames.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 rokov pred
AttributeNames.h 46c0d0f7ae LibWeb: Associate form elements with a form in parsing and dynamically 3 rokov pred
BrowsingContext.cpp 0f660760ed LibWeb: Fix incorrect check in BrowsingContext::is_top_level 3 rokov pred
BrowsingContext.h 0f660760ed LibWeb: Fix incorrect check in BrowsingContext::is_top_level 3 rokov pred
BrowsingContextContainer.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
BrowsingContextContainer.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
CanvasGradient.cpp e6f279dada LibWeb: Implement CanvasGradient.addColorStop() according to spec 3 rokov pred
CanvasGradient.h e6f279dada LibWeb: Implement CanvasGradient.addColorStop() according to spec 3 rokov pred
CanvasGradient.idl dc3bf32307 LibWeb: Add barebones CanvasGradient object 3 rokov pred
CanvasRenderingContext2D.cpp ed03f37ae9 LibWeb: Add CanvasRenderingContext2D's origin-clean flag 3 rokov pred
CanvasRenderingContext2D.h ed03f37ae9 LibWeb: Add CanvasRenderingContext2D's origin-clean flag 3 rokov pred
CanvasRenderingContext2D.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
CloseEvent.h ded8e84f32 LibWeb: Add the missing CloseEvent IDL constructor 3 rokov pred
CloseEvent.idl ded8e84f32 LibWeb: Add the missing CloseEvent IDL constructor 3 rokov pred
DOMParser.cpp 8b2499b112 LibWeb: Make document.write() work while document is parsing 3 rokov pred
DOMParser.h 10581cfaeb LibWeb: Use DOMParserSupportedType enum for DOMParser.parseFromString 3 rokov pred
DOMParser.idl 10581cfaeb LibWeb: Use DOMParserSupportedType enum for DOMParser.parseFromString 3 rokov pred
DOMStringMap.cpp f6b24a72ee LibWeb: Add support for HTMLOrSVGElement.dataset 3 rokov pred
DOMStringMap.h f6b24a72ee LibWeb: Add support for HTMLOrSVGElement.dataset 3 rokov pred
DOMStringMap.idl f6b24a72ee LibWeb: Add support for HTMLOrSVGElement.dataset 3 rokov pred
DocumentReadyState.h 8496024756 LibWeb: Store HTML document ready state as an enum 3 rokov pred
ErrorEvent.h 11eedc309a LibWeb: Implement ErrorEvent 3 rokov pred
ErrorEvent.idl 11eedc309a LibWeb: Implement ErrorEvent 3 rokov pred
EventHandler.h e76e8e22b5 LibWeb: Separate "event listener" from "EventListener" 3 rokov pred
EventNames.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 rokov pred
EventNames.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 rokov pred
FormAssociatedElement.cpp 46c0d0f7ae LibWeb: Associate form elements with a form in parsing and dynamically 3 rokov pred
FormAssociatedElement.h 46c0d0f7ae LibWeb: Associate form elements with a form in parsing and dynamically 3 rokov pred
GlobalEventHandlers.cpp e76e8e22b5 LibWeb: Separate "event listener" from "EventListener" 3 rokov pred
GlobalEventHandlers.h 5aacec65ab LibWeb: Rewrite EventTarget to more closely match the spec 3 rokov pred
HTMLAnchorElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLAnchorElement.h ad9f3f7ae6 LibWeb: Add fast_is<T> for HTML::HTMLAnchorElement 3 rokov pred
HTMLAnchorElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLAreaElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLAreaElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLAreaElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLAudioElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLAudioElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLAudioElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLBRElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLBRElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLBRElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLBaseElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLBaseElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLBaseElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLBlinkElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLBlinkElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLBodyElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLBodyElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLBodyElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLButtonElement.cpp 4fa270d81f LibWeb: Implement <button>'s activation behaviour 3 rokov pred
HTMLButtonElement.h 29f9947ff9 LibWeb: Implement HTMLButtonElement.type 3 rokov pred
HTMLButtonElement.idl 29f9947ff9 LibWeb: Implement HTMLButtonElement.type 3 rokov pred
HTMLCanvasElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLCanvasElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLCanvasElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLDListElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLDListElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLDListElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLDataElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLDataElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLDataElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLDataListElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLDataListElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLDataListElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLDetailsElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLDetailsElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLDetailsElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLDialogElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLDialogElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLDialogElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLDirectoryElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLDirectoryElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLDirectoryElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLDivElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLDivElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLDivElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLElement.cpp fbee0490a3 LibWeb: Improve HTMLElement.click() 3 rokov pred
HTMLElement.h 432d496ed6 LibWeb: Add form associated element categories 3 rokov pred
HTMLElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLEmbedElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLEmbedElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLEmbedElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLFieldSetElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLFieldSetElement.h 432d496ed6 LibWeb: Add form associated element categories 3 rokov pred
HTMLFieldSetElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLFontElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLFontElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLFontElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLFormElement.cpp b59773de17 LibWeb: Include cookies in form submission 3 rokov pred
HTMLFormElement.h fa17776a51 LibWeb: Support HTMLFormElement.elements and HTMLFormElement.length 3 rokov pred
HTMLFormElement.idl fa17776a51 LibWeb: Support HTMLFormElement.elements and HTMLFormElement.length 3 rokov pred
HTMLFrameElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLFrameElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLFrameElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLFrameSetElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLFrameSetElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLFrameSetElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLHRElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLHRElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLHRElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLHeadElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLHeadElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLHeadElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLHeadingElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLHeadingElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLHeadingElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLHtmlElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLHtmlElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLHtmlElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLHyperlinkElementUtils.cpp a7a3f41f67 LibWeb: Implement the HTMLHyperlinkElementUtils mixin 3 rokov pred
HTMLHyperlinkElementUtils.h a7a3f41f67 LibWeb: Implement the HTMLHyperlinkElementUtils mixin 3 rokov pred
HTMLIFrameElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLIFrameElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLIFrameElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLImageElement.cpp 17f34488f6 LibWeb: Implement HTMLImageElement.width and HTMLImageElement.height 3 rokov pred
HTMLImageElement.h 17f34488f6 LibWeb: Implement HTMLImageElement.width and HTMLImageElement.height 3 rokov pred
HTMLImageElement.idl 17f34488f6 LibWeb: Implement HTMLImageElement.width and HTMLImageElement.height 3 rokov pred
HTMLInputElement.cpp 46c0d0f7ae LibWeb: Associate form elements with a form in parsing and dynamically 3 rokov pred
HTMLInputElement.h 46c0d0f7ae LibWeb: Associate form elements with a form in parsing and dynamically 3 rokov pred
HTMLInputElement.idl 2660795bcf LibWeb: Add the HTMLInputElement.type attribute 3 rokov pred
HTMLLIElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLLIElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLLIElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLLabelElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLLabelElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLLabelElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLLegendElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLLegendElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLLegendElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLLinkElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLLinkElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLLinkElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLMapElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLMapElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLMapElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLMarqueeElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLMarqueeElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLMarqueeElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLMediaElement.cpp a2e6abe159 LibWeb: Add HTMLMediaElement.canPlayType() 3 rokov pred
HTMLMediaElement.h a2e6abe159 LibWeb: Add HTMLMediaElement.canPlayType() 3 rokov pred
HTMLMediaElement.idl a2e6abe159 LibWeb: Add HTMLMediaElement.canPlayType() 3 rokov pred
HTMLMenuElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLMenuElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLMenuElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLMetaElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLMetaElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLMetaElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLMeterElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLMeterElement.h 432d496ed6 LibWeb: Add form associated element categories 3 rokov pred
HTMLMeterElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLModElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLModElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLModElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLOListElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLOListElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLOListElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLObjectElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLObjectElement.h 432d496ed6 LibWeb: Add form associated element categories 3 rokov pred
HTMLObjectElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLOptGroupElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLOptGroupElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLOptGroupElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLOptionElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLOptionElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLOptionElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLOutputElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLOutputElement.h 432d496ed6 LibWeb: Add form associated element categories 3 rokov pred
HTMLOutputElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLParagraphElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLParagraphElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLParagraphElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLParamElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLParamElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLParamElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLPictureElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLPictureElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLPictureElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLPreElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLPreElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLPreElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLProgressElement.cpp 6e1333cc71 LibWeb: Prevent crashes with progress element's value and max attributes 3 rokov pred
HTMLProgressElement.h 432d496ed6 LibWeb: Add form associated element categories 3 rokov pred
HTMLProgressElement.idl 21e353980f LibWeb: Add basic implementation of progress bar element 3 rokov pred
HTMLQuoteElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLQuoteElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLQuoteElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLScriptElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLScriptElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLScriptElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLSelectElement.cpp 46c0d0f7ae LibWeb: Associate form elements with a form in parsing and dynamically 3 rokov pred
HTMLSelectElement.h 46c0d0f7ae LibWeb: Associate form elements with a form in parsing and dynamically 3 rokov pred
HTMLSelectElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLSlotElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLSlotElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLSlotElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLSourceElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLSourceElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLSourceElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLSpanElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLSpanElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLSpanElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLStyleElement.cpp efac862570 LibWeb: Parse <style> element text content when inserted into document 3 rokov pred
HTMLStyleElement.h efac862570 LibWeb: Parse <style> element text content when inserted into document 3 rokov pred
HTMLStyleElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLTableCaptionElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLTableCaptionElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLTableCaptionElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLTableCellElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLTableCellElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLTableCellElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLTableColElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLTableColElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLTableColElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLTableElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLTableElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLTableElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLTableRowElement.cpp 79ea30bc96 LibWeb: Add HTMLTableSectionElement.rows and HTMLTableRowElement.cells 3 rokov pred
HTMLTableRowElement.h 79ea30bc96 LibWeb: Add HTMLTableSectionElement.rows and HTMLTableRowElement.cells 3 rokov pred
HTMLTableRowElement.idl 79ea30bc96 LibWeb: Add HTMLTableSectionElement.rows and HTMLTableRowElement.cells 3 rokov pred
HTMLTableSectionElement.cpp 79ea30bc96 LibWeb: Add HTMLTableSectionElement.rows and HTMLTableRowElement.cells 3 rokov pred
HTMLTableSectionElement.h 79ea30bc96 LibWeb: Add HTMLTableSectionElement.rows and HTMLTableRowElement.cells 3 rokov pred
HTMLTableSectionElement.idl 79ea30bc96 LibWeb: Add HTMLTableSectionElement.rows and HTMLTableRowElement.cells 3 rokov pred
HTMLTemplateElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLTemplateElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLTemplateElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLTextAreaElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLTextAreaElement.h 432d496ed6 LibWeb: Add form associated element categories 3 rokov pred
HTMLTextAreaElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLTimeElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLTimeElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLTimeElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLTitleElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLTitleElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLTitleElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLTrackElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLTrackElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLTrackElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLUListElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLUListElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLUListElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLUnknownElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLUnknownElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLUnknownElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
HTMLVideoElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLVideoElement.h 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 rokov pred
HTMLVideoElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
History.cpp 1927600852 LibWeb: Add the History object and stub pushState and replaceState 3 rokov pred
History.h 1927600852 LibWeb: Add the History object and stub pushState and replaceState 3 rokov pred
History.idl 1927600852 LibWeb: Add the History object and stub pushState and replaceState 3 rokov pred
ImageData.cpp 6521c04bf3 LibWeb: Remove dbgln() from ImageData::create_with_size() 3 rokov pred
ImageData.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 rokov pred
ImageData.idl 13d7c09125 Libraries: Move to Userland/Libraries/ 4 rokov pred
MessageChannel.cpp ae346cff6b LibWeb: Add partially functioning Worker API 3 rokov pred
MessageChannel.h 5aacec65ab LibWeb: Rewrite EventTarget to more closely match the spec 3 rokov pred
MessageChannel.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
MessageEvent.h d44857d34d LibWeb: Add the missing MessageEvent IDL constructor 3 rokov pred
MessageEvent.idl d44857d34d LibWeb: Add the missing MessageEvent IDL constructor 3 rokov pred
MessagePort.cpp ae346cff6b LibWeb: Add partially functioning Worker API 3 rokov pred
MessagePort.h ae346cff6b LibWeb: Add partially functioning Worker API 3 rokov pred
MessagePort.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
PageTransitionEvent.h 1c4404c46a LibWeb: Add the missing PageTransitionEvent IDL constructor 3 rokov pred
PageTransitionEvent.idl 1c4404c46a LibWeb: Add the missing PageTransitionEvent IDL constructor 3 rokov pred
PromiseRejectionEvent.h f952db1a1f LibWeb: Implement PromiseRejectionEvent 3 rokov pred
PromiseRejectionEvent.idl f952db1a1f LibWeb: Implement PromiseRejectionEvent 3 rokov pred
Storage.cpp 3f9fc0f690 Browser+LibWeb: Add "Dump Local Storage" item to Browser's Debug menu 3 rokov pred
Storage.h 3f9fc0f690 Browser+LibWeb: Add "Dump Local Storage" item to Browser's Debug menu 3 rokov pred
Storage.idl 47979996e8 LibWeb: Add Storage interface and window.localStorage 3 rokov pred
SubmitEvent.h 1e8ba0d9d3 LibWeb: Add the missing SubmitEvent IDL constructor 3 rokov pred
SubmitEvent.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
TagNames.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 rokov pred
TagNames.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 rokov pred
TextMetrics.cpp 9121cc7cae LibWeb: Implement CanvasRenderingContext2D.measureText 3 rokov pred
TextMetrics.h 9121cc7cae LibWeb: Implement CanvasRenderingContext2D.measureText 3 rokov pred
TextMetrics.idl 9121cc7cae LibWeb: Implement CanvasRenderingContext2D.measureText 3 rokov pred
Worker.cpp ae346cff6b LibWeb: Add partially functioning Worker API 3 rokov pred
Worker.h ae346cff6b LibWeb: Add partially functioning Worker API 3 rokov pred
Worker.idl ae346cff6b LibWeb: Add partially functioning Worker API 3 rokov pred
WorkerDebugConsoleClient.cpp ae346cff6b LibWeb: Add partially functioning Worker API 3 rokov pred
WorkerDebugConsoleClient.h ae346cff6b LibWeb: Add partially functioning Worker API 3 rokov pred
WorkerGlobalScope.cpp 820e99f97d LibWeb: Add initial implementation for WorkerGlobalScope 3 rokov pred
WorkerGlobalScope.h 820e99f97d LibWeb: Add initial implementation for WorkerGlobalScope 3 rokov pred
WorkerGlobalScope.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 rokov pred
WorkerLocation.cpp 820e99f97d LibWeb: Add initial implementation for WorkerGlobalScope 3 rokov pred
WorkerLocation.h 820e99f97d LibWeb: Add initial implementation for WorkerGlobalScope 3 rokov pred
WorkerLocation.idl 820e99f97d LibWeb: Add initial implementation for WorkerGlobalScope 3 rokov pred
WorkerNavigator.h 820e99f97d LibWeb: Add initial implementation for WorkerGlobalScope 3 rokov pred
WorkerNavigator.idl 820e99f97d LibWeb: Add initial implementation for WorkerGlobalScope 3 rokov pred