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