Timothy Flynn c403f8e92c LibWeb: Update the media playback time for clicks on the media timeline 2 lat temu
..
Canvas 560133a0c6 Everywhere: Remove unused DeprecatedString includes 2 lat temu
CrossOrigin 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 lat temu
CustomElements aff1ec6014 LibJS: Port iterator_step() to GCPtr 2 lat temu
EventLoop 9a370a5eed LibWeb: Support taking matching tasks out of a task queue 2 lat temu
Parser f52ede23aa LibWeb: Return from "the end" during HTML fragment parsing 2 lat temu
Scripting 9915fa72fb AK+Everywhere: Use Optional for URLParser::parse's base_url parameter 2 lat temu
SyntaxHighlighter 6d8f046fd0 LibGfx+Userland: Make TextAttributes::underline_style optional 2 lat temu
AbstractBrowsingContext.h 1080281e58 LibWeb: Port AbstractBrowsingContext to String 2 lat temu
ActivateTab.h e6fc35897f WebContent+Everywhere: Add an option to not activate new tabs over IPC 2 lat temu
AnimationFrameCallbackDriver.h bab883bf8e LibJS+LibWeb: Add a bunch of missing includes 2 lat temu
AnimationFrameProvider.idl a2fb3a1653 LibWeb/HTML: Port Window.cancelAnimationFrame() to IDL 2 lat temu
AttributeNames.cpp db2ba5f1d9 LibWeb: Initialize static web strings during main-thread VM creation 2 lat temu
AttributeNames.h 034aaf3f51 LibWeb: Introduce CustomElementRegistry and creating custom elements 2 lat temu
BrowsingContext.cpp 3b0e5a87db LibWeb: Make SessionHistoryEntry GC-allocated 2 lat temu
BrowsingContext.h 3b0e5a87db LibWeb: Make SessionHistoryEntry GC-allocated 2 lat temu
BrowsingContextContainer.cpp 35612c6a7f AK+Everywhere: Change URL::path() to serialize_path() 2 lat temu
BrowsingContextContainer.h ac329d0a18 LibWeb: Make HTMLIFrameElement.contentWindow return the WindowProxy 2 lat temu
BrowsingContextGroup.cpp 83c5ff57d8 LibWeb: Make BrowsingContext GC-allocated 2 lat temu
BrowsingContextGroup.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 lat temu
CORSSettingAttribute.cpp f7176463b5 LibWeb: Implement 'create a potential-CORS request' algorithm 2 lat temu
CORSSettingAttribute.h f7176463b5 LibWeb: Implement 'create a potential-CORS request' algorithm 2 lat temu
CanvasGradient.cpp 7bd78d40e9 LibGfx+LibWeb: Propagate OOM when appending CanvasGradient color stops 2 lat temu
CanvasGradient.h 2506666991 LibWeb: Make factory methods of HTML::CanvasGradient fallible 2 lat temu
CanvasGradient.idl dc3bf32307 LibWeb: Add barebones CanvasGradient object 3 lat temu
CanvasPattern.cpp 3a0a7e3e96 LibGfx+LibWeb: Propagate OOM when creating PaintStyles 2 lat temu
CanvasPattern.h 3a0a7e3e96 LibGfx+LibWeb: Propagate OOM when creating PaintStyles 2 lat temu
CanvasPattern.idl f74e2da875 LibWeb: Implement CanvasRenderingContext2D.createPattern() 2 lat temu
CanvasRenderingContext2D.cpp 20e9213cc4 LibWeb: Add initial implementation of CRC2D.clip() 2 lat temu
CanvasRenderingContext2D.h 20e9213cc4 LibWeb: Add initial implementation of CRC2D.clip() 2 lat temu
CanvasRenderingContext2D.idl e77552519e LibWeb: Implement CRC2D.imageSmoothingEnabled 2 lat temu
CloseEvent.cpp ad5cbdc51b LibWeb: Port {Mouse,UI,Wheel,}Event to new String 2 lat temu
CloseEvent.h e661f03ffa LibWeb: Port CloseEvent to new String 2 lat temu
CloseEvent.idl e661f03ffa LibWeb: Port CloseEvent to new String 2 lat temu
DOMParser.cpp ff92324fa5 LibWeb: Make factory method of DOM::ElementFactory fallible 2 lat temu
DOMParser.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
DOMParser.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 lat temu
DOMStringMap.cpp 54f58e2662 LibWeb: Restore proper functionality of legacy platform objects 2 lat temu
DOMStringMap.h 54f58e2662 LibWeb: Restore proper functionality of legacy platform objects 2 lat temu
DOMStringMap.idl f6b24a72ee LibWeb: Add support for HTMLOrSVGElement.dataset 3 lat temu
DocumentReadyState.h 8496024756 LibWeb: Store HTML document ready state as an enum 3 lat temu
DocumentState.cpp 1df52ea94c LibWeb: Add HTML::DocumentState 2 lat temu
DocumentState.h 1df52ea94c LibWeb: Add HTML::DocumentState 2 lat temu
ErrorEvent.cpp ad5cbdc51b LibWeb: Port {Mouse,UI,Wheel,}Event to new String 2 lat temu
ErrorEvent.h 84997ab0ee LibWeb: Port ErrorEvent to new String 2 lat temu
ErrorEvent.idl 84997ab0ee LibWeb: Port ErrorEvent to new String 2 lat temu
EventHandler.cpp 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 lat temu
EventHandler.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 lat temu
EventNames.cpp 4d87072201 LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String 2 lat temu
EventNames.h e0002aa993 LibWeb: Move string literals to HTML::EventNames 2 lat temu
Focus.cpp ad5cbdc51b LibWeb: Port {Mouse,UI,Wheel,}Event to new String 2 lat temu
Focus.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 lat temu
FormAssociatedElement.cpp 8a5d2be617 Everywhere: Remove unnecessary mutable attributes from lambdas 2 lat temu
FormAssociatedElement.h 7cc6ffe5b7 LibWeb: Implement HTMLFormElement::reset 2 lat temu
FormControlInfrastructure.cpp b3cc320718 LibWeb/HTML: Use correct spec link for multipart/form-data encoding 2 lat temu
FormControlInfrastructure.h 84722ae2ef LibWeb: Implement multipart/form-data encoding algorithm 2 lat temu
FormDataEvent.cpp ad5cbdc51b LibWeb: Port {Mouse,UI,Wheel,}Event to new String 2 lat temu
FormDataEvent.h bb7ae423d5 LibWeb: Port FormDataEvent to new String 2 lat temu
FormDataEvent.idl bb7ae423d5 LibWeb: Port FormDataEvent to new String 2 lat temu
GlobalEventHandlers.cpp 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ 2 lat temu
GlobalEventHandlers.h d7ff360969 LibWeb: Correct casing of webkitTransitionEnd and webkitAnimation* 2 lat temu
HTMLAnchorElement.cpp 88d64fcb55 LibWeb: Add HTMLAnchorElement.referrerPolicy property 2 lat temu
HTMLAnchorElement.h 88d64fcb55 LibWeb: Add HTMLAnchorElement.referrerPolicy property 2 lat temu
HTMLAnchorElement.idl 88d64fcb55 LibWeb: Add HTMLAnchorElement.referrerPolicy property 2 lat temu
HTMLAreaElement.cpp 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 lat temu
HTMLAreaElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 lat temu
HTMLAreaElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 lat temu
HTMLAudioElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLAudioElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLAudioElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs 2 lat temu
HTMLBRElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLBRElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLBRElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 lat temu
HTMLBaseElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLBaseElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLBaseElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 lat temu
HTMLBlinkElement.cpp 9567e211e7 LibWeb+WebContent: Add abstraction layer for event loop and timers 2 lat temu
HTMLBlinkElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 lat temu
HTMLBodyElement.cpp 2091a11488 LibWeb: Port EventTarget to new {Fly}String 2 lat temu
HTMLBodyElement.h 4d87072201 LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String 2 lat temu
HTMLBodyElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 lat temu
HTMLButtonElement.cpp a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2 lat temu
HTMLButtonElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 lat temu
HTMLButtonElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 lat temu
HTMLCanvasElement.cpp 496b7ffb2b LibGfx: Move all image loaders and writers to a subdirectory 2 lat temu
HTMLCanvasElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLCanvasElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 lat temu
HTMLDListElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLDListElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLDListElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 lat temu
HTMLDataElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLDataElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 lat temu
HTMLDataElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 lat temu
HTMLDataListElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLDataListElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 lat temu
HTMLDataListElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs 2 lat temu
HTMLDetailsElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLDetailsElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 lat temu
HTMLDetailsElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 lat temu
HTMLDialogElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLDialogElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 lat temu
HTMLDialogElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 lat temu
HTMLDirectoryElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLDirectoryElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLDirectoryElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 lat temu
HTMLDivElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLDivElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 lat temu
HTMLDivElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 lat temu
HTMLElement.cpp 8f4d7f2854 LibWeb: Port fire_a_synthetic_pointer_event() to new FlySring 2 lat temu
HTMLElement.h 8f4d7f2854 LibWeb: Port fire_a_synthetic_pointer_event() to new FlySring 2 lat temu
HTMLElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 lat temu
HTMLEmbedElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLEmbedElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLEmbedElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 lat temu
HTMLFieldSetElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLFieldSetElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 lat temu
HTMLFieldSetElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs 2 lat temu
HTMLFontElement.cpp 0c14103025 LibWeb: Move PercentageOr and subclasses into PercentageOr.{h,cpp} 2 lat temu
HTMLFontElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLFontElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 lat temu
HTMLFormElement.cpp ad5cbdc51b LibWeb: Port {Mouse,UI,Wheel,}Event to new String 2 lat temu
HTMLFormElement.h 38a3e28799 LibWeb: Stub out a few form validation and selection methods 2 lat temu
HTMLFormElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 lat temu
HTMLFrameElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLFrameElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLFrameElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 lat temu
HTMLFrameSetElement.cpp 2091a11488 LibWeb: Port EventTarget to new {Fly}String 2 lat temu
HTMLFrameSetElement.h 4d87072201 LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String 2 lat temu
HTMLFrameSetElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 lat temu
HTMLHRElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLHRElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 lat temu
HTMLHRElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 lat temu
HTMLHeadElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLHeadElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLHeadElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs 2 lat temu
HTMLHeadingElement.cpp 76de017a51 LibWeb: Split IdentifierStyleValue out of StyleValue.{h,cpp} 2 lat temu
HTMLHeadingElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 lat temu
HTMLHeadingElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 lat temu
HTMLHtmlElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLHtmlElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 lat temu
HTMLHtmlElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 lat temu
HTMLHyperlinkElementUtils.cpp 35612c6a7f AK+Everywhere: Change URL::path() to serialize_path() 2 lat temu
HTMLHyperlinkElementUtils.h 1b811191cd LibWeb+WebContent: Change the "noopener" storage type to a named enum 2 lat temu
HTMLHyperlinkElementUtils.idl 8d2d315858 LibWeb: Extract the HTMLHyperlinkElementUtils IDL mixin 2 lat temu
HTMLIFrameElement.cpp ad5cbdc51b LibWeb: Port {Mouse,UI,Wheel,}Event to new String 2 lat temu
HTMLIFrameElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLIFrameElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 lat temu
HTMLImageElement.cpp ad5cbdc51b LibWeb: Port {Mouse,UI,Wheel,}Event to new String 2 lat temu
HTMLImageElement.h 2413de7e10 LibWeb: Make HTMLImageElement loads delay the document load event 2 lat temu
HTMLImageElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 lat temu
HTMLInputElement.cpp ad5cbdc51b LibWeb: Port {Mouse,UI,Wheel,}Event to new String 2 lat temu
HTMLInputElement.h d177d83b44 LibWeb: Implement indeterminate IDL attribute in HTMLInputElement 2 lat temu
HTMLInputElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 lat temu
HTMLLIElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLLIElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 lat temu
HTMLLIElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 lat temu
HTMLLabelElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLLabelElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLLabelElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 lat temu
HTMLLegendElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLLegendElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLLegendElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 lat temu
HTMLLinkElement.cpp ad5cbdc51b LibWeb: Port {Mouse,UI,Wheel,}Event to new String 2 lat temu
HTMLLinkElement.h 7d08d5ad6f LibWeb: Remove now-unused includes from StyleValue.cpp 2 lat temu
HTMLLinkElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 lat temu
HTMLMapElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLMapElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLMapElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 lat temu
HTMLMarqueeElement.cpp 77b2826402 LibWeb: Split ColorStyleValue out of StyleValue.{h,cpp} 2 lat temu
HTMLMarqueeElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLMarqueeElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 lat temu
HTMLMediaElement.cpp 5a98a5529f LibWeb: Begin implementing media resource seeking 2 lat temu
HTMLMediaElement.h 5a98a5529f LibWeb: Begin implementing media resource seeking 2 lat temu
HTMLMediaElement.idl 5a98a5529f LibWeb: Begin implementing media resource seeking 2 lat temu
HTMLMenuElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLMenuElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 lat temu
HTMLMenuElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 lat temu
HTMLMetaElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLMetaElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLMetaElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 lat temu
HTMLMeterElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLMeterElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 lat temu
HTMLMeterElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs 2 lat temu
HTMLModElement.cpp 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 lat temu
HTMLModElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 lat temu
HTMLModElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 lat temu
HTMLOListElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLOListElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 lat temu
HTMLOListElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 lat temu
HTMLObjectElement.cpp ad5cbdc51b LibWeb: Port {Mouse,UI,Wheel,}Event to new String 2 lat temu
HTMLObjectElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLObjectElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 lat temu
HTMLOptGroupElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLOptGroupElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 lat temu
HTMLOptGroupElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 lat temu
HTMLOptionElement.cpp 93ed1b59c8 LibWeb/Infra: Port strip_and_collapse_whitespace() to new String 2 lat temu
HTMLOptionElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 lat temu
HTMLOptionElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 lat temu
HTMLOptionsCollection.cpp 2b391ea622 LibWeb: Make factory method of HTML::HTMLOptionsCollection fallible 2 lat temu
HTMLOptionsCollection.h 2b391ea622 LibWeb: Make factory method of HTML::HTMLOptionsCollection fallible 2 lat temu
HTMLOptionsCollection.idl ff9856a214 LibWeb: Implement HTMLOptionsCollection.add() 3 lat temu
HTMLOutputElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLOutputElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 lat temu
HTMLOutputElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs 2 lat temu
HTMLParagraphElement.cpp 76de017a51 LibWeb: Split IdentifierStyleValue out of StyleValue.{h,cpp} 2 lat temu
HTMLParagraphElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 lat temu
HTMLParagraphElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 lat temu
HTMLParamElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLParamElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLParamElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 lat temu
HTMLPictureElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLPictureElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLPictureElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs 2 lat temu
HTMLPreElement.cpp 76de017a51 LibWeb: Split IdentifierStyleValue out of StyleValue.{h,cpp} 2 lat temu
HTMLPreElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 lat temu
HTMLPreElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 lat temu
HTMLProgressElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLProgressElement.h a2f3b6543b LibWeb: Fix is<HTML::HTMLProgressElement>() check 2 lat temu
HTMLProgressElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs 2 lat temu
HTMLQuoteElement.cpp 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 lat temu
HTMLQuoteElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 lat temu
HTMLQuoteElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 lat temu
HTMLScriptElement.cpp ad5cbdc51b LibWeb: Port {Mouse,UI,Wheel,}Event to new String 2 lat temu
HTMLScriptElement.h 7d08d5ad6f LibWeb: Remove now-unused includes from StyleValue.cpp 2 lat temu
HTMLScriptElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 lat temu
HTMLSelectElement.cpp 70a2ca7fc0 LibJS: Handle both const and non-const Ts in Handle<T>::create() 2 lat temu
HTMLSelectElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 lat temu
HTMLSelectElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 lat temu
HTMLSlotElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLSlotElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLSlotElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 lat temu
HTMLSourceElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLSourceElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLSourceElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 lat temu
HTMLSpanElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLSpanElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 lat temu
HTMLSpanElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs 2 lat temu
HTMLStyleElement.cpp 2026ea557e LibWeb: Use is_ascii_case_insensitive_match() where the spec says to 2 lat temu
HTMLStyleElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLStyleElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 lat temu
HTMLTableCaptionElement.cpp 76de017a51 LibWeb: Split IdentifierStyleValue out of StyleValue.{h,cpp} 2 lat temu
HTMLTableCaptionElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 lat temu
HTMLTableCaptionElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 lat temu
HTMLTableCellElement.cpp 76de017a51 LibWeb: Split IdentifierStyleValue out of StyleValue.{h,cpp} 2 lat temu
HTMLTableCellElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 lat temu
HTMLTableCellElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 lat temu
HTMLTableColElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLTableColElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLTableColElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 lat temu
HTMLTableElement.cpp 77b2826402 LibWeb: Split ColorStyleValue out of StyleValue.{h,cpp} 2 lat temu
HTMLTableElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 lat temu
HTMLTableElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 lat temu
HTMLTableRowElement.cpp ff92324fa5 LibWeb: Make factory method of DOM::ElementFactory fallible 2 lat temu
HTMLTableRowElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 lat temu
HTMLTableRowElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 lat temu
HTMLTableSectionElement.cpp ff92324fa5 LibWeb: Make factory method of DOM::ElementFactory fallible 2 lat temu
HTMLTableSectionElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 lat temu
HTMLTableSectionElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 lat temu
HTMLTemplateElement.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 lat temu
HTMLTemplateElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLTemplateElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs 2 lat temu
HTMLTextAreaElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLTextAreaElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 lat temu
HTMLTextAreaElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 lat temu
HTMLTimeElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLTimeElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 lat temu
HTMLTimeElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 lat temu
HTMLTitleElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLTitleElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLTitleElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs 2 lat temu
HTMLTrackElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLTrackElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLTrackElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 lat temu
HTMLUListElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLUListElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 lat temu
HTMLUListElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 lat temu
HTMLUnknownElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLUnknownElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
HTMLUnknownElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs 2 lat temu
HTMLVideoElement.cpp 5a98a5529f LibWeb: Begin implementing media resource seeking 2 lat temu
HTMLVideoElement.h c403f8e92c LibWeb: Update the media playback time for clicks on the media timeline 2 lat temu
HTMLVideoElement.idl 725d7c3699 LibWeb: Implement HTMLVideoElement's video{Width,Height} attributes 2 lat temu
History.cpp 3b0e5a87db LibWeb: Make SessionHistoryEntry GC-allocated 2 lat temu
History.h 2f4db60c08 LibWeb: Make factory method of HTML::History fallible 2 lat temu
History.idl 2029c98fa7 LibWeb: Add missing property and methods for history object 2 lat temu
HistoryHandlingBehavior.h 5a500827b8 LibWeb: Move HistoryHandlingBehavior enum to its own header 2 lat temu
ImageData.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 lat temu
ImageData.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 lat temu
ImageData.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 lat temu
Location.cpp 35612c6a7f AK+Everywhere: Change URL::path() to serialize_path() 2 lat temu
Location.h bfe0df5677 LibWeb/HTML: Add missing SecurityError checks to Location 2 lat temu
Location.idl 7d50be0b09 LibWeb/HTML: Port Location to new String 2 lat temu
MessageChannel.cpp 471ad7ba01 LibWeb: Make factory method of HTML::MessagePort fallible 2 lat temu
MessageChannel.h 3d79cdf095 LibWeb: Make factory method of HTML::MessageChannel fallible 2 lat temu
MessageChannel.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 lat temu
MessageEvent.cpp ad5cbdc51b LibWeb: Port {Mouse,UI,Wheel,}Event to new String 2 lat temu
MessageEvent.h eed69e5093 LibWeb: Port MessageEvent to new String 2 lat temu
MessageEvent.idl eed69e5093 LibWeb: Port MessageEvent to new String 2 lat temu
MessagePort.cpp 4d87072201 LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String 2 lat temu
MessagePort.h 129ab02470 LibWeb/HTML: Port Window.structuredClone() to IDL 2 lat temu
MessagePort.idl 129ab02470 LibWeb/HTML: Port Window.structuredClone() to IDL 2 lat temu
MimeType.cpp 3a5802540e LibWeb: Follow-up fixes for Linus's comments in #17658 2 lat temu
MimeType.h 3a5802540e LibWeb: Follow-up fixes for Linus's comments in #17658 2 lat temu
MimeType.idl 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} 2 lat temu
MimeTypeArray.cpp 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} 2 lat temu
MimeTypeArray.h 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} 2 lat temu
MimeTypeArray.idl 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} 2 lat temu
NavigationParams.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 lat temu
Navigator.cpp 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} 2 lat temu
Navigator.h 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} 2 lat temu
Navigator.idl 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} 2 lat temu
NavigatorConcurrentHardware.h 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL 2 lat temu
NavigatorConcurrentHardware.idl 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL 2 lat temu
NavigatorID.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 lat temu
NavigatorID.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 lat temu
NavigatorID.idl 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL 2 lat temu
NavigatorLanguage.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 lat temu
NavigatorLanguage.idl bf2debdf53 LibWeb: Make navigator.languages an attribute instead of a function 2 lat temu
NavigatorOnLine.h 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL 2 lat temu
NavigatorOnLine.idl 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL 2 lat temu
Origin.h 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 lat temu
PageTransitionEvent.cpp ad5cbdc51b LibWeb: Port {Mouse,UI,Wheel,}Event to new String 2 lat temu
PageTransitionEvent.h 97947fdffa LibWeb: Port PageTransitionEvent to new String 2 lat temu
PageTransitionEvent.idl 97947fdffa LibWeb: Port PageTransitionEvent to new String 2 lat temu
Path2D.cpp 8a48246ed1 Everywhere: Stop using NonnullRefPtrVector 2 lat temu
Path2D.h a964ebc255 LibWeb: Implement Path2D#addPath 2 lat temu
Path2D.idl a964ebc255 LibWeb: Implement Path2D#addPath 2 lat temu
Plugin.cpp 51c3967516 Everywhere: Use '_{short_,}string' literals more 2 lat temu
Plugin.h 3a5802540e LibWeb: Follow-up fixes for Linus's comments in #17658 2 lat temu
Plugin.idl 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} 2 lat temu
PluginArray.cpp 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} 2 lat temu
PluginArray.h 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} 2 lat temu
PluginArray.idl 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} 2 lat temu
PolicyContainers.h 0ee8da9556 LibWeb: Add referrer policy to PolicyContainer 2 lat temu
PotentialCORSRequest.cpp f7176463b5 LibWeb: Implement 'create a potential-CORS request' algorithm 2 lat temu
PotentialCORSRequest.h f7176463b5 LibWeb: Implement 'create a potential-CORS request' algorithm 2 lat temu
PromiseRejectionEvent.cpp ad5cbdc51b LibWeb: Port {Mouse,UI,Wheel,}Event to new String 2 lat temu
PromiseRejectionEvent.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 lat temu
PromiseRejectionEvent.idl dd2d029952 LibWeb: Port PromiseRejectionEvent to new String 2 lat temu
RemoteBrowsingContext.cpp 8026c63e10 LibWeb: Introduce RemoteBrowsingContext 2 lat temu
RemoteBrowsingContext.h 8026c63e10 LibWeb: Introduce RemoteBrowsingContext 2 lat temu
SandboxingFlagSet.h d073a31c21 LibWeb: Add missing includes 2 lat temu
SessionHistoryEntry.cpp aa33a3381b LibWeb: Add missing properties from latest spec in SessionHistoryEntry 2 lat temu
SessionHistoryEntry.h aa33a3381b LibWeb: Add missing properties from latest spec in SessionHistoryEntry 2 lat temu
Storage.cpp 57d28c57f7 LibWeb: Restore Storage as a legacy platform object 2 lat temu
Storage.h 57d28c57f7 LibWeb: Restore Storage as a legacy platform object 2 lat temu
Storage.idl 47979996e8 LibWeb: Add Storage interface and window.localStorage 3 lat temu
StructuredSerialize.cpp 09841f56ed LibWeb: Add initial implementation of structured clone 2 lat temu
StructuredSerialize.h 09841f56ed LibWeb: Add initial implementation of structured clone 2 lat temu
SubmitEvent.cpp ad5cbdc51b LibWeb: Port {Mouse,UI,Wheel,}Event to new String 2 lat temu
SubmitEvent.h cec1cda8b0 LibWeb: Port SubmitEvent to new String 2 lat temu
SubmitEvent.idl cec1cda8b0 LibWeb: Port SubmitEvent to new String 2 lat temu
TagNames.cpp db2ba5f1d9 LibWeb: Initialize static web strings during main-thread VM creation 2 lat temu
TagNames.h 034aaf3f51 LibWeb: Introduce CustomElementRegistry and creating custom elements 2 lat temu
TextMetrics.cpp c5de2c3348 LibWeb: Make factory method of HTML::TextMetrics fallible 2 lat temu
TextMetrics.h c5de2c3348 LibWeb: Make factory method of HTML::TextMetrics fallible 2 lat temu
TextMetrics.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 lat temu
Timer.cpp b579093ad0 LibWeb: Change HTML::Timer to store its owning window as a JS::Object 2 lat temu
Timer.h b579093ad0 LibWeb: Change HTML::Timer to store its owning window as a JS::Object 2 lat temu
TokenizedFeatures.h 2a410f8985 LibWeb: Change "popup"-related storage types to named enums 2 lat temu
TrackEvent.cpp ad5cbdc51b LibWeb: Port {Mouse,UI,Wheel,}Event to new String 2 lat temu
TrackEvent.h 460e1bd072 LibWeb: Implement TrackEvent for media events 2 lat temu
TrackEvent.idl 460e1bd072 LibWeb: Implement TrackEvent for media events 2 lat temu
VideoTrack.cpp 5a98a5529f LibWeb: Begin implementing media resource seeking 2 lat temu
VideoTrack.h 5a98a5529f LibWeb: Begin implementing media resource seeking 2 lat temu
VideoTrack.idl 3f1badf9b2 LibWeb: Implement VideoTrack and VideoTrackList 2 lat temu
VideoTrackList.cpp 3f1badf9b2 LibWeb: Implement VideoTrack and VideoTrackList 2 lat temu
VideoTrackList.h 3f1badf9b2 LibWeb: Implement VideoTrack and VideoTrackList 2 lat temu
VideoTrackList.idl 3f1badf9b2 LibWeb: Implement VideoTrack and VideoTrackList 2 lat temu
VisibilityState.h d4acdac317 LibWeb+WebContent+Browser: Plumb visibility state from GUI to web pages 2 lat temu
Window.cpp cbefab21be LibWeb: Port fire_a_page_transition_event() to new FlyString 2 lat temu
Window.h cbefab21be LibWeb: Port fire_a_page_transition_event() to new FlyString 2 lat temu
Window.idl 034aaf3f51 LibWeb: Introduce CustomElementRegistry and creating custom elements 2 lat temu
WindowEventHandlers.cpp 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ 2 lat temu
WindowEventHandlers.h 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ 2 lat temu
WindowLocalStorage.idl 37e9302dd9 LibWeb/HTML: Port Window.localStorage to IDL 2 lat temu
WindowOrWorkerGlobalScope.cpp cbe0901706 LibWeb: Implement performance.mark and performance.clearMarks 2 lat temu
WindowOrWorkerGlobalScope.h cbe0901706 LibWeb: Implement performance.mark and performance.clearMarks 2 lat temu
WindowOrWorkerGlobalScope.idl 0aa4466ce9 LibWeb: Port {set,clear}{Timeout,Interval} to IDL 2 lat temu
WindowProxy.cpp baaf891c64 LibWeb/HTML: Port Window.length to IDL 2 lat temu
WindowProxy.h 3c548adf9c LibWeb: Create and hook up a WindowProxy for each BrowsingContext 2 lat temu
WindowSessionStorage.idl a31c561a5a LibWeb/HTML: Port Window.sessionStorage to IDL 2 lat temu
Worker.cpp 560133a0c6 Everywhere: Remove unused DeprecatedString includes 2 lat temu
Worker.h 09d40bfbb2 Everywhere: Use _{short_,}string to create Strings from literals 2 lat temu
Worker.idl e905f25911 LibWeb: Port Worker to new String 2 lat temu
WorkerDebugConsoleClient.cpp f40094d014 LibWeb+LibJS: Format Console arguments with JS::Print 2 lat temu
WorkerDebugConsoleClient.h ae346cff6b LibWeb: Add partially functioning Worker API 3 lat temu
WorkerGlobalScope.cpp dd992e7dad LibWeb: Move timer implementations to WindowOrWorkerGlobalScopeMixin 2 lat temu
WorkerGlobalScope.h c0b2fa74ac LibWeb: Fix a few const-ness issues 2 lat temu
WorkerGlobalScope.idl be727ea871 LibWeb: Port WorkerGlobalScope to new String 2 lat temu
WorkerLocation.cpp 35612c6a7f AK+Everywhere: Change URL::path() to serialize_path() 2 lat temu
WorkerLocation.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 lat temu
WorkerLocation.idl 9c5bdb0b86 LibWeb: Port WorkerLocation to new String 2 lat temu
WorkerNavigator.cpp 193de231e0 LibWeb: Make factory method of HTML::WorkerNavigator fallible 2 lat temu
WorkerNavigator.h 193de231e0 LibWeb: Make factory method of HTML::WorkerNavigator fallible 2 lat temu
WorkerNavigator.idl 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL 2 lat temu