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