Kenneth Myhra 84997ab0ee LibWeb: Port ErrorEvent to new String hace 2 años
..
Canvas 3a0a7e3e96 LibGfx+LibWeb: Propagate OOM when creating PaintStyles hace 2 años
CrossOrigin 8f1d13e73b LibJS: Use a Variant instead of two Optionals for ThrowCompletionOr hace 2 años
EventLoop 2a66fc6cae LibJS: Add make_handle({Nonnull,}GCPtr<T>) overloads hace 2 años
Parser ff92324fa5 LibWeb: Make factory method of DOM::ElementFactory fallible hace 2 años
Scripting 11b40dbcf5 LibWeb/WebIDL: Store SimpleException message as a String{,View} variant hace 2 años
SyntaxHighlighter c7736ef410 LibWeb: Add some folding regions to HTML syntax highlighter hace 2 años
AnimationFrameCallbackDriver.h 9567e211e7 LibWeb+WebContent: Add abstraction layer for event loop and timers hace 2 años
AttributeNames.cpp f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString hace 2 años
AttributeNames.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString hace 2 años
BrowsingContext.cpp 7e76a51cb0 LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport hace 2 años
BrowsingContext.h 2ca8cf49ca LibWeb: Use browsing context creator URL for about:blank documents hace 2 años
BrowsingContextContainer.cpp 72098d2699 LibWeb: Return after firing the iframe load event for about:blank hace 2 años
BrowsingContextContainer.h ac329d0a18 LibWeb: Make HTMLIFrameElement.contentWindow return the WindowProxy hace 2 años
BrowsingContextGroup.cpp 83c5ff57d8 LibWeb: Make BrowsingContext GC-allocated hace 2 años
BrowsingContextGroup.h 7891ad2a28 LibWeb: Remove declarations for non-existent methods hace 2 años
CanvasGradient.cpp 7bd78d40e9 LibGfx+LibWeb: Propagate OOM when appending CanvasGradient color stops hace 2 años
CanvasGradient.h 2506666991 LibWeb: Make factory methods of HTML::CanvasGradient fallible hace 2 años
CanvasGradient.idl dc3bf32307 LibWeb: Add barebones CanvasGradient object hace 3 años
CanvasPattern.cpp 3a0a7e3e96 LibGfx+LibWeb: Propagate OOM when creating PaintStyles hace 2 años
CanvasPattern.h 3a0a7e3e96 LibGfx+LibWeb: Propagate OOM when creating PaintStyles hace 2 años
CanvasPattern.idl f74e2da875 LibWeb: Implement CanvasRenderingContext2D.createPattern() hace 2 años
CanvasRenderingContext2D.cpp 3d7b13ac03 LibWeb: Make canvas text preparation handle multi-code point glyphs hace 2 años
CanvasRenderingContext2D.h 3d7b13ac03 LibWeb: Make canvas text preparation handle multi-code point glyphs hace 2 años
CanvasRenderingContext2D.idl 8cfb0d4514 LibWeb: Add fixmes for other missing CRC2D mixins hace 3 años
CloseEvent.cpp e661f03ffa LibWeb: Port CloseEvent to new String hace 2 años
CloseEvent.h e661f03ffa LibWeb: Port CloseEvent to new String hace 2 años
CloseEvent.idl e661f03ffa LibWeb: Port CloseEvent to new String hace 2 años
DOMParser.cpp ff92324fa5 LibWeb: Make factory method of DOM::ElementFactory fallible hace 2 años
DOMParser.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
DOMParser.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
DOMStringMap.cpp 54f58e2662 LibWeb: Restore proper functionality of legacy platform objects hace 2 años
DOMStringMap.h 54f58e2662 LibWeb: Restore proper functionality of legacy platform objects hace 2 años
DOMStringMap.idl f6b24a72ee LibWeb: Add support for HTMLOrSVGElement.dataset hace 3 años
DocumentReadyState.h 8496024756 LibWeb: Store HTML document ready state as an enum hace 3 años
ErrorEvent.cpp 84997ab0ee LibWeb: Port ErrorEvent to new String hace 2 años
ErrorEvent.h 84997ab0ee LibWeb: Port ErrorEvent to new String hace 2 años
ErrorEvent.idl 84997ab0ee LibWeb: Port ErrorEvent to new String hace 2 años
EventHandler.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString hace 2 años
EventHandler.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString hace 2 años
EventNames.cpp f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString hace 2 años
EventNames.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString hace 2 años
Focus.cpp 587cf355ed LibWeb: Make factory methods of UIEvents::UIEvent fallible hace 2 años
Focus.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString hace 2 años
FormAssociatedElement.cpp 8a5d2be617 Everywhere: Remove unnecessary mutable attributes from lambdas hace 2 años
FormAssociatedElement.h 7cc6ffe5b7 LibWeb: Implement HTMLFormElement::reset hace 2 años
FormControlInfrastructure.cpp 9a5a8d617d LibWeb: Port IDL implementations Blob and File to new String hace 2 años
FormControlInfrastructure.h 3275d659bf LibWeb: Convert FormData to String and Vector storage hace 2 años
FormDataEvent.cpp a6cdf6374f LibWeb: Introduce the FormDataEvent interface hace 2 años
FormDataEvent.h a6cdf6374f LibWeb: Introduce the FormDataEvent interface hace 2 años
FormDataEvent.idl a6cdf6374f LibWeb: Introduce the FormDataEvent interface hace 2 años
GlobalEventHandlers.cpp 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ hace 2 años
GlobalEventHandlers.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString hace 2 años
HTMLAnchorElement.cpp 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace hace 2 años
HTMLAnchorElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace hace 2 años
HTMLAnchorElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLAreaElement.cpp 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace hace 2 años
HTMLAreaElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace hace 2 años
HTMLAreaElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLAudioElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLAudioElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLAudioElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLBRElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLBRElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLBRElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLBaseElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLBaseElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLBaseElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLBlinkElement.cpp 9567e211e7 LibWeb+WebContent: Add abstraction layer for event loop and timers hace 2 años
HTMLBlinkElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro hace 2 años
HTMLBodyElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLBodyElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace hace 2 años
HTMLBodyElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLButtonElement.cpp 9da09e4fd3 LibWeb: Port URL and URLSearchParams to new String hace 2 años
HTMLButtonElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace hace 2 años
HTMLButtonElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLCanvasElement.cpp b7c488e51e LibWeb: Make factory method of HTML::CanvasRenderingContext2D fallible hace 2 años
HTMLCanvasElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLCanvasElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLDListElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLDListElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLDListElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLDataElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLDataElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace hace 2 años
HTMLDataElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLDataListElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLDataListElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace hace 2 años
HTMLDataListElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLDetailsElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLDetailsElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace hace 2 años
HTMLDetailsElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLDialogElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLDialogElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace hace 2 años
HTMLDialogElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLDirectoryElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLDirectoryElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLDirectoryElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLDivElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLDivElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace hace 2 años
HTMLDivElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLElement.cpp b604bbaf29 LibWeb: Make factory method of HTML::DOMStringMap fallible hace 2 años
HTMLElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace hace 2 años
HTMLElement.idl bfdb30c74a LibWeb: Implement bare-bones `HTMLElement.dir` hace 2 años
HTMLEmbedElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLEmbedElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLEmbedElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLFieldSetElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLFieldSetElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace hace 2 años
HTMLFieldSetElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLFontElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLFontElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLFontElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLFormElement.cpp 9da09e4fd3 LibWeb: Port URL and URLSearchParams to new String hace 2 años
HTMLFormElement.h 9da09e4fd3 LibWeb: Port URL and URLSearchParams to new String hace 2 años
HTMLFormElement.idl 7cc6ffe5b7 LibWeb: Implement HTMLFormElement::reset hace 2 años
HTMLFrameElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLFrameElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLFrameElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLFrameSetElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLFrameSetElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLFrameSetElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLHRElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLHRElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace hace 2 años
HTMLHRElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLHeadElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLHeadElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLHeadElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLHeadingElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLHeadingElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace hace 2 años
HTMLHeadingElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLHtmlElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLHtmlElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace hace 2 años
HTMLHtmlElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLHyperlinkElementUtils.cpp 2026ea557e LibWeb: Use is_ascii_case_insensitive_match() where the spec says to hace 2 años
HTMLHyperlinkElementUtils.h f639445456 LibWeb: Fully Implement `get_an_elements_noopener` hace 2 años
HTMLHyperlinkElementUtils.idl 8d2d315858 LibWeb: Extract the HTMLHyperlinkElementUtils IDL mixin hace 3 años
HTMLIFrameElement.cpp c120c46acc LibWeb: Make factory methods of DOM::Event fallible hace 2 años
HTMLIFrameElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLIFrameElement.idl ac329d0a18 LibWeb: Make HTMLIFrameElement.contentWindow return the WindowProxy hace 2 años
HTMLImageElement.cpp c120c46acc LibWeb: Make factory methods of DOM::Event fallible hace 2 años
HTMLImageElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace hace 2 años
HTMLImageElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLInputElement.cpp 9da09e4fd3 LibWeb: Port URL and URLSearchParams to new String hace 2 años
HTMLInputElement.h 9da09e4fd3 LibWeb: Port URL and URLSearchParams to new String hace 2 años
HTMLInputElement.idl 1011067a60 LibWeb: Stub HTMLInputElement.setSelectionRange hace 2 años
HTMLLIElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLLIElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace hace 2 años
HTMLLIElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLLabelElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLLabelElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLLabelElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLLegendElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLLegendElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLLegendElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLLinkElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLLinkElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLLinkElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLMapElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLMapElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLMapElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLMarqueeElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLMarqueeElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLMarqueeElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLMediaElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLMediaElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLMediaElement.idl 1e9cc2e211 LibWeb: Stub HTMLMediaElement.pause hace 2 años
HTMLMenuElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLMenuElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace hace 2 años
HTMLMenuElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLMetaElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLMetaElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLMetaElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLMeterElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLMeterElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace hace 2 años
HTMLMeterElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLModElement.cpp 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace hace 2 años
HTMLModElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace hace 2 años
HTMLModElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLOListElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLOListElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace hace 2 años
HTMLOListElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLObjectElement.cpp 2d7ce38ee2 LibWeb/MimeSniff: Port MimeType to new String hace 2 años
HTMLObjectElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLObjectElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLOptGroupElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLOptGroupElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace hace 2 años
HTMLOptGroupElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLOptionElement.cpp 93ed1b59c8 LibWeb/Infra: Port strip_and_collapse_whitespace() to new String hace 2 años
HTMLOptionElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace hace 2 años
HTMLOptionElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLOptionsCollection.cpp 2b391ea622 LibWeb: Make factory method of HTML::HTMLOptionsCollection fallible hace 2 años
HTMLOptionsCollection.h 2b391ea622 LibWeb: Make factory method of HTML::HTMLOptionsCollection fallible hace 2 años
HTMLOptionsCollection.idl ff9856a214 LibWeb: Implement HTMLOptionsCollection.add() hace 3 años
HTMLOutputElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLOutputElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace hace 2 años
HTMLOutputElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLParagraphElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLParagraphElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace hace 2 años
HTMLParagraphElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLParamElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLParamElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLParamElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLPictureElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLPictureElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLPictureElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLPreElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLPreElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace hace 2 años
HTMLPreElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLProgressElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLProgressElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace hace 2 años
HTMLProgressElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLQuoteElement.cpp 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace hace 2 años
HTMLQuoteElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace hace 2 años
HTMLQuoteElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLScriptElement.cpp 2db168acc1 LibTextCodec+Everywhere: Port Decoders to new Strings hace 2 años
HTMLScriptElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLScriptElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLSelectElement.cpp 2b391ea622 LibWeb: Make factory method of HTML::HTMLOptionsCollection fallible hace 2 años
HTMLSelectElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace hace 2 años
HTMLSelectElement.idl c4ee43c5b4 LibWeb: Implement HTMLSelectElement.type hace 2 años
HTMLSlotElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLSlotElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLSlotElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLSourceElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLSourceElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLSourceElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLSpanElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLSpanElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace hace 2 años
HTMLSpanElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLStyleElement.cpp 2026ea557e LibWeb: Use is_ascii_case_insensitive_match() where the spec says to hace 2 años
HTMLStyleElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLStyleElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLTableCaptionElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLTableCaptionElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace hace 2 años
HTMLTableCaptionElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLTableCellElement.cpp 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace hace 2 años
HTMLTableCellElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace hace 2 años
HTMLTableCellElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLTableColElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLTableColElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLTableColElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLTableElement.cpp ff92324fa5 LibWeb: Make factory method of DOM::ElementFactory fallible hace 2 años
HTMLTableElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace hace 2 años
HTMLTableElement.idl 2157745093 LibWeb: Add missing [SameObject] extended attributes in IDL files hace 2 años
HTMLTableRowElement.cpp ff92324fa5 LibWeb: Make factory method of DOM::ElementFactory fallible hace 2 años
HTMLTableRowElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace hace 2 años
HTMLTableRowElement.idl 009f04fa46 LibWeb: Implement HTMLTableRowElement.deleteCell hace 2 años
HTMLTableSectionElement.cpp ff92324fa5 LibWeb: Make factory method of DOM::ElementFactory fallible hace 2 años
HTMLTableSectionElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace hace 2 años
HTMLTableSectionElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLTemplateElement.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate hace 2 años
HTMLTemplateElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLTemplateElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLTextAreaElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLTextAreaElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace hace 2 años
HTMLTextAreaElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLTimeElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLTimeElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace hace 2 años
HTMLTimeElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLTitleElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLTitleElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLTitleElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLTrackElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLTrackElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLTrackElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLUListElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLUListElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace hace 2 años
HTMLUListElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLUnknownElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLUnknownElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLUnknownElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
HTMLVideoElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLVideoElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
HTMLVideoElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
History.cpp 2f4db60c08 LibWeb: Make factory method of HTML::History fallible hace 2 años
History.h 2f4db60c08 LibWeb: Make factory method of HTML::History fallible hace 2 años
History.idl 2029c98fa7 LibWeb: Add missing property and methods for history object hace 2 años
HistoryHandlingBehavior.h 5a500827b8 LibWeb: Move HistoryHandlingBehavior enum to its own header hace 2 años
ImageData.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate hace 2 años
ImageData.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
ImageData.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
Location.cpp bfe0df5677 LibWeb/HTML: Add missing SecurityError checks to Location hace 2 años
Location.h bfe0df5677 LibWeb/HTML: Add missing SecurityError checks to Location hace 2 años
Location.idl 7d50be0b09 LibWeb/HTML: Port Location to new String hace 2 años
MessageChannel.cpp 471ad7ba01 LibWeb: Make factory method of HTML::MessagePort fallible hace 2 años
MessageChannel.h 3d79cdf095 LibWeb: Make factory method of HTML::MessageChannel fallible hace 2 años
MessageChannel.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
MessageEvent.cpp 7ec444047c LibWeb: Make factory methods of HTML::MessageEvent fallible hace 2 años
MessageEvent.h 7ec444047c LibWeb: Make factory methods of HTML::MessageEvent fallible hace 2 años
MessageEvent.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
MessagePort.cpp 471ad7ba01 LibWeb: Make factory method of HTML::MessagePort fallible hace 2 años
MessagePort.h 471ad7ba01 LibWeb: Make factory method of HTML::MessagePort fallible hace 2 años
MessagePort.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
MimeType.cpp 3a5802540e LibWeb: Follow-up fixes for Linus's comments in #17658 hace 2 años
MimeType.h 3a5802540e LibWeb: Follow-up fixes for Linus's comments in #17658 hace 2 años
MimeType.idl 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} hace 2 años
MimeTypeArray.cpp 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} hace 2 años
MimeTypeArray.h 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} hace 2 años
MimeTypeArray.idl 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} hace 2 años
NavigationParams.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString hace 2 años
Navigator.cpp 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} hace 2 años
Navigator.h 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} hace 2 años
Navigator.idl 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} hace 2 años
NavigatorConcurrentHardware.h 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL hace 2 años
NavigatorConcurrentHardware.idl 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL hace 2 años
NavigatorID.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString hace 2 años
NavigatorID.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString hace 2 años
NavigatorID.idl 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL hace 2 años
NavigatorLanguage.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString hace 2 años
NavigatorLanguage.idl bf2debdf53 LibWeb: Make navigator.languages an attribute instead of a function hace 2 años
NavigatorOnLine.h 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL hace 2 años
NavigatorOnLine.idl 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL hace 2 años
Origin.h 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable hace 2 años
PageTransitionEvent.cpp 97947fdffa LibWeb: Port PageTransitionEvent to new String hace 2 años
PageTransitionEvent.h 97947fdffa LibWeb: Port PageTransitionEvent to new String hace 2 años
PageTransitionEvent.idl 97947fdffa LibWeb: Port PageTransitionEvent to new String hace 2 años
Path2D.cpp a964ebc255 LibWeb: Implement Path2D#addPath hace 2 años
Path2D.h a964ebc255 LibWeb: Implement Path2D#addPath hace 2 años
Path2D.idl a964ebc255 LibWeb: Implement Path2D#addPath hace 2 años
Plugin.cpp 51c3967516 Everywhere: Use '_{short_,}string' literals more hace 2 años
Plugin.h 3a5802540e LibWeb: Follow-up fixes for Linus's comments in #17658 hace 2 años
Plugin.idl 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} hace 2 años
PluginArray.cpp 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} hace 2 años
PluginArray.h 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} hace 2 años
PluginArray.idl 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} hace 2 años
PolicyContainers.h 0ee8da9556 LibWeb: Add referrer policy to PolicyContainer hace 2 años
PromiseRejectionEvent.cpp 3941e64fde LibWeb: Make factory method of HTML::PromiseRejectionEvent fallible hace 2 años
PromiseRejectionEvent.h 3941e64fde LibWeb: Make factory method of HTML::PromiseRejectionEvent fallible hace 2 años
PromiseRejectionEvent.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute hace 2 años
SandboxingFlagSet.h d073a31c21 LibWeb: Add missing includes hace 2 años
SessionHistoryEntry.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString hace 2 años
Storage.cpp 57d28c57f7 LibWeb: Restore Storage as a legacy platform object hace 2 años
Storage.h 57d28c57f7 LibWeb: Restore Storage as a legacy platform object hace 2 años
Storage.idl 47979996e8 LibWeb: Add Storage interface and window.localStorage hace 3 años
StructuredSerialize.cpp 09841f56ed LibWeb: Add initial implementation of structured clone hace 2 años
StructuredSerialize.h 09841f56ed LibWeb: Add initial implementation of structured clone hace 2 años
SubmitEvent.cpp 809206f50e LibWeb: Make factory method of HTML::SubmitEvent fallible hace 2 años
SubmitEvent.h 809206f50e LibWeb: Make factory method of HTML::SubmitEvent fallible hace 2 años
SubmitEvent.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
TagNames.cpp f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString hace 2 años
TagNames.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString hace 2 años
TextMetrics.cpp c5de2c3348 LibWeb: Make factory method of HTML::TextMetrics fallible hace 2 años
TextMetrics.h c5de2c3348 LibWeb: Make factory method of HTML::TextMetrics fallible hace 2 años
TextMetrics.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
Timer.cpp 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr hace 2 años
Timer.h 9567e211e7 LibWeb+WebContent: Add abstraction layer for event loop and timers hace 2 años
VisibilityState.h d4acdac317 LibWeb+WebContent+Browser: Plumb visibility state from GUI to web pages hace 2 años
Window.cpp 97947fdffa LibWeb: Port PageTransitionEvent to new String hace 2 años
Window.h 7b635998a8 LibWeb: Make Window.screen a replaceable attribute hace 2 años
WindowEventHandlers.cpp 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ hace 2 años
WindowEventHandlers.h 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ hace 2 años
WindowOrWorkerGlobalScope.idl b456adcb59 LibWeb: Extract the WindowOrWorkerGlobalScope IDL mixin hace 3 años
WindowProxy.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() hace 2 años
WindowProxy.h 3c548adf9c LibWeb: Create and hook up a WindowProxy for each BrowsingContext hace 2 años
Worker.cpp e905f25911 LibWeb: Port Worker to new String hace 2 años
Worker.h 09d40bfbb2 Everywhere: Use _{short_,}string to create Strings from literals hace 2 años
Worker.idl e905f25911 LibWeb: Port Worker to new String hace 2 años
WorkerDebugConsoleClient.cpp f40094d014 LibWeb+LibJS: Format Console arguments with JS::Print hace 2 años
WorkerDebugConsoleClient.h ae346cff6b LibWeb: Add partially functioning Worker API hace 3 años
WorkerGlobalScope.cpp be727ea871 LibWeb: Port WorkerGlobalScope to new String hace 2 años
WorkerGlobalScope.h be727ea871 LibWeb: Port WorkerGlobalScope to new String hace 2 años
WorkerGlobalScope.idl be727ea871 LibWeb: Port WorkerGlobalScope to new String hace 2 años
WorkerLocation.cpp 9c5bdb0b86 LibWeb: Port WorkerLocation to new String hace 2 años
WorkerLocation.h 9c5bdb0b86 LibWeb: Port WorkerLocation to new String hace 2 años
WorkerLocation.idl 9c5bdb0b86 LibWeb: Port WorkerLocation to new String hace 2 años
WorkerNavigator.cpp 193de231e0 LibWeb: Make factory method of HTML::WorkerNavigator fallible hace 2 años
WorkerNavigator.h 193de231e0 LibWeb: Make factory method of HTML::WorkerNavigator fallible hace 2 años
WorkerNavigator.idl 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL hace 2 años