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