Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr пре 2 година
..
Canvas 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr пре 2 година
CrossOrigin 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr пре 2 година
EventLoop 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr пре 2 година
Parser 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr пре 2 година
Scripting 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr пре 2 година
SyntaxHighlighter c7736ef410 LibWeb: Add some folding regions to HTML syntax highlighter пре 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 f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString пре 2 година
AttributeNames.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString пре 2 година
BrowsingContext.cpp a1f7186153 LibWeb: Make BC::set_system_visibility_state use the active doc's global пре 2 година
BrowsingContext.h 2ca8cf49ca LibWeb: Use browsing context creator URL for about:blank documents пре 2 година
BrowsingContextContainer.cpp 72098d2699 LibWeb: Return after firing the iframe load event for about:blank пре 2 година
BrowsingContextContainer.h ac329d0a18 LibWeb: Make HTMLIFrameElement.contentWindow return the WindowProxy пре 2 година
BrowsingContextGroup.cpp 83c5ff57d8 LibWeb: Make BrowsingContext GC-allocated пре 2 година
BrowsingContextGroup.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr пре 2 година
CanvasGradient.cpp 7bd78d40e9 LibGfx+LibWeb: Propagate OOM when appending CanvasGradient color stops пре 2 година
CanvasGradient.h 2506666991 LibWeb: Make factory methods of HTML::CanvasGradient fallible пре 2 година
CanvasGradient.idl dc3bf32307 LibWeb: Add barebones CanvasGradient object пре 3 година
CanvasPattern.cpp 3a0a7e3e96 LibGfx+LibWeb: Propagate OOM when creating PaintStyles пре 2 година
CanvasPattern.h 3a0a7e3e96 LibGfx+LibWeb: Propagate OOM when creating PaintStyles пре 2 година
CanvasPattern.idl f74e2da875 LibWeb: Implement CanvasRenderingContext2D.createPattern() пре 2 година
CanvasRenderingContext2D.cpp 3d7b13ac03 LibWeb: Make canvas text preparation handle multi-code point glyphs пре 2 година
CanvasRenderingContext2D.h 3d7b13ac03 LibWeb: Make canvas text preparation handle multi-code point glyphs пре 2 година
CanvasRenderingContext2D.idl 8cfb0d4514 LibWeb: Add fixmes for other missing CRC2D mixins пре 2 година
CloseEvent.cpp e661f03ffa LibWeb: Port CloseEvent to new String пре 2 година
CloseEvent.h e661f03ffa LibWeb: Port CloseEvent to new String пре 2 година
CloseEvent.idl e661f03ffa LibWeb: Port CloseEvent to new String пре 2 година
DOMParser.cpp ff92324fa5 LibWeb: Make factory method of DOM::ElementFactory fallible пре 2 година
DOMParser.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
DOMParser.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 2 година
DOMStringMap.cpp 54f58e2662 LibWeb: Restore proper functionality of legacy platform objects пре 2 година
DOMStringMap.h 54f58e2662 LibWeb: Restore proper functionality of legacy platform objects пре 2 година
DOMStringMap.idl f6b24a72ee LibWeb: Add support for HTMLOrSVGElement.dataset пре 3 година
DocumentReadyState.h 8496024756 LibWeb: Store HTML document ready state as an enum пре 3 година
ErrorEvent.cpp 84997ab0ee LibWeb: Port ErrorEvent to new String пре 2 година
ErrorEvent.h 84997ab0ee LibWeb: Port ErrorEvent to new String пре 2 година
ErrorEvent.idl 84997ab0ee LibWeb: Port ErrorEvent to new String пре 2 година
EventHandler.cpp 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr пре 2 година
EventHandler.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr пре 2 година
EventNames.cpp f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString пре 2 година
EventNames.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString пре 2 година
Focus.cpp 587cf355ed LibWeb: Make factory methods of UIEvents::UIEvent fallible пре 2 година
Focus.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString пре 2 година
FormAssociatedElement.cpp 8a5d2be617 Everywhere: Remove unnecessary mutable attributes from lambdas пре 2 година
FormAssociatedElement.h 7cc6ffe5b7 LibWeb: Implement HTMLFormElement::reset пре 2 година
FormControlInfrastructure.cpp bb7ae423d5 LibWeb: Port FormDataEvent to new String пре 2 година
FormControlInfrastructure.h 3275d659bf LibWeb: Convert FormData to String and Vector storage пре 2 година
FormDataEvent.cpp bb7ae423d5 LibWeb: Port FormDataEvent to new String пре 2 година
FormDataEvent.h bb7ae423d5 LibWeb: Port FormDataEvent to new String пре 2 година
FormDataEvent.idl bb7ae423d5 LibWeb: Port FormDataEvent to new String пре 2 година
GlobalEventHandlers.cpp 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ пре 2 година
GlobalEventHandlers.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString пре 2 година
HTMLAnchorElement.cpp 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace пре 2 година
HTMLAnchorElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace пре 2 година
HTMLAnchorElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 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 a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case пре 2 година
HTMLBodyElement.h 1cf5737e9e LibWeb: Add fast_is<T>() for various types stood out in a profile пре 2 година
HTMLBodyElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 2 година
HTMLCanvasElement.cpp b7c488e51e LibWeb: Make factory method of HTML::CanvasRenderingContext2D fallible пре 2 година
HTMLCanvasElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
HTMLCanvasElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 2 година
HTMLElement.cpp a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case пре 2 година
HTMLElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace пре 2 година
HTMLElement.idl bfdb30c74a LibWeb: Implement bare-bones `HTMLElement.dir` пре 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 2 година
HTMLFontElement.cpp a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case пре 2 година
HTMLFontElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
HTMLFontElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 2 година
HTMLFormElement.cpp a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case пре 2 година
HTMLFormElement.h 9da09e4fd3 LibWeb: Port URL and URLSearchParams to new String пре 2 година
HTMLFormElement.idl 7cc6ffe5b7 LibWeb: Implement HTMLFormElement::reset пре 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 2 година
HTMLFrameSetElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
HTMLFrameSetElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
HTMLFrameSetElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 2 година
HTMLHeadingElement.cpp a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case пре 2 година
HTMLHeadingElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace пре 2 година
HTMLHeadingElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 2 година
HTMLHyperlinkElementUtils.cpp 2026ea557e LibWeb: Use is_ascii_case_insensitive_match() where the spec says to пре 2 година
HTMLHyperlinkElementUtils.h f639445456 LibWeb: Fully Implement `get_an_elements_noopener` пре 2 година
HTMLHyperlinkElementUtils.idl 8d2d315858 LibWeb: Extract the HTMLHyperlinkElementUtils IDL mixin пре 3 година
HTMLIFrameElement.cpp c120c46acc LibWeb: Make factory methods of DOM::Event fallible пре 2 година
HTMLIFrameElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
HTMLIFrameElement.idl ac329d0a18 LibWeb: Make HTMLIFrameElement.contentWindow return the WindowProxy пре 2 година
HTMLImageElement.cpp c120c46acc LibWeb: Make factory methods of DOM::Event fallible пре 2 година
HTMLImageElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace пре 2 година
HTMLImageElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 2 година
HTMLInputElement.cpp a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case пре 2 година
HTMLInputElement.h 1cf5737e9e LibWeb: Add fast_is<T>() for various types stood out in a profile пре 2 година
HTMLInputElement.idl 1011067a60 LibWeb: Stub HTMLInputElement.setSelectionRange пре 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 2 година
HTMLLinkElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
HTMLLinkElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
HTMLLinkElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 2 година
HTMLMarqueeElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
HTMLMarqueeElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
HTMLMarqueeElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 2 година
HTMLMediaElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
HTMLMediaElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
HTMLMediaElement.idl 1e9cc2e211 LibWeb: Stub HTMLMediaElement.pause пре 2 година
HTMLMenuElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
HTMLMenuElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace пре 2 година
HTMLMenuElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 2 година
HTMLObjectElement.cpp 2d7ce38ee2 LibWeb/MimeSniff: Port MimeType to new String пре 2 година
HTMLObjectElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
HTMLObjectElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 2 година
HTMLParagraphElement.cpp a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case пре 2 година
HTMLParagraphElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace пре 2 година
HTMLParagraphElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 2 година
HTMLPreElement.cpp a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case пре 2 година
HTMLPreElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace пре 2 година
HTMLPreElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 2 година
HTMLProgressElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
HTMLProgressElement.h 1cf5737e9e LibWeb: Add fast_is<T>() for various types stood out in a profile пре 2 година
HTMLProgressElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 2 година
HTMLScriptElement.cpp e8f5085669 LibWeb: Implement Range.createContextualFragment() пре 2 година
HTMLScriptElement.h ff7b949061 LibWeb: Make HTMLScript private members private once again пре 2 година
HTMLScriptElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 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 c4ee43c5b4 LibWeb: Implement HTMLSelectElement.type пре 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 2 година
HTMLTableCaptionElement.cpp a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case пре 2 година
HTMLTableCaptionElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace пре 2 година
HTMLTableCaptionElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 2 година
HTMLTableCellElement.cpp a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case пре 2 година
HTMLTableCellElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace пре 2 година
HTMLTableCellElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 2 година
HTMLTableElement.cpp ff92324fa5 LibWeb: Make factory method of DOM::ElementFactory fallible пре 2 година
HTMLTableElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace пре 2 година
HTMLTableElement.idl 2157745093 LibWeb: Add missing [SameObject] extended attributes in IDL files пре 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 009f04fa46 LibWeb: Implement HTMLTableRowElement.deleteCell пре 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 2 година
HTMLVideoElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
HTMLVideoElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
HTMLVideoElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 2 година
History.cpp 2f4db60c08 LibWeb: Make factory method of HTML::History fallible пре 2 година
History.h 2f4db60c08 LibWeb: Make factory method of HTML::History fallible пре 2 година
History.idl 2029c98fa7 LibWeb: Add missing property and methods for history object пре 2 година
HistoryHandlingBehavior.h 5a500827b8 LibWeb: Move HistoryHandlingBehavior enum to its own header пре 2 година
ImageData.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate пре 2 година
ImageData.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
ImageData.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 2 година
Location.cpp bfe0df5677 LibWeb/HTML: Add missing SecurityError checks to Location пре 2 година
Location.h bfe0df5677 LibWeb/HTML: Add missing SecurityError checks to Location пре 2 година
Location.idl 7d50be0b09 LibWeb/HTML: Port Location to new String пре 2 година
MessageChannel.cpp 471ad7ba01 LibWeb: Make factory method of HTML::MessagePort fallible пре 2 година
MessageChannel.h 3d79cdf095 LibWeb: Make factory method of HTML::MessageChannel fallible пре 2 година
MessageChannel.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing пре 2 година
MessageEvent.cpp eed69e5093 LibWeb: Port MessageEvent to new String пре 2 година
MessageEvent.h eed69e5093 LibWeb: Port MessageEvent to new String пре 2 година
MessageEvent.idl eed69e5093 LibWeb: Port MessageEvent to new String пре 2 година
MessagePort.cpp eed69e5093 LibWeb: Port MessageEvent to new String пре 2 година
MessagePort.h 129ab02470 LibWeb/HTML: Port Window.structuredClone() to IDL пре 2 година
MessagePort.idl 129ab02470 LibWeb/HTML: Port Window.structuredClone() to IDL пре 2 година
MimeType.cpp 3a5802540e LibWeb: Follow-up fixes for Linus's comments in #17658 пре 2 година
MimeType.h 3a5802540e LibWeb: Follow-up fixes for Linus's comments in #17658 пре 2 година
MimeType.idl 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} пре 2 година
MimeTypeArray.cpp 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} пре 2 година
MimeTypeArray.h 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} пре 2 година
MimeTypeArray.idl 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} пре 2 година
NavigationParams.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString пре 2 година
Navigator.cpp 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} пре 2 година
Navigator.h 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} пре 2 година
Navigator.idl 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} пре 2 година
NavigatorConcurrentHardware.h 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL пре 2 година
NavigatorConcurrentHardware.idl 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL пре 2 година
NavigatorID.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString пре 2 година
NavigatorID.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString пре 2 година
NavigatorID.idl 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL пре 2 година
NavigatorLanguage.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString пре 2 година
NavigatorLanguage.idl bf2debdf53 LibWeb: Make navigator.languages an attribute instead of a function пре 2 година
NavigatorOnLine.h 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL пре 2 година
NavigatorOnLine.idl 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL пре 2 година
Origin.h 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable пре 2 година
PageTransitionEvent.cpp 97947fdffa LibWeb: Port PageTransitionEvent to new String пре 2 година
PageTransitionEvent.h 97947fdffa LibWeb: Port PageTransitionEvent to new String пре 2 година
PageTransitionEvent.idl 97947fdffa LibWeb: Port PageTransitionEvent to new String пре 2 година
Path2D.cpp 8a48246ed1 Everywhere: Stop using NonnullRefPtrVector пре 2 година
Path2D.h a964ebc255 LibWeb: Implement Path2D#addPath пре 2 година
Path2D.idl a964ebc255 LibWeb: Implement Path2D#addPath пре 2 година
Plugin.cpp 51c3967516 Everywhere: Use '_{short_,}string' literals more пре 2 година
Plugin.h 3a5802540e LibWeb: Follow-up fixes for Linus's comments in #17658 пре 2 година
Plugin.idl 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} пре 2 година
PluginArray.cpp 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} пре 2 година
PluginArray.h 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} пре 2 година
PluginArray.idl 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} пре 2 година
PolicyContainers.h 0ee8da9556 LibWeb: Add referrer policy to PolicyContainer пре 2 година
PromiseRejectionEvent.cpp dd2d029952 LibWeb: Port PromiseRejectionEvent to new String пре 2 година
PromiseRejectionEvent.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr пре 2 година
PromiseRejectionEvent.idl dd2d029952 LibWeb: Port PromiseRejectionEvent to new String пре 2 година
SandboxingFlagSet.h d073a31c21 LibWeb: Add missing includes пре 2 година
SessionHistoryEntry.h bab883bf8e LibJS+LibWeb: Add a bunch of missing includes пре 2 година
Storage.cpp 57d28c57f7 LibWeb: Restore Storage as a legacy platform object пре 2 година
Storage.h 57d28c57f7 LibWeb: Restore Storage as a legacy platform object пре 2 година
Storage.idl 47979996e8 LibWeb: Add Storage interface and window.localStorage пре 3 година
StructuredSerialize.cpp 09841f56ed LibWeb: Add initial implementation of structured clone пре 2 година
StructuredSerialize.h 09841f56ed LibWeb: Add initial implementation of structured clone пре 2 година
SubmitEvent.cpp cec1cda8b0 LibWeb: Port SubmitEvent to new String пре 2 година
SubmitEvent.h cec1cda8b0 LibWeb: Port SubmitEvent to new String пре 2 година
SubmitEvent.idl cec1cda8b0 LibWeb: Port SubmitEvent to new String пре 2 година
TagNames.cpp f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString пре 2 година
TagNames.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString пре 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 година
VisibilityState.h d4acdac317 LibWeb+WebContent+Browser: Plumb visibility state from GUI to web pages пре 2 година
Window.cpp 9c569e8a0f LibWeb: Implement the [PutForwards] IDL extended attribute пре 2 година
Window.h 9c569e8a0f LibWeb: Implement the [PutForwards] IDL extended attribute пре 2 година
Window.idl a31c561a5a LibWeb/HTML: Port Window.sessionStorage to IDL пре 2 година
WindowEventHandlers.cpp 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ пре 2 година
WindowEventHandlers.h 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ пре 2 година
WindowLocalStorage.idl 37e9302dd9 LibWeb/HTML: Port Window.localStorage to IDL пре 2 година
WindowOrWorkerGlobalScope.cpp 2895b7e733 LibWeb: Port the WindowOrWorkerGlobalScopeMixin timer handler to String пре 2 година
WindowOrWorkerGlobalScope.h 2895b7e733 LibWeb: Port the WindowOrWorkerGlobalScopeMixin timer handler to String пре 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 eed69e5093 LibWeb: Port MessageEvent to new String пре 2 година
Worker.h 09d40bfbb2 Everywhere: Use _{short_,}string to create Strings from literals пре 2 година
Worker.idl e905f25911 LibWeb: Port Worker to new String пре 2 година
WorkerDebugConsoleClient.cpp f40094d014 LibWeb+LibJS: Format Console arguments with JS::Print пре 2 година
WorkerDebugConsoleClient.h ae346cff6b LibWeb: Add partially functioning Worker API пре 3 година
WorkerGlobalScope.cpp dd992e7dad LibWeb: Move timer implementations to WindowOrWorkerGlobalScopeMixin пре 2 година
WorkerGlobalScope.h c0b2fa74ac LibWeb: Fix a few const-ness issues пре 2 година
WorkerGlobalScope.idl be727ea871 LibWeb: Port WorkerGlobalScope to new String пре 2 година
WorkerLocation.cpp 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr пре 2 година
WorkerLocation.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr пре 2 година
WorkerLocation.idl 9c5bdb0b86 LibWeb: Port WorkerLocation to new String пре 2 година
WorkerNavigator.cpp 193de231e0 LibWeb: Make factory method of HTML::WorkerNavigator fallible пре 2 година
WorkerNavigator.h 193de231e0 LibWeb: Make factory method of HTML::WorkerNavigator fallible пре 2 година
WorkerNavigator.idl 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL пре 2 година