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