Tim Ledbetter 0ecbdc4627 LibWeb: Add support for form submission method 'dialog' 1 year ago
..
Canvas 271c9d1ae9 LibWeb: Use platform's OpenGL in WebGL when it is available 1 year ago
CrossOrigin 3a7fb6cf9e LibWeb: Port CrossOriginPropertyDescriptorMap from ByteString 1 year ago
CustomElements f4fa37afd2 LibJS+LibWeb: Add missing JS_DEFINE_ALLOCATOR() for a bunch of classes 1 year ago
EventLoop 2cd93e6b58 LibWeb: Pump the task queue when spinning until a goal condition 1 year ago
Parser a681429dff LibWeb: Remove DOM element deprecated_get_attribute() 1 year ago
Scripting 1358fe85b0 LibWeb: Add option to TemporaryExecutionContext to prepare for callbacks 1 year ago
SyntaxHighlighter 1f8d72da8e LibWeb: Port HTMLToken::to_deprecated_string to new AK String 1 year ago
ActivateTab.h e6fc35897f WebContent+Everywhere: Add an option to not activate new tabs over IPC 2 years ago
AnimatedBitmapDecodedImageData.cpp 41a3c19cfe LibWeb: Make HTML::DecodedImageData to be GC-allocated 1 year ago
AnimatedBitmapDecodedImageData.h 41a3c19cfe LibWeb: Make HTML::DecodedImageData to be GC-allocated 1 year ago
AnimationFrameCallbackDriver.h 38855de829 LibWeb: Use 'now' from EventLoop for animation frame callbacks 1 year ago
AnimationFrameProvider.idl a2fb3a1653 LibWeb/HTML: Port Window.cancelAnimationFrame() to IDL 2 years ago
AttributeNames.cpp e4f8c59210 LibWeb: Port AttributeNames to FlyString 1 year ago
AttributeNames.h 2107ab823d LibWeb: Add basic HTML meter element support 1 year ago
AudioTrack.cpp 7c2713c14f LibWeb: Move set_needs_display() from layout node to paintable 1 year ago
AudioTrack.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
AudioTrack.idl c89fd6dff0 LibWeb: Implement the AudioTrack and AudioTrackList interfaces 2 years ago
AudioTrackList.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
AudioTrackList.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
AudioTrackList.idl c89fd6dff0 LibWeb: Implement the AudioTrack and AudioTrackList interfaces 2 years ago
BrowsingContext.cpp 747fd86f26 LibWeb: Make WebDriver check if the BC's navigable has been destroyed 1 year ago
BrowsingContext.h 747fd86f26 LibWeb: Make WebDriver check if the BC's navigable has been destroyed 1 year ago
BrowsingContextGroup.cpp fd7be22653 LibWeb: Make TraversableNavigable store Page member as NonnullGCPtr 1 year ago
BrowsingContextGroup.h 0cb0d60ac5 LibWeb: Make BrowsingContextGroup & TraversableNavigable return a Page& 1 year ago
CORSSettingAttribute.cpp 9701128145 LibWeb: Implement the CORS settings attribute credentials mode AO 2 years ago
CORSSettingAttribute.h 9701128145 LibWeb: Implement the CORS settings attribute credentials mode AO 2 years ago
CanvasGradient.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
CanvasGradient.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
CanvasGradient.idl 26e6c47d0a IDL: Add missing spec links 1 year ago
CanvasPattern.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
CanvasPattern.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
CanvasPattern.idl 26e6c47d0a IDL: Add missing spec links 1 year ago
CanvasRenderingContext2D.cpp f19b17e089 LibWeb: Use paths for text in CRC2D (if possible) 1 year ago
CanvasRenderingContext2D.h f19b17e089 LibWeb: Use paths for text in CRC2D (if possible) 1 year ago
CanvasRenderingContext2D.idl d312fdc2d3 LibWeb: Port CanvasRenderingContext2D from DeprecatedString to String 1 year ago
CloseEvent.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
CloseEvent.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
CloseEvent.idl 26e6c47d0a IDL: Add missing spec links 1 year ago
ColorPickerUpdateState.h 0dd5aa40a8 LibWeb: Allow input color to give continuous updates 1 year ago
DOMParser.cpp a545935997 LibWeb: Create XML Documents in DOMParser.parseFromString 1 year ago
DOMParser.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
DOMParser.idl 8531d11fab LibWeb: Port DOMParser interface from DeprecatedString to String 1 year ago
DOMStringMap.cpp a681429dff LibWeb: Remove DOM element deprecated_get_attribute() 1 year ago
DOMStringMap.h 521ed0e911 LibWeb: Delete LegacyPlatformObject and move behavior to PlatformObject 1 year ago
DOMStringMap.idl 26e6c47d0a IDL: Add missing spec links 1 year ago
Dates.cpp 5ed334e13a Userland: Fix compile errors from merging a PR without re-running CI 1 year ago
Dates.h cf69fd0a09 LibWeb: Add input element valueAsDate property 1 year ago
DecodedImageData.cpp 4ee1e5b224 LibWeb: Make DecodedImageData an abstract class 2 years ago
DecodedImageData.h 41a3c19cfe LibWeb: Make HTML::DecodedImageData to be GC-allocated 1 year ago
DocumentReadyState.h 8496024756 LibWeb: Store HTML document ready state as an enum 3 years ago
DocumentState.cpp bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
DocumentState.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
ErrorEvent.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
ErrorEvent.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
ErrorEvent.idl 26e6c47d0a IDL: Add missing spec links 1 year ago
EventHandler.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
EventHandler.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
EventNames.cpp 25eee91811 AK: Make "foo"_fly_string infallible 1 year ago
EventNames.h 47616210b6 LibWeb: Add HTML::EventNames::loadend 1 year ago
Focus.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
Focus.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
FormAssociatedElement.cpp a17074422e LibWeb: Reset form association when any element with an ID changes 1 year ago
FormAssociatedElement.h a17074422e LibWeb: Reset form association when any element with an ID changes 1 year ago
FormControlInfrastructure.cpp 2a94cddb02 LibWeb: Remove duplicated HTMLInputElement::name 1 year ago
FormControlInfrastructure.h c9c1ddd0bb LibWeb: Fix up constructing the form entry list 2 years ago
FormDataEvent.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
FormDataEvent.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
FormDataEvent.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 year ago
GlobalEventHandlers.cpp 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ 2 years ago
GlobalEventHandlers.h d7ff360969 LibWeb: Correct casing of webkitTransitionEnd and webkitAnimation* 2 years ago
HTMLAnchorElement.cpp a5e1364938 LibWeb: Respect the trusted state of input events when clicking links 1 year ago
HTMLAnchorElement.h a681429dff LibWeb: Remove DOM element deprecated_get_attribute() 1 year ago
HTMLAnchorElement.idl e5910a4593 LibWeb: Port HTMLAnchorElement interface from DeprecatedString to String 1 year ago
HTMLAreaElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
HTMLAreaElement.h 0a4586d510 LibWeb: Port HTMLHyperlinkElementUtils from DeprecatedString to String 1 year ago
HTMLAreaElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 year ago
HTMLAudioElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
HTMLAudioElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
HTMLAudioElement.idl 26e6c47d0a IDL: Add missing spec links 1 year ago
HTMLBRElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
HTMLBRElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
HTMLBRElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 year ago
HTMLBaseElement.cpp a681429dff LibWeb: Remove DOM element deprecated_get_attribute() 1 year ago
HTMLBaseElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
HTMLBaseElement.idl c405ba6b08 LibWeb: Port HTMLBaseElement interface from DeprecatedString to String 1 year ago
HTMLBodyElement.cpp a681429dff LibWeb: Remove DOM element deprecated_get_attribute() 1 year ago
HTMLBodyElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
HTMLBodyElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 year ago
HTMLButtonElement.cpp a681429dff LibWeb: Remove DOM element deprecated_get_attribute() 1 year ago
HTMLButtonElement.h e3bc8610a9 LibWeb: Port HTMLInputElement from DeprecatedString to String 1 year ago
HTMLButtonElement.idl d767f14df8 LibWeb: Introduce the concept of "Enumerated" values 1 year ago
HTMLCanvasElement.cpp a681429dff LibWeb: Remove DOM element deprecated_get_attribute() 1 year ago
HTMLCanvasElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
HTMLCanvasElement.idl 1a94241f58 IDL: Add missing #imports 1 year ago
HTMLDListElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
HTMLDListElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
HTMLDListElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 years ago
HTMLDataElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
HTMLDataElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
HTMLDataElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 year ago
HTMLDataListElement.cpp f4fa37afd2 LibJS+LibWeb: Add missing JS_DEFINE_ALLOCATOR() for a bunch of classes 1 year ago
HTMLDataListElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
HTMLDataListElement.idl 3e778fe29c LibWeb: Reorder and add missing form elements IDL items 1 year ago
HTMLDetailsElement.cpp ff48b7333c LibWeb: Remove shadow roots from elements that are removed from the DOM 1 year ago
HTMLDetailsElement.h ff48b7333c LibWeb: Remove shadow roots from elements that are removed from the DOM 1 year ago
HTMLDetailsElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 year ago
HTMLDialogElement.cpp 151cd11b5b LibWeb: Implement `HTMLDialogElement::show()` 1 year ago
HTMLDialogElement.h 151cd11b5b LibWeb: Implement `HTMLDialogElement::show()` 1 year ago
HTMLDialogElement.idl e2dcd97c88 LibWeb: Stub out HTMLDialogElement APIs 1 year ago
HTMLDirectoryElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
HTMLDirectoryElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
HTMLDirectoryElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 years ago
HTMLDivElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
HTMLDivElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
HTMLDivElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 year ago
HTMLDocument.cpp f4fa37afd2 LibJS+LibWeb: Add missing JS_DEFINE_ALLOCATOR() for a bunch of classes 1 year ago
HTMLDocument.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
HTMLDocument.idl 26e6c47d0a IDL: Add missing spec links 1 year ago
HTMLElement.cpp a681429dff LibWeb: Remove DOM element deprecated_get_attribute() 1 year ago
HTMLElement.h cfe9577b48 LibWeb: Bring HTMLElement.offset{Left,Top,Parent} closer to spec 1 year ago
HTMLElement.idl cfe9577b48 LibWeb: Bring HTMLElement.offset{Left,Top,Parent} closer to spec 1 year ago
HTMLEmbedElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
HTMLEmbedElement.h 75d5429d66 LibWeb: Add fast_is<T> for form, embed, image, and object elements 1 year ago
HTMLEmbedElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 year ago
HTMLFieldSetElement.cpp ea04a86715 LibWeb: Add fieldset elements property 1 year ago
HTMLFieldSetElement.h ea04a86715 LibWeb: Add fieldset elements property 1 year ago
HTMLFieldSetElement.idl ea04a86715 LibWeb: Add fieldset elements property 1 year ago
HTMLFontElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
HTMLFontElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
HTMLFontElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 year ago
HTMLFormElement.cpp 0ecbdc4627 LibWeb: Add support for form submission method 'dialog' 1 year ago
HTMLFormElement.h 9645daaf6c LibWeb: Remove RemoteBrowsingContext and AbstractBrowsingContext 1 year ago
HTMLFormElement.idl b5ec520f84 LibWeb: Implement named and indexed property access for HTMLFormElement 1 year ago
HTMLFrameElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
HTMLFrameElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
HTMLFrameElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 year ago
HTMLFrameSetElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
HTMLFrameSetElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
HTMLFrameSetElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 year ago
HTMLHRElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
HTMLHRElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
HTMLHRElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 year ago
HTMLHeadElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
HTMLHeadElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
HTMLHeadElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs 2 years ago
HTMLHeadingElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
HTMLHeadingElement.h f32185420d LibWeb: Use FlyString where possible in NamedNodeMap 1 year ago
HTMLHeadingElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 year ago
HTMLHtmlElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
HTMLHtmlElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
HTMLHtmlElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 year ago
HTMLHyperlinkElementUtils.cpp a5e1364938 LibWeb: Respect the trusted state of input events when clicking links 1 year ago
HTMLHyperlinkElementUtils.h a5e1364938 LibWeb: Respect the trusted state of input events when clicking links 1 year ago
HTMLHyperlinkElementUtils.idl 8d2d315858 LibWeb: Extract the HTMLHyperlinkElementUtils IDL mixin 3 years ago
HTMLIFrameElement.cpp 5af058d2b6 LibWeb: Only reload iframe on src/srcdoc attribute changes, not all 1 year ago
HTMLIFrameElement.h 72376ad15a LibWeb: Add special "potentially delay the load event" logic for iframes 1 year ago
HTMLIFrameElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 year ago
HTMLImageElement.cpp 960dcf0e56 LibWeb: Reset form association when the element's form attribute changes 1 year ago
HTMLImageElement.h 960dcf0e56 LibWeb: Reset form association when the element's form attribute changes 1 year ago
HTMLImageElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 year ago
HTMLInputElement.cpp 960dcf0e56 LibWeb: Reset form association when the element's form attribute changes 1 year ago
HTMLInputElement.h 960dcf0e56 LibWeb: Reset form association when the element's form attribute changes 1 year ago
HTMLInputElement.idl cf69fd0a09 LibWeb: Add input element valueAsDate property 1 year ago
HTMLLIElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
HTMLLIElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
HTMLLIElement.idl 1cdbfc2ff1 LibWeb: Add ol start and li value attributes support 1 year ago
HTMLLabelElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
HTMLLabelElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
HTMLLabelElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 year ago
HTMLLegendElement.cpp 529fd0a65c LibWeb: Add HTML legend element form getter 1 year ago
HTMLLegendElement.h 529fd0a65c LibWeb: Add HTML legend element form getter 1 year ago
HTMLLegendElement.idl 529fd0a65c LibWeb: Add HTML legend element form getter 1 year ago
HTMLLinkElement.cpp a681429dff LibWeb: Remove DOM element deprecated_get_attribute() 1 year ago
HTMLLinkElement.h a681429dff LibWeb: Remove DOM element deprecated_get_attribute() 1 year ago
HTMLLinkElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 year ago
HTMLMapElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
HTMLMapElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
HTMLMapElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 year ago
HTMLMarqueeElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
HTMLMarqueeElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
HTMLMarqueeElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 year ago
HTMLMediaElement.cpp a681429dff LibWeb: Remove DOM element deprecated_get_attribute() 1 year ago
HTMLMediaElement.h eca9874e56 LibWeb: Port Element::attribute_changed from DeprecatedString to String 1 year ago
HTMLMediaElement.idl d767f14df8 LibWeb: Introduce the concept of "Enumerated" values 1 year ago
HTMLMenuElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
HTMLMenuElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
HTMLMenuElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 year ago
HTMLMetaElement.cpp a681429dff LibWeb: Remove DOM element deprecated_get_attribute() 1 year ago
HTMLMetaElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
HTMLMetaElement.idl 01f000acb0 LibWeb: Add HTML col element span attribute 1 year ago
HTMLMeterElement.cpp a05fd28b7b LibWeb: Move use pseudo element styles from TreeBuilder to StyleComputer 1 year ago
HTMLMeterElement.h f621dc464b LibWeb: Add internal use_pseudo_element to DOM Element 1 year ago
HTMLMeterElement.idl 2107ab823d LibWeb: Add basic HTML meter element support 1 year ago
HTMLModElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
HTMLModElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
HTMLModElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 year ago
HTMLOListElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
HTMLOListElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
HTMLOListElement.idl 1cdbfc2ff1 LibWeb: Add ol start and li value attributes support 1 year ago
HTMLObjectElement.cpp 960dcf0e56 LibWeb: Reset form association when the element's form attribute changes 1 year ago
HTMLObjectElement.h 960dcf0e56 LibWeb: Reset form association when the element's form attribute changes 1 year ago
HTMLObjectElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 year ago
HTMLOptGroupElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
HTMLOptGroupElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
HTMLOptGroupElement.idl 3e778fe29c LibWeb: Reorder and add missing form elements IDL items 1 year ago
HTMLOptionElement.cpp a8f5ebeddd LibWeb: Port DOM::Node from DeprecatedString 1 year ago
HTMLOptionElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
HTMLOptionElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 year ago
HTMLOptionsCollection.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
HTMLOptionsCollection.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
HTMLOptionsCollection.idl 26e6c47d0a IDL: Add missing spec links 1 year ago
HTMLOutputElement.cpp fef7571931 LibWeb: Add output element value 1 year ago
HTMLOutputElement.h 7ce3e113fa LibWeb: Port HTMLOutputElement from ByteString 1 year ago
HTMLOutputElement.idl fef7571931 LibWeb: Add output element value 1 year ago
HTMLParagraphElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
HTMLParagraphElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
HTMLParagraphElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 year ago
HTMLParamElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
HTMLParamElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
HTMLParamElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 year ago
HTMLPictureElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
HTMLPictureElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
HTMLPictureElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs 2 years ago
HTMLPreElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
HTMLPreElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
HTMLPreElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 year ago
HTMLProgressElement.cpp a05fd28b7b LibWeb: Move use pseudo element styles from TreeBuilder to StyleComputer 1 year ago
HTMLProgressElement.h f621dc464b LibWeb: Add internal use_pseudo_element to DOM Element 1 year ago
HTMLProgressElement.idl 3e778fe29c LibWeb: Reorder and add missing form elements IDL items 1 year ago
HTMLQuoteElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
HTMLQuoteElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
HTMLQuoteElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 year ago
HTMLScriptElement.cpp a681429dff LibWeb: Remove DOM element deprecated_get_attribute() 1 year ago
HTMLScriptElement.h b7c0815469 LibWeb: Remove DeprecatedString usage from HTMLScriptElement's `text` 1 year ago
HTMLScriptElement.idl f3db0003c2 LibWeb: Add script element text getter setter 1 year ago
HTMLSelectElement.cpp b6fc29ca21 LibWeb: Always use Navigable to translate CSS positions to top-level 1 year ago
HTMLSelectElement.h c30911ab10 LibWeb: Hide select chevron icon when `appearance: none;` 1 year ago
HTMLSelectElement.idl 466153e680 Ladybird+LibWeb: Add basic select element support 1 year ago
HTMLSlotElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
HTMLSlotElement.h bdac94870c LibWeb: Convert Element "attribute change steps" from vector to virtual 1 year ago
HTMLSlotElement.idl e9da74ebe0 LibWeb: Implement manual slottable assignment 1 year ago
HTMLSourceElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
HTMLSourceElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
HTMLSourceElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 year ago
HTMLSpanElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
HTMLSpanElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
HTMLSpanElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs 2 years ago
HTMLStyleElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
HTMLStyleElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
HTMLStyleElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 year ago
HTMLSummaryElement.cpp a71eaefdf6 LibWeb: Make EventTarget::activation_behavior a virtual function 1 year ago
HTMLSummaryElement.h a71eaefdf6 LibWeb: Make EventTarget::activation_behavior a virtual function 1 year ago
HTMLTableCaptionElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
HTMLTableCaptionElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
HTMLTableCaptionElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 year ago
HTMLTableCellElement.cpp a681429dff LibWeb: Remove DOM element deprecated_get_attribute() 1 year ago
HTMLTableCellElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
HTMLTableCellElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 year ago
HTMLTableColElement.cpp 3bfc2f5e95 LibWeb: Declare optional parse results inlined in `if` statements 1 year ago
HTMLTableColElement.h 01f000acb0 LibWeb: Add HTML col element span attribute 1 year ago
HTMLTableColElement.idl 01f000acb0 LibWeb: Add HTML col element span attribute 1 year ago
HTMLTableElement.cpp a681429dff LibWeb: Remove DOM element deprecated_get_attribute() 1 year ago
HTMLTableElement.h 00c1da8cbc LibWeb: Support `cellpadding` attribute on `table` elements 1 year ago
HTMLTableElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 year ago
HTMLTableRowElement.cpp a681429dff LibWeb: Remove DOM element deprecated_get_attribute() 1 year ago
HTMLTableRowElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
HTMLTableRowElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 year ago
HTMLTableSectionElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
HTMLTableSectionElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
HTMLTableSectionElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 year ago
HTMLTemplateElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
HTMLTemplateElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
HTMLTemplateElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs 2 years ago
HTMLTextAreaElement.cpp 960dcf0e56 LibWeb: Reset form association when the element's form attribute changes 1 year ago
HTMLTextAreaElement.h 960dcf0e56 LibWeb: Reset form association when the element's form attribute changes 1 year ago
HTMLTextAreaElement.idl 091faf1aae LibWeb: Add textarea value properties 1 year ago
HTMLTimeElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
HTMLTimeElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
HTMLTimeElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 year ago
HTMLTitleElement.cpp adb327d5d3 LibWeb: Port HTMLTitleElement from ByteString 1 year ago
HTMLTitleElement.h adb327d5d3 LibWeb: Port HTMLTitleElement from ByteString 1 year ago
HTMLTitleElement.idl 24b9d05ea8 LibWeb/HTML: Implement text attribute in HTMLTitleElement 1 year ago
HTMLTrackElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
HTMLTrackElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
HTMLTrackElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 year ago
HTMLUListElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
HTMLUListElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
HTMLUListElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 year ago
HTMLUnknownElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
HTMLUnknownElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
HTMLUnknownElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs 2 years ago
HTMLVideoElement.cpp 7c2713c14f LibWeb: Move set_needs_display() from layout node to paintable 1 year ago
HTMLVideoElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
HTMLVideoElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 year ago
History.cpp 6c1944ee61 LibWeb: Flesh out apply the history step to setup the navigation API 1 year ago
History.h 49e0466a3d LibWeb: Add state field to History 1 year ago
History.idl 49e0466a3d LibWeb: Add state field to History 1 year ago
HistoryHandlingBehavior.h 4d8edf65b5 LibWeb: Add HistoryHandlingBehavior::Push 2 years ago
ImageData.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
ImageData.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
ImageData.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 years ago
ImageRequest.cpp 41a3c19cfe LibWeb: Make HTML::DecodedImageData to be GC-allocated 1 year ago
ImageRequest.h 41a3c19cfe LibWeb: Make HTML::DecodedImageData to be GC-allocated 1 year ago
LazyLoadingElement.h cc633123ca LibWeb: Extract shared lazy-loading behavior into a base class 1 year ago
ListOfAvailableImages.cpp f953a70965 LibWeb: Make ListOfAvailableImages actually visit images during GC 1 year ago
ListOfAvailableImages.h f953a70965 LibWeb: Make ListOfAvailableImages actually visit images during GC 1 year ago
Location.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
Location.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
Location.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 year ago
MediaError.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
MediaError.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
MediaError.idl 73a80b7047 LibWeb: Implement the MediaError IDL interface 2 years ago
MessageChannel.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
MessageChannel.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
MessageChannel.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 years ago
MessageEvent.cpp b84056c05b LibWeb: Add missing visits in MessageEvent 1 year ago
MessageEvent.h b84056c05b LibWeb: Add missing visits in MessageEvent 1 year ago
MessageEvent.idl 73697058b0 LibWeb: Add ports attribute to MessageEvent and MessageEventInit 1 year ago
MessagePort.cpp 5ace712282 LibWeb: Reset message port receive state before dispatching events 1 year ago
MessagePort.h b10fee00eb LibWeb+WebWorker: Convert Workers to use MessagePorts for postMessage 1 year ago
MessagePort.idl c0f50b12a4 LibWeb: Post all MessagePort messages over their LocalSockets 1 year ago
MimeType.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
MimeType.h 521ed0e911 LibWeb: Delete LegacyPlatformObject and move behavior to PlatformObject 1 year ago
MimeType.idl 26e6c47d0a IDL: Add missing spec links 1 year ago
MimeTypeArray.cpp 521ed0e911 LibWeb: Delete LegacyPlatformObject and move behavior to PlatformObject 1 year ago
MimeTypeArray.h 521ed0e911 LibWeb: Delete LegacyPlatformObject and move behavior to PlatformObject 1 year ago
MimeTypeArray.idl 26e6c47d0a IDL: Add missing spec links 1 year ago
Navigable.cpp a0e7af0cd9 LibWeb: Don't choose destroyed navigables in choose a navigable AO 1 year ago
Navigable.h fc40d35012 LibWeb: Move paint properties invalidation flag into Document 1 year ago
NavigableContainer.cpp a681429dff LibWeb: Remove DOM element deprecated_get_attribute() 1 year ago
NavigableContainer.h 7f509317fd LibWeb: Allow NavigableContainers to report whether to delay load event 1 year ago
NavigateEvent.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
NavigateEvent.h 6c1944ee61 LibWeb: Flesh out apply the history step to setup the navigation API 1 year ago
NavigateEvent.idl 5f5ac48908 LibWeb: Format all .idl files to use four space indentation 1 year ago
Navigation.cpp 1358fe85b0 LibWeb: Add option to TemporaryExecutionContext to prepare for callbacks 1 year ago
Navigation.h a8091c009b LibWeb: Add assorted AOs related to populating the navigation API's SHEs 1 year ago
Navigation.idl 5f5ac48908 LibWeb: Format all .idl files to use four space indentation 1 year ago
NavigationCurrentEntryChangeEvent.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
NavigationCurrentEntryChangeEvent.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
NavigationCurrentEntryChangeEvent.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 year ago
NavigationDestination.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
NavigationDestination.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
NavigationDestination.idl 5f5ac48908 LibWeb: Format all .idl files to use four space indentation 1 year ago
NavigationHistoryEntry.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
NavigationHistoryEntry.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
NavigationHistoryEntry.idl 5f5ac48908 LibWeb: Format all .idl files to use four space indentation 1 year ago
NavigationParams.h dc0f7c4c54 LibWeb: Align NavigationParams and the creation AOs to the spec 1 year ago
NavigationTransition.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
NavigationTransition.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
NavigationTransition.idl 5f5ac48908 LibWeb: Format all .idl files to use four space indentation 1 year ago
NavigationType.h daa9c4a650 LibWeb: Add NavigationType to prep for Navigation API platform objects 1 year ago
NavigationType.idl 5f5ac48908 LibWeb: Format all .idl files to use four space indentation 1 year ago
Navigator.cpp 9793d69d4f LibWeb: Make HTML::Window::page() return a Page& 1 year ago
Navigator.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
Navigator.idl 4b94b0b561 LibWeb: Begin implementing the Clipboard API 1 year ago
NavigatorBeacon.cpp 9939b028c6 LibWeb: Add basic Navigator send beacon support 1 year ago
NavigatorBeacon.h 9939b028c6 LibWeb: Add basic Navigator send beacon support 1 year ago
NavigatorBeacon.idl 9939b028c6 LibWeb: Add basic Navigator send beacon support 1 year ago
NavigatorConcurrentHardware.h 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL 2 years ago
NavigatorConcurrentHardware.idl 5f5ac48908 LibWeb: Format all .idl files to use four space indentation 1 year ago
NavigatorID.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
NavigatorID.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
NavigatorID.idl 5f5ac48908 LibWeb: Format all .idl files to use four space indentation 1 year ago
NavigatorLanguage.h c4d3134436 LibWeb: Port NavigatorLanguage from DeprecatedString 1 year ago
NavigatorLanguage.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 year ago
NavigatorOnLine.h 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL 2 years ago
NavigatorOnLine.idl 5f5ac48908 LibWeb: Format all .idl files to use four space indentation 1 year ago
Numbers.cpp e2e7c4d574 Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 1 year ago
Numbers.h 761d824b72 LibWeb: Add basic parse floating point number function 1 year ago
Origin.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
POSTResource.h bccc687175 LibWeb: Add request_body property in HTML::POSTResource 2 years ago
PageTransitionEvent.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
PageTransitionEvent.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
PageTransitionEvent.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 year ago
Path2D.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
Path2D.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
Path2D.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 year ago
Plugin.cpp 521ed0e911 LibWeb: Delete LegacyPlatformObject and move behavior to PlatformObject 1 year ago
Plugin.h 521ed0e911 LibWeb: Delete LegacyPlatformObject and move behavior to PlatformObject 1 year ago
Plugin.idl 26e6c47d0a IDL: Add missing spec links 1 year ago
PluginArray.cpp 521ed0e911 LibWeb: Delete LegacyPlatformObject and move behavior to PlatformObject 1 year ago
PluginArray.h 521ed0e911 LibWeb: Delete LegacyPlatformObject and move behavior to PlatformObject 1 year ago
PluginArray.idl 26e6c47d0a IDL: Add missing spec links 1 year ago
PolicyContainers.h 0ee8da9556 LibWeb: Add referrer policy to PolicyContainer 2 years ago
PotentialCORSRequest.cpp f7176463b5 LibWeb: Implement 'create a potential-CORS request' algorithm 2 years ago
PotentialCORSRequest.h f7176463b5 LibWeb: Implement 'create a potential-CORS request' algorithm 2 years ago
PromiseRejectionEvent.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
PromiseRejectionEvent.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
PromiseRejectionEvent.idl 26e6c47d0a IDL: Add missing spec links 1 year ago
SandboxingFlagSet.h d97b09693e LibWeb: Convert SandboxingFlagSet into a enum class 1 year ago
ScrollOptions.h e43027091d LibWeb: Don't include HTML/Window.h from DOM/Element.h 2 years ago
SelectItem.cpp 466153e680 Ladybird+LibWeb: Add basic select element support 1 year ago
SelectItem.h 466153e680 Ladybird+LibWeb: Add basic select element support 1 year ago
SessionHistoryEntry.cpp bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
SessionHistoryEntry.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
SessionHistoryTraversalQueue.h 4f088aff3d LibWeb: Implement synchronous session history steps 1 year ago
SharedImageRequest.cpp 41941aeb10 LibWeb: Don't access SharedImageRequest::m_document in destructor 1 year ago
SharedImageRequest.h 41941aeb10 LibWeb: Don't access SharedImageRequest::m_document in destructor 1 year ago
SourceSet.cpp e2e7c4d574 Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 1 year ago
SourceSet.h 95097e47a7 LibWeb: Allow calc() values in image `sizes` attribute 2 years ago
SourceSnapshotParams.h d97b09693e LibWeb: Convert SandboxingFlagSet into a enum class 1 year ago
Storage.cpp 521ed0e911 LibWeb: Delete LegacyPlatformObject and move behavior to PlatformObject 1 year ago
Storage.h 521ed0e911 LibWeb: Delete LegacyPlatformObject and move behavior to PlatformObject 1 year ago
Storage.idl 26e6c47d0a IDL: Add missing spec links 1 year ago
StructuredSerialize.cpp 2c27b4e63c LibWeb: Ensure an ESO is pushed before doing structured deserialization 1 year ago
StructuredSerialize.h c0f50b12a4 LibWeb: Post all MessagePort messages over their LocalSockets 1 year ago
SubmitEvent.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
SubmitEvent.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
SubmitEvent.idl 5f5ac48908 LibWeb: Format all .idl files to use four space indentation 1 year ago
TagNames.cpp 9303e9e76f LibWeb: Port Element::local_name and TagNames from Deprecated String 1 year ago
TagNames.h 9303e9e76f LibWeb: Port Element::local_name and TagNames from Deprecated String 1 year ago
TextMetrics.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
TextMetrics.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
TextMetrics.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 year ago
TimeRanges.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
TimeRanges.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
TimeRanges.idl 680a9f748e LibWeb: Stub out the HTML TimeRanges IDL interface 2 years ago
Timer.cpp bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
Timer.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
ToggleEvent.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
ToggleEvent.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
ToggleEvent.idl 153ae93f9c LibWeb: Implement ToggleEvent for HTMLDetailsElement 1 year ago
ToggleTaskTracker.h 8bb5652835 LibWeb: Implement HTMLDetailsElement's open attribute closer to the spec 1 year ago
TokenizedFeatures.h 2a410f8985 LibWeb: Change "popup"-related storage types to named enums 2 years ago
TrackEvent.cpp f4fa37afd2 LibJS+LibWeb: Add missing JS_DEFINE_ALLOCATOR() for a bunch of classes 1 year ago
TrackEvent.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
TrackEvent.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 year ago
TraversableNavigable.cpp 2b3bc2654f LibWeb: Mark Navigable as destroyed in destroy_top_level_traversable AO 1 year ago
TraversableNavigable.h adb5c27331 LibWeb: Create a new WebView for window.open()'d top level traversables 1 year ago
VideoTrack.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
VideoTrack.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
VideoTrack.idl 3f1badf9b2 LibWeb: Implement VideoTrack and VideoTrackList 2 years ago
VideoTrackList.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
VideoTrackList.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
VideoTrackList.idl 3f1badf9b2 LibWeb: Implement VideoTrack and VideoTrackList 2 years ago
VisibilityState.h d4acdac317 LibWeb+WebContent+Browser: Plumb visibility state from GUI to web pages 2 years ago
WebViewHints.cpp 677bdc2a4f Ladybird: Add IPC call for creating a new child tab 1 year ago
WebViewHints.h 677bdc2a4f Ladybird: Add IPC call for creating a new child tab 1 year ago
Window.cpp 38855de829 LibWeb: Use 'now' from EventLoop for animation frame callbacks 1 year ago
Window.h 521ed0e911 LibWeb: Delete LegacyPlatformObject and move behavior to PlatformObject 1 year ago
Window.idl 4299fb604b LibWeb: Add window.status property 1 year ago
WindowEventHandlers.cpp 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ 2 years ago
WindowEventHandlers.h 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ 2 years ago
WindowLocalStorage.idl 37e9302dd9 LibWeb/HTML: Port Window.localStorage to IDL 2 years ago
WindowOrWorkerGlobalScope.cpp 40f87f0954 LibWeb: Stop timers when finalizing a Window or WorkerGlobalScope 1 year ago
WindowOrWorkerGlobalScope.h 40f87f0954 LibWeb: Stop timers when finalizing a Window or WorkerGlobalScope 1 year ago
WindowOrWorkerGlobalScope.idl 0aa4466ce9 LibWeb: Port {set,clear}{Timeout,Interval} to IDL 2 years ago
WindowProxy.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
WindowProxy.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
WindowSessionStorage.idl a31c561a5a LibWeb/HTML: Port Window.sessionStorage to IDL 2 years ago
Worker.cpp b10fee00eb LibWeb+WebWorker: Convert Workers to use MessagePorts for postMessage 1 year ago
Worker.h b10fee00eb LibWeb+WebWorker: Convert Workers to use MessagePorts for postMessage 1 year ago
Worker.idl b10fee00eb LibWeb+WebWorker: Convert Workers to use MessagePorts for postMessage 1 year ago
WorkerAgent.cpp 02edd240ae LibWeb+WebContent: Spawn Worker processes from the chrome 1 year ago
WorkerAgent.h 02edd240ae LibWeb+WebContent: Spawn Worker processes from the chrome 1 year ago
WorkerDebugConsoleClient.cpp 573cbb5ca0 LibJS+LibWeb+WebContent: Stop using ThrowableStringBuilder 1 year ago
WorkerDebugConsoleClient.h ae346cff6b LibWeb: Add partially functioning Worker API 3 years ago
WorkerGlobalScope.cpp 40f87f0954 LibWeb: Stop timers when finalizing a Window or WorkerGlobalScope 1 year ago
WorkerGlobalScope.h 40f87f0954 LibWeb: Stop timers when finalizing a Window or WorkerGlobalScope 1 year ago
WorkerGlobalScope.idl b10fee00eb LibWeb+WebWorker: Convert Workers to use MessagePorts for postMessage 1 year ago
WorkerLocation.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
WorkerLocation.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
WorkerLocation.idl 26e6c47d0a IDL: Add missing spec links 1 year ago
WorkerNavigator.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
WorkerNavigator.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
WorkerNavigator.idl 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL 2 years ago