Aliaksandr Kalenik 6411fea552 LibWeb: Update `focus_chain()` to use navigables vor 1 Jahr
..
Canvas d312fdc2d3 LibWeb: Port CanvasRenderingContext2D from DeprecatedString to String vor 1 Jahr
CrossOrigin 6942bdcfce LibWeb: Update top_level_browsing_context() to use navigables vor 1 Jahr
CustomElements 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String vor 1 Jahr
EventLoop f598a357ad LibWeb: Assign a unique ID to each HTML task vor 1 Jahr
Parser e74031a396 LibWeb: Port Document interface from DeprecatedString to String vor 1 Jahr
Scripting e74031a396 LibWeb: Port Document interface from DeprecatedString to String vor 1 Jahr
SyntaxHighlighter ba4db899d4 LibSyntax+Userland: Make LibSyntax not depend on LibGUI vor 1 Jahr
AbstractBrowsingContext.h 24b3e315a0 LibWeb: Remove unused navigation methods in BrowsingContext vor 1 Jahr
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 2 Jahren
AttributeNames.h 54b5a431a3 LibWeb: Implement element slot-related attributes and settings vor 1 Jahr
AudioTrack.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 2 Jahren
AudioTrack.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
AudioTrack.idl c89fd6dff0 LibWeb: Implement the AudioTrack and AudioTrackList interfaces vor 2 Jahren
AudioTrackList.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
AudioTrackList.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
AudioTrackList.idl c89fd6dff0 LibWeb: Implement the AudioTrack and AudioTrackList interfaces vor 2 Jahren
BrowsingContext.cpp cd75b1de3d LibWeb: Delete discard() in Document and BrowsingContext vor 1 Jahr
BrowsingContext.h cd75b1de3d LibWeb: Delete discard() in Document and BrowsingContext vor 1 Jahr
BrowsingContextGroup.cpp 24f97491bf LibWeb: Delete unused create_a_new_browsing_context_group() vor 1 Jahr
BrowsingContextGroup.h 24f97491bf LibWeb: Delete unused create_a_new_browsing_context_group() vor 1 Jahr
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 2 Jahren
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 2 Jahren
CloseEvent.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 2 Jahren
CloseEvent.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString vor 1 Jahr
DOMParser.cpp e74031a396 LibWeb: Port Document 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 2 Jahren
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 2 Jahren
ErrorEvent.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 2 Jahren
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 2 Jahren
EventNames.h 0c2f758067 LibWeb: Implement the start of the Navigation API vor 1 Jahr
Focus.cpp 6411fea552 LibWeb: Update `focus_chain()` to use navigables 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 2 Jahren
FormDataEvent.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
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 2 Jahren
HTMLAreaElement.idl de07fb5132 LibWeb: Port HTMLAreaElement interface from DeprecatedString to String vor 1 Jahr
HTMLAudioElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
HTMLAudioElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
HTMLAudioElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs vor 2 Jahren
HTMLBRElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
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 2 Jahren
HTMLBodyElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
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 2 Jahren
HTMLDListElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
HTMLDListElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions vor 2 Jahren
HTMLDataElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
HTMLDataElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
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 2 Jahren
HTMLDataListElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
HTMLDataListElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs vor 2 Jahren
HTMLDetailsElement.cpp b1632c58bf LibWeb: Create a shadow tree for details elements with manual slots vor 1 Jahr
HTMLDetailsElement.h b1632c58bf LibWeb: Create a shadow tree for details elements with manual slots 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 2 Jahren
HTMLDirectoryElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
HTMLDirectoryElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions vor 2 Jahren
HTMLDivElement.cpp 8a8cc18cf4 LibWeb: Make StyleValue constructors infallible vor 2 Jahren
HTMLDivElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
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 2 Jahren
HTMLDocument.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 2 Jahren
HTMLDocument.idl 8f927eaa68 LibWeb: Add HTMLDocument class vor 2 Jahren
HTMLElement.cpp e74031a396 LibWeb: Port Document 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 2 Jahren
HTMLEmbedElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
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 2 Jahren
HTMLFieldSetElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
HTMLFieldSetElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs vor 2 Jahren
HTMLFontElement.cpp 8a8cc18cf4 LibWeb: Make StyleValue constructors infallible vor 2 Jahren
HTMLFontElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
HTMLFontElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute vor 1 Jahr
HTMLFormElement.cpp 857537f90c LibWeb: Update HTMLFormElement to use navigables vor 1 Jahr
HTMLFormElement.h 857537f90c LibWeb: Update HTMLFormElement to use navigables 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 2 Jahren
HTMLFrameElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
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 2 Jahren
HTMLFrameSetElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
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 2 Jahren
HTMLHRElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
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 2 Jahren
HTMLHeadElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
HTMLHeadElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs vor 2 Jahren
HTMLHeadingElement.cpp 8a8cc18cf4 LibWeb: Make StyleValue constructors infallible vor 2 Jahren
HTMLHeadingElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
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 2 Jahren
HTMLHtmlElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
HTMLHtmlElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute vor 1 Jahr
HTMLHyperlinkElementUtils.cpp c7a6d418d7 LibWeb: Update HTMLHyperlinkElementUtils to use navigables 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 38034237c5 LibWeb: Update run_iframe_load_event_steps to use navigables 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 6942bdcfce LibWeb: Update top_level_browsing_context() to use navigables 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 2 Jahren
HTMLLIElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
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 2 Jahren
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 2 Jahren
HTMLLegendElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
HTMLLegendElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute vor 1 Jahr
HTMLLinkElement.cpp ee50d9b2b5 LibWeb: Update Page to use navigables 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 2 Jahren
HTMLMapElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
HTMLMapElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute vor 1 Jahr
HTMLMarqueeElement.cpp 8a8cc18cf4 LibWeb: Make StyleValue constructors infallible vor 2 Jahren
HTMLMarqueeElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
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 2 Jahren
HTMLMenuElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
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 2 Jahren
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 2 Jahren
HTMLMeterElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
HTMLMeterElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs vor 2 Jahren
HTMLModElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
HTMLModElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
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 2 Jahren
HTMLOListElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
HTMLOListElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute vor 1 Jahr
HTMLObjectElement.cpp 623d1a78da LibWeb: Update HTMLObjectElement to use navigables 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 2 Jahren
HTMLOptGroupElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
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 2 Jahren
HTMLOptionsCollection.idl ff9856a214 LibWeb: Implement HTMLOptionsCollection.add() vor 3 Jahren
HTMLOutputElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
HTMLOutputElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
HTMLOutputElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs vor 2 Jahren
HTMLParagraphElement.cpp 8a8cc18cf4 LibWeb: Make StyleValue constructors infallible vor 2 Jahren
HTMLParagraphElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
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 2 Jahren
HTMLParamElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
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 2 Jahren
HTMLPictureElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
HTMLPictureElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs vor 2 Jahren
HTMLPreElement.cpp 8a8cc18cf4 LibWeb: Make StyleValue constructors infallible vor 2 Jahren
HTMLPreElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
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 2 Jahren
HTMLProgressElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs vor 2 Jahren
HTMLQuoteElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
HTMLQuoteElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
HTMLQuoteElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute vor 1 Jahr
HTMLScriptElement.cpp e74031a396 LibWeb: Port Document interface from DeprecatedString to String 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 29bb0f0ae6 LibWeb: Stub out an "open" state on `<select>` elements vor 1 Jahr
HTMLSelectElement.h 29bb0f0ae6 LibWeb: Stub out an "open" state on `<select>` elements vor 1 Jahr
HTMLSelectElement.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString vor 1 Jahr
HTMLSlotElement.cpp 683ce8e615 LibWeb: Implement (most of) the assigned slot/slottable lookup APIs vor 1 Jahr
HTMLSlotElement.h e9da74ebe0 LibWeb: Implement manual slottable assignment vor 1 Jahr
HTMLSlotElement.idl e9da74ebe0 LibWeb: Implement manual slottable assignment vor 1 Jahr
HTMLSourceElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
HTMLSourceElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
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 2 Jahren
HTMLSpanElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
HTMLSpanElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs vor 2 Jahren
HTMLStyleElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
HTMLStyleElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
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 2 Jahren
HTMLSummaryElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
HTMLTableCaptionElement.cpp 8a8cc18cf4 LibWeb: Make StyleValue constructors infallible vor 2 Jahren
HTMLTableCaptionElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
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 2 Jahren
HTMLTableColElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
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 2 Jahren
HTMLTemplateElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
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 2 Jahren
HTMLTimeElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
HTMLTimeElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute vor 1 Jahr
HTMLTitleElement.cpp ee50d9b2b5 LibWeb: Update Page to use navigables vor 1 Jahr
HTMLTitleElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
HTMLTitleElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs vor 2 Jahren
HTMLTrackElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
HTMLTrackElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
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 2 Jahren
HTMLUListElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
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 2 Jahren
HTMLUnknownElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
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 2 Jahren
HTMLVideoElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
HTMLVideoElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute vor 1 Jahr
History.cpp 1e54026269 LibWeb: Update `History::go()` to use navigables 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 2 Jahren
ImageData.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
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 2 Jahren
ImageRequest.h 934afcb9d5 LibWeb: Make HTML::SharedImageRequest GC allocated vor 2 Jahren
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 d45f2a4952 LibWeb: Update `Location::replace()` to use navigables vor 1 Jahr
Location.h d45f2a4952 LibWeb: Update `Location::replace()` to use navigables 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 2 Jahren
MediaError.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
MediaError.idl 73a80b7047 LibWeb: Implement the MediaError IDL interface vor 2 Jahren
MessageChannel.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 2 Jahren
MessageChannel.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
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 2 Jahren
MessageEvent.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 2 Jahren
MessageEvent.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString vor 1 Jahr
MessagePort.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 2 Jahren
MessagePort.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 2 Jahren
MessagePort.idl 129ab02470 LibWeb/HTML: Port Window.structuredClone() to IDL vor 2 Jahren
MimeType.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
MimeType.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
MimeType.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString vor 1 Jahr
MimeTypeArray.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
MimeTypeArray.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
MimeTypeArray.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString vor 1 Jahr
Navigable.cpp 9b16e5373d LibWeb: Process session history queue after initial iframe navigation vor 1 Jahr
Navigable.h 3634749d98 LibWeb: Update `Window::open_impl()` to use navigables vor 1 Jahr
NavigableContainer.cpp 9b16e5373d LibWeb: Process session history queue after initial iframe navigation vor 1 Jahr
NavigableContainer.h 912cf89727 LibWeb: Update HTMLIFrameElement to use navigables vor 1 Jahr
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 2 Jahren
Navigator.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 2 Jahren
Navigator.idl 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} vor 2 Jahren
NavigatorConcurrentHardware.h 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL vor 2 Jahren
NavigatorConcurrentHardware.idl 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL vor 2 Jahren
NavigatorID.cpp 1653c5ea41 LibWeb: Use current platform for navigator.platform vor 2 Jahren
NavigatorID.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString vor 2 Jahren
NavigatorID.idl 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL vor 2 Jahren
NavigatorLanguage.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString vor 2 Jahren
NavigatorLanguage.idl bf2debdf53 LibWeb: Make navigator.languages an attribute instead of a function vor 2 Jahren
NavigatorOnLine.h 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL vor 2 Jahren
NavigatorOnLine.idl 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL vor 2 Jahren
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 2 Jahren
PageTransitionEvent.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 2 Jahren
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 2 Jahren
Plugin.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
Plugin.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString vor 1 Jahr
PluginArray.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
PluginArray.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
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 2 Jahren
PromiseRejectionEvent.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 2 Jahren
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 24b3e315a0 LibWeb: Remove unused navigation methods in BrowsingContext vor 1 Jahr
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 ce9af96f78 LibWeb: Use document from DocumentState in navigation vor 1 Jahr
SessionHistoryTraversalQueue.h 9b16e5373d LibWeb: Process session history queue after initial iframe navigation 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 2 Jahren
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 5ae9b2fdaf LibWeb: Add {de}serialization steps for TypedArrayBuffers and DataViews vor 1 Jahr
StructuredSerialize.h bddf3fbf2d LibWeb: Make StructuredSerialize/Deserialize friendlier to recursion vor 1 Jahr
SubmitEvent.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 2 Jahren
SubmitEvent.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 2 Jahren
SubmitEvent.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString vor 1 Jahr
TagNames.cpp 25eee91811 AK: Make "foo"_fly_string infallible vor 2 Jahren
TagNames.h 25eee91811 AK: Make "foo"_fly_string infallible vor 2 Jahren
TextMetrics.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 2 Jahren
TextMetrics.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 2 Jahren
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 2 Jahren
TimeRanges.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
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
ToggleEvent.cpp 153ae93f9c LibWeb: Implement ToggleEvent for HTMLDetailsElement vor 1 Jahr
ToggleEvent.h 153ae93f9c LibWeb: Implement ToggleEvent for HTMLDetailsElement vor 1 Jahr
ToggleEvent.idl 153ae93f9c LibWeb: Implement ToggleEvent for HTMLDetailsElement vor 1 Jahr
ToggleTaskTracker.h 8bb5652835 LibWeb: Implement HTMLDetailsElement's open attribute closer to the spec vor 1 Jahr
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 2 Jahren
TrackEvent.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 2 Jahren
TrackEvent.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString vor 1 Jahr
TraversableNavigable.cpp 7daa462ef8 LibWeb: Remove BrowsingContext::create_a_new_top_level_browsing_context vor 1 Jahr
TraversableNavigable.h 9b16e5373d LibWeb: Process session history queue after initial iframe navigation vor 1 Jahr
VideoTrack.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 2 Jahren
VideoTrack.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
VideoTrack.idl 3f1badf9b2 LibWeb: Implement VideoTrack and VideoTrackList vor 2 Jahren
VideoTrackList.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
VideoTrackList.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
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 0e0936e1ce LibWeb: Update `Window::frame_element()` to use navigables vor 1 Jahr
Window.h 6665f0db43 LibWeb: Delete unused `document_tree_child_browsing_context_count()` 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 56f0b10d14 LibWeb: Fix setTimeout() when there's no active script vor 1 Jahr
WindowOrWorkerGlobalScope.h 56f0b10d14 LibWeb: Fix setTimeout() when there's no active script vor 1 Jahr
WindowOrWorkerGlobalScope.idl 0aa4466ce9 LibWeb: Port {set,clear}{Timeout,Interval} to IDL vor 2 Jahren
WindowProxy.cpp 605d24ef7d LibWeb: Update WindowProxy::internal_own_property_keys() for navigables 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 2 Jahren
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 2 Jahren
WorkerGlobalScope.h 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
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 2 Jahren
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 2 Jahren
WorkerNavigator.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 2 Jahren
WorkerNavigator.idl 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL vor 2 Jahren