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