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