Timothy Flynn 1f08cb7020 LibWeb+WebContent: Move pending dialog handling from PageHost to Page před 2 roky
..
Canvas f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes před 2 roky
CrossOrigin c948873c5b LibWeb: Add the 'opener browsing context' BrowsingContext property před 2 roky
EventLoop 4b8729aea6 LibWeb: Add a flag to pause an HTML event loop's execution před 2 roky
Parser 2f16198bd6 LibWeb: Remove unused should_invalidate_styles_on_attribute_changes() před 2 roky
Scripting 3503c658fb LibJS+LibWeb: Move JS::ModuleRequest to its own header file před 2 roky
SyntaxHighlighter 6f71516409 LibWeb: Syntax-highlight CSS within HTML :^) před 3 roky
AnimationFrameCallbackDriver.h 9567e211e7 LibWeb+WebContent: Add abstraction layer for event loop and timers před 2 roky
AttributeNames.cpp 941bc47538 LibWeb: Define method to check if an attribute is a boolean attribute před 2 roky
AttributeNames.h bfdb30c74a LibWeb: Implement bare-bones `HTMLElement.dir` před 2 roky
BrowsingContext.cpp 8a5d2be617 Everywhere: Remove unnecessary mutable attributes from lambdas před 2 roky
BrowsingContext.h ff2f31bc81 LibWeb: Bring BrowsingContext::choose_a_browsing_context closer to spec před 2 roky
BrowsingContextContainer.cpp 72098d2699 LibWeb: Return after firing the iframe load event for about:blank před 2 roky
BrowsingContextContainer.h ac329d0a18 LibWeb: Make HTMLIFrameElement.contentWindow return the WindowProxy před 2 roky
BrowsingContextGroup.cpp 83c5ff57d8 LibWeb: Make BrowsingContext GC-allocated před 2 roky
BrowsingContextGroup.h 83c5ff57d8 LibWeb: Make BrowsingContext GC-allocated před 2 roky
CanvasGradient.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes před 2 roky
CanvasGradient.h f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes před 2 roky
CanvasGradient.idl dc3bf32307 LibWeb: Add barebones CanvasGradient object před 3 roky
CanvasRenderingContext2D.cpp 66a428ae03 LibJS+LibWeb: Return non-const types from Ptr class operators před 2 roky
CanvasRenderingContext2D.h f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes před 2 roky
CanvasRenderingContext2D.idl 8cfb0d4514 LibWeb: Add fixmes for other missing CRC2D mixins před 3 roky
CloseEvent.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window před 2 roky
CloseEvent.h 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window před 2 roky
CloseEvent.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
DOMParser.cpp acfb546048 LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`s před 2 roky
DOMParser.h f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes před 2 roky
DOMParser.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
DOMStringMap.cpp acfb546048 LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`s před 2 roky
DOMStringMap.h 3a675a024a LibWeb: Make DOMStringMap a LegacyPlatformObject před 2 roky
DOMStringMap.idl f6b24a72ee LibWeb: Add support for HTMLOrSVGElement.dataset před 3 roky
DocumentReadyState.h 8496024756 LibWeb: Store HTML document ready state as an enum před 3 roky
ErrorEvent.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes před 2 roky
ErrorEvent.h f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes před 2 roky
ErrorEvent.idl 11eedc309a LibWeb: Implement ErrorEvent před 3 roky
EventHandler.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes před 2 roky
EventHandler.h 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ před 2 roky
EventNames.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. před 4 roky
EventNames.h 42b8656db3 LibWeb: Flesh out "document visibility" state a bit more před 2 roky
Focus.cpp 547e006a12 LibWeb: Extract the (un)focus steps out of HTMLElement před 2 roky
Focus.h 547e006a12 LibWeb: Extract the (un)focus steps out of HTMLElement před 2 roky
FormAssociatedElement.cpp 8a5d2be617 Everywhere: Remove unnecessary mutable attributes from lambdas před 2 roky
FormAssociatedElement.h 173dcfb7cb Everywhere: Fix a bunch of typos před 3 roky
GlobalEventHandlers.cpp 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ před 2 roky
GlobalEventHandlers.h 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ před 2 roky
HTMLAnchorElement.cpp 1473bc9169 LibWeb: Implement HTMLOrSVGElement.tabIndex před 2 roky
HTMLAnchorElement.h 1473bc9169 LibWeb: Implement HTMLOrSVGElement.tabIndex před 2 roky
HTMLAnchorElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLAreaElement.cpp 1473bc9169 LibWeb: Implement HTMLOrSVGElement.tabIndex před 2 roky
HTMLAreaElement.h 1473bc9169 LibWeb: Implement HTMLOrSVGElement.tabIndex před 2 roky
HTMLAreaElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLAudioElement.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes před 2 roky
HTMLAudioElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro před 2 roky
HTMLAudioElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLBRElement.cpp 268b9c5d90 LibWeb: Make the layout tree GC-allocated před 2 roky
HTMLBRElement.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated před 2 roky
HTMLBRElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLBaseElement.cpp b400a34984 LibWeb: Cache the first <base href> (in tree order) in Document před 2 roky
HTMLBaseElement.h b400a34984 LibWeb: Cache the first <base href> (in tree order) in Document před 2 roky
HTMLBaseElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLBlinkElement.cpp 9567e211e7 LibWeb+WebContent: Add abstraction layer for event loop and timers před 2 roky
HTMLBlinkElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro před 2 roky
HTMLBodyElement.cpp 6ff9a88c3b LibWeb: Support animated backgrounds před 2 roky
HTMLBodyElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro před 2 roky
HTMLBodyElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLButtonElement.cpp 1473bc9169 LibWeb: Implement HTMLOrSVGElement.tabIndex před 2 roky
HTMLButtonElement.h 1473bc9169 LibWeb: Implement HTMLOrSVGElement.tabIndex před 2 roky
HTMLButtonElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLCanvasElement.cpp acfb546048 LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`s před 2 roky
HTMLCanvasElement.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated před 2 roky
HTMLCanvasElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLDListElement.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes před 2 roky
HTMLDListElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro před 2 roky
HTMLDListElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLDataElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window před 2 roky
HTMLDataElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro před 2 roky
HTMLDataElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLDataListElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window před 2 roky
HTMLDataListElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro před 2 roky
HTMLDataListElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLDetailsElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window před 2 roky
HTMLDetailsElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro před 2 roky
HTMLDetailsElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLDialogElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window před 2 roky
HTMLDialogElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro před 2 roky
HTMLDialogElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLDirectoryElement.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes před 2 roky
HTMLDirectoryElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro před 2 roky
HTMLDirectoryElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLDivElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window před 2 roky
HTMLDivElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro před 2 roky
HTMLDivElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLElement.cpp 38c7fdaac1 LibWeb: Avoid including LibJS/Parser.h in a handful of cpp files před 2 roky
HTMLElement.h bfdb30c74a LibWeb: Implement bare-bones `HTMLElement.dir` před 2 roky
HTMLElement.idl bfdb30c74a LibWeb: Implement bare-bones `HTMLElement.dir` před 2 roky
HTMLEmbedElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window před 2 roky
HTMLEmbedElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro před 2 roky
HTMLEmbedElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLFieldSetElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window před 2 roky
HTMLFieldSetElement.h 2133b7d58a LibWeb: Implement :enabled and :disabled pseudo classes to spec před 2 roky
HTMLFieldSetElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLFontElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window před 2 roky
HTMLFontElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro před 2 roky
HTMLFontElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLFormElement.cpp f09e256328 LibWeb: Let LoadRequest::set_body() take by value před 2 roky
HTMLFormElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro před 2 roky
HTMLFormElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLFrameElement.cpp 1473bc9169 LibWeb: Implement HTMLOrSVGElement.tabIndex před 2 roky
HTMLFrameElement.h 1473bc9169 LibWeb: Implement HTMLOrSVGElement.tabIndex před 2 roky
HTMLFrameElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLFrameSetElement.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes před 2 roky
HTMLFrameSetElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro před 2 roky
HTMLFrameSetElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLHRElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window před 2 roky
HTMLHRElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro před 2 roky
HTMLHRElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLHeadElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window před 2 roky
HTMLHeadElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro před 2 roky
HTMLHeadElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLHeadingElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window před 2 roky
HTMLHeadingElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro před 2 roky
HTMLHeadingElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLHtmlElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window před 2 roky
HTMLHtmlElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro před 2 roky
HTMLHtmlElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLHyperlinkElementUtils.cpp 8a5d2be617 Everywhere: Remove unnecessary mutable attributes from lambdas před 2 roky
HTMLHyperlinkElementUtils.h aaa954f900 LibWeb: Bring handling of anchor elements closer to spec před 3 roky
HTMLHyperlinkElementUtils.idl 8d2d315858 LibWeb: Extract the HTMLHyperlinkElementUtils IDL mixin před 3 roky
HTMLIFrameElement.cpp 1d0fe2325c LibWeb: Don't call load_src after process_the_iframe_attributes před 2 roky
HTMLIFrameElement.h 1473bc9169 LibWeb: Implement HTMLOrSVGElement.tabIndex před 2 roky
HTMLIFrameElement.idl ac329d0a18 LibWeb: Make HTMLIFrameElement.contentWindow return the WindowProxy před 2 roky
HTMLImageElement.cpp acfb546048 LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`s před 2 roky
HTMLImageElement.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated před 2 roky
HTMLImageElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLInputElement.cpp 8a5d2be617 Everywhere: Remove unnecessary mutable attributes from lambdas před 2 roky
HTMLInputElement.h 1473bc9169 LibWeb: Implement HTMLOrSVGElement.tabIndex před 2 roky
HTMLInputElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLLIElement.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes před 2 roky
HTMLLIElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro před 2 roky
HTMLLIElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLLabelElement.cpp 268b9c5d90 LibWeb: Make the layout tree GC-allocated před 2 roky
HTMLLabelElement.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated před 2 roky
HTMLLabelElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLLegendElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window před 2 roky
HTMLLegendElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro před 2 roky
HTMLLegendElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLLinkElement.cpp b86c264975 LibWeb: Replace incorrect uses of split_view() for whitespace splitting před 2 roky
HTMLLinkElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro před 2 roky
HTMLLinkElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLMapElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window před 2 roky
HTMLMapElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro před 2 roky
HTMLMapElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLMarqueeElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window před 2 roky
HTMLMarqueeElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro před 2 roky
HTMLMarqueeElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLMediaElement.cpp 377eb09492 LibWeb: Stub HTMLMediaElement.load před 2 roky
HTMLMediaElement.h 377eb09492 LibWeb: Stub HTMLMediaElement.load před 2 roky
HTMLMediaElement.idl 377eb09492 LibWeb: Stub HTMLMediaElement.load před 2 roky
HTMLMenuElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window před 2 roky
HTMLMenuElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro před 2 roky
HTMLMenuElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLMetaElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window před 2 roky
HTMLMetaElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro před 2 roky
HTMLMetaElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLMeterElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window před 2 roky
HTMLMeterElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro před 2 roky
HTMLMeterElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLModElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window před 2 roky
HTMLModElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro před 2 roky
HTMLModElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLOListElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window před 2 roky
HTMLOListElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro před 2 roky
HTMLOListElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLObjectElement.cpp 1473bc9169 LibWeb: Implement HTMLOrSVGElement.tabIndex před 2 roky
HTMLObjectElement.h 1473bc9169 LibWeb: Implement HTMLOrSVGElement.tabIndex před 2 roky
HTMLObjectElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLOptGroupElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window před 2 roky
HTMLOptGroupElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro před 2 roky
HTMLOptGroupElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLOptionElement.cpp acfb546048 LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`s před 2 roky
HTMLOptionElement.h 2133b7d58a LibWeb: Implement :enabled and :disabled pseudo classes to spec před 2 roky
HTMLOptionElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLOptionsCollection.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes před 2 roky
HTMLOptionsCollection.h ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ před 2 roky
HTMLOptionsCollection.idl ff9856a214 LibWeb: Implement HTMLOptionsCollection.add() před 3 roky
HTMLOutputElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window před 2 roky
HTMLOutputElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro před 2 roky
HTMLOutputElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLParagraphElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window před 2 roky
HTMLParagraphElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro před 2 roky
HTMLParagraphElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLParamElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window před 2 roky
HTMLParamElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro před 2 roky
HTMLParamElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLPictureElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window před 2 roky
HTMLPictureElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro před 2 roky
HTMLPictureElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLPreElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window před 2 roky
HTMLPreElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro před 2 roky
HTMLPreElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLProgressElement.cpp acfb546048 LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`s před 2 roky
HTMLProgressElement.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated před 2 roky
HTMLProgressElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLQuoteElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window před 2 roky
HTMLQuoteElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro před 2 roky
HTMLQuoteElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLScriptElement.cpp e54ae1bd11 LibWeb: Don't implement bogus assertion in prepare-the-script-element před 2 roky
HTMLScriptElement.h 1aac1085b3 LibWeb: Update HTMLScriptElement prepare and execute to latest HTML spec před 2 roky
HTMLScriptElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLSelectElement.cpp c4ee43c5b4 LibWeb: Implement HTMLSelectElement.type před 2 roky
HTMLSelectElement.h c4ee43c5b4 LibWeb: Implement HTMLSelectElement.type před 2 roky
HTMLSelectElement.idl c4ee43c5b4 LibWeb: Implement HTMLSelectElement.type před 2 roky
HTMLSlotElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window před 2 roky
HTMLSlotElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro před 2 roky
HTMLSlotElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLSourceElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window před 2 roky
HTMLSourceElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro před 2 roky
HTMLSourceElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLSpanElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window před 2 roky
HTMLSpanElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro před 2 roky
HTMLSpanElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLStyleElement.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes před 2 roky
HTMLStyleElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro před 2 roky
HTMLStyleElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLTableCaptionElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window před 2 roky
HTMLTableCaptionElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro před 2 roky
HTMLTableCaptionElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLTableCellElement.cpp acfb546048 LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`s před 2 roky
HTMLTableCellElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro před 2 roky
HTMLTableCellElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLTableColElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window před 2 roky
HTMLTableColElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro před 2 roky
HTMLTableColElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLTableElement.cpp acfb546048 LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`s před 2 roky
HTMLTableElement.h ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ před 2 roky
HTMLTableElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLTableRowElement.cpp 009f04fa46 LibWeb: Implement HTMLTableRowElement.deleteCell před 2 roky
HTMLTableRowElement.h 009f04fa46 LibWeb: Implement HTMLTableRowElement.deleteCell před 2 roky
HTMLTableRowElement.idl 009f04fa46 LibWeb: Implement HTMLTableRowElement.deleteCell před 2 roky
HTMLTableSectionElement.cpp acfb546048 LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`s před 2 roky
HTMLTableSectionElement.h ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ před 2 roky
HTMLTableSectionElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLTemplateElement.cpp acfb546048 LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`s před 2 roky
HTMLTemplateElement.h a4de30de5a LibWeb: Update "appropriate template contents owner document" AO před 2 roky
HTMLTemplateElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLTextAreaElement.cpp 1473bc9169 LibWeb: Implement HTMLOrSVGElement.tabIndex před 2 roky
HTMLTextAreaElement.h 1473bc9169 LibWeb: Implement HTMLOrSVGElement.tabIndex před 2 roky
HTMLTextAreaElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLTimeElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window před 2 roky
HTMLTimeElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro před 2 roky
HTMLTimeElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLTitleElement.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes před 2 roky
HTMLTitleElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro před 2 roky
HTMLTitleElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLTrackElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window před 2 roky
HTMLTrackElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro před 2 roky
HTMLTrackElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLUListElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window před 2 roky
HTMLUListElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro před 2 roky
HTMLUListElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLUnknownElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window před 2 roky
HTMLUnknownElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro před 2 roky
HTMLUnknownElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
HTMLVideoElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window před 2 roky
HTMLVideoElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro před 2 roky
HTMLVideoElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
History.cpp 2029c98fa7 LibWeb: Add missing property and methods for history object před 2 roky
History.h 2029c98fa7 LibWeb: Add missing property and methods for history object před 2 roky
History.idl 2029c98fa7 LibWeb: Add missing property and methods for history object před 2 roky
HistoryHandlingBehavior.h 5a500827b8 LibWeb: Move HistoryHandlingBehavior enum to its own header před 2 roky
ImageData.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes před 2 roky
ImageData.h f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes před 2 roky
ImageData.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
MessageChannel.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes před 2 roky
MessageChannel.h f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes před 2 roky
MessageChannel.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
MessageEvent.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window před 2 roky
MessageEvent.h 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window před 2 roky
MessageEvent.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
MessagePort.cpp 8a5d2be617 Everywhere: Remove unnecessary mutable attributes from lambdas před 2 roky
MessagePort.h f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes před 2 roky
MessagePort.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
NavigationParams.h b1968b8bed LibWeb: Make Fetch::Infrastructure::{Request,Response,HeaderList} GC'd před 2 roky
Navigator.cpp a982e0380e LibWeb: Implement navigator.webdriver před 2 roky
Navigator.h a982e0380e LibWeb: Implement navigator.webdriver před 2 roky
Navigator.idl a982e0380e LibWeb: Implement navigator.webdriver před 2 roky
NavigatorConcurrentHardware.h 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL před 2 roky
NavigatorConcurrentHardware.idl 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL před 2 roky
NavigatorID.cpp 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL před 2 roky
NavigatorID.h 6911c5545c Everywhere: Fix a few comment typos před 2 roky
NavigatorID.idl 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL před 2 roky
NavigatorLanguage.h 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL před 2 roky
NavigatorLanguage.idl bf2debdf53 LibWeb: Make navigator.languages an attribute instead of a function před 2 roky
NavigatorOnLine.h 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL před 2 roky
NavigatorOnLine.idl 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL před 2 roky
Origin.h 4296425bd8 Everywhere: Remove redundant inequality comparison operators před 2 roky
PageTransitionEvent.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes před 2 roky
PageTransitionEvent.h f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes před 2 roky
PageTransitionEvent.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
Path2D.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes před 2 roky
Path2D.h f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes před 2 roky
Path2D.idl 2ec52bbbd5 LibWeb: Implement Path2D class před 3 roky
PolicyContainers.h 0ee8da9556 LibWeb: Add referrer policy to PolicyContainer před 2 roky
PromiseRejectionEvent.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes před 2 roky
PromiseRejectionEvent.h f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes před 2 roky
PromiseRejectionEvent.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute před 2 roky
SandboxingFlagSet.h d073a31c21 LibWeb: Add missing includes před 2 roky
SessionHistoryEntry.h 83c5ff57d8 LibWeb: Make BrowsingContext GC-allocated před 2 roky
Storage.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes před 2 roky
Storage.h f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes před 2 roky
Storage.idl 47979996e8 LibWeb: Add Storage interface and window.localStorage před 3 roky
SubmitEvent.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes před 2 roky
SubmitEvent.h f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes před 2 roky
SubmitEvent.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
TagNames.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. před 4 roky
TagNames.h de88e119a0 LibWeb: Implement XMLSerializer před 3 roky
TextMetrics.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes před 2 roky
TextMetrics.h f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes před 2 roky
TextMetrics.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
Timer.cpp 9567e211e7 LibWeb+WebContent: Add abstraction layer for event loop and timers před 2 roky
Timer.h 9567e211e7 LibWeb+WebContent: Add abstraction layer for event loop and timers před 2 roky
VisibilityState.h d4acdac317 LibWeb+WebContent+Browser: Plumb visibility state from GUI to web pages před 2 roky
Window.cpp 1f08cb7020 LibWeb+WebContent: Move pending dialog handling from PageHost to Page před 2 roky
Window.h a63c7549e1 LibWeb: Implement window.open před 2 roky
WindowEventHandlers.cpp 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ před 2 roky
WindowEventHandlers.h 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ před 2 roky
WindowOrWorkerGlobalScope.idl b456adcb59 LibWeb: Extract the WindowOrWorkerGlobalScope IDL mixin před 3 roky
WindowProxy.cpp 3c548adf9c LibWeb: Create and hook up a WindowProxy for each BrowsingContext před 2 roky
WindowProxy.h 3c548adf9c LibWeb: Create and hook up a WindowProxy for each BrowsingContext před 2 roky
Worker.cpp b81816a539 LibJS+LibWeb: Make CyclicModule.h not include AST.h před 2 roky
Worker.h 14e1513077 LibWeb: Remove the workaround "Worker Window" from Workers před 2 roky
Worker.idl f45d361f03 LibWeb: Replace ad-hoc EventHandler type with callback function typedef před 3 roky
WorkerDebugConsoleClient.cpp c8585b77d2 Everywhere: Replace single-char StringView op. arguments with chars před 3 roky
WorkerDebugConsoleClient.h ae346cff6b LibWeb: Add partially functioning Worker API před 3 roky
WorkerGlobalScope.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes před 2 roky
WorkerGlobalScope.h 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL před 2 roky
WorkerGlobalScope.idl b456adcb59 LibWeb: Extract the WindowOrWorkerGlobalScope IDL mixin před 3 roky
WorkerLocation.cpp 9da72cdaba LibWeb: Make WorkerLocation GC-allocated před 2 roky
WorkerLocation.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro před 2 roky
WorkerLocation.idl 820e99f97d LibWeb: Add initial implementation for WorkerGlobalScope před 3 roky
WorkerNavigator.cpp 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL před 2 roky
WorkerNavigator.h 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL před 2 roky
WorkerNavigator.idl 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL před 2 roky