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