Luke Wilde 2133b7d58a LibWeb: Implement :enabled and :disabled pseudo classes to spec 2 years ago
..
Canvas bbaa05fcf9 LibWeb: Move DOMException from DOM/ to WebIDL/ 2 years ago
CrossOrigin bbaa05fcf9 LibWeb: Move DOMException from DOM/ to WebIDL/ 2 years ago
EventLoop d505192014 LibWeb: Use JS::SafeFunction in the HTML task queues 2 years ago
Parser 7b8a6b8e7a LibWeb: Set HTMLParser::m_scripting_enabled as according to the spec 2 years ago
Scripting bbaa05fcf9 LibWeb: Move DOMException from DOM/ to WebIDL/ 2 years ago
SyntaxHighlighter 6f71516409 LibWeb: Syntax-highlight CSS within HTML :^) 3 years ago
AnimationFrameCallbackDriver.h 9567e211e7 LibWeb+WebContent: Add abstraction layer for event loop and timers 2 years ago
AttributeNames.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
AttributeNames.h 3fe66bddf4 LibWeb: Implement WindowEventHandlers 3 years ago
BrowsingContext.cpp fdc9dc5729 LibWeb: Don't force layout when scrolling to non-existent anchor 2 years ago
BrowsingContext.h ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ 2 years ago
BrowsingContextContainer.cpp 9d1336a1c9 LibWeb: Rename an origin's protocol to origin scheme 2 years ago
BrowsingContextContainer.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
BrowsingContextGroup.cpp 8ead228202 LibWeb: Implement "browsing context group" concept from the HTML spec 2 years ago
BrowsingContextGroup.h 8ead228202 LibWeb: Implement "browsing context group" concept from the HTML spec 2 years ago
CanvasGradient.cpp bbaa05fcf9 LibWeb: Move DOMException from DOM/ to WebIDL/ 2 years ago
CanvasGradient.h ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ 2 years ago
CanvasGradient.idl dc3bf32307 LibWeb: Add barebones CanvasGradient object 3 years ago
CanvasRenderingContext2D.cpp bbaa05fcf9 LibWeb: Move DOMException from DOM/ to WebIDL/ 2 years ago
CanvasRenderingContext2D.h ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ 2 years ago
CanvasRenderingContext2D.idl 8cfb0d4514 LibWeb: Add fixmes for other missing CRC2D mixins 3 years ago
CloseEvent.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
CloseEvent.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
CloseEvent.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 years ago
DOMParser.cpp ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ 2 years ago
DOMParser.h ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ 2 years ago
DOMParser.idl 10581cfaeb LibWeb: Use DOMParserSupportedType enum for DOMParser.parseFromString 3 years ago
DOMStringMap.cpp bbaa05fcf9 LibWeb: Move DOMException from DOM/ to WebIDL/ 2 years ago
DOMStringMap.h ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ 2 years ago
DOMStringMap.idl f6b24a72ee LibWeb: Add support for HTMLOrSVGElement.dataset 3 years ago
DocumentReadyState.h 8496024756 LibWeb: Store HTML document ready state as an enum 3 years ago
ErrorEvent.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
ErrorEvent.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
ErrorEvent.idl 11eedc309a LibWeb: Implement ErrorEvent 3 years ago
EventHandler.cpp 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ 2 years ago
EventHandler.h 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ 2 years ago
EventNames.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
EventNames.h 42b8656db3 LibWeb: Flesh out "document visibility" state a bit more 2 years ago
FormAssociatedElement.cpp c85fcd442f LibWeb: Check all <fieldset> ancestors in FormAssociatedElement::enabled 2 years ago
FormAssociatedElement.h 173dcfb7cb Everywhere: Fix a bunch of typos 3 years ago
GlobalEventHandlers.cpp 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ 2 years ago
GlobalEventHandlers.h 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ 2 years ago
HTMLAnchorElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
HTMLAnchorElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLAnchorElement.idl 8d2d315858 LibWeb: Extract the HTMLHyperlinkElementUtils IDL mixin 3 years ago
HTMLAreaElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
HTMLAreaElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLAreaElement.idl 8d2d315858 LibWeb: Extract the HTMLHyperlinkElementUtils IDL mixin 3 years ago
HTMLAudioElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
HTMLAudioElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLAudioElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLBRElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
HTMLBRElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLBRElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLBaseElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
HTMLBaseElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLBaseElement.idl 0a989d1bfd LibWeb: Implement HTMLBaseElement.href 3 years ago
HTMLBlinkElement.cpp 9567e211e7 LibWeb+WebContent: Add abstraction layer for event loop and timers 2 years ago
HTMLBlinkElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLBodyElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
HTMLBodyElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLBodyElement.idl 3fe66bddf4 LibWeb: Implement WindowEventHandlers 3 years ago
HTMLButtonElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
HTMLButtonElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLButtonElement.idl 29f9947ff9 LibWeb: Implement HTMLButtonElement.type 3 years ago
HTMLCanvasElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
HTMLCanvasElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLCanvasElement.idl 58f882200c LibWeb: Add the ability to retrieve a WebGL context from getContext 3 years ago
HTMLDListElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
HTMLDListElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLDListElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLDataElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
HTMLDataElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLDataElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLDataListElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
HTMLDataListElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLDataListElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLDetailsElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
HTMLDetailsElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLDetailsElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLDialogElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
HTMLDialogElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLDialogElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLDirectoryElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
HTMLDirectoryElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLDirectoryElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLDivElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
HTMLDivElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLDivElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLElement.cpp bbaa05fcf9 LibWeb: Move DOMException from DOM/ to WebIDL/ 2 years ago
HTMLElement.h ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ 2 years ago
HTMLElement.idl d25bd2dbd8 LibWeb: Add the GlobalEventHandlers IDL mixin 3 years ago
HTMLEmbedElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
HTMLEmbedElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLEmbedElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLFieldSetElement.cpp 2133b7d58a LibWeb: Implement :enabled and :disabled pseudo classes to spec 2 years ago
HTMLFieldSetElement.h 2133b7d58a LibWeb: Implement :enabled and :disabled pseudo classes to spec 2 years ago
HTMLFieldSetElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLFontElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
HTMLFontElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLFontElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLFormElement.cpp 4230dbbb21 AK+Everywhere: Replace "protocol" with "scheme" url helpers 2 years ago
HTMLFormElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLFormElement.idl fa17776a51 LibWeb: Support HTMLFormElement.elements and HTMLFormElement.length 3 years ago
HTMLFrameElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
HTMLFrameElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLFrameElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLFrameSetElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
HTMLFrameSetElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLFrameSetElement.idl 3fe66bddf4 LibWeb: Implement WindowEventHandlers 3 years ago
HTMLHRElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
HTMLHRElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLHRElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLHeadElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
HTMLHeadElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLHeadElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLHeadingElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
HTMLHeadingElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLHeadingElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLHtmlElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
HTMLHtmlElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLHtmlElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLHyperlinkElementUtils.cpp aaa954f900 LibWeb: Bring handling of anchor elements closer to spec 3 years ago
HTMLHyperlinkElementUtils.h aaa954f900 LibWeb: Bring handling of anchor elements closer to spec 3 years ago
HTMLHyperlinkElementUtils.idl 8d2d315858 LibWeb: Extract the HTMLHyperlinkElementUtils IDL mixin 3 years ago
HTMLIFrameElement.cpp 9d1336a1c9 LibWeb: Rename an origin's protocol to origin scheme 2 years ago
HTMLIFrameElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLIFrameElement.idl 2801ddfa76 LibWeb: Implement (naive) version of HTMLIFrameElement.contentWindow 3 years ago
HTMLImageElement.cpp faf9746244 LibWeb: Cache width of "alt" text in ImageBox 2 years ago
HTMLImageElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLImageElement.idl e5d978af9f LibWeb: Bring HTMLImageElement closer to spec 3 years ago
HTMLInputElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
HTMLInputElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLInputElement.idl 57a85b1017 LibWeb: Ensure that radio group is updated when radio is checked from JS 3 years ago
HTMLLIElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
HTMLLIElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLLIElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLLabelElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
HTMLLabelElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLLabelElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLLegendElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
HTMLLegendElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLLegendElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLLinkElement.cpp cd7262ee56 LibWeb+LibWebView+WebContent: Add Web::Platform::ImageCodecPlugin 2 years ago
HTMLLinkElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLLinkElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLMapElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
HTMLMapElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLMapElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLMarqueeElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
HTMLMarqueeElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLMarqueeElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLMediaElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
HTMLMediaElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLMediaElement.idl a2e6abe159 LibWeb: Add HTMLMediaElement.canPlayType() 3 years ago
HTMLMenuElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
HTMLMenuElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLMenuElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLMetaElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
HTMLMetaElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLMetaElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLMeterElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
HTMLMeterElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLMeterElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLModElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
HTMLModElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLModElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLOListElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
HTMLOListElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLOListElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLObjectElement.cpp 92deba7197 LibWeb: Implement Document/BrowsingContext hookup according to spec 2 years ago
HTMLObjectElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLObjectElement.idl 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 years ago
HTMLOptGroupElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
HTMLOptGroupElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLOptGroupElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLOptionElement.cpp 2133b7d58a LibWeb: Implement :enabled and :disabled pseudo classes to spec 2 years ago
HTMLOptionElement.h 2133b7d58a LibWeb: Implement :enabled and :disabled pseudo classes to spec 2 years ago
HTMLOptionElement.idl 00099a8ade LibWeb: Bring HTMLOptionElement closer to spec 3 years ago
HTMLOptionsCollection.cpp bbaa05fcf9 LibWeb: Move DOMException from DOM/ to WebIDL/ 2 years ago
HTMLOptionsCollection.h ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ 2 years ago
HTMLOptionsCollection.idl ff9856a214 LibWeb: Implement HTMLOptionsCollection.add() 3 years ago
HTMLOutputElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
HTMLOutputElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLOutputElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLParagraphElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
HTMLParagraphElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLParagraphElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLParamElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
HTMLParamElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLParamElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLPictureElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
HTMLPictureElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLPictureElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLPreElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
HTMLPreElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLPreElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLProgressElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
HTMLProgressElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLProgressElement.idl 21e353980f LibWeb: Add basic implementation of progress bar element 3 years ago
HTMLQuoteElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
HTMLQuoteElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLQuoteElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLScriptElement.cpp 83c69fa62e LibWeb: Handle JavaScript source code with non-UTF-8 encoding 2 years ago
HTMLScriptElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLScriptElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLSelectElement.cpp ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ 2 years ago
HTMLSelectElement.h ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ 2 years ago
HTMLSelectElement.idl 27eb70cbba LibWeb: Implement HTMLSelectElement.add() 3 years ago
HTMLSlotElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
HTMLSlotElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLSlotElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLSourceElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
HTMLSourceElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLSourceElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLSpanElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
HTMLSpanElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLSpanElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLStyleElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
HTMLStyleElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLStyleElement.idl 899fa30bdd LibWeb: Extract the LinkStyle IDL mixin 3 years ago
HTMLTableCaptionElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
HTMLTableCaptionElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLTableCaptionElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLTableCellElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
HTMLTableCellElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLTableCellElement.idl bc4974648c LibWeb: Add HTMLTableCellElement::rowSpan 3 years ago
HTMLTableColElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
HTMLTableColElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLTableColElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLTableElement.cpp bbaa05fcf9 LibWeb: Move DOMException from DOM/ to WebIDL/ 2 years ago
HTMLTableElement.h ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ 2 years ago
HTMLTableElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLTableRowElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
HTMLTableRowElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLTableRowElement.idl c8bdac8736 LibWeb: Implement HTMLTableRowElement.{rowIndex,sectionRowIndex} 3 years ago
HTMLTableSectionElement.cpp bbaa05fcf9 LibWeb: Move DOMException from DOM/ to WebIDL/ 2 years ago
HTMLTableSectionElement.h ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ 2 years ago
HTMLTableSectionElement.idl cc2e08d9e9 LibWeb: Implement HTMLTableSectionElement::deleteRow() 3 years ago
HTMLTemplateElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
HTMLTemplateElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLTemplateElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLTextAreaElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
HTMLTextAreaElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLTextAreaElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLTimeElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
HTMLTimeElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLTimeElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLTitleElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
HTMLTitleElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLTitleElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLTrackElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
HTMLTrackElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLTrackElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLUListElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
HTMLUListElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLUListElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLUnknownElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
HTMLUnknownElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLUnknownElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTMLVideoElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
HTMLVideoElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
HTMLVideoElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
History.cpp bbaa05fcf9 LibWeb: Move DOMException from DOM/ to WebIDL/ 2 years ago
History.h ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ 2 years ago
History.idl 1927600852 LibWeb: Add the History object and stub pushState and replaceState 3 years ago
HistoryHandlingBehavior.h 5a500827b8 LibWeb: Move HistoryHandlingBehavior enum to its own header 2 years ago
ImageData.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
ImageData.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
ImageData.idl 13d7c09125 Libraries: Move to Userland/Libraries/ 4 years ago
MessageChannel.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
MessageChannel.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
MessageChannel.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
MessageEvent.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
MessageEvent.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
MessageEvent.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 years ago
MessagePort.cpp 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ 2 years ago
MessagePort.h 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ 2 years ago
MessagePort.idl f45d361f03 LibWeb: Replace ad-hoc EventHandler type with callback function typedef 3 years ago
NavigationParams.h 5a500827b8 LibWeb: Move HistoryHandlingBehavior enum to its own header 2 years ago
Origin.h 9d1336a1c9 LibWeb: Rename an origin's protocol to origin scheme 2 years ago
PageTransitionEvent.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
PageTransitionEvent.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
PageTransitionEvent.idl 1c4404c46a LibWeb: Add the missing PageTransitionEvent IDL constructor 3 years ago
Path2D.cpp 497ead37bc LibWeb: Make DOMException GC-allocated 2 years ago
Path2D.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
Path2D.idl 2ec52bbbd5 LibWeb: Implement Path2D class 3 years ago
PolicyContainers.h de74ba587f LibWeb: Add a stub PolicyContainer struct 3 years ago
PromiseRejectionEvent.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
PromiseRejectionEvent.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
PromiseRejectionEvent.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 years ago
SandboxingFlagSet.h d073a31c21 LibWeb: Add missing includes 2 years ago
SessionHistoryEntry.h 4ee5dfbe4b LibWeb: Flesh out a chunk of the HTML spec's frame navigation algorithms 2 years ago
Storage.cpp ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ 2 years ago
Storage.h ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ 2 years ago
Storage.idl 47979996e8 LibWeb: Add Storage interface and window.localStorage 3 years ago
SubmitEvent.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
SubmitEvent.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 years ago
SubmitEvent.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 years ago
TagNames.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
TagNames.h de88e119a0 LibWeb: Implement XMLSerializer 3 years ago
TextMetrics.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
TextMetrics.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
TextMetrics.idl 9121cc7cae LibWeb: Implement CanvasRenderingContext2D.measureText 3 years ago
Timer.cpp 9567e211e7 LibWeb+WebContent: Add abstraction layer for event loop and timers 2 years ago
Timer.h 9567e211e7 LibWeb+WebContent: Add abstraction layer for event loop and timers 2 years ago
VisibilityState.h d4acdac317 LibWeb+WebContent+Browser: Plumb visibility state from GUI to web pages 2 years ago
Window.cpp bbaa05fcf9 LibWeb: Move DOMException from DOM/ to WebIDL/ 2 years ago
Window.h ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ 2 years ago
WindowEventHandlers.cpp 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ 2 years ago
WindowEventHandlers.h 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ 2 years ago
WindowOrWorkerGlobalScope.idl b456adcb59 LibWeb: Extract the WindowOrWorkerGlobalScope IDL mixin 3 years ago
WindowProxy.cpp bbaa05fcf9 LibWeb: Move DOMException from DOM/ to WebIDL/ 2 years ago
WindowProxy.h 56d8c4ff26 LibWeb: Move WindowProxy from Bindings/ to HTML/ 2 years ago
Worker.cpp bbaa05fcf9 LibWeb: Move DOMException from DOM/ to WebIDL/ 2 years ago
Worker.h ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ 2 years ago
Worker.idl f45d361f03 LibWeb: Replace ad-hoc EventHandler type with callback function typedef 3 years ago
WorkerDebugConsoleClient.cpp c8585b77d2 Everywhere: Replace single-char StringView op. arguments with chars 3 years ago
WorkerDebugConsoleClient.h ae346cff6b LibWeb: Add partially functioning Worker API 3 years ago
WorkerGlobalScope.cpp bbaa05fcf9 LibWeb: Move DOMException from DOM/ to WebIDL/ 2 years ago
WorkerGlobalScope.h ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ 2 years ago
WorkerGlobalScope.idl b456adcb59 LibWeb: Extract the WindowOrWorkerGlobalScope IDL mixin 3 years ago
WorkerLocation.cpp 9da72cdaba LibWeb: Make WorkerLocation GC-allocated 2 years ago
WorkerLocation.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
WorkerLocation.idl 820e99f97d LibWeb: Add initial implementation for WorkerGlobalScope 3 years ago
WorkerNavigator.cpp 2fe97fa8db LibWeb: Make WorkerNavigator GC-allocated 2 years ago
WorkerNavigator.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
WorkerNavigator.idl 820e99f97d LibWeb: Add initial implementation for WorkerGlobalScope 3 years ago