Andreas Kling 38cb15ff49 LibWeb: Move system visibility state to TraversableNavigable 1 vuosi sitten
..
Canvas 9b4ddff6a9 LibWeb: Replace FontStyleValue with ShorthandStyleValue 1 vuosi sitten
CrossOrigin 6942bdcfce LibWeb: Update top_level_browsing_context() to use navigables 1 vuosi sitten
CustomElements 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String 1 vuosi sitten
EventLoop f598a357ad LibWeb: Assign a unique ID to each HTML task 1 vuosi sitten
Parser b603e860af LibWeb: Port CharacterData from DeprecatedString to String 1 vuosi sitten
Scripting e74031a396 LibWeb: Port Document interface from DeprecatedString to String 1 vuosi sitten
SyntaxHighlighter ba4db899d4 LibSyntax+Userland: Make LibSyntax not depend on LibGUI 1 vuosi sitten
AbstractBrowsingContext.h 24b3e315a0 LibWeb: Remove unused navigation methods in BrowsingContext 1 vuosi sitten
ActivateTab.h e6fc35897f WebContent+Everywhere: Add an option to not activate new tabs over IPC 2 vuotta sitten
AnimatedBitmapDecodedImageData.cpp 34c5043cbe LibWeb: Use `CSSPixelFraction` to represent aspect ratios 1 vuosi sitten
AnimatedBitmapDecodedImageData.h 34c5043cbe LibWeb: Use `CSSPixelFraction` to represent aspect ratios 1 vuosi sitten
AnimationFrameCallbackDriver.h bab883bf8e LibJS+LibWeb: Add a bunch of missing includes 2 vuotta sitten
AnimationFrameProvider.idl a2fb3a1653 LibWeb/HTML: Port Window.cancelAnimationFrame() to IDL 2 vuotta sitten
AttributeNames.cpp 25eee91811 AK: Make "foo"_fly_string infallible 2 vuotta sitten
AttributeNames.h 54b5a431a3 LibWeb: Implement element slot-related attributes and settings 1 vuosi sitten
AudioTrack.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 vuotta sitten
AudioTrack.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
AudioTrack.idl c89fd6dff0 LibWeb: Implement the AudioTrack and AudioTrackList interfaces 2 vuotta sitten
AudioTrackList.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
AudioTrackList.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
AudioTrackList.idl c89fd6dff0 LibWeb: Implement the AudioTrack and AudioTrackList interfaces 2 vuotta sitten
BrowsingContext.cpp 38cb15ff49 LibWeb: Move system visibility state to TraversableNavigable 1 vuosi sitten
BrowsingContext.h 38cb15ff49 LibWeb: Move system visibility state to TraversableNavigable 1 vuosi sitten
BrowsingContextGroup.cpp 51caa14381 LibWeb: Remove FrameLoader 1 vuosi sitten
BrowsingContextGroup.h 24f97491bf LibWeb: Delete unused create_a_new_browsing_context_group() 1 vuosi sitten
CORSSettingAttribute.cpp 9701128145 LibWeb: Implement the CORS settings attribute credentials mode AO 2 vuotta sitten
CORSSettingAttribute.h 9701128145 LibWeb: Implement the CORS settings attribute credentials mode AO 2 vuotta sitten
CanvasGradient.cpp 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String 1 vuosi sitten
CanvasGradient.h c4f12feadc LibWeb: Port CanvasGradient interface from DeprecatedString to String 1 vuosi sitten
CanvasGradient.idl c4f12feadc LibWeb: Port CanvasGradient interface from DeprecatedString to String 1 vuosi sitten
CanvasPattern.cpp 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String 1 vuosi sitten
CanvasPattern.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
CanvasPattern.idl f74e2da875 LibWeb: Implement CanvasRenderingContext2D.createPattern() 2 vuotta sitten
CanvasRenderingContext2D.cpp d312fdc2d3 LibWeb: Port CanvasRenderingContext2D from DeprecatedString to String 1 vuosi sitten
CanvasRenderingContext2D.h d312fdc2d3 LibWeb: Port CanvasRenderingContext2D from DeprecatedString to String 1 vuosi sitten
CanvasRenderingContext2D.idl d312fdc2d3 LibWeb: Port CanvasRenderingContext2D from DeprecatedString to String 1 vuosi sitten
CloseEvent.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 vuotta sitten
CloseEvent.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 vuotta sitten
CloseEvent.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 vuosi sitten
DOMParser.cpp e74031a396 LibWeb: Port Document interface from DeprecatedString to String 1 vuosi sitten
DOMParser.h 8531d11fab LibWeb: Port DOMParser interface from DeprecatedString to String 1 vuosi sitten
DOMParser.idl 8531d11fab LibWeb: Port DOMParser interface from DeprecatedString to String 1 vuosi sitten
DOMStringMap.cpp 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String 1 vuosi sitten
DOMStringMap.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 vuotta sitten
DOMStringMap.idl f6b24a72ee LibWeb: Add support for HTMLOrSVGElement.dataset 3 vuotta sitten
DecodedImageData.cpp 4ee1e5b224 LibWeb: Make DecodedImageData an abstract class 2 vuotta sitten
DecodedImageData.h 34c5043cbe LibWeb: Use `CSSPixelFraction` to represent aspect ratios 1 vuosi sitten
DocumentReadyState.h 8496024756 LibWeb: Store HTML document ready state as an enum 3 vuotta sitten
DocumentState.cpp 51d64bdaec LibWeb: Add NestedHistory in DocumentState 2 vuotta sitten
DocumentState.h 0c85a7cebc LibWeb: Add DocumentState about base url member 1 vuosi sitten
ErrorEvent.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 vuotta sitten
ErrorEvent.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 vuotta sitten
ErrorEvent.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 vuosi sitten
EventHandler.cpp 82eeee2008 LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects 2 vuotta sitten
EventHandler.h 82eeee2008 LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects 2 vuotta sitten
EventNames.cpp 25eee91811 AK: Make "foo"_fly_string infallible 2 vuotta sitten
EventNames.h 47616210b6 LibWeb: Add HTML::EventNames::loadend 1 vuosi sitten
Focus.cpp 38cb15ff49 LibWeb: Move system visibility state to TraversableNavigable 1 vuosi sitten
Focus.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 vuotta sitten
FormAssociatedElement.cpp 0f6782fae6 LibWeb: Rename Element::attribute to Element::deprecated_attribute 1 vuosi sitten
FormAssociatedElement.h c9c1ddd0bb LibWeb: Fix up constructing the form entry list 2 vuotta sitten
FormControlInfrastructure.cpp 7206f1777a LibWeb: Port HTMLOptionElement interface from DeprecatedString to String 1 vuosi sitten
FormControlInfrastructure.h c9c1ddd0bb LibWeb: Fix up constructing the form entry list 2 vuotta sitten
FormDataEvent.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 vuotta sitten
FormDataEvent.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
FormDataEvent.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 vuosi sitten
GlobalEventHandlers.cpp 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ 2 vuotta sitten
GlobalEventHandlers.h d7ff360969 LibWeb: Correct casing of webkitTransitionEnd and webkitAnimation* 2 vuotta sitten
HTMLAnchorElement.cpp 8ce9e51c97 LibWeb: Port Node interface from DeprecatedString to String 1 vuosi sitten
HTMLAnchorElement.h e5910a4593 LibWeb: Port HTMLAnchorElement interface from DeprecatedString to String 1 vuosi sitten
HTMLAnchorElement.idl e5910a4593 LibWeb: Port HTMLAnchorElement interface from DeprecatedString to String 1 vuosi sitten
HTMLAreaElement.cpp 0f6782fae6 LibWeb: Rename Element::attribute to Element::deprecated_attribute 1 vuosi sitten
HTMLAreaElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLAreaElement.idl de07fb5132 LibWeb: Port HTMLAreaElement interface from DeprecatedString to String 1 vuosi sitten
HTMLAudioElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLAudioElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLAudioElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs 2 vuotta sitten
HTMLBRElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLBRElement.h d54cd23615 LibWeb: Never blockify HTML <br> elements 1 vuosi sitten
HTMLBRElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 vuosi sitten
HTMLBaseElement.cpp c405ba6b08 LibWeb: Port HTMLBaseElement interface from DeprecatedString to String 1 vuosi sitten
HTMLBaseElement.h c405ba6b08 LibWeb: Port HTMLBaseElement interface from DeprecatedString to String 1 vuosi sitten
HTMLBaseElement.idl c405ba6b08 LibWeb: Port HTMLBaseElement interface from DeprecatedString to String 1 vuosi sitten
HTMLBodyElement.cpp 8a8cc18cf4 LibWeb: Make StyleValue constructors infallible 1 vuosi sitten
HTMLBodyElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLBodyElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 vuosi sitten
HTMLButtonElement.cpp 57d8b0ec73 LibWeb: Port HTMLButtonElement interface from DeprecatedString to String 1 vuosi sitten
HTMLButtonElement.h 63939445b1 LibWeb: Use fit-content width if button's computed width is "auto" 1 vuosi sitten
HTMLButtonElement.idl 57d8b0ec73 LibWeb: Port HTMLButtonElement interface from DeprecatedString to String 1 vuosi sitten
HTMLCanvasElement.cpp 76af9d434c LibWeb: Port HTMLCanvasElement interface from DeprecatedString to String 1 vuosi sitten
HTMLCanvasElement.h 76af9d434c LibWeb: Port HTMLCanvasElement interface from DeprecatedString to String 1 vuosi sitten
HTMLCanvasElement.idl 76af9d434c LibWeb: Port HTMLCanvasElement interface from DeprecatedString to String 1 vuosi sitten
HTMLDListElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLDListElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLDListElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 vuotta sitten
HTMLDataElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLDataElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLDataElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 vuosi sitten
HTMLDataListElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLDataListElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLDataListElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs 2 vuotta sitten
HTMLDetailsElement.cpp b1632c58bf LibWeb: Create a shadow tree for details elements with manual slots 1 vuosi sitten
HTMLDetailsElement.h b1632c58bf LibWeb: Create a shadow tree for details elements with manual slots 1 vuosi sitten
HTMLDetailsElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 vuotta sitten
HTMLDialogElement.cpp e2dcd97c88 LibWeb: Stub out HTMLDialogElement APIs 1 vuosi sitten
HTMLDialogElement.h e2dcd97c88 LibWeb: Stub out HTMLDialogElement APIs 1 vuosi sitten
HTMLDialogElement.idl e2dcd97c88 LibWeb: Stub out HTMLDialogElement APIs 1 vuosi sitten
HTMLDirectoryElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLDirectoryElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLDirectoryElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 vuotta sitten
HTMLDivElement.cpp 8a8cc18cf4 LibWeb: Make StyleValue constructors infallible 1 vuosi sitten
HTMLDivElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLDivElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 vuosi sitten
HTMLDocument.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 vuotta sitten
HTMLDocument.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 vuotta sitten
HTMLDocument.idl 8f927eaa68 LibWeb: Add HTMLDocument class 2 vuotta sitten
HTMLElement.cpp 8ce9e51c97 LibWeb: Port Node interface from DeprecatedString to String 1 vuosi sitten
HTMLElement.h 2c69f273a0 LibWeb: Port HTMLElement interface from DeprecatedString to String 1 vuosi sitten
HTMLElement.idl 2c69f273a0 LibWeb: Port HTMLElement interface from DeprecatedString to String 1 vuosi sitten
HTMLEmbedElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLEmbedElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLEmbedElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 vuosi sitten
HTMLFieldSetElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLFieldSetElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLFieldSetElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs 2 vuotta sitten
HTMLFontElement.cpp 8a8cc18cf4 LibWeb: Make StyleValue constructors infallible 1 vuosi sitten
HTMLFontElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLFontElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 vuosi sitten
HTMLFormElement.cpp 857537f90c LibWeb: Update HTMLFormElement to use navigables 1 vuosi sitten
HTMLFormElement.h 857537f90c LibWeb: Update HTMLFormElement to use navigables 1 vuosi sitten
HTMLFormElement.idl 2a732e6ddd LibWeb: Port HTMLFormElement interface from DeprecatedString to String 1 vuosi sitten
HTMLFrameElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLFrameElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLFrameElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 vuosi sitten
HTMLFrameSetElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLFrameSetElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLFrameSetElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 vuosi sitten
HTMLHRElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLHRElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLHRElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 vuosi sitten
HTMLHeadElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLHeadElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLHeadElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs 2 vuotta sitten
HTMLHeadingElement.cpp 8a8cc18cf4 LibWeb: Make StyleValue constructors infallible 1 vuosi sitten
HTMLHeadingElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLHeadingElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 vuosi sitten
HTMLHtmlElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLHtmlElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLHtmlElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 vuosi sitten
HTMLHyperlinkElementUtils.cpp 51caa14381 LibWeb: Remove FrameLoader 1 vuosi sitten
HTMLHyperlinkElementUtils.h de07fb5132 LibWeb: Port HTMLAreaElement interface from DeprecatedString to String 1 vuosi sitten
HTMLHyperlinkElementUtils.idl 8d2d315858 LibWeb: Extract the HTMLHyperlinkElementUtils IDL mixin 3 vuotta sitten
HTMLIFrameElement.cpp 38034237c5 LibWeb: Update run_iframe_load_event_steps to use navigables 1 vuosi sitten
HTMLIFrameElement.h d8cfe79a20 LibWeb: Call process_the_iframe_attributes if iframe attribute changed 1 vuosi sitten
HTMLIFrameElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 vuosi sitten
HTMLImageElement.cpp 0f6782fae6 LibWeb: Rename Element::attribute to Element::deprecated_attribute 1 vuosi sitten
HTMLImageElement.h 0f6782fae6 LibWeb: Rename Element::attribute to Element::deprecated_attribute 1 vuosi sitten
HTMLImageElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 vuosi sitten
HTMLInputElement.cpp 51caa14381 LibWeb: Remove FrameLoader 1 vuosi sitten
HTMLInputElement.h 4897643ffb LibWeb: Allow non-HTMLInputElements to have did_edit_text_node() called 1 vuosi sitten
HTMLInputElement.idl 938356da98 LibWeb: Port HTMLInputElement interface from DeprecatedString to String 1 vuosi sitten
HTMLLIElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLLIElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLLIElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 vuosi sitten
HTMLLabelElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLLabelElement.h 0f6782fae6 LibWeb: Rename Element::attribute to Element::deprecated_attribute 1 vuosi sitten
HTMLLabelElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 vuosi sitten
HTMLLegendElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLLegendElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLLegendElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 vuosi sitten
HTMLLinkElement.cpp ee50d9b2b5 LibWeb: Update Page to use navigables 1 vuosi sitten
HTMLLinkElement.h 0f6782fae6 LibWeb: Rename Element::attribute to Element::deprecated_attribute 1 vuosi sitten
HTMLLinkElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 vuosi sitten
HTMLMapElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLMapElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLMapElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 vuosi sitten
HTMLMarqueeElement.cpp 8a8cc18cf4 LibWeb: Make StyleValue constructors infallible 1 vuosi sitten
HTMLMarqueeElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLMarqueeElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 vuosi sitten
HTMLMediaElement.cpp 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String 1 vuosi sitten
HTMLMediaElement.h 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String 1 vuosi sitten
HTMLMediaElement.idl f4bc1602e2 LibWeb: Port HTMLMediaElement interface from DeprecatedString to String 1 vuosi sitten
HTMLMenuElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLMenuElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLMenuElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 vuotta sitten
HTMLMetaElement.cpp 0f6782fae6 LibWeb: Rename Element::attribute to Element::deprecated_attribute 1 vuosi sitten
HTMLMetaElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLMetaElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 vuosi sitten
HTMLMeterElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLMeterElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLMeterElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs 2 vuotta sitten
HTMLModElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLModElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLModElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 vuosi sitten
HTMLOListElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLOListElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLOListElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 vuosi sitten
HTMLObjectElement.cpp 623d1a78da LibWeb: Update HTMLObjectElement to use navigables 1 vuosi sitten
HTMLObjectElement.h 63aa93aaf4 LibWeb: Port HTMLObjectElement interface from DeprecatedString to String 1 vuosi sitten
HTMLObjectElement.idl 63aa93aaf4 LibWeb: Port HTMLObjectElement interface from DeprecatedString to String 1 vuosi sitten
HTMLOptGroupElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLOptGroupElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLOptGroupElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 vuosi sitten
HTMLOptionElement.cpp 7206f1777a LibWeb: Port HTMLOptionElement interface from DeprecatedString to String 1 vuosi sitten
HTMLOptionElement.h 7206f1777a LibWeb: Port HTMLOptionElement interface from DeprecatedString to String 1 vuosi sitten
HTMLOptionElement.idl 7206f1777a LibWeb: Port HTMLOptionElement interface from DeprecatedString to String 1 vuosi sitten
HTMLOptionsCollection.cpp 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String 1 vuosi sitten
HTMLOptionsCollection.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 vuotta sitten
HTMLOptionsCollection.idl ff9856a214 LibWeb: Implement HTMLOptionsCollection.add() 3 vuotta sitten
HTMLOutputElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLOutputElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLOutputElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs 2 vuotta sitten
HTMLParagraphElement.cpp 8a8cc18cf4 LibWeb: Make StyleValue constructors infallible 1 vuosi sitten
HTMLParagraphElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLParagraphElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 vuosi sitten
HTMLParamElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLParamElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLParamElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 vuosi sitten
HTMLPictureElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLPictureElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLPictureElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs 2 vuotta sitten
HTMLPreElement.cpp 8a8cc18cf4 LibWeb: Make StyleValue constructors infallible 1 vuosi sitten
HTMLPreElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLPreElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 vuotta sitten
HTMLProgressElement.cpp 0f6782fae6 LibWeb: Rename Element::attribute to Element::deprecated_attribute 1 vuosi sitten
HTMLProgressElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLProgressElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs 2 vuotta sitten
HTMLQuoteElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLQuoteElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLQuoteElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 vuosi sitten
HTMLScriptElement.cpp e74031a396 LibWeb: Port Document interface from DeprecatedString to String 1 vuosi sitten
HTMLScriptElement.h 2ab7129595 LibWeb: Port HTMLScriptElement interface from DeprecatedString to String 1 vuosi sitten
HTMLScriptElement.idl 2ab7129595 LibWeb: Port HTMLScriptElement interface from DeprecatedString to String 1 vuosi sitten
HTMLSelectElement.cpp 29bb0f0ae6 LibWeb: Stub out an "open" state on `<select>` elements 1 vuosi sitten
HTMLSelectElement.h 29bb0f0ae6 LibWeb: Stub out an "open" state on `<select>` elements 1 vuosi sitten
HTMLSelectElement.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 vuosi sitten
HTMLSlotElement.cpp 683ce8e615 LibWeb: Implement (most of) the assigned slot/slottable lookup APIs 1 vuosi sitten
HTMLSlotElement.h e9da74ebe0 LibWeb: Implement manual slottable assignment 1 vuosi sitten
HTMLSlotElement.idl e9da74ebe0 LibWeb: Implement manual slottable assignment 1 vuosi sitten
HTMLSourceElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLSourceElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLSourceElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 vuosi sitten
HTMLSpanElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLSpanElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLSpanElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs 2 vuotta sitten
HTMLStyleElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLStyleElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLStyleElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 vuosi sitten
HTMLSummaryElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLSummaryElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLTableCaptionElement.cpp 8a8cc18cf4 LibWeb: Make StyleValue constructors infallible 1 vuosi sitten
HTMLTableCaptionElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLTableCaptionElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 vuosi sitten
HTMLTableCellElement.cpp 0f6782fae6 LibWeb: Rename Element::attribute to Element::deprecated_attribute 1 vuosi sitten
HTMLTableCellElement.h 354d2ccc3c LibWeb: Support fast_is<T>() for table, table sections, rows and cells 1 vuosi sitten
HTMLTableCellElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 vuosi sitten
HTMLTableColElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLTableColElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLTableColElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 vuosi sitten
HTMLTableElement.cpp 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String 1 vuosi sitten
HTMLTableElement.h b13fe9397d LibWeb: Support border attribute on the table element 1 vuosi sitten
HTMLTableElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 vuosi sitten
HTMLTableRowElement.cpp 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String 1 vuosi sitten
HTMLTableRowElement.h 354d2ccc3c LibWeb: Support fast_is<T>() for table, table sections, rows and cells 1 vuosi sitten
HTMLTableRowElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 vuosi sitten
HTMLTableSectionElement.cpp 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String 1 vuosi sitten
HTMLTableSectionElement.h 354d2ccc3c LibWeb: Support fast_is<T>() for table, table sections, rows and cells 1 vuosi sitten
HTMLTableSectionElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 vuosi sitten
HTMLTemplateElement.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 vuotta sitten
HTMLTemplateElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLTemplateElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs 2 vuotta sitten
HTMLTextAreaElement.cpp 8ce9e51c97 LibWeb: Port Node interface from DeprecatedString to String 1 vuosi sitten
HTMLTextAreaElement.h 9e227dfc16 LibWeb: Flesh out HTMLTextAreaElement 1 vuosi sitten
HTMLTextAreaElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 vuosi sitten
HTMLTimeElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLTimeElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLTimeElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 vuosi sitten
HTMLTitleElement.cpp ee50d9b2b5 LibWeb: Update Page to use navigables 1 vuosi sitten
HTMLTitleElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLTitleElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs 2 vuotta sitten
HTMLTrackElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLTrackElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLTrackElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 vuosi sitten
HTMLUListElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLUListElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLUListElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 vuosi sitten
HTMLUnknownElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLUnknownElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLUnknownElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs 2 vuotta sitten
HTMLVideoElement.cpp bdd3a16b16 LibWeb: Make `Fetch::Infrastructure::Body` be GC allocated 1 vuosi sitten
HTMLVideoElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
HTMLVideoElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 vuosi sitten
History.cpp 1e54026269 LibWeb: Update `History::go()` to use navigables 1 vuosi sitten
History.h 72f54eca26 LibWeb: Port History interface from DeprecatedString to String 1 vuosi sitten
History.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 vuosi sitten
HistoryHandlingBehavior.h 4d8edf65b5 LibWeb: Add HistoryHandlingBehavior::Push 2 vuotta sitten
ImageData.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 vuotta sitten
ImageData.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
ImageData.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 vuotta sitten
ImageRequest.cpp 934afcb9d5 LibWeb: Make HTML::SharedImageRequest GC allocated 1 vuosi sitten
ImageRequest.h 934afcb9d5 LibWeb: Make HTML::SharedImageRequest GC allocated 1 vuosi sitten
ListOfAvailableImages.cpp 9281bf7a01 LibWeb: Add class to represent "list of available images" from HTML spec 2 vuotta sitten
ListOfAvailableImages.h 9281bf7a01 LibWeb: Add class to represent "list of available images" from HTML spec 2 vuotta sitten
Location.cpp d45f2a4952 LibWeb: Update `Location::replace()` to use navigables 1 vuosi sitten
Location.h d45f2a4952 LibWeb: Update `Location::replace()` to use navigables 1 vuosi sitten
Location.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 vuosi sitten
MediaError.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
MediaError.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
MediaError.idl 73a80b7047 LibWeb: Implement the MediaError IDL interface 2 vuotta sitten
MessageChannel.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 vuotta sitten
MessageChannel.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
MessageChannel.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 vuotta sitten
MessageEvent.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 vuotta sitten
MessageEvent.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 vuotta sitten
MessageEvent.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 vuosi sitten
MessagePort.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 vuotta sitten
MessagePort.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 vuotta sitten
MessagePort.idl 129ab02470 LibWeb/HTML: Port Window.structuredClone() to IDL 2 vuotta sitten
MimeType.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
MimeType.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
MimeType.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 vuosi sitten
MimeTypeArray.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
MimeTypeArray.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
MimeTypeArray.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 vuosi sitten
Navigable.cpp 51caa14381 LibWeb: Remove FrameLoader 1 vuosi sitten
Navigable.h 3634749d98 LibWeb: Update `Window::open_impl()` to use navigables 1 vuosi sitten
NavigableContainer.cpp 9b16e5373d LibWeb: Process session history queue after initial iframe navigation 1 vuosi sitten
NavigableContainer.h 912cf89727 LibWeb: Update HTMLIFrameElement to use navigables 1 vuosi sitten
NavigateEvent.cpp 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String 1 vuosi sitten
NavigateEvent.h 268fd93352 LibWeb: Use correct dictionary semantics for NavigateEvent 1 vuosi sitten
NavigateEvent.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 vuosi sitten
Navigation.cpp 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String 1 vuosi sitten
Navigation.h cf1f14f58c LibWeb: Make to_history_handling_behavior conversion helper public 1 vuosi sitten
Navigation.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 vuosi sitten
NavigationCurrentEntryChangeEvent.cpp 51c2835044 LibWeb: Add NavigationCurrentEntryChangeEvent, fired when navigating 1 vuosi sitten
NavigationCurrentEntryChangeEvent.h 51c2835044 LibWeb: Add NavigationCurrentEntryChangeEvent, fired when navigating 1 vuosi sitten
NavigationCurrentEntryChangeEvent.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 vuosi sitten
NavigationDestination.cpp 4989375191 LibWeb: Add NavigationDestination, used for NavigateEvents 1 vuosi sitten
NavigationDestination.h 4989375191 LibWeb: Add NavigationDestination, used for NavigateEvents 1 vuosi sitten
NavigationDestination.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 vuosi sitten
NavigationHistoryEntry.cpp 8e03f8cb4a LibWeb: Use window.navigation in NavigationHistoryEntry::index 1 vuosi sitten
NavigationHistoryEntry.h 3c1d4eab24 LibWeb: Add NavigationHistoryEntry, a wrapper around SessionHistoryEntry 1 vuosi sitten
NavigationHistoryEntry.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 vuosi sitten
NavigationParams.h d97b09693e LibWeb: Convert SandboxingFlagSet into a enum class 1 vuosi sitten
NavigationTransition.cpp 3dd3b2019d LibWeb: Add NavigationTransition, a transient property of Navigation 1 vuosi sitten
NavigationTransition.h 3dd3b2019d LibWeb: Add NavigationTransition, a transient property of Navigation 1 vuosi sitten
NavigationTransition.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 vuosi sitten
NavigationType.h daa9c4a650 LibWeb: Add NavigationType to prep for Navigation API platform objects 1 vuosi sitten
NavigationType.idl daa9c4a650 LibWeb: Add NavigationType to prep for Navigation API platform objects 1 vuosi sitten
Navigator.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 vuotta sitten
Navigator.h 9939b028c6 LibWeb: Add basic Navigator send beacon support 1 vuosi sitten
Navigator.idl 9939b028c6 LibWeb: Add basic Navigator send beacon support 1 vuosi sitten
NavigatorBeacon.cpp 9939b028c6 LibWeb: Add basic Navigator send beacon support 1 vuosi sitten
NavigatorBeacon.h 9939b028c6 LibWeb: Add basic Navigator send beacon support 1 vuosi sitten
NavigatorBeacon.idl 9939b028c6 LibWeb: Add basic Navigator send beacon support 1 vuosi sitten
NavigatorConcurrentHardware.h 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL 2 vuotta sitten
NavigatorConcurrentHardware.idl 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL 2 vuotta sitten
NavigatorID.cpp 1653c5ea41 LibWeb: Use current platform for navigator.platform 2 vuotta sitten
NavigatorID.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 vuotta sitten
NavigatorID.idl 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL 2 vuotta sitten
NavigatorLanguage.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 vuotta sitten
NavigatorLanguage.idl bf2debdf53 LibWeb: Make navigator.languages an attribute instead of a function 2 vuotta sitten
NavigatorOnLine.h 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL 2 vuotta sitten
NavigatorOnLine.idl 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL 2 vuotta sitten
Numbers.cpp 9812031a02 LibWeb: Implement spec-compliant integer parsing 1 vuosi sitten
Numbers.h 9812031a02 LibWeb: Implement spec-compliant integer parsing 1 vuosi sitten
Origin.h 8751be09f9 AK: Serialize URL hosts with 'concept-host-serializer' 2 vuotta sitten
POSTResource.h bccc687175 LibWeb: Add request_body property in HTML::POSTResource 2 vuotta sitten
PageTransitionEvent.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 vuotta sitten
PageTransitionEvent.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 vuotta sitten
PageTransitionEvent.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 vuosi sitten
Path2D.cpp 826374d04b LibWeb: Port Path2D interface from DeprecatedString to String 1 vuosi sitten
Path2D.h 826374d04b LibWeb: Port Path2D interface from DeprecatedString to String 1 vuosi sitten
Path2D.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 vuosi sitten
Plugin.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
Plugin.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
Plugin.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 vuosi sitten
PluginArray.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
PluginArray.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
PluginArray.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 vuosi sitten
PolicyContainers.h 0ee8da9556 LibWeb: Add referrer policy to PolicyContainer 2 vuotta sitten
PotentialCORSRequest.cpp f7176463b5 LibWeb: Implement 'create a potential-CORS request' algorithm 2 vuotta sitten
PotentialCORSRequest.h f7176463b5 LibWeb: Implement 'create a potential-CORS request' algorithm 2 vuotta sitten
PromiseRejectionEvent.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 vuotta sitten
PromiseRejectionEvent.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 vuotta sitten
PromiseRejectionEvent.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 vuosi sitten
RemoteBrowsingContext.cpp c911781c21 Everywhere: Remove needless trailing semi-colons after functions 2 vuotta sitten
RemoteBrowsingContext.h 24b3e315a0 LibWeb: Remove unused navigation methods in BrowsingContext 1 vuosi sitten
SandboxingFlagSet.h d97b09693e LibWeb: Convert SandboxingFlagSet into a enum class 1 vuosi sitten
ScrollOptions.h e43027091d LibWeb: Don't include HTML/Window.h from DOM/Element.h 2 vuotta sitten
SessionHistoryEntry.cpp 6856634ebc LibWeb: Add fields to SessionHistoryEntry required by Navigation API 1 vuosi sitten
SessionHistoryEntry.h ce9af96f78 LibWeb: Use document from DocumentState in navigation 1 vuosi sitten
SessionHistoryTraversalQueue.h 9b16e5373d LibWeb: Process session history queue after initial iframe navigation 1 vuosi sitten
SharedImageRequest.cpp 2a86bd8c91 LibWeb: Fire the fail callback on SharedImageRequest when they fail 1 vuosi sitten
SharedImageRequest.h 934afcb9d5 LibWeb: Make HTML::SharedImageRequest GC allocated 1 vuosi sitten
SourceSet.cpp 0103940cee LibWeb: Resolve viewport-relative <img sizes> values 1 vuosi sitten
SourceSet.h 95097e47a7 LibWeb: Allow calc() values in image `sizes` attribute 2 vuotta sitten
SourceSnapshotParams.h d97b09693e LibWeb: Convert SandboxingFlagSet into a enum class 1 vuosi sitten
Storage.cpp 901220c588 LibWeb: Port Storage interface from DeprecatedString to String 1 vuosi sitten
Storage.h 901220c588 LibWeb: Port Storage interface from DeprecatedString to String 1 vuosi sitten
Storage.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 vuosi sitten
StructuredSerialize.cpp 9267e24741 LibJS+LibWeb: Track SharedArrayBuffers' shared state 1 vuosi sitten
StructuredSerialize.h bddf3fbf2d LibWeb: Make StructuredSerialize/Deserialize friendlier to recursion 1 vuosi sitten
SubmitEvent.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 vuotta sitten
SubmitEvent.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 vuotta sitten
SubmitEvent.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 vuosi sitten
TagNames.cpp 25eee91811 AK: Make "foo"_fly_string infallible 2 vuotta sitten
TagNames.h 25eee91811 AK: Make "foo"_fly_string infallible 2 vuotta sitten
TextMetrics.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 vuotta sitten
TextMetrics.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 vuotta sitten
TextMetrics.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 vuotta sitten
TimeRanges.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
TimeRanges.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
TimeRanges.idl 680a9f748e LibWeb: Stub out the HTML TimeRanges IDL interface 2 vuotta sitten
Timer.cpp b579093ad0 LibWeb: Change HTML::Timer to store its owning window as a JS::Object 2 vuotta sitten
Timer.h b579093ad0 LibWeb: Change HTML::Timer to store its owning window as a JS::Object 2 vuotta sitten
ToggleEvent.cpp 153ae93f9c LibWeb: Implement ToggleEvent for HTMLDetailsElement 1 vuosi sitten
ToggleEvent.h 153ae93f9c LibWeb: Implement ToggleEvent for HTMLDetailsElement 1 vuosi sitten
ToggleEvent.idl 153ae93f9c LibWeb: Implement ToggleEvent for HTMLDetailsElement 1 vuosi sitten
ToggleTaskTracker.h 8bb5652835 LibWeb: Implement HTMLDetailsElement's open attribute closer to the spec 1 vuosi sitten
TokenizedFeatures.h 2a410f8985 LibWeb: Change "popup"-related storage types to named enums 2 vuotta sitten
TrackEvent.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 vuotta sitten
TrackEvent.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 vuotta sitten
TrackEvent.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 vuosi sitten
TraversableNavigable.cpp 38cb15ff49 LibWeb: Move system visibility state to TraversableNavigable 1 vuosi sitten
TraversableNavigable.h 38cb15ff49 LibWeb: Move system visibility state to TraversableNavigable 1 vuosi sitten
VideoTrack.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 vuotta sitten
VideoTrack.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
VideoTrack.idl 3f1badf9b2 LibWeb: Implement VideoTrack and VideoTrackList 2 vuotta sitten
VideoTrackList.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
VideoTrackList.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
VideoTrackList.idl 3f1badf9b2 LibWeb: Implement VideoTrack and VideoTrackList 2 vuotta sitten
VisibilityState.h d4acdac317 LibWeb+WebContent+Browser: Plumb visibility state from GUI to web pages 2 vuotta sitten
Window.cpp 6736a76915 LibWeb: Update `Window::name()` to use navigables 1 vuosi sitten
Window.h 6665f0db43 LibWeb: Delete unused `document_tree_child_browsing_context_count()` 1 vuosi sitten
Window.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 vuosi sitten
WindowEventHandlers.cpp 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ 2 vuotta sitten
WindowEventHandlers.h 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ 2 vuotta sitten
WindowLocalStorage.idl 37e9302dd9 LibWeb/HTML: Port Window.localStorage to IDL 2 vuotta sitten
WindowOrWorkerGlobalScope.cpp 56f0b10d14 LibWeb: Fix setTimeout() when there's no active script 1 vuosi sitten
WindowOrWorkerGlobalScope.h 56f0b10d14 LibWeb: Fix setTimeout() when there's no active script 1 vuosi sitten
WindowOrWorkerGlobalScope.idl 0aa4466ce9 LibWeb: Port {set,clear}{Timeout,Interval} to IDL 2 vuotta sitten
WindowProxy.cpp 605d24ef7d LibWeb: Update WindowProxy::internal_own_property_keys() for navigables 1 vuosi sitten
WindowProxy.h 52cd671163 LibJS: Make Object::internal_get() reveal the used property offset 2 vuotta sitten
WindowSessionStorage.idl a31c561a5a LibWeb/HTML: Port Window.sessionStorage to IDL 2 vuotta sitten
Worker.cpp 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String 1 vuosi sitten
Worker.h 2eaa528a0e LibJS: Rip out the AST interpreter :^) 2 vuotta sitten
Worker.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 vuosi sitten
WorkerDebugConsoleClient.cpp 573cbb5ca0 LibJS+LibWeb+WebContent: Stop using ThrowableStringBuilder 1 vuosi sitten
WorkerDebugConsoleClient.h ae346cff6b LibWeb: Add partially functioning Worker API 3 vuotta sitten
WorkerGlobalScope.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 vuotta sitten
WorkerGlobalScope.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 vuotta sitten
WorkerGlobalScope.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 vuosi sitten
WorkerLocation.cpp 9d60f23abc AK: Port URL::m_fragment from DeprecatedString to String 2 vuotta sitten
WorkerLocation.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 vuotta sitten
WorkerLocation.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 vuosi sitten
WorkerNavigator.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 vuotta sitten
WorkerNavigator.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 vuotta sitten
WorkerNavigator.idl 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL 2 vuotta sitten