Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr vor 2 Jahren
..
Canvas 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr vor 2 Jahren
CrossOrigin 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr vor 2 Jahren
EventLoop 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr vor 2 Jahren
Parser 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr vor 2 Jahren
Scripting 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr vor 2 Jahren
SyntaxHighlighter c7736ef410 LibWeb: Add some folding regions to HTML syntax highlighter 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 f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString vor 2 Jahren
AttributeNames.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString vor 2 Jahren
BrowsingContext.cpp a1f7186153 LibWeb: Make BC::set_system_visibility_state use the active doc's global vor 2 Jahren
BrowsingContext.h 2ca8cf49ca LibWeb: Use browsing context creator URL for about:blank documents vor 2 Jahren
BrowsingContextContainer.cpp 72098d2699 LibWeb: Return after firing the iframe load event for about:blank 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
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 3d7b13ac03 LibWeb: Make canvas text preparation handle multi-code point glyphs vor 2 Jahren
CanvasRenderingContext2D.h 3d7b13ac03 LibWeb: Make canvas text preparation handle multi-code point glyphs vor 2 Jahren
CanvasRenderingContext2D.idl 8cfb0d4514 LibWeb: Add fixmes for other missing CRC2D mixins vor 3 Jahren
CloseEvent.cpp e661f03ffa LibWeb: Port CloseEvent 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
ErrorEvent.cpp 84997ab0ee LibWeb: Port ErrorEvent 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 f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString vor 2 Jahren
EventNames.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString vor 2 Jahren
Focus.cpp 587cf355ed LibWeb: Make factory methods of UIEvents::UIEvent fallible 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 bb7ae423d5 LibWeb: Port FormDataEvent to new String vor 2 Jahren
FormControlInfrastructure.h 3275d659bf LibWeb: Convert FormData to String and Vector storage vor 2 Jahren
FormDataEvent.cpp bb7ae423d5 LibWeb: Port FormDataEvent 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 f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString vor 2 Jahren
HTMLAnchorElement.cpp 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace vor 2 Jahren
HTMLAnchorElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace vor 2 Jahren
HTMLAnchorElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 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 a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case vor 2 Jahren
HTMLBodyElement.h 1cf5737e9e LibWeb: Add fast_is<T>() for various types stood out in a profile vor 2 Jahren
HTMLBodyElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing vor 2 Jahren
HTMLCanvasElement.cpp b7c488e51e LibWeb: Make factory method of HTML::CanvasRenderingContext2D fallible vor 2 Jahren
HTMLCanvasElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors vor 2 Jahren
HTMLCanvasElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing vor 2 Jahren
HTMLElement.cpp a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case vor 2 Jahren
HTMLElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace vor 2 Jahren
HTMLElement.idl bfdb30c74a LibWeb: Implement bare-bones `HTMLElement.dir` 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing vor 2 Jahren
HTMLFontElement.cpp a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case vor 2 Jahren
HTMLFontElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors vor 2 Jahren
HTMLFontElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing vor 2 Jahren
HTMLFormElement.cpp a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case vor 2 Jahren
HTMLFormElement.h 9da09e4fd3 LibWeb: Port URL and URLSearchParams to new String vor 2 Jahren
HTMLFormElement.idl 7cc6ffe5b7 LibWeb: Implement HTMLFormElement::reset 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing vor 2 Jahren
HTMLFrameSetElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors vor 2 Jahren
HTMLFrameSetElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors vor 2 Jahren
HTMLFrameSetElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing vor 2 Jahren
HTMLHeadingElement.cpp a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case vor 2 Jahren
HTMLHeadingElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace vor 2 Jahren
HTMLHeadingElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing vor 2 Jahren
HTMLHyperlinkElementUtils.cpp 2026ea557e LibWeb: Use is_ascii_case_insensitive_match() where the spec says to vor 2 Jahren
HTMLHyperlinkElementUtils.h f639445456 LibWeb: Fully Implement `get_an_elements_noopener` vor 2 Jahren
HTMLHyperlinkElementUtils.idl 8d2d315858 LibWeb: Extract the HTMLHyperlinkElementUtils IDL mixin vor 3 Jahren
HTMLIFrameElement.cpp c120c46acc LibWeb: Make factory methods of DOM::Event fallible vor 2 Jahren
HTMLIFrameElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors vor 2 Jahren
HTMLIFrameElement.idl ac329d0a18 LibWeb: Make HTMLIFrameElement.contentWindow return the WindowProxy vor 2 Jahren
HTMLImageElement.cpp c120c46acc LibWeb: Make factory methods of DOM::Event fallible vor 2 Jahren
HTMLImageElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace vor 2 Jahren
HTMLImageElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing vor 2 Jahren
HTMLInputElement.cpp a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case vor 2 Jahren
HTMLInputElement.h 1cf5737e9e LibWeb: Add fast_is<T>() for various types stood out in a profile vor 2 Jahren
HTMLInputElement.idl 1011067a60 LibWeb: Stub HTMLInputElement.setSelectionRange 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing vor 2 Jahren
HTMLLinkElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors vor 2 Jahren
HTMLLinkElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors vor 2 Jahren
HTMLLinkElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing vor 2 Jahren
HTMLMarqueeElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors vor 2 Jahren
HTMLMarqueeElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors vor 2 Jahren
HTMLMarqueeElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing vor 2 Jahren
HTMLMediaElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors vor 2 Jahren
HTMLMediaElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors vor 2 Jahren
HTMLMediaElement.idl 1e9cc2e211 LibWeb: Stub HTMLMediaElement.pause 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing vor 2 Jahren
HTMLObjectElement.cpp 2d7ce38ee2 LibWeb/MimeSniff: Port MimeType to new String vor 2 Jahren
HTMLObjectElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors vor 2 Jahren
HTMLObjectElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing vor 2 Jahren
HTMLParagraphElement.cpp a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case vor 2 Jahren
HTMLParagraphElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace vor 2 Jahren
HTMLParagraphElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing vor 2 Jahren
HTMLPreElement.cpp a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case vor 2 Jahren
HTMLPreElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace vor 2 Jahren
HTMLPreElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing vor 2 Jahren
HTMLProgressElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors vor 2 Jahren
HTMLProgressElement.h 1cf5737e9e LibWeb: Add fast_is<T>() for various types stood out in a profile vor 2 Jahren
HTMLProgressElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing vor 2 Jahren
HTMLScriptElement.cpp e8f5085669 LibWeb: Implement Range.createContextualFragment() vor 2 Jahren
HTMLScriptElement.h ff7b949061 LibWeb: Make HTMLScript private members private once again vor 2 Jahren
HTMLScriptElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 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 c4ee43c5b4 LibWeb: Implement HTMLSelectElement.type 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing vor 2 Jahren
HTMLTableCaptionElement.cpp a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case vor 2 Jahren
HTMLTableCaptionElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace vor 2 Jahren
HTMLTableCaptionElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing vor 2 Jahren
HTMLTableCellElement.cpp a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case vor 2 Jahren
HTMLTableCellElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace vor 2 Jahren
HTMLTableCellElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing vor 2 Jahren
HTMLTableElement.cpp ff92324fa5 LibWeb: Make factory method of DOM::ElementFactory fallible vor 2 Jahren
HTMLTableElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace vor 2 Jahren
HTMLTableElement.idl 2157745093 LibWeb: Add missing [SameObject] extended attributes in IDL files 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 009f04fa46 LibWeb: Implement HTMLTableRowElement.deleteCell 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 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 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing vor 2 Jahren
HTMLVideoElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors vor 2 Jahren
HTMLVideoElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors vor 2 Jahren
HTMLVideoElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing vor 2 Jahren
History.cpp 2f4db60c08 LibWeb: Make factory method of HTML::History fallible 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 bfe0df5677 LibWeb/HTML: Add missing SecurityError checks to Location 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 eed69e5093 LibWeb: Port MessageEvent 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 eed69e5093 LibWeb: Port MessageEvent 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 97947fdffa LibWeb: Port PageTransitionEvent 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
PromiseRejectionEvent.cpp dd2d029952 LibWeb: Port PromiseRejectionEvent 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
SandboxingFlagSet.h d073a31c21 LibWeb: Add missing includes vor 2 Jahren
SessionHistoryEntry.h bab883bf8e LibJS+LibWeb: Add a bunch of missing includes 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 cec1cda8b0 LibWeb: Port SubmitEvent 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 f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString vor 2 Jahren
TagNames.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 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
VisibilityState.h d4acdac317 LibWeb+WebContent+Browser: Plumb visibility state from GUI to web pages vor 2 Jahren
Window.cpp 9c569e8a0f LibWeb: Implement the [PutForwards] IDL extended attribute vor 2 Jahren
Window.h 9c569e8a0f LibWeb: Implement the [PutForwards] IDL extended attribute vor 2 Jahren
Window.idl a31c561a5a LibWeb/HTML: Port Window.sessionStorage to IDL 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 2895b7e733 LibWeb: Port the WindowOrWorkerGlobalScopeMixin timer handler to String vor 2 Jahren
WindowOrWorkerGlobalScope.h 2895b7e733 LibWeb: Port the WindowOrWorkerGlobalScopeMixin timer handler to String 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 eed69e5093 LibWeb: Port MessageEvent to new String 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 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 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