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