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