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