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