Shannon Booth c3e6077cfc LibWeb: Make Document::{visibility,read}_state return a StringView vor 1 Jahr
..
Canvas d312fdc2d3 LibWeb: Port CanvasRenderingContext2D from DeprecatedString to String vor 1 Jahr
CrossOrigin 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String vor 1 Jahr
CustomElements 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String vor 1 Jahr
EventLoop 766cd852d3 LibWeb: Move the unique task source start to be last in `Task::Source` vor 1 Jahr
Parser 49eb3bfb1d LibWeb: Make Document::run_the_document_write_steps take a StringView vor 1 Jahr
Scripting 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String vor 1 Jahr
SyntaxHighlighter ba4db899d4 LibSyntax+Userland: Make LibSyntax not depend on LibGUI vor 1 Jahr
AbstractBrowsingContext.h 9f691b7fe4 LibWeb: Convert navigationId from DeprecatedString to String vor 2 Jahren
ActivateTab.h e6fc35897f WebContent+Everywhere: Add an option to not activate new tabs over IPC vor 2 Jahren
AnimatedBitmapDecodedImageData.cpp 34c5043cbe LibWeb: Use `CSSPixelFraction` to represent aspect ratios vor 1 Jahr
AnimatedBitmapDecodedImageData.h 34c5043cbe LibWeb: Use `CSSPixelFraction` to represent aspect ratios vor 1 Jahr
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 25eee91811 AK: Make "foo"_fly_string infallible vor 1 Jahr
AttributeNames.h 25eee91811 AK: Make "foo"_fly_string infallible vor 1 Jahr
AudioTrack.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 1 Jahr
AudioTrack.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
AudioTrack.idl c89fd6dff0 LibWeb: Implement the AudioTrack and AudioTrackList interfaces vor 2 Jahren
AudioTrackList.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
AudioTrackList.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
AudioTrackList.idl c89fd6dff0 LibWeb: Implement the AudioTrack and AudioTrackList interfaces vor 2 Jahren
BrowsingContext.cpp c3e6077cfc LibWeb: Make Document::{visibility,read}_state return a StringView vor 1 Jahr
BrowsingContext.h 5f0fb84379 LibWeb: Stub out determine_the_creation_sandboxing_flags vor 1 Jahr
BrowsingContextGroup.cpp 3c89286467 LibWeb: Implement creation of fresh top-level traversables vor 2 Jahren
BrowsingContextGroup.h 3c89286467 LibWeb: Implement creation of fresh top-level traversables vor 2 Jahren
CORSSettingAttribute.cpp 9701128145 LibWeb: Implement the CORS settings attribute credentials mode AO vor 2 Jahren
CORSSettingAttribute.h 9701128145 LibWeb: Implement the CORS settings attribute credentials mode AO vor 2 Jahren
CanvasGradient.cpp 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String vor 1 Jahr
CanvasGradient.h c4f12feadc LibWeb: Port CanvasGradient interface from DeprecatedString to String vor 1 Jahr
CanvasGradient.idl c4f12feadc LibWeb: Port CanvasGradient interface from DeprecatedString to String vor 1 Jahr
CanvasPattern.cpp 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String vor 1 Jahr
CanvasPattern.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
CanvasPattern.idl f74e2da875 LibWeb: Implement CanvasRenderingContext2D.createPattern() vor 2 Jahren
CanvasRenderingContext2D.cpp d312fdc2d3 LibWeb: Port CanvasRenderingContext2D from DeprecatedString to String vor 1 Jahr
CanvasRenderingContext2D.h d312fdc2d3 LibWeb: Port CanvasRenderingContext2D from DeprecatedString to String vor 1 Jahr
CanvasRenderingContext2D.idl d312fdc2d3 LibWeb: Port CanvasRenderingContext2D from DeprecatedString to String vor 1 Jahr
CloseEvent.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 1 Jahr
CloseEvent.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 1 Jahr
CloseEvent.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString vor 1 Jahr
DOMParser.cpp 8531d11fab LibWeb: Port DOMParser interface from DeprecatedString to String vor 1 Jahr
DOMParser.h 8531d11fab LibWeb: Port DOMParser interface from DeprecatedString to String vor 1 Jahr
DOMParser.idl 8531d11fab LibWeb: Port DOMParser interface from DeprecatedString to String vor 1 Jahr
DOMStringMap.cpp 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String vor 1 Jahr
DOMStringMap.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 1 Jahr
DOMStringMap.idl f6b24a72ee LibWeb: Add support for HTMLOrSVGElement.dataset vor 3 Jahren
DecodedImageData.cpp 4ee1e5b224 LibWeb: Make DecodedImageData an abstract class vor 2 Jahren
DecodedImageData.h 34c5043cbe LibWeb: Use `CSSPixelFraction` to represent aspect ratios vor 1 Jahr
DocumentReadyState.h 8496024756 LibWeb: Store HTML document ready state as an enum vor 3 Jahren
DocumentState.cpp 51d64bdaec LibWeb: Add NestedHistory in DocumentState vor 2 Jahren
DocumentState.h 0c85a7cebc LibWeb: Add DocumentState about base url member vor 1 Jahr
ErrorEvent.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 1 Jahr
ErrorEvent.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 1 Jahr
ErrorEvent.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString vor 1 Jahr
EventHandler.cpp 82eeee2008 LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects vor 2 Jahren
EventHandler.h 82eeee2008 LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects vor 2 Jahren
EventNames.cpp 25eee91811 AK: Make "foo"_fly_string infallible vor 1 Jahr
EventNames.h 0c2f758067 LibWeb: Implement the start of the Navigation API vor 1 Jahr
Focus.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 1 Jahr
Focus.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString vor 2 Jahren
FormAssociatedElement.cpp 0f6782fae6 LibWeb: Rename Element::attribute to Element::deprecated_attribute vor 1 Jahr
FormAssociatedElement.h c9c1ddd0bb LibWeb: Fix up constructing the form entry list vor 2 Jahren
FormControlInfrastructure.cpp 7206f1777a LibWeb: Port HTMLOptionElement interface from DeprecatedString to String vor 1 Jahr
FormControlInfrastructure.h c9c1ddd0bb LibWeb: Fix up constructing the form entry list vor 2 Jahren
FormDataEvent.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 1 Jahr
FormDataEvent.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
FormDataEvent.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString vor 1 Jahr
GlobalEventHandlers.cpp 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ vor 2 Jahren
GlobalEventHandlers.h d7ff360969 LibWeb: Correct casing of webkitTransitionEnd and webkitAnimation* vor 2 Jahren
HTMLAnchorElement.cpp e5910a4593 LibWeb: Port HTMLAnchorElement interface from DeprecatedString to String vor 1 Jahr
HTMLAnchorElement.h e5910a4593 LibWeb: Port HTMLAnchorElement interface from DeprecatedString to String vor 1 Jahr
HTMLAnchorElement.idl e5910a4593 LibWeb: Port HTMLAnchorElement interface from DeprecatedString to String vor 1 Jahr
HTMLAreaElement.cpp 0f6782fae6 LibWeb: Rename Element::attribute to Element::deprecated_attribute vor 1 Jahr
HTMLAreaElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLAreaElement.idl de07fb5132 LibWeb: Port HTMLAreaElement interface from DeprecatedString to String vor 1 Jahr
HTMLAudioElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLAudioElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLAudioElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs vor 2 Jahren
HTMLBRElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLBRElement.h d54cd23615 LibWeb: Never blockify HTML <br> elements vor 1 Jahr
HTMLBRElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute vor 1 Jahr
HTMLBaseElement.cpp c405ba6b08 LibWeb: Port HTMLBaseElement interface from DeprecatedString to String vor 1 Jahr
HTMLBaseElement.h c405ba6b08 LibWeb: Port HTMLBaseElement interface from DeprecatedString to String vor 1 Jahr
HTMLBaseElement.idl c405ba6b08 LibWeb: Port HTMLBaseElement interface from DeprecatedString to String vor 1 Jahr
HTMLBlinkElement.cpp 70db40c9b0 LibWeb: Don't include Layout/Node.h from DOM/Element.h vor 2 Jahren
HTMLBlinkElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro vor 2 Jahren
HTMLBodyElement.cpp 8a8cc18cf4 LibWeb: Make StyleValue constructors infallible vor 1 Jahr
HTMLBodyElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLBodyElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute vor 1 Jahr
HTMLButtonElement.cpp 57d8b0ec73 LibWeb: Port HTMLButtonElement interface from DeprecatedString to String vor 1 Jahr
HTMLButtonElement.h 63939445b1 LibWeb: Use fit-content width if button's computed width is "auto" vor 1 Jahr
HTMLButtonElement.idl 57d8b0ec73 LibWeb: Port HTMLButtonElement interface from DeprecatedString to String vor 1 Jahr
HTMLCanvasElement.cpp 76af9d434c LibWeb: Port HTMLCanvasElement interface from DeprecatedString to String vor 1 Jahr
HTMLCanvasElement.h 76af9d434c LibWeb: Port HTMLCanvasElement interface from DeprecatedString to String vor 1 Jahr
HTMLCanvasElement.idl 76af9d434c LibWeb: Port HTMLCanvasElement interface from DeprecatedString to String vor 1 Jahr
HTMLDListElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLDListElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLDListElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions vor 2 Jahren
HTMLDataElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLDataElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLDataElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute vor 1 Jahr
HTMLDataListElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLDataListElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLDataListElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs vor 2 Jahren
HTMLDetailsElement.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 1 Jahr
HTMLDetailsElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLDetailsElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions vor 2 Jahren
HTMLDialogElement.cpp e2dcd97c88 LibWeb: Stub out HTMLDialogElement APIs vor 1 Jahr
HTMLDialogElement.h e2dcd97c88 LibWeb: Stub out HTMLDialogElement APIs vor 1 Jahr
HTMLDialogElement.idl e2dcd97c88 LibWeb: Stub out HTMLDialogElement APIs vor 1 Jahr
HTMLDirectoryElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLDirectoryElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLDirectoryElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions vor 2 Jahren
HTMLDivElement.cpp 8a8cc18cf4 LibWeb: Make StyleValue constructors infallible vor 1 Jahr
HTMLDivElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLDivElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute vor 1 Jahr
HTMLDocument.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 1 Jahr
HTMLDocument.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 1 Jahr
HTMLDocument.idl 8f927eaa68 LibWeb: Add HTMLDocument class vor 2 Jahren
HTMLElement.cpp 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String vor 1 Jahr
HTMLElement.h 2c69f273a0 LibWeb: Port HTMLElement interface from DeprecatedString to String vor 1 Jahr
HTMLElement.idl 2c69f273a0 LibWeb: Port HTMLElement interface from DeprecatedString to String vor 1 Jahr
HTMLEmbedElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLEmbedElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLEmbedElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute vor 1 Jahr
HTMLFieldSetElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLFieldSetElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLFieldSetElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs vor 2 Jahren
HTMLFontElement.cpp 8a8cc18cf4 LibWeb: Make StyleValue constructors infallible vor 1 Jahr
HTMLFontElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLFontElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute vor 1 Jahr
HTMLFormElement.cpp 2a732e6ddd LibWeb: Port HTMLFormElement interface from DeprecatedString to String vor 1 Jahr
HTMLFormElement.h 2a732e6ddd LibWeb: Port HTMLFormElement interface from DeprecatedString to String vor 1 Jahr
HTMLFormElement.idl 2a732e6ddd LibWeb: Port HTMLFormElement interface from DeprecatedString to String vor 1 Jahr
HTMLFrameElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLFrameElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLFrameElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute vor 1 Jahr
HTMLFrameSetElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLFrameSetElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLFrameSetElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute vor 1 Jahr
HTMLHRElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLHRElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLHRElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute vor 1 Jahr
HTMLHeadElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLHeadElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLHeadElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs vor 2 Jahren
HTMLHeadingElement.cpp 8a8cc18cf4 LibWeb: Make StyleValue constructors infallible vor 1 Jahr
HTMLHeadingElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLHeadingElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute vor 1 Jahr
HTMLHtmlElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLHtmlElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLHtmlElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute vor 1 Jahr
HTMLHyperlinkElementUtils.cpp de07fb5132 LibWeb: Port HTMLAreaElement interface from DeprecatedString to String vor 1 Jahr
HTMLHyperlinkElementUtils.h de07fb5132 LibWeb: Port HTMLAreaElement interface from DeprecatedString to String vor 1 Jahr
HTMLHyperlinkElementUtils.idl 8d2d315858 LibWeb: Extract the HTMLHyperlinkElementUtils IDL mixin vor 3 Jahren
HTMLIFrameElement.cpp d8cfe79a20 LibWeb: Call process_the_iframe_attributes if iframe attribute changed vor 1 Jahr
HTMLIFrameElement.h d8cfe79a20 LibWeb: Call process_the_iframe_attributes if iframe attribute changed vor 1 Jahr
HTMLIFrameElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute vor 1 Jahr
HTMLImageElement.cpp 0f6782fae6 LibWeb: Rename Element::attribute to Element::deprecated_attribute vor 1 Jahr
HTMLImageElement.h 0f6782fae6 LibWeb: Rename Element::attribute to Element::deprecated_attribute vor 1 Jahr
HTMLImageElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute vor 1 Jahr
HTMLInputElement.cpp 4897643ffb LibWeb: Allow non-HTMLInputElements to have did_edit_text_node() called vor 1 Jahr
HTMLInputElement.h 4897643ffb LibWeb: Allow non-HTMLInputElements to have did_edit_text_node() called vor 1 Jahr
HTMLInputElement.idl 938356da98 LibWeb: Port HTMLInputElement interface from DeprecatedString to String vor 1 Jahr
HTMLLIElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLLIElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLLIElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute vor 1 Jahr
HTMLLabelElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLLabelElement.h 0f6782fae6 LibWeb: Rename Element::attribute to Element::deprecated_attribute vor 1 Jahr
HTMLLabelElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute vor 1 Jahr
HTMLLegendElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLLegendElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLLegendElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute vor 1 Jahr
HTMLLinkElement.cpp 0f6782fae6 LibWeb: Rename Element::attribute to Element::deprecated_attribute vor 1 Jahr
HTMLLinkElement.h 0f6782fae6 LibWeb: Rename Element::attribute to Element::deprecated_attribute vor 1 Jahr
HTMLLinkElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute vor 1 Jahr
HTMLMapElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLMapElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLMapElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute vor 1 Jahr
HTMLMarqueeElement.cpp 8a8cc18cf4 LibWeb: Make StyleValue constructors infallible vor 1 Jahr
HTMLMarqueeElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLMarqueeElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute vor 1 Jahr
HTMLMediaElement.cpp 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String vor 1 Jahr
HTMLMediaElement.h 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String vor 1 Jahr
HTMLMediaElement.idl f4bc1602e2 LibWeb: Port HTMLMediaElement interface from DeprecatedString to String vor 1 Jahr
HTMLMenuElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLMenuElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLMenuElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions vor 2 Jahren
HTMLMetaElement.cpp 0f6782fae6 LibWeb: Rename Element::attribute to Element::deprecated_attribute vor 1 Jahr
HTMLMetaElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLMetaElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute vor 1 Jahr
HTMLMeterElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLMeterElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLMeterElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs vor 2 Jahren
HTMLModElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLModElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLModElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute vor 1 Jahr
HTMLOListElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLOListElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLOListElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute vor 1 Jahr
HTMLObjectElement.cpp 63aa93aaf4 LibWeb: Port HTMLObjectElement interface from DeprecatedString to String vor 1 Jahr
HTMLObjectElement.h 63aa93aaf4 LibWeb: Port HTMLObjectElement interface from DeprecatedString to String vor 1 Jahr
HTMLObjectElement.idl 63aa93aaf4 LibWeb: Port HTMLObjectElement interface from DeprecatedString to String vor 1 Jahr
HTMLOptGroupElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLOptGroupElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLOptGroupElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute vor 1 Jahr
HTMLOptionElement.cpp 7206f1777a LibWeb: Port HTMLOptionElement interface from DeprecatedString to String vor 1 Jahr
HTMLOptionElement.h 7206f1777a LibWeb: Port HTMLOptionElement interface from DeprecatedString to String vor 1 Jahr
HTMLOptionElement.idl 7206f1777a LibWeb: Port HTMLOptionElement interface from DeprecatedString to String vor 1 Jahr
HTMLOptionsCollection.cpp 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String vor 1 Jahr
HTMLOptionsCollection.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 1 Jahr
HTMLOptionsCollection.idl ff9856a214 LibWeb: Implement HTMLOptionsCollection.add() vor 3 Jahren
HTMLOutputElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLOutputElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLOutputElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs vor 2 Jahren
HTMLParagraphElement.cpp 8a8cc18cf4 LibWeb: Make StyleValue constructors infallible vor 1 Jahr
HTMLParagraphElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLParagraphElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute vor 1 Jahr
HTMLParamElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLParamElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLParamElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute vor 1 Jahr
HTMLPictureElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLPictureElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLPictureElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs vor 2 Jahren
HTMLPreElement.cpp 8a8cc18cf4 LibWeb: Make StyleValue constructors infallible vor 1 Jahr
HTMLPreElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLPreElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions vor 2 Jahren
HTMLProgressElement.cpp 0f6782fae6 LibWeb: Rename Element::attribute to Element::deprecated_attribute vor 1 Jahr
HTMLProgressElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLProgressElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs vor 2 Jahren
HTMLQuoteElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLQuoteElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLQuoteElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute vor 1 Jahr
HTMLScriptElement.cpp 0f6782fae6 LibWeb: Rename Element::attribute to Element::deprecated_attribute vor 1 Jahr
HTMLScriptElement.h 2ab7129595 LibWeb: Port HTMLScriptElement interface from DeprecatedString to String vor 1 Jahr
HTMLScriptElement.idl 2ab7129595 LibWeb: Port HTMLScriptElement interface from DeprecatedString to String vor 1 Jahr
HTMLSelectElement.cpp 0f6782fae6 LibWeb: Rename Element::attribute to Element::deprecated_attribute vor 1 Jahr
HTMLSelectElement.h d706f9f241 LibWeb: Port HTMLSelectElement from DeprecatedString to String vor 1 Jahr
HTMLSelectElement.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString vor 1 Jahr
HTMLSlotElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLSlotElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLSlotElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute vor 1 Jahr
HTMLSourceElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLSourceElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLSourceElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute vor 1 Jahr
HTMLSpanElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLSpanElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLSpanElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs vor 2 Jahren
HTMLStyleElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLStyleElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLStyleElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute vor 1 Jahr
HTMLSummaryElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLSummaryElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLTableCaptionElement.cpp 8a8cc18cf4 LibWeb: Make StyleValue constructors infallible vor 1 Jahr
HTMLTableCaptionElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLTableCaptionElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute vor 1 Jahr
HTMLTableCellElement.cpp 0f6782fae6 LibWeb: Rename Element::attribute to Element::deprecated_attribute vor 1 Jahr
HTMLTableCellElement.h 354d2ccc3c LibWeb: Support fast_is<T>() for table, table sections, rows and cells vor 1 Jahr
HTMLTableCellElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute vor 1 Jahr
HTMLTableColElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLTableColElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLTableColElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute vor 1 Jahr
HTMLTableElement.cpp 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String vor 1 Jahr
HTMLTableElement.h b13fe9397d LibWeb: Support border attribute on the table element vor 1 Jahr
HTMLTableElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute vor 1 Jahr
HTMLTableRowElement.cpp 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String vor 1 Jahr
HTMLTableRowElement.h 354d2ccc3c LibWeb: Support fast_is<T>() for table, table sections, rows and cells vor 1 Jahr
HTMLTableRowElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute vor 1 Jahr
HTMLTableSectionElement.cpp 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String vor 1 Jahr
HTMLTableSectionElement.h 354d2ccc3c LibWeb: Support fast_is<T>() for table, table sections, rows and cells vor 1 Jahr
HTMLTableSectionElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute vor 1 Jahr
HTMLTemplateElement.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 1 Jahr
HTMLTemplateElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLTemplateElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs vor 2 Jahren
HTMLTextAreaElement.cpp b1a569c1c5 LibWeb: Stop crashing when textarea element is modified before insertion vor 1 Jahr
HTMLTextAreaElement.h 9e227dfc16 LibWeb: Flesh out HTMLTextAreaElement vor 1 Jahr
HTMLTextAreaElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute vor 1 Jahr
HTMLTimeElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLTimeElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLTimeElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute vor 1 Jahr
HTMLTitleElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLTitleElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLTitleElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs vor 2 Jahren
HTMLTrackElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLTrackElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLTrackElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute vor 1 Jahr
HTMLUListElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLUListElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLUListElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute vor 1 Jahr
HTMLUnknownElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLUnknownElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLUnknownElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs vor 2 Jahren
HTMLVideoElement.cpp bdd3a16b16 LibWeb: Make `Fetch::Infrastructure::Body` be GC allocated vor 1 Jahr
HTMLVideoElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
HTMLVideoElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute vor 1 Jahr
History.cpp 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String vor 1 Jahr
History.h 72f54eca26 LibWeb: Port History interface from DeprecatedString to String vor 1 Jahr
History.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString vor 1 Jahr
HistoryHandlingBehavior.h 4d8edf65b5 LibWeb: Add HistoryHandlingBehavior::Push vor 2 Jahren
ImageData.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 1 Jahr
ImageData.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
ImageData.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing vor 2 Jahren
ImageRequest.cpp 934afcb9d5 LibWeb: Make HTML::SharedImageRequest GC allocated vor 1 Jahr
ImageRequest.h 934afcb9d5 LibWeb: Make HTML::SharedImageRequest GC allocated vor 1 Jahr
ListOfAvailableImages.cpp 9281bf7a01 LibWeb: Add class to represent "list of available images" from HTML spec vor 2 Jahren
ListOfAvailableImages.h 9281bf7a01 LibWeb: Add class to represent "list of available images" from HTML spec vor 2 Jahren
Location.cpp 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String vor 1 Jahr
Location.h 43da0701fc LibWeb: Implement `navigate()` for Location object vor 1 Jahr
Location.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString vor 1 Jahr
MediaError.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
MediaError.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
MediaError.idl 73a80b7047 LibWeb: Implement the MediaError IDL interface vor 2 Jahren
MessageChannel.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 1 Jahr
MessageChannel.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
MessageChannel.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing vor 2 Jahren
MessageEvent.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 1 Jahr
MessageEvent.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 1 Jahr
MessageEvent.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString vor 1 Jahr
MessagePort.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 1 Jahr
MessagePort.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 1 Jahr
MessagePort.idl 129ab02470 LibWeb/HTML: Port Window.structuredClone() to IDL vor 2 Jahren
MimeType.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
MimeType.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
MimeType.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString vor 1 Jahr
MimeTypeArray.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
MimeTypeArray.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
MimeTypeArray.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString vor 1 Jahr
Navigable.cpp 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String vor 1 Jahr
Navigable.h 6cfe19e5be LibWeb: Update Navigable::navigate() to the current state of the spec vor 1 Jahr
NavigableContainer.cpp 0f6782fae6 LibWeb: Rename Element::attribute to Element::deprecated_attribute vor 1 Jahr
NavigableContainer.h 41f9dcd89b LibWeb: Implement "create a new child navigable" and supporting code vor 2 Jahren
NavigateEvent.cpp 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String vor 1 Jahr
NavigateEvent.h 268fd93352 LibWeb: Use correct dictionary semantics for NavigateEvent vor 1 Jahr
NavigateEvent.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString vor 1 Jahr
Navigation.cpp 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String vor 1 Jahr
Navigation.h cf1f14f58c LibWeb: Make to_history_handling_behavior conversion helper public vor 1 Jahr
Navigation.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString vor 1 Jahr
NavigationCurrentEntryChangeEvent.cpp 51c2835044 LibWeb: Add NavigationCurrentEntryChangeEvent, fired when navigating vor 1 Jahr
NavigationCurrentEntryChangeEvent.h 51c2835044 LibWeb: Add NavigationCurrentEntryChangeEvent, fired when navigating vor 1 Jahr
NavigationCurrentEntryChangeEvent.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString vor 1 Jahr
NavigationDestination.cpp 4989375191 LibWeb: Add NavigationDestination, used for NavigateEvents vor 1 Jahr
NavigationDestination.h 4989375191 LibWeb: Add NavigationDestination, used for NavigateEvents vor 1 Jahr
NavigationDestination.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString vor 1 Jahr
NavigationHistoryEntry.cpp 8e03f8cb4a LibWeb: Use window.navigation in NavigationHistoryEntry::index vor 1 Jahr
NavigationHistoryEntry.h 3c1d4eab24 LibWeb: Add NavigationHistoryEntry, a wrapper around SessionHistoryEntry vor 1 Jahr
NavigationHistoryEntry.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString vor 1 Jahr
NavigationParams.h d97b09693e LibWeb: Convert SandboxingFlagSet into a enum class vor 1 Jahr
NavigationTransition.cpp 3dd3b2019d LibWeb: Add NavigationTransition, a transient property of Navigation vor 1 Jahr
NavigationTransition.h 3dd3b2019d LibWeb: Add NavigationTransition, a transient property of Navigation vor 1 Jahr
NavigationTransition.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString vor 1 Jahr
NavigationType.h daa9c4a650 LibWeb: Add NavigationType to prep for Navigation API platform objects vor 1 Jahr
NavigationType.idl daa9c4a650 LibWeb: Add NavigationType to prep for Navigation API platform objects vor 1 Jahr
Navigator.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 1 Jahr
Navigator.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 1 Jahr
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 1653c5ea41 LibWeb: Use current platform for navigator.platform vor 1 Jahr
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
Numbers.cpp 9812031a02 LibWeb: Implement spec-compliant integer parsing vor 1 Jahr
Numbers.h 9812031a02 LibWeb: Implement spec-compliant integer parsing vor 1 Jahr
Origin.h 8751be09f9 AK: Serialize URL hosts with 'concept-host-serializer' vor 2 Jahren
POSTResource.h bccc687175 LibWeb: Add request_body property in HTML::POSTResource vor 2 Jahren
PageTransitionEvent.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 1 Jahr
PageTransitionEvent.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 1 Jahr
PageTransitionEvent.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString vor 1 Jahr
Path2D.cpp 826374d04b LibWeb: Port Path2D interface from DeprecatedString to String vor 1 Jahr
Path2D.h 826374d04b LibWeb: Port Path2D interface from DeprecatedString to String vor 1 Jahr
Path2D.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString vor 1 Jahr
Plugin.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
Plugin.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
Plugin.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString vor 1 Jahr
PluginArray.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
PluginArray.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
PluginArray.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString vor 1 Jahr
PolicyContainers.h 0ee8da9556 LibWeb: Add referrer policy to PolicyContainer vor 2 Jahren
PotentialCORSRequest.cpp f7176463b5 LibWeb: Implement 'create a potential-CORS request' algorithm vor 2 Jahren
PotentialCORSRequest.h f7176463b5 LibWeb: Implement 'create a potential-CORS request' algorithm vor 2 Jahren
PromiseRejectionEvent.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 1 Jahr
PromiseRejectionEvent.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 1 Jahr
PromiseRejectionEvent.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString vor 1 Jahr
RemoteBrowsingContext.cpp c911781c21 Everywhere: Remove needless trailing semi-colons after functions vor 2 Jahren
RemoteBrowsingContext.h c911781c21 Everywhere: Remove needless trailing semi-colons after functions vor 2 Jahren
SandboxingFlagSet.h d97b09693e LibWeb: Convert SandboxingFlagSet into a enum class vor 1 Jahr
ScrollOptions.h e43027091d LibWeb: Don't include HTML/Window.h from DOM/Element.h vor 2 Jahren
SessionHistoryEntry.cpp 6856634ebc LibWeb: Add fields to SessionHistoryEntry required by Navigation API vor 1 Jahr
SessionHistoryEntry.h 6856634ebc LibWeb: Add fields to SessionHistoryEntry required by Navigation API vor 1 Jahr
SessionHistoryTraversalQueue.h 08788072c1 LibWeb: Add SessionHistoryTraversalQueue vor 1 Jahr
SharedImageRequest.cpp 2a86bd8c91 LibWeb: Fire the fail callback on SharedImageRequest when they fail vor 1 Jahr
SharedImageRequest.h 934afcb9d5 LibWeb: Make HTML::SharedImageRequest GC allocated vor 1 Jahr
SourceSet.cpp 0103940cee LibWeb: Resolve viewport-relative <img sizes> values vor 1 Jahr
SourceSet.h 95097e47a7 LibWeb: Allow calc() values in image `sizes` attribute vor 2 Jahren
SourceSnapshotParams.h d97b09693e LibWeb: Convert SandboxingFlagSet into a enum class vor 1 Jahr
Storage.cpp 901220c588 LibWeb: Port Storage interface from DeprecatedString to String vor 1 Jahr
Storage.h 901220c588 LibWeb: Port Storage interface from DeprecatedString to String vor 1 Jahr
Storage.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString vor 1 Jahr
StructuredSerialize.cpp 642802d339 LibWeb: Add {de}serialization steps for ArrayBuffers vor 1 Jahr
StructuredSerialize.h f3cf7496a1 LibWeb: Add spec steps to StructuredSerialize vor 1 Jahr
SubmitEvent.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 1 Jahr
SubmitEvent.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 1 Jahr
SubmitEvent.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString vor 1 Jahr
TagNames.cpp 25eee91811 AK: Make "foo"_fly_string infallible vor 1 Jahr
TagNames.h 25eee91811 AK: Make "foo"_fly_string infallible vor 1 Jahr
TextMetrics.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 1 Jahr
TextMetrics.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 1 Jahr
TextMetrics.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing vor 2 Jahren
TimeRanges.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
TimeRanges.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
TimeRanges.idl 680a9f748e LibWeb: Stub out the HTML TimeRanges IDL interface 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
TokenizedFeatures.h 2a410f8985 LibWeb: Change "popup"-related storage types to named enums vor 2 Jahren
TrackEvent.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 1 Jahr
TrackEvent.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 1 Jahr
TrackEvent.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString vor 1 Jahr
TraversableNavigable.cpp 03eae09619 LibWeb: Implement snapshotting source snapshot params per the spec vor 1 Jahr
TraversableNavigable.h 0ed67fc0ce LibWeb: Add virtual to check if a Navigable is a top level traversable vor 1 Jahr
VideoTrack.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 1 Jahr
VideoTrack.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
VideoTrack.idl 3f1badf9b2 LibWeb: Implement VideoTrack and VideoTrackList vor 2 Jahren
VideoTrackList.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
VideoTrackList.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
VideoTrackList.idl 3f1badf9b2 LibWeb: Implement VideoTrack and VideoTrackList vor 2 Jahren
VisibilityState.h d4acdac317 LibWeb+WebContent+Browser: Plumb visibility state from GUI to web pages vor 2 Jahren
Window.cpp 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String vor 1 Jahr
Window.h 7f043e3083 LibWeb: Add window.navigation property vor 1 Jahr
Window.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString vor 1 Jahr
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 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String vor 1 Jahr
WindowOrWorkerGlobalScope.h af2886449a LibWeb: Implement PerformanceObserver vor 1 Jahr
WindowOrWorkerGlobalScope.idl 0aa4466ce9 LibWeb: Port {set,clear}{Timeout,Interval} to IDL vor 2 Jahren
WindowProxy.cpp 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String vor 1 Jahr
WindowProxy.h 52cd671163 LibJS: Make Object::internal_get() reveal the used property offset vor 2 Jahren
WindowSessionStorage.idl a31c561a5a LibWeb/HTML: Port Window.sessionStorage to IDL vor 2 Jahren
Worker.cpp 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String vor 1 Jahr
Worker.h 2eaa528a0e LibJS: Rip out the AST interpreter :^) vor 1 Jahr
Worker.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString vor 1 Jahr
WorkerDebugConsoleClient.cpp 573cbb5ca0 LibJS+LibWeb+WebContent: Stop using ThrowableStringBuilder vor 1 Jahr
WorkerDebugConsoleClient.h ae346cff6b LibWeb: Add partially functioning Worker API vor 3 Jahren
WorkerGlobalScope.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 1 Jahr
WorkerGlobalScope.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
WorkerGlobalScope.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString vor 1 Jahr
WorkerLocation.cpp 9d60f23abc AK: Port URL::m_fragment from DeprecatedString to String vor 1 Jahr
WorkerLocation.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr vor 2 Jahren
WorkerLocation.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString vor 1 Jahr
WorkerNavigator.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 1 Jahr
WorkerNavigator.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 1 Jahr
WorkerNavigator.idl 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL vor 2 Jahren