Aliaksandr Kalenik 40ec976781 LibWeb: Inherit BrowsingContext from AbstractBrowsingContext 2 yıl önce
..
Canvas 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 yıl önce
CrossOrigin 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 yıl önce
EventLoop 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 yıl önce
Parser 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 yıl önce
Scripting 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 yıl önce
SyntaxHighlighter 6d8f046fd0 LibGfx+Userland: Make TextAttributes::underline_style optional 2 yıl önce
AbstractBrowsingContext.h c4f94b0846 LibWeb: Introduce AbstractBrowsingContext 2 yıl önce
AnimationFrameCallbackDriver.h bab883bf8e LibJS+LibWeb: Add a bunch of missing includes 2 yıl önce
AnimationFrameProvider.idl a2fb3a1653 LibWeb/HTML: Port Window.cancelAnimationFrame() to IDL 2 yıl önce
AttributeNames.cpp f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 yıl önce
AttributeNames.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 yıl önce
BrowsingContext.cpp 40ec976781 LibWeb: Inherit BrowsingContext from AbstractBrowsingContext 2 yıl önce
BrowsingContext.h 40ec976781 LibWeb: Inherit BrowsingContext from AbstractBrowsingContext 2 yıl önce
BrowsingContextContainer.cpp 72098d2699 LibWeb: Return after firing the iframe load event for about:blank 2 yıl önce
BrowsingContextContainer.h ac329d0a18 LibWeb: Make HTMLIFrameElement.contentWindow return the WindowProxy 2 yıl önce
BrowsingContextGroup.cpp 83c5ff57d8 LibWeb: Make BrowsingContext GC-allocated 2 yıl önce
BrowsingContextGroup.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 yıl önce
CanvasGradient.cpp 7bd78d40e9 LibGfx+LibWeb: Propagate OOM when appending CanvasGradient color stops 2 yıl önce
CanvasGradient.h 2506666991 LibWeb: Make factory methods of HTML::CanvasGradient fallible 2 yıl önce
CanvasGradient.idl dc3bf32307 LibWeb: Add barebones CanvasGradient object 3 yıl önce
CanvasPattern.cpp 3a0a7e3e96 LibGfx+LibWeb: Propagate OOM when creating PaintStyles 2 yıl önce
CanvasPattern.h 3a0a7e3e96 LibGfx+LibWeb: Propagate OOM when creating PaintStyles 2 yıl önce
CanvasPattern.idl f74e2da875 LibWeb: Implement CanvasRenderingContext2D.createPattern() 2 yıl önce
CanvasRenderingContext2D.cpp 3d7b13ac03 LibWeb: Make canvas text preparation handle multi-code point glyphs 2 yıl önce
CanvasRenderingContext2D.h 3d7b13ac03 LibWeb: Make canvas text preparation handle multi-code point glyphs 2 yıl önce
CanvasRenderingContext2D.idl 8cfb0d4514 LibWeb: Add fixmes for other missing CRC2D mixins 3 yıl önce
CloseEvent.cpp e661f03ffa LibWeb: Port CloseEvent to new String 2 yıl önce
CloseEvent.h e661f03ffa LibWeb: Port CloseEvent to new String 2 yıl önce
CloseEvent.idl e661f03ffa LibWeb: Port CloseEvent to new String 2 yıl önce
DOMParser.cpp ff92324fa5 LibWeb: Make factory method of DOM::ElementFactory fallible 2 yıl önce
DOMParser.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
DOMParser.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
DOMStringMap.cpp 54f58e2662 LibWeb: Restore proper functionality of legacy platform objects 2 yıl önce
DOMStringMap.h 54f58e2662 LibWeb: Restore proper functionality of legacy platform objects 2 yıl önce
DOMStringMap.idl f6b24a72ee LibWeb: Add support for HTMLOrSVGElement.dataset 3 yıl önce
DocumentReadyState.h 8496024756 LibWeb: Store HTML document ready state as an enum 3 yıl önce
ErrorEvent.cpp 84997ab0ee LibWeb: Port ErrorEvent to new String 2 yıl önce
ErrorEvent.h 84997ab0ee LibWeb: Port ErrorEvent to new String 2 yıl önce
ErrorEvent.idl 84997ab0ee LibWeb: Port ErrorEvent to new String 2 yıl önce
EventHandler.cpp 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 yıl önce
EventHandler.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 yıl önce
EventNames.cpp f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 yıl önce
EventNames.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 yıl önce
Focus.cpp 587cf355ed LibWeb: Make factory methods of UIEvents::UIEvent fallible 2 yıl önce
Focus.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 yıl önce
FormAssociatedElement.cpp 8a5d2be617 Everywhere: Remove unnecessary mutable attributes from lambdas 2 yıl önce
FormAssociatedElement.h 7cc6ffe5b7 LibWeb: Implement HTMLFormElement::reset 2 yıl önce
FormControlInfrastructure.cpp bb7ae423d5 LibWeb: Port FormDataEvent to new String 2 yıl önce
FormControlInfrastructure.h 3275d659bf LibWeb: Convert FormData to String and Vector storage 2 yıl önce
FormDataEvent.cpp bb7ae423d5 LibWeb: Port FormDataEvent to new String 2 yıl önce
FormDataEvent.h bb7ae423d5 LibWeb: Port FormDataEvent to new String 2 yıl önce
FormDataEvent.idl bb7ae423d5 LibWeb: Port FormDataEvent to new String 2 yıl önce
GlobalEventHandlers.cpp 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ 2 yıl önce
GlobalEventHandlers.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 yıl önce
HTMLAnchorElement.cpp 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 yıl önce
HTMLAnchorElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 yıl önce
HTMLAnchorElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLAreaElement.cpp 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 yıl önce
HTMLAreaElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 yıl önce
HTMLAreaElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLAudioElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLAudioElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLAudioElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLBRElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLBRElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLBRElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLBaseElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLBaseElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLBaseElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLBlinkElement.cpp 9567e211e7 LibWeb+WebContent: Add abstraction layer for event loop and timers 2 yıl önce
HTMLBlinkElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 yıl önce
HTMLBodyElement.cpp a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2 yıl önce
HTMLBodyElement.h 1cf5737e9e LibWeb: Add fast_is<T>() for various types stood out in a profile 2 yıl önce
HTMLBodyElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLButtonElement.cpp a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2 yıl önce
HTMLButtonElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 yıl önce
HTMLButtonElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLCanvasElement.cpp b7c488e51e LibWeb: Make factory method of HTML::CanvasRenderingContext2D fallible 2 yıl önce
HTMLCanvasElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLCanvasElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLDListElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLDListElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLDListElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLDataElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLDataElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 yıl önce
HTMLDataElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLDataListElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLDataListElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 yıl önce
HTMLDataListElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLDetailsElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLDetailsElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 yıl önce
HTMLDetailsElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLDialogElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLDialogElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 yıl önce
HTMLDialogElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLDirectoryElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLDirectoryElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLDirectoryElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLDivElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLDivElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 yıl önce
HTMLDivElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLElement.cpp a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2 yıl önce
HTMLElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 yıl önce
HTMLElement.idl bfdb30c74a LibWeb: Implement bare-bones `HTMLElement.dir` 2 yıl önce
HTMLEmbedElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLEmbedElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLEmbedElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLFieldSetElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLFieldSetElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 yıl önce
HTMLFieldSetElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLFontElement.cpp a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2 yıl önce
HTMLFontElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLFontElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLFormElement.cpp a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2 yıl önce
HTMLFormElement.h 9da09e4fd3 LibWeb: Port URL and URLSearchParams to new String 2 yıl önce
HTMLFormElement.idl 7cc6ffe5b7 LibWeb: Implement HTMLFormElement::reset 2 yıl önce
HTMLFrameElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLFrameElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLFrameElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLFrameSetElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLFrameSetElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLFrameSetElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLHRElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLHRElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 yıl önce
HTMLHRElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLHeadElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLHeadElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLHeadElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLHeadingElement.cpp a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2 yıl önce
HTMLHeadingElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 yıl önce
HTMLHeadingElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLHtmlElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLHtmlElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 yıl önce
HTMLHtmlElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLHyperlinkElementUtils.cpp 40ec976781 LibWeb: Inherit BrowsingContext from AbstractBrowsingContext 2 yıl önce
HTMLHyperlinkElementUtils.h f639445456 LibWeb: Fully Implement `get_an_elements_noopener` 2 yıl önce
HTMLHyperlinkElementUtils.idl 8d2d315858 LibWeb: Extract the HTMLHyperlinkElementUtils IDL mixin 3 yıl önce
HTMLIFrameElement.cpp c120c46acc LibWeb: Make factory methods of DOM::Event fallible 2 yıl önce
HTMLIFrameElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLIFrameElement.idl ac329d0a18 LibWeb: Make HTMLIFrameElement.contentWindow return the WindowProxy 2 yıl önce
HTMLImageElement.cpp c120c46acc LibWeb: Make factory methods of DOM::Event fallible 2 yıl önce
HTMLImageElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 yıl önce
HTMLImageElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLInputElement.cpp a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2 yıl önce
HTMLInputElement.h 1cf5737e9e LibWeb: Add fast_is<T>() for various types stood out in a profile 2 yıl önce
HTMLInputElement.idl 1011067a60 LibWeb: Stub HTMLInputElement.setSelectionRange 2 yıl önce
HTMLLIElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLLIElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 yıl önce
HTMLLIElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLLabelElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLLabelElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLLabelElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLLegendElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLLegendElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLLegendElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLLinkElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLLinkElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLLinkElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLMapElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLMapElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLMapElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLMarqueeElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLMarqueeElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLMarqueeElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLMediaElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLMediaElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLMediaElement.idl 1e9cc2e211 LibWeb: Stub HTMLMediaElement.pause 2 yıl önce
HTMLMenuElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLMenuElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 yıl önce
HTMLMenuElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLMetaElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLMetaElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLMetaElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLMeterElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLMeterElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 yıl önce
HTMLMeterElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLModElement.cpp 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 yıl önce
HTMLModElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 yıl önce
HTMLModElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLOListElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLOListElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 yıl önce
HTMLOListElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLObjectElement.cpp 2d7ce38ee2 LibWeb/MimeSniff: Port MimeType to new String 2 yıl önce
HTMLObjectElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLObjectElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLOptGroupElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLOptGroupElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 yıl önce
HTMLOptGroupElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLOptionElement.cpp 93ed1b59c8 LibWeb/Infra: Port strip_and_collapse_whitespace() to new String 2 yıl önce
HTMLOptionElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 yıl önce
HTMLOptionElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLOptionsCollection.cpp 2b391ea622 LibWeb: Make factory method of HTML::HTMLOptionsCollection fallible 2 yıl önce
HTMLOptionsCollection.h 2b391ea622 LibWeb: Make factory method of HTML::HTMLOptionsCollection fallible 2 yıl önce
HTMLOptionsCollection.idl ff9856a214 LibWeb: Implement HTMLOptionsCollection.add() 3 yıl önce
HTMLOutputElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLOutputElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 yıl önce
HTMLOutputElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLParagraphElement.cpp a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2 yıl önce
HTMLParagraphElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 yıl önce
HTMLParagraphElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLParamElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLParamElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLParamElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLPictureElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLPictureElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLPictureElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLPreElement.cpp a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2 yıl önce
HTMLPreElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 yıl önce
HTMLPreElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLProgressElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLProgressElement.h 1cf5737e9e LibWeb: Add fast_is<T>() for various types stood out in a profile 2 yıl önce
HTMLProgressElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLQuoteElement.cpp 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 yıl önce
HTMLQuoteElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 yıl önce
HTMLQuoteElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLScriptElement.cpp e8f5085669 LibWeb: Implement Range.createContextualFragment() 2 yıl önce
HTMLScriptElement.h ff7b949061 LibWeb: Make HTMLScript private members private once again 2 yıl önce
HTMLScriptElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLSelectElement.cpp 70a2ca7fc0 LibJS: Handle both const and non-const Ts in Handle<T>::create() 2 yıl önce
HTMLSelectElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 yıl önce
HTMLSelectElement.idl c4ee43c5b4 LibWeb: Implement HTMLSelectElement.type 2 yıl önce
HTMLSlotElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLSlotElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLSlotElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLSourceElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLSourceElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLSourceElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLSpanElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLSpanElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 yıl önce
HTMLSpanElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLStyleElement.cpp 2026ea557e LibWeb: Use is_ascii_case_insensitive_match() where the spec says to 2 yıl önce
HTMLStyleElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLStyleElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLTableCaptionElement.cpp a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2 yıl önce
HTMLTableCaptionElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 yıl önce
HTMLTableCaptionElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLTableCellElement.cpp a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2 yıl önce
HTMLTableCellElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 yıl önce
HTMLTableCellElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLTableColElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLTableColElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLTableColElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLTableElement.cpp ff92324fa5 LibWeb: Make factory method of DOM::ElementFactory fallible 2 yıl önce
HTMLTableElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 yıl önce
HTMLTableElement.idl 2157745093 LibWeb: Add missing [SameObject] extended attributes in IDL files 2 yıl önce
HTMLTableRowElement.cpp ff92324fa5 LibWeb: Make factory method of DOM::ElementFactory fallible 2 yıl önce
HTMLTableRowElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 yıl önce
HTMLTableRowElement.idl 009f04fa46 LibWeb: Implement HTMLTableRowElement.deleteCell 2 yıl önce
HTMLTableSectionElement.cpp ff92324fa5 LibWeb: Make factory method of DOM::ElementFactory fallible 2 yıl önce
HTMLTableSectionElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 yıl önce
HTMLTableSectionElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLTemplateElement.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 yıl önce
HTMLTemplateElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLTemplateElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLTextAreaElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLTextAreaElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 yıl önce
HTMLTextAreaElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLTimeElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLTimeElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 yıl önce
HTMLTimeElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLTitleElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLTitleElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLTitleElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLTrackElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLTrackElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLTrackElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLUListElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLUListElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 yıl önce
HTMLUListElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLUnknownElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLUnknownElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLUnknownElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
HTMLVideoElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLVideoElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
HTMLVideoElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
History.cpp 2f4db60c08 LibWeb: Make factory method of HTML::History fallible 2 yıl önce
History.h 2f4db60c08 LibWeb: Make factory method of HTML::History fallible 2 yıl önce
History.idl 2029c98fa7 LibWeb: Add missing property and methods for history object 2 yıl önce
HistoryHandlingBehavior.h 5a500827b8 LibWeb: Move HistoryHandlingBehavior enum to its own header 2 yıl önce
ImageData.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 yıl önce
ImageData.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 yıl önce
ImageData.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
Location.cpp bfe0df5677 LibWeb/HTML: Add missing SecurityError checks to Location 2 yıl önce
Location.h bfe0df5677 LibWeb/HTML: Add missing SecurityError checks to Location 2 yıl önce
Location.idl 7d50be0b09 LibWeb/HTML: Port Location to new String 2 yıl önce
MessageChannel.cpp 471ad7ba01 LibWeb: Make factory method of HTML::MessagePort fallible 2 yıl önce
MessageChannel.h 3d79cdf095 LibWeb: Make factory method of HTML::MessageChannel fallible 2 yıl önce
MessageChannel.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
MessageEvent.cpp eed69e5093 LibWeb: Port MessageEvent to new String 2 yıl önce
MessageEvent.h eed69e5093 LibWeb: Port MessageEvent to new String 2 yıl önce
MessageEvent.idl eed69e5093 LibWeb: Port MessageEvent to new String 2 yıl önce
MessagePort.cpp eed69e5093 LibWeb: Port MessageEvent to new String 2 yıl önce
MessagePort.h 129ab02470 LibWeb/HTML: Port Window.structuredClone() to IDL 2 yıl önce
MessagePort.idl 129ab02470 LibWeb/HTML: Port Window.structuredClone() to IDL 2 yıl önce
MimeType.cpp 3a5802540e LibWeb: Follow-up fixes for Linus's comments in #17658 2 yıl önce
MimeType.h 3a5802540e LibWeb: Follow-up fixes for Linus's comments in #17658 2 yıl önce
MimeType.idl 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} 2 yıl önce
MimeTypeArray.cpp 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} 2 yıl önce
MimeTypeArray.h 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} 2 yıl önce
MimeTypeArray.idl 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} 2 yıl önce
NavigationParams.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 yıl önce
Navigator.cpp 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} 2 yıl önce
Navigator.h 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} 2 yıl önce
Navigator.idl 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} 2 yıl önce
NavigatorConcurrentHardware.h 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL 2 yıl önce
NavigatorConcurrentHardware.idl 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL 2 yıl önce
NavigatorID.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 yıl önce
NavigatorID.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 yıl önce
NavigatorID.idl 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL 2 yıl önce
NavigatorLanguage.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 yıl önce
NavigatorLanguage.idl bf2debdf53 LibWeb: Make navigator.languages an attribute instead of a function 2 yıl önce
NavigatorOnLine.h 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL 2 yıl önce
NavigatorOnLine.idl 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL 2 yıl önce
Origin.h 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 yıl önce
PageTransitionEvent.cpp 97947fdffa LibWeb: Port PageTransitionEvent to new String 2 yıl önce
PageTransitionEvent.h 97947fdffa LibWeb: Port PageTransitionEvent to new String 2 yıl önce
PageTransitionEvent.idl 97947fdffa LibWeb: Port PageTransitionEvent to new String 2 yıl önce
Path2D.cpp 8a48246ed1 Everywhere: Stop using NonnullRefPtrVector 2 yıl önce
Path2D.h a964ebc255 LibWeb: Implement Path2D#addPath 2 yıl önce
Path2D.idl a964ebc255 LibWeb: Implement Path2D#addPath 2 yıl önce
Plugin.cpp 51c3967516 Everywhere: Use '_{short_,}string' literals more 2 yıl önce
Plugin.h 3a5802540e LibWeb: Follow-up fixes for Linus's comments in #17658 2 yıl önce
Plugin.idl 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} 2 yıl önce
PluginArray.cpp 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} 2 yıl önce
PluginArray.h 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} 2 yıl önce
PluginArray.idl 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} 2 yıl önce
PolicyContainers.h 0ee8da9556 LibWeb: Add referrer policy to PolicyContainer 2 yıl önce
PromiseRejectionEvent.cpp dd2d029952 LibWeb: Port PromiseRejectionEvent to new String 2 yıl önce
PromiseRejectionEvent.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 yıl önce
PromiseRejectionEvent.idl dd2d029952 LibWeb: Port PromiseRejectionEvent to new String 2 yıl önce
SandboxingFlagSet.h d073a31c21 LibWeb: Add missing includes 2 yıl önce
SessionHistoryEntry.h bab883bf8e LibJS+LibWeb: Add a bunch of missing includes 2 yıl önce
Storage.cpp 57d28c57f7 LibWeb: Restore Storage as a legacy platform object 2 yıl önce
Storage.h 57d28c57f7 LibWeb: Restore Storage as a legacy platform object 2 yıl önce
Storage.idl 47979996e8 LibWeb: Add Storage interface and window.localStorage 3 yıl önce
StructuredSerialize.cpp 09841f56ed LibWeb: Add initial implementation of structured clone 2 yıl önce
StructuredSerialize.h 09841f56ed LibWeb: Add initial implementation of structured clone 2 yıl önce
SubmitEvent.cpp cec1cda8b0 LibWeb: Port SubmitEvent to new String 2 yıl önce
SubmitEvent.h cec1cda8b0 LibWeb: Port SubmitEvent to new String 2 yıl önce
SubmitEvent.idl cec1cda8b0 LibWeb: Port SubmitEvent to new String 2 yıl önce
TagNames.cpp f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 yıl önce
TagNames.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 yıl önce
TextMetrics.cpp c5de2c3348 LibWeb: Make factory method of HTML::TextMetrics fallible 2 yıl önce
TextMetrics.h c5de2c3348 LibWeb: Make factory method of HTML::TextMetrics fallible 2 yıl önce
TextMetrics.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
Timer.cpp b579093ad0 LibWeb: Change HTML::Timer to store its owning window as a JS::Object 2 yıl önce
Timer.h b579093ad0 LibWeb: Change HTML::Timer to store its owning window as a JS::Object 2 yıl önce
VisibilityState.h d4acdac317 LibWeb+WebContent+Browser: Plumb visibility state from GUI to web pages 2 yıl önce
Window.cpp 2d45e1fca5 LibWeb: Port the CSS namespace to IDL 2 yıl önce
Window.h 9c569e8a0f LibWeb: Implement the [PutForwards] IDL extended attribute 2 yıl önce
Window.idl a31c561a5a LibWeb/HTML: Port Window.sessionStorage to IDL 2 yıl önce
WindowEventHandlers.cpp 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ 2 yıl önce
WindowEventHandlers.h 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ 2 yıl önce
WindowLocalStorage.idl 37e9302dd9 LibWeb/HTML: Port Window.localStorage to IDL 2 yıl önce
WindowOrWorkerGlobalScope.cpp 2895b7e733 LibWeb: Port the WindowOrWorkerGlobalScopeMixin timer handler to String 2 yıl önce
WindowOrWorkerGlobalScope.h 2895b7e733 LibWeb: Port the WindowOrWorkerGlobalScopeMixin timer handler to String 2 yıl önce
WindowOrWorkerGlobalScope.idl 0aa4466ce9 LibWeb: Port {set,clear}{Timeout,Interval} to IDL 2 yıl önce
WindowProxy.cpp baaf891c64 LibWeb/HTML: Port Window.length to IDL 2 yıl önce
WindowProxy.h 3c548adf9c LibWeb: Create and hook up a WindowProxy for each BrowsingContext 2 yıl önce
WindowSessionStorage.idl a31c561a5a LibWeb/HTML: Port Window.sessionStorage to IDL 2 yıl önce
Worker.cpp eed69e5093 LibWeb: Port MessageEvent to new String 2 yıl önce
Worker.h 09d40bfbb2 Everywhere: Use _{short_,}string to create Strings from literals 2 yıl önce
Worker.idl e905f25911 LibWeb: Port Worker to new String 2 yıl önce
WorkerDebugConsoleClient.cpp f40094d014 LibWeb+LibJS: Format Console arguments with JS::Print 2 yıl önce
WorkerDebugConsoleClient.h ae346cff6b LibWeb: Add partially functioning Worker API 3 yıl önce
WorkerGlobalScope.cpp dd992e7dad LibWeb: Move timer implementations to WindowOrWorkerGlobalScopeMixin 2 yıl önce
WorkerGlobalScope.h c0b2fa74ac LibWeb: Fix a few const-ness issues 2 yıl önce
WorkerGlobalScope.idl be727ea871 LibWeb: Port WorkerGlobalScope to new String 2 yıl önce
WorkerLocation.cpp 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 yıl önce
WorkerLocation.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 yıl önce
WorkerLocation.idl 9c5bdb0b86 LibWeb: Port WorkerLocation to new String 2 yıl önce
WorkerNavigator.cpp 193de231e0 LibWeb: Make factory method of HTML::WorkerNavigator fallible 2 yıl önce
WorkerNavigator.h 193de231e0 LibWeb: Make factory method of HTML::WorkerNavigator fallible 2 yıl önce
WorkerNavigator.idl 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL 2 yıl önce