Andreas Kling cb15132146 LibWeb: Always allow scripting in workers for now 2 年之前
..
Canvas 497ead37bc LibWeb: Make DOMException GC-allocated 2 年之前
CrossOrigin 5d773732b7 LibWeb: Add HTML::CrossOriginOpenerPolicyEnforcementResult 2 年之前
EventLoop 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 年之前
Parser 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 年之前
Scripting cb15132146 LibWeb: Always allow scripting in workers for now 2 年之前
SyntaxHighlighter 6f71516409 LibWeb: Syntax-highlight CSS within HTML :^) 3 年之前
AnimationFrameCallbackDriver.h 3cfa9b63b5 LibWeb: Stop inactive requestAnimationFrame() callbacks from running 3 年之前
AttributeNames.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年之前
AttributeNames.h 3fe66bddf4 LibWeb: Implement WindowEventHandlers 3 年之前
BrowsingContext.cpp 39660a8680 LibWeb: Remove now-unused Bindings::Wrapper class 2 年之前
BrowsingContext.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 年之前
BrowsingContextContainer.cpp 2a7924f96c LibWeb: Bring browsing context creation closer to spec 2 年之前
BrowsingContextContainer.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 年之前
CanvasGradient.cpp 497ead37bc LibWeb: Make DOMException GC-allocated 2 年之前
CanvasGradient.h 0d2fee351a LibWeb: Make CanvasGradient GC-allocated 2 年之前
CanvasGradient.idl dc3bf32307 LibWeb: Add barebones CanvasGradient object 3 年之前
CanvasRenderingContext2D.cpp 497ead37bc LibWeb: Make DOMException GC-allocated 2 年之前
CanvasRenderingContext2D.h 6b7a1d13e9 LibWeb: Make TextMetrics GC-allocated 2 年之前
CanvasRenderingContext2D.idl 8cfb0d4514 LibWeb: Add fixmes for other missing CRC2D mixins 2 年之前
CloseEvent.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 年之前
CloseEvent.h 45425de849 LibWeb: Use the WRAPPER_HACK() macro instead of hand-coding wrap() 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 d5e831988e LibWeb: Make DOMParser GC-allocated 2 年之前
DOMParser.idl 10581cfaeb LibWeb: Use DOMParserSupportedType enum for DOMParser.parseFromString 3 年之前
DOMStringMap.cpp 497ead37bc LibWeb: Make DOMException GC-allocated 2 年之前
DOMStringMap.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 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 45425de849 LibWeb: Use the WRAPPER_HACK() macro instead of hand-coding wrap() 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 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年之前
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 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 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 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 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 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 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 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 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 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 年之前
HTMLBaseElement.idl 0a989d1bfd LibWeb: Implement HTMLBaseElement.href 3 年之前
HTMLBlinkElement.cpp a797a92990 LibWeb: Stop including StyleValue.h in a few places 3 年之前
HTMLBlinkElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 年之前
HTMLBodyElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 年之前
HTMLBodyElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 年之前
HTMLBodyElement.idl 3fe66bddf4 LibWeb: Implement WindowEventHandlers 3 年之前
HTMLButtonElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 年之前
HTMLButtonElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 年之前
HTMLButtonElement.idl 29f9947ff9 LibWeb: Implement HTMLButtonElement.type 3 年之前
HTMLCanvasElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 年之前
HTMLCanvasElement.h 4452b5ca09 LibWeb: Make 2D and 3D canvas rendering contexts GC-allocated 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 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 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 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 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 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 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 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 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 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 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 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 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 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 年之前
HTMLDivElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 年之前
HTMLElement.cpp 497ead37bc LibWeb: Make DOMException GC-allocated 2 年之前
HTMLElement.h 05dcf3b2f8 LibWeb: Don't allocate DOMStringMap in HTMLElement constructor 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 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 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 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 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 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 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 2bba97964b LibWeb: Make HTMLCollection and subclasses GC-allocated 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 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 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 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 年之前
HTMLFrameSetElement.idl 3fe66bddf4 LibWeb: Implement WindowEventHandlers 3 年之前
HTMLHRElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 年之前
HTMLHRElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 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 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 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 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 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 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 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 ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 年之前
HTMLIFrameElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 年之前
HTMLIFrameElement.idl 2801ddfa76 LibWeb: Implement (naive) version of HTMLIFrameElement.contentWindow 2 年之前
HTMLImageElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 年之前
HTMLImageElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 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 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 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 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 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 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 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 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 年之前
HTMLLegendElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 年之前
HTMLLinkElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 年之前
HTMLLinkElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 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 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 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 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 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 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 年之前
HTMLMediaElement.idl a2e6abe159 LibWeb: Add HTMLMediaElement.canPlayType() 3 年之前
HTMLMenuElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 年之前
HTMLMenuElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 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 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 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 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 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 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 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 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 年之前
HTMLOListElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 年之前
HTMLObjectElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 年之前
HTMLObjectElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 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 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 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 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 年之前
HTMLOptionElement.idl 00099a8ade LibWeb: Bring HTMLOptionElement closer to spec 3 年之前
HTMLOptionsCollection.cpp 497ead37bc LibWeb: Make DOMException GC-allocated 2 年之前
HTMLOptionsCollection.h 2bba97964b LibWeb: Make HTMLCollection and subclasses GC-allocated 2 年之前
HTMLOptionsCollection.idl ff9856a214 LibWeb: Implement HTMLOptionsCollection.add() 3 年之前
HTMLOutputElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 年之前
HTMLOutputElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 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 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 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 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 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 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 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 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 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 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 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 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 年之前
HTMLQuoteElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 年之前
HTMLScriptElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 年之前
HTMLScriptElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 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 2bba97964b LibWeb: Make HTMLCollection and subclasses GC-allocated 2 年之前
HTMLSelectElement.idl 27eb70cbba LibWeb: Implement HTMLSelectElement.add() 3 年之前
HTMLSlotElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 年之前
HTMLSlotElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 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 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 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 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 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 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 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 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 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 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 年之前
HTMLTableCellElement.idl bc4974648c LibWeb: Add HTMLTableCellElement::rowSpan 3 年之前
HTMLTableColElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 年之前
HTMLTableColElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 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 2bba97964b LibWeb: Make HTMLCollection and subclasses GC-allocated 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 2bba97964b LibWeb: Make HTMLCollection and subclasses GC-allocated 2 年之前
HTMLTableRowElement.idl c8bdac8736 LibWeb: Implement HTMLTableRowElement.{rowIndex,sectionRowIndex} 3 年之前
HTMLTableSectionElement.cpp 497ead37bc LibWeb: Make DOMException GC-allocated 2 年之前
HTMLTableSectionElement.h 2bba97964b LibWeb: Make HTMLCollection and subclasses GC-allocated 2 年之前
HTMLTableSectionElement.idl cc2e08d9e9 LibWeb: Implement HTMLTableSectionElement::deleteRow() 3 年之前
HTMLTemplateElement.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 年之前
HTMLTemplateElement.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 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 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 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 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 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 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 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 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 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 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 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 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 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 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 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 16fbb91aa1 LibWeb: Make History GC-allocated 2 年之前
History.idl 1927600852 LibWeb: Add the History object and stub pushState and replaceState 3 年之前
ImageData.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 年之前
ImageData.h 369dd42d67 LibWeb: Make ImageData GC-allocated 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 2ff7e37048 LibWeb: Make MessageChannel GC-allocated 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 45425de849 LibWeb: Use the WRAPPER_HACK() macro instead of hand-coding wrap() 2 年之前
MessageEvent.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 年之前
MessagePort.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 年之前
MessagePort.h 3768743a0a LibWeb: Remove now-unused Bindings::Wrappable class 2 年之前
MessagePort.idl f45d361f03 LibWeb: Replace ad-hoc EventHandler type with callback function typedef 3 年之前
NavigationParams.h 0781bdb23e LibWeb: Add HTML::NavigationParams 2 年之前
Origin.h 2b06e4b98b LibWeb: Mark Origin::serialize() as const 3 年之前
PageTransitionEvent.cpp ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 年之前
PageTransitionEvent.h 45425de849 LibWeb: Use the WRAPPER_HACK() macro instead of hand-coding wrap() 2 年之前
PageTransitionEvent.idl 1c4404c46a LibWeb: Add the missing PageTransitionEvent IDL constructor 3 年之前
Path2D.cpp 497ead37bc LibWeb: Make DOMException GC-allocated 2 年之前
Path2D.h 2704bcdaaa LibWeb: Make Path2D GC-allocated 2 年之前
Path2D.idl 2ec52bbbd5 LibWeb: Implement Path2D class 2 年之前
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 45425de849 LibWeb: Use the WRAPPER_HACK() macro instead of hand-coding wrap() 2 年之前
PromiseRejectionEvent.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 年之前
SandboxingFlagSet.h 8909ef5b90 LibWeb: Add HTML::SandboxingFlagSet 2 年之前
SessionHistoryEntry.h c4a0b7057b LibWeb: Add basic skeleton of HTML "session history" to BrowsingContext 2 年之前
Storage.cpp 2ac8e3db3a LibWeb: Make Storage GC-allocated 2 年之前
Storage.h 2ac8e3db3a LibWeb: Make Storage GC-allocated 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 6b7a1d13e9 LibWeb: Make TextMetrics GC-allocated 2 年之前
TextMetrics.idl 9121cc7cae LibWeb: Implement CanvasRenderingContext2D.measureText 3 年之前
Timer.cpp c7ac82ec33 LibWeb: Make HTML::Timer GC-allocated 2 年之前
Timer.h c7ac82ec33 LibWeb: Make HTML::Timer GC-allocated 2 年之前
Window.cpp 9176a0de99 LibWeb: Stop using Bindings::wrap() in a bunch of places 2 年之前
Window.h be9d3860b9 LibWeb: Make Crypto GC-allocated 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 e97cc671ea LibWeb: Give web workers a (totally hacky) Window object 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 497ead37bc LibWeb: Make DOMException GC-allocated 2 年之前
WorkerGlobalScope.h 3768743a0a LibWeb: Remove now-unused Bindings::Wrappable class 2 年之前
WorkerGlobalScope.idl b456adcb59 LibWeb: Extract the WindowOrWorkerGlobalScope IDL mixin 3 年之前
WorkerLocation.cpp 9da72cdaba LibWeb: Make WorkerLocation GC-allocated 2 年之前
WorkerLocation.h 9da72cdaba LibWeb: Make WorkerLocation GC-allocated 2 年之前
WorkerLocation.idl 820e99f97d LibWeb: Add initial implementation for WorkerGlobalScope 3 年之前
WorkerNavigator.cpp 2fe97fa8db LibWeb: Make WorkerNavigator GC-allocated 2 年之前
WorkerNavigator.h 2fe97fa8db LibWeb: Make WorkerNavigator GC-allocated 2 年之前
WorkerNavigator.idl 820e99f97d LibWeb: Add initial implementation for WorkerGlobalScope 3 年之前