Idan Horowitz f69c135796 LibWeb: Implement the 'Entry Realm/{settings,global} object' concepts пре 2 година
..
Canvas f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes пре 2 година
CrossOrigin f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes пре 2 година
EventLoop 32ad939e44 LibWeb: Rename HighResolutionTime/{CoarsenTime => TimeOrigin}.cpp/h пре 2 година
Parser c79e8aab0a LibWeb: Make ON_WHITESPACE less heavy in HTML tokenizer пре 2 година
Scripting f69c135796 LibWeb: Implement the 'Entry Realm/{settings,global} object' concepts пре 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 2d5381fd91 LibWeb: Add a flag to track when a browsing context has been discarded пре 2 година
BrowsingContext.h 2d5381fd91 LibWeb: Add a flag to track when a browsing context has been discarded пре 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 fd6bb41519 LibWeb: Apply the current transform in CRC2D.stroke() пре 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 c85fcd442f LibWeb: Check all <fieldset> ancestors in FormAssociatedElement::enabled пре 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 aaa954f900 LibWeb: Bring handling of anchor elements closer to spec пре 3 година
HTMLHyperlinkElementUtils.h aaa954f900 LibWeb: Bring handling of anchor elements closer to spec пре 3 година
HTMLHyperlinkElementUtils.idl 8d2d315858 LibWeb: Extract the HTMLHyperlinkElementUtils IDL mixin пре 3 година
HTMLIFrameElement.cpp 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 1473bc9169 LibWeb: Implement HTMLOrSVGElement.tabIndex пре 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 102e02d336 LibWeb: Use DOM manipulation task source for <script> src parsing errors пре 2 година
HTMLScriptElement.h 0823a3c422 BindingsGenerator+LibWeb: Pass a VM to static IDL-based functions пре 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 f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes пре 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 7f527ddde3 LibWeb: Support device-height and device-width media query values пре 2 година
Window.h a569d02b0d LibWeb: Implement Window.focus пре 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 14e1513077 LibWeb: Remove the workaround "Worker Window" from Workers пре 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 година