.. |
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
|
8db64a8704
LibWeb: Implement 'Is non-secure context' AO
|
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
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年 前 |
AttributeNames.h
|
1473bc9169
LibWeb: Implement HTMLOrSVGElement.tabIndex
|
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
|
f0c5f77f99
LibWeb: Remove unecessary dependence on Window from HTML classes
|
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
|
547e006a12
LibWeb: Extract the (un)focus steps out of HTMLElement
|
2 年 前 |
HTMLElement.h
|
2c37df6241
LibWeb: Don't include DOMStringMap.h quite so much
|
2 年 前 |
HTMLElement.idl
|
469ef22a22
LibWeb: Add HTMLOrSVGElement.autofocus
|
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
|
2d5bee256e
LibWeb: Re-implement HTML::Navigator using IDL
|
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
|
a569d02b0d
LibWeb: Implement Window.focus
|
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 年 前 |