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