Andreas Kling b0b022507b LibJS: Reduce AST memory usage by shrink-wrapping source range info 2 年之前
..
Canvas f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 年之前
CrossOrigin c948873c5b LibWeb: Add the 'opener browsing context' BrowsingContext property 2 年之前
EventLoop 4b8729aea6 LibWeb: Add a flag to pause an HTML event loop's execution 2 年之前
Parser 2f16198bd6 LibWeb: Remove unused should_invalidate_styles_on_attribute_changes() 2 年之前
Scripting b0b022507b LibJS: Reduce AST memory usage by shrink-wrapping source range info 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 941bc47538 LibWeb: Define method to check if an attribute is a boolean attribute 2 年之前
AttributeNames.h bfdb30c74a LibWeb: Implement bare-bones `HTMLElement.dir` 2 年之前
BrowsingContext.cpp 8a5d2be617 Everywhere: Remove unnecessary mutable attributes from lambdas 2 年之前
BrowsingContext.h ff2f31bc81 LibWeb: Bring BrowsingContext::choose_a_browsing_context closer to spec 2 年之前
BrowsingContextContainer.cpp 72098d2699 LibWeb: Return after firing the iframe load event for about:blank 2 年之前
BrowsingContextContainer.h ac329d0a18 LibWeb: Make HTMLIFrameElement.contentWindow return the WindowProxy 2 年之前
BrowsingContextGroup.cpp 83c5ff57d8 LibWeb: Make BrowsingContext GC-allocated 2 年之前
BrowsingContextGroup.h 83c5ff57d8 LibWeb: Make BrowsingContext GC-allocated 2 年之前
CanvasGradient.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 年之前
CanvasGradient.h f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 年之前
CanvasGradient.idl dc3bf32307 LibWeb: Add barebones CanvasGradient object 3 年之前
CanvasRenderingContext2D.cpp 66a428ae03 LibJS+LibWeb: Return non-const types from Ptr class operators 2 年之前
CanvasRenderingContext2D.h f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 年之前
CanvasRenderingContext2D.idl 8cfb0d4514 LibWeb: Add fixmes for other missing CRC2D mixins 3 年之前
CloseEvent.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 年之前
CloseEvent.h 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 年之前
CloseEvent.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
DOMParser.cpp acfb546048 LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`s 2 年之前
DOMParser.h f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 年之前
DOMParser.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
DOMStringMap.cpp acfb546048 LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`s 2 年之前
DOMStringMap.h 3a675a024a LibWeb: Make DOMStringMap a LegacyPlatformObject 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 f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 年之前
ErrorEvent.h f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 年之前
ErrorEvent.idl 11eedc309a LibWeb: Implement ErrorEvent 3 年之前
EventHandler.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 年之前
EventHandler.h 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ 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 年之前
Focus.cpp 547e006a12 LibWeb: Extract the (un)focus steps out of HTMLElement 2 年之前
Focus.h 547e006a12 LibWeb: Extract the (un)focus steps out of HTMLElement 2 年之前
FormAssociatedElement.cpp 8a5d2be617 Everywhere: Remove unnecessary mutable attributes from lambdas 2 年之前
FormAssociatedElement.h 173dcfb7cb Everywhere: Fix a bunch of typos 3 年之前
GlobalEventHandlers.cpp 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ 2 年之前
GlobalEventHandlers.h 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ 2 年之前
HTMLAnchorElement.cpp 1473bc9169 LibWeb: Implement HTMLOrSVGElement.tabIndex 2 年之前
HTMLAnchorElement.h 1473bc9169 LibWeb: Implement HTMLOrSVGElement.tabIndex 2 年之前
HTMLAnchorElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLAreaElement.cpp 1473bc9169 LibWeb: Implement HTMLOrSVGElement.tabIndex 2 年之前
HTMLAreaElement.h 1473bc9169 LibWeb: Implement HTMLOrSVGElement.tabIndex 2 年之前
HTMLAreaElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLAudioElement.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 年之前
HTMLAudioElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 年之前
HTMLAudioElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLBRElement.cpp 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 年之前
HTMLBRElement.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 年之前
HTMLBRElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLBaseElement.cpp b400a34984 LibWeb: Cache the first <base href> (in tree order) in Document 2 年之前
HTMLBaseElement.h b400a34984 LibWeb: Cache the first <base href> (in tree order) in Document 2 年之前
HTMLBaseElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
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 6ff9a88c3b LibWeb: Support animated backgrounds 2 年之前
HTMLBodyElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 年之前
HTMLBodyElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLButtonElement.cpp 1473bc9169 LibWeb: Implement HTMLOrSVGElement.tabIndex 2 年之前
HTMLButtonElement.h 1473bc9169 LibWeb: Implement HTMLOrSVGElement.tabIndex 2 年之前
HTMLButtonElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLCanvasElement.cpp acfb546048 LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`s 2 年之前
HTMLCanvasElement.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 年之前
HTMLCanvasElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLDListElement.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 年之前
HTMLDListElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 年之前
HTMLDListElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLDataElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 年之前
HTMLDataElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 年之前
HTMLDataElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLDataListElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 年之前
HTMLDataListElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 年之前
HTMLDataListElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLDetailsElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 年之前
HTMLDetailsElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 年之前
HTMLDetailsElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLDialogElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 年之前
HTMLDialogElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 年之前
HTMLDialogElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLDirectoryElement.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 年之前
HTMLDirectoryElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 年之前
HTMLDirectoryElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLDivElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 年之前
HTMLDivElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 年之前
HTMLDivElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLElement.cpp bfdb30c74a LibWeb: Implement bare-bones `HTMLElement.dir` 2 年之前
HTMLElement.h bfdb30c74a LibWeb: Implement bare-bones `HTMLElement.dir` 2 年之前
HTMLElement.idl bfdb30c74a LibWeb: Implement bare-bones `HTMLElement.dir` 2 年之前
HTMLEmbedElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 年之前
HTMLEmbedElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 年之前
HTMLEmbedElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLFieldSetElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 年之前
HTMLFieldSetElement.h 2133b7d58a LibWeb: Implement :enabled and :disabled pseudo classes to spec 2 年之前
HTMLFieldSetElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLFontElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 年之前
HTMLFontElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 年之前
HTMLFontElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLFormElement.cpp f09e256328 LibWeb: Let LoadRequest::set_body() take by value 2 年之前
HTMLFormElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 年之前
HTMLFormElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLFrameElement.cpp 1473bc9169 LibWeb: Implement HTMLOrSVGElement.tabIndex 2 年之前
HTMLFrameElement.h 1473bc9169 LibWeb: Implement HTMLOrSVGElement.tabIndex 2 年之前
HTMLFrameElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLFrameSetElement.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 年之前
HTMLFrameSetElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 年之前
HTMLFrameSetElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLHRElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 年之前
HTMLHRElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 年之前
HTMLHRElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLHeadElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 年之前
HTMLHeadElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 年之前
HTMLHeadElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLHeadingElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 年之前
HTMLHeadingElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 年之前
HTMLHeadingElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLHtmlElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 年之前
HTMLHtmlElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 年之前
HTMLHtmlElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLHyperlinkElementUtils.cpp 8a5d2be617 Everywhere: Remove unnecessary mutable attributes from lambdas 2 年之前
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 1d0fe2325c LibWeb: Don't call load_src after process_the_iframe_attributes 2 年之前
HTMLIFrameElement.h 1473bc9169 LibWeb: Implement HTMLOrSVGElement.tabIndex 2 年之前
HTMLIFrameElement.idl ac329d0a18 LibWeb: Make HTMLIFrameElement.contentWindow return the WindowProxy 2 年之前
HTMLImageElement.cpp acfb546048 LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`s 2 年之前
HTMLImageElement.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 年之前
HTMLImageElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLInputElement.cpp 8a5d2be617 Everywhere: Remove unnecessary mutable attributes from lambdas 2 年之前
HTMLInputElement.h 1473bc9169 LibWeb: Implement HTMLOrSVGElement.tabIndex 2 年之前
HTMLInputElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLLIElement.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 年之前
HTMLLIElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 年之前
HTMLLIElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLLabelElement.cpp 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 年之前
HTMLLabelElement.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 年之前
HTMLLabelElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLLegendElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 年之前
HTMLLegendElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 年之前
HTMLLegendElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLLinkElement.cpp b86c264975 LibWeb: Replace incorrect uses of split_view() for whitespace splitting 2 年之前
HTMLLinkElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 年之前
HTMLLinkElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLMapElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 年之前
HTMLMapElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 年之前
HTMLMapElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLMarqueeElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 年之前
HTMLMarqueeElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 年之前
HTMLMarqueeElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLMediaElement.cpp 377eb09492 LibWeb: Stub HTMLMediaElement.load 2 年之前
HTMLMediaElement.h 377eb09492 LibWeb: Stub HTMLMediaElement.load 2 年之前
HTMLMediaElement.idl 377eb09492 LibWeb: Stub HTMLMediaElement.load 2 年之前
HTMLMenuElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 年之前
HTMLMenuElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 年之前
HTMLMenuElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLMetaElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 年之前
HTMLMetaElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 年之前
HTMLMetaElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLMeterElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 年之前
HTMLMeterElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 年之前
HTMLMeterElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLModElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 年之前
HTMLModElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 年之前
HTMLModElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLOListElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 年之前
HTMLOListElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 年之前
HTMLOListElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLObjectElement.cpp 1473bc9169 LibWeb: Implement HTMLOrSVGElement.tabIndex 2 年之前
HTMLObjectElement.h 1473bc9169 LibWeb: Implement HTMLOrSVGElement.tabIndex 2 年之前
HTMLObjectElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLOptGroupElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 年之前
HTMLOptGroupElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 年之前
HTMLOptGroupElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLOptionElement.cpp acfb546048 LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`s 2 年之前
HTMLOptionElement.h 2133b7d58a LibWeb: Implement :enabled and :disabled pseudo classes to spec 2 年之前
HTMLOptionElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLOptionsCollection.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 年之前
HTMLOptionsCollection.h ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ 2 年之前
HTMLOptionsCollection.idl ff9856a214 LibWeb: Implement HTMLOptionsCollection.add() 3 年之前
HTMLOutputElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 年之前
HTMLOutputElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 年之前
HTMLOutputElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLParagraphElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 年之前
HTMLParagraphElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 年之前
HTMLParagraphElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLParamElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 年之前
HTMLParamElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 年之前
HTMLParamElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLPictureElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 年之前
HTMLPictureElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 年之前
HTMLPictureElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLPreElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 年之前
HTMLPreElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 年之前
HTMLPreElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLProgressElement.cpp acfb546048 LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`s 2 年之前
HTMLProgressElement.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 年之前
HTMLProgressElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLQuoteElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 年之前
HTMLQuoteElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 年之前
HTMLQuoteElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLScriptElement.cpp e54ae1bd11 LibWeb: Don't implement bogus assertion in prepare-the-script-element 2 年之前
HTMLScriptElement.h 1aac1085b3 LibWeb: Update HTMLScriptElement prepare and execute to latest HTML spec 2 年之前
HTMLScriptElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLSelectElement.cpp c4ee43c5b4 LibWeb: Implement HTMLSelectElement.type 2 年之前
HTMLSelectElement.h c4ee43c5b4 LibWeb: Implement HTMLSelectElement.type 2 年之前
HTMLSelectElement.idl c4ee43c5b4 LibWeb: Implement HTMLSelectElement.type 2 年之前
HTMLSlotElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 年之前
HTMLSlotElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 年之前
HTMLSlotElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLSourceElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 年之前
HTMLSourceElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 年之前
HTMLSourceElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLSpanElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 年之前
HTMLSpanElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 年之前
HTMLSpanElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLStyleElement.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 年之前
HTMLStyleElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 年之前
HTMLStyleElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLTableCaptionElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 年之前
HTMLTableCaptionElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 年之前
HTMLTableCaptionElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLTableCellElement.cpp acfb546048 LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`s 2 年之前
HTMLTableCellElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 年之前
HTMLTableCellElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLTableColElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 年之前
HTMLTableColElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 年之前
HTMLTableColElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLTableElement.cpp acfb546048 LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`s 2 年之前
HTMLTableElement.h ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ 2 年之前
HTMLTableElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLTableRowElement.cpp 009f04fa46 LibWeb: Implement HTMLTableRowElement.deleteCell 2 年之前
HTMLTableRowElement.h 009f04fa46 LibWeb: Implement HTMLTableRowElement.deleteCell 2 年之前
HTMLTableRowElement.idl 009f04fa46 LibWeb: Implement HTMLTableRowElement.deleteCell 2 年之前
HTMLTableSectionElement.cpp acfb546048 LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`s 2 年之前
HTMLTableSectionElement.h ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ 2 年之前
HTMLTableSectionElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLTemplateElement.cpp acfb546048 LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`s 2 年之前
HTMLTemplateElement.h a4de30de5a LibWeb: Update "appropriate template contents owner document" AO 2 年之前
HTMLTemplateElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLTextAreaElement.cpp 1473bc9169 LibWeb: Implement HTMLOrSVGElement.tabIndex 2 年之前
HTMLTextAreaElement.h 1473bc9169 LibWeb: Implement HTMLOrSVGElement.tabIndex 2 年之前
HTMLTextAreaElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLTimeElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 年之前
HTMLTimeElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 年之前
HTMLTimeElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLTitleElement.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 年之前
HTMLTitleElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 年之前
HTMLTitleElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLTrackElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 年之前
HTMLTrackElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 年之前
HTMLTrackElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLUListElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 年之前
HTMLUListElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 年之前
HTMLUListElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLUnknownElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 年之前
HTMLUnknownElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 年之前
HTMLUnknownElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLVideoElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 年之前
HTMLVideoElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 年之前
HTMLVideoElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
History.cpp 2029c98fa7 LibWeb: Add missing property and methods for history object 2 年之前
History.h 2029c98fa7 LibWeb: Add missing property and methods for history object 2 年之前
History.idl 2029c98fa7 LibWeb: Add missing property and methods for history object 2 年之前
HistoryHandlingBehavior.h 5a500827b8 LibWeb: Move HistoryHandlingBehavior enum to its own header 2 年之前
ImageData.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 年之前
ImageData.h f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 年之前
ImageData.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
MessageChannel.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 年之前
MessageChannel.h f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 年之前
MessageChannel.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
MessageEvent.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 年之前
MessageEvent.h 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 年之前
MessageEvent.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
MessagePort.cpp 8a5d2be617 Everywhere: Remove unnecessary mutable attributes from lambdas 2 年之前
MessagePort.h f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 年之前
MessagePort.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
NavigationParams.h b1968b8bed LibWeb: Make Fetch::Infrastructure::{Request,Response,HeaderList} GC'd 2 年之前
Navigator.cpp a982e0380e LibWeb: Implement navigator.webdriver 2 年之前
Navigator.h a982e0380e LibWeb: Implement navigator.webdriver 2 年之前
Navigator.idl a982e0380e LibWeb: Implement navigator.webdriver 2 年之前
NavigatorConcurrentHardware.h 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL 2 年之前
NavigatorConcurrentHardware.idl 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL 2 年之前
NavigatorID.cpp 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL 2 年之前
NavigatorID.h 6911c5545c Everywhere: Fix a few comment typos 2 年之前
NavigatorID.idl 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL 2 年之前
NavigatorLanguage.h 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL 2 年之前
NavigatorLanguage.idl bf2debdf53 LibWeb: Make navigator.languages an attribute instead of a function 2 年之前
NavigatorOnLine.h 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL 2 年之前
NavigatorOnLine.idl 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL 2 年之前
Origin.h 4296425bd8 Everywhere: Remove redundant inequality comparison operators 2 年之前
PageTransitionEvent.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 年之前
PageTransitionEvent.h f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 年之前
PageTransitionEvent.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
Path2D.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 年之前
Path2D.h f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 年之前
Path2D.idl 2ec52bbbd5 LibWeb: Implement Path2D class 3 年之前
PolicyContainers.h 0ee8da9556 LibWeb: Add referrer policy to PolicyContainer 2 年之前
PromiseRejectionEvent.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 年之前
PromiseRejectionEvent.h f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 年之前
PromiseRejectionEvent.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 年之前
SandboxingFlagSet.h d073a31c21 LibWeb: Add missing includes 2 年之前
SessionHistoryEntry.h 83c5ff57d8 LibWeb: Make BrowsingContext GC-allocated 2 年之前
Storage.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 年之前
Storage.h f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 年之前
Storage.idl 47979996e8 LibWeb: Add Storage interface and window.localStorage 3 年之前
SubmitEvent.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 年之前
SubmitEvent.h f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 年之前
SubmitEvent.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
TagNames.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年之前
TagNames.h de88e119a0 LibWeb: Implement XMLSerializer 3 年之前
TextMetrics.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 年之前
TextMetrics.h f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 年之前
TextMetrics.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
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 8a5d2be617 Everywhere: Remove unnecessary mutable attributes from lambdas 2 年之前
Window.h a63c7549e1 LibWeb: Implement window.open 2 年之前
WindowEventHandlers.cpp 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ 2 年之前
WindowEventHandlers.h 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ 2 年之前
WindowOrWorkerGlobalScope.idl b456adcb59 LibWeb: Extract the WindowOrWorkerGlobalScope IDL mixin 3 年之前
WindowProxy.cpp 3c548adf9c LibWeb: Create and hook up a WindowProxy for each BrowsingContext 2 年之前
WindowProxy.h 3c548adf9c LibWeb: Create and hook up a WindowProxy for each BrowsingContext 2 年之前
Worker.cpp 8a5d2be617 Everywhere: Remove unnecessary mutable attributes from lambdas 2 年之前
Worker.h 14e1513077 LibWeb: Remove the workaround "Worker Window" from Workers 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 f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 年之前
WorkerGlobalScope.h 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL 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 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL 2 年之前
WorkerNavigator.h 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL 2 年之前
WorkerNavigator.idl 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL 2 年之前