Linus Groh a6f8b18649 LibWeb/HTML: Define Window's {Global,Window}EventHandlers via IDL 2 年之前
..
Canvas 3a0a7e3e96 LibGfx+LibWeb: Propagate OOM when creating PaintStyles 2 年之前
CrossOrigin bab883bf8e LibJS+LibWeb: Add a bunch of missing includes 2 年之前
EventLoop c0b2fa74ac LibWeb: Fix a few const-ness issues 2 年之前
Parser 689ca370d4 Everywhere: Remove NonnullRefPtr.h includes 2 年之前
Scripting bab883bf8e LibJS+LibWeb: Add a bunch of missing includes 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 年之前
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 bab883bf8e LibJS+LibWeb: Add a bunch of missing includes 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 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年之前
EventHandler.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 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 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 年之前
HTMLBodyElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 年之前
HTMLBodyElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
HTMLButtonElement.cpp 9da09e4fd3 LibWeb: Port URL and URLSearchParams to new String 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 b604bbaf29 LibWeb: Make factory method of HTML::DOMStringMap fallible 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 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 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 cec1cda8b0 LibWeb: Port SubmitEvent to new String 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 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 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 9da09e4fd3 LibWeb: Port URL and URLSearchParams to new String 2 年之前
HTMLInputElement.h 9da09e4fd3 LibWeb: Port URL and URLSearchParams to new String 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 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 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 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 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 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 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 c0b2fa74ac LibWeb: Fix a few const-ness issues 2 年之前
HTMLScriptElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 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 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 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 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 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 471ad7ba01 LibWeb: Make factory method of HTML::MessagePort fallible 2 年之前
MessagePort.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 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 dd2d029952 LibWeb: Port PromiseRejectionEvent to new String 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 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 年之前
Timer.h 9567e211e7 LibWeb+WebContent: Add abstraction layer for event loop and timers 2 年之前
VisibilityState.h d4acdac317 LibWeb+WebContent+Browser: Plumb visibility state from GUI to web pages 2 年之前
Window.cpp a6f8b18649 LibWeb/HTML: Define Window's {Global,Window}EventHandlers via IDL 2 年之前
Window.h a6f8b18649 LibWeb/HTML: Define Window's {Global,Window}EventHandlers via IDL 2 年之前
Window.idl a6f8b18649 LibWeb/HTML: Define Window's {Global,Window}EventHandlers via IDL 2 年之前
WindowEventHandlers.cpp 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ 2 年之前
WindowEventHandlers.h 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ 2 年之前
WindowOrWorkerGlobalScope.cpp cdc77407bf LibWeb: Make WindowOrWorkerGlobalScope#atob use forgiving base64 decode 2 年之前
WindowOrWorkerGlobalScope.h 1a6b61b0cc LibWeb/HTML: Move WindowOrWorkerGlobalScope code into a mixin class 2 年之前
WindowOrWorkerGlobalScope.idl b456adcb59 LibWeb: Extract the WindowOrWorkerGlobalScope IDL mixin 3 年之前
WindowProxy.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 年之前
WindowProxy.h 3c548adf9c LibWeb: Create and hook up a WindowProxy for each BrowsingContext 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 1a6b61b0cc LibWeb/HTML: Move WindowOrWorkerGlobalScope code into a mixin class 2 年之前
WorkerGlobalScope.h c0b2fa74ac LibWeb: Fix a few const-ness issues 2 年之前
WorkerGlobalScope.idl be727ea871 LibWeb: Port WorkerGlobalScope to new String 2 年之前
WorkerLocation.cpp 9c5bdb0b86 LibWeb: Port WorkerLocation to new String 2 年之前
WorkerLocation.h 9c5bdb0b86 LibWeb: Port WorkerLocation to new String 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 年之前