Andreas Kling 41f56b0df9 LibWeb: Let supported_property_names() return Vector<FlyString> 1 yıl önce
..
Canvas 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 yıl önce
CrossOrigin 3a7fb6cf9e LibWeb: Port CrossOriginPropertyDescriptorMap from ByteString 1 yıl önce
CustomElements f4fa37afd2 LibJS+LibWeb: Add missing JS_DEFINE_ALLOCATOR() for a bunch of classes 1 yıl önce
EventLoop 4b94b0b561 LibWeb: Begin implementing the Clipboard API 1 yıl önce
Parser e2e7c4d574 Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 1 yıl önce
Scripting c63d30ce67 LibWeb: Port HTML Environments from ByteString 1 yıl önce
SyntaxHighlighter 1f8d72da8e LibWeb: Port HTMLToken::to_deprecated_string to new AK String 1 yıl önce
AbstractBrowsingContext.cpp 5913efbb45 LibWeb: Add a visit_edges() override to AbstractBrowsingContext 1 yıl önce
AbstractBrowsingContext.h 5913efbb45 LibWeb: Add a visit_edges() override to AbstractBrowsingContext 1 yıl önce
ActivateTab.h e6fc35897f WebContent+Everywhere: Add an option to not activate new tabs over IPC 2 yıl önce
AnimatedBitmapDecodedImageData.cpp 41a3c19cfe LibWeb: Make HTML::DecodedImageData to be GC-allocated 1 yıl önce
AnimatedBitmapDecodedImageData.h 41a3c19cfe LibWeb: Make HTML::DecodedImageData to be GC-allocated 1 yıl önce
AnimationFrameCallbackDriver.h bab883bf8e LibJS+LibWeb: Add a bunch of missing includes 2 yıl önce
AnimationFrameProvider.idl a2fb3a1653 LibWeb/HTML: Port Window.cancelAnimationFrame() to IDL 2 yıl önce
AttributeNames.cpp e4f8c59210 LibWeb: Port AttributeNames to FlyString 1 yıl önce
AttributeNames.h 2107ab823d LibWeb: Add basic HTML meter element support 1 yıl önce
AudioTrack.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
AudioTrack.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
AudioTrack.idl c89fd6dff0 LibWeb: Implement the AudioTrack and AudioTrackList interfaces 2 yıl önce
AudioTrackList.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
AudioTrackList.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
AudioTrackList.idl c89fd6dff0 LibWeb: Implement the AudioTrack and AudioTrackList interfaces 2 yıl önce
BrowsingContext.cpp 0b7c8e0de5 LibWeb: Port BrowsingContext from ByteString 1 yıl önce
BrowsingContext.h 0b7c8e0de5 LibWeb: Port BrowsingContext from ByteString 1 yıl önce
BrowsingContextGroup.cpp fd7be22653 LibWeb: Make TraversableNavigable store Page member as NonnullGCPtr 1 yıl önce
BrowsingContextGroup.h 0cb0d60ac5 LibWeb: Make BrowsingContextGroup & TraversableNavigable return a Page& 1 yıl önce
CORSSettingAttribute.cpp 9701128145 LibWeb: Implement the CORS settings attribute credentials mode AO 2 yıl önce
CORSSettingAttribute.h 9701128145 LibWeb: Implement the CORS settings attribute credentials mode AO 2 yıl önce
CanvasGradient.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
CanvasGradient.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
CanvasGradient.idl 26e6c47d0a IDL: Add missing spec links 1 yıl önce
CanvasPattern.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
CanvasPattern.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
CanvasPattern.idl 26e6c47d0a IDL: Add missing spec links 1 yıl önce
CanvasRenderingContext2D.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 yıl önce
CanvasRenderingContext2D.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 yıl önce
CanvasRenderingContext2D.idl d312fdc2d3 LibWeb: Port CanvasRenderingContext2D from DeprecatedString to String 1 yıl önce
CloseEvent.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
CloseEvent.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
CloseEvent.idl 26e6c47d0a IDL: Add missing spec links 1 yıl önce
DOMParser.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
DOMParser.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
DOMParser.idl 8531d11fab LibWeb: Port DOMParser interface from DeprecatedString to String 1 yıl önce
DOMStringMap.cpp 41f56b0df9 LibWeb: Let supported_property_names() return Vector<FlyString> 1 yıl önce
DOMStringMap.h 41f56b0df9 LibWeb: Let supported_property_names() return Vector<FlyString> 1 yıl önce
DOMStringMap.idl 26e6c47d0a IDL: Add missing spec links 1 yıl önce
Dates.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 yıl önce
Dates.h 479c48643e LibWeb: Move common date microsyntax to a separate file 1 yıl önce
DecodedImageData.cpp 4ee1e5b224 LibWeb: Make DecodedImageData an abstract class 2 yıl önce
DecodedImageData.h 41a3c19cfe LibWeb: Make HTML::DecodedImageData to be GC-allocated 1 yıl önce
DocumentReadyState.h 8496024756 LibWeb: Store HTML document ready state as an enum 3 yıl önce
DocumentState.cpp bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
DocumentState.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
ErrorEvent.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
ErrorEvent.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
ErrorEvent.idl 26e6c47d0a IDL: Add missing spec links 1 yıl önce
EventHandler.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 yıl önce
EventHandler.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 yıl önce
EventNames.cpp 25eee91811 AK: Make "foo"_fly_string infallible 2 yıl önce
EventNames.h 47616210b6 LibWeb: Add HTML::EventNames::loadend 1 yıl önce
Focus.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 yıl önce
Focus.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 yıl önce
FormAssociatedElement.cpp 0937d88869 LibWeb: Remove more DeprecatedString null state remnants 1 yıl önce
FormAssociatedElement.h e3bc8610a9 LibWeb: Port HTMLInputElement from DeprecatedString to String 1 yıl önce
FormControlInfrastructure.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 yıl önce
FormControlInfrastructure.h c9c1ddd0bb LibWeb: Fix up constructing the form entry list 2 yıl önce
FormDataEvent.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
FormDataEvent.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
FormDataEvent.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 yıl önce
GlobalEventHandlers.cpp 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ 2 yıl önce
GlobalEventHandlers.h d7ff360969 LibWeb: Correct casing of webkitTransitionEnd and webkitAnimation* 2 yıl önce
HTMLAnchorElement.cpp a8f5ebeddd LibWeb: Port DOM::Node from DeprecatedString 1 yıl önce
HTMLAnchorElement.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 yıl önce
HTMLAnchorElement.idl e5910a4593 LibWeb: Port HTMLAnchorElement interface from DeprecatedString to String 1 yıl önce
HTMLAreaElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
HTMLAreaElement.h 0a4586d510 LibWeb: Port HTMLHyperlinkElementUtils from DeprecatedString to String 1 yıl önce
HTMLAreaElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 yıl önce
HTMLAudioElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
HTMLAudioElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
HTMLAudioElement.idl 26e6c47d0a IDL: Add missing spec links 1 yıl önce
HTMLBRElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
HTMLBRElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
HTMLBRElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 yıl önce
HTMLBaseElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
HTMLBaseElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
HTMLBaseElement.idl c405ba6b08 LibWeb: Port HTMLBaseElement interface from DeprecatedString to String 1 yıl önce
HTMLBodyElement.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 yıl önce
HTMLBodyElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
HTMLBodyElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 yıl önce
HTMLButtonElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
HTMLButtonElement.h e3bc8610a9 LibWeb: Port HTMLInputElement from DeprecatedString to String 1 yıl önce
HTMLButtonElement.idl d767f14df8 LibWeb: Introduce the concept of "Enumerated" values 1 yıl önce
HTMLCanvasElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
HTMLCanvasElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
HTMLCanvasElement.idl 1a94241f58 IDL: Add missing #imports 1 yıl önce
HTMLDListElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
HTMLDListElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
HTMLDListElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 yıl önce
HTMLDataElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
HTMLDataElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
HTMLDataElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 yıl önce
HTMLDataListElement.cpp f4fa37afd2 LibJS+LibWeb: Add missing JS_DEFINE_ALLOCATOR() for a bunch of classes 1 yıl önce
HTMLDataListElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
HTMLDataListElement.idl 3e778fe29c LibWeb: Reorder and add missing form elements IDL items 1 yıl önce
HTMLDetailsElement.cpp ff48b7333c LibWeb: Remove shadow roots from elements that are removed from the DOM 1 yıl önce
HTMLDetailsElement.h ff48b7333c LibWeb: Remove shadow roots from elements that are removed from the DOM 1 yıl önce
HTMLDetailsElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 yıl önce
HTMLDialogElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
HTMLDialogElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
HTMLDialogElement.idl e2dcd97c88 LibWeb: Stub out HTMLDialogElement APIs 1 yıl önce
HTMLDirectoryElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
HTMLDirectoryElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
HTMLDirectoryElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 yıl önce
HTMLDivElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
HTMLDivElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
HTMLDivElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 yıl önce
HTMLDocument.cpp f4fa37afd2 LibJS+LibWeb: Add missing JS_DEFINE_ALLOCATOR() for a bunch of classes 1 yıl önce
HTMLDocument.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
HTMLDocument.idl 26e6c47d0a IDL: Add missing spec links 1 yıl önce
HTMLElement.cpp f4fa37afd2 LibJS+LibWeb: Add missing JS_DEFINE_ALLOCATOR() for a bunch of classes 1 yıl önce
HTMLElement.h cfe9577b48 LibWeb: Bring HTMLElement.offset{Left,Top,Parent} closer to spec 1 yıl önce
HTMLElement.idl cfe9577b48 LibWeb: Bring HTMLElement.offset{Left,Top,Parent} closer to spec 1 yıl önce
HTMLEmbedElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
HTMLEmbedElement.h 75d5429d66 LibWeb: Add fast_is<T> for form, embed, image, and object elements 1 yıl önce
HTMLEmbedElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 yıl önce
HTMLFieldSetElement.cpp ea04a86715 LibWeb: Add fieldset elements property 1 yıl önce
HTMLFieldSetElement.h ea04a86715 LibWeb: Add fieldset elements property 1 yıl önce
HTMLFieldSetElement.idl ea04a86715 LibWeb: Add fieldset elements property 1 yıl önce
HTMLFontElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
HTMLFontElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
HTMLFontElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 yıl önce
HTMLFormElement.cpp 10e5458e27 LibWeb: Port HTMLFormElement from ByteString 1 yıl önce
HTMLFormElement.h 75d5429d66 LibWeb: Add fast_is<T> for form, embed, image, and object elements 1 yıl önce
HTMLFormElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 yıl önce
HTMLFrameElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
HTMLFrameElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
HTMLFrameElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 yıl önce
HTMLFrameSetElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
HTMLFrameSetElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
HTMLFrameSetElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 yıl önce
HTMLHRElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
HTMLHRElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
HTMLHRElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 yıl önce
HTMLHeadElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
HTMLHeadElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
HTMLHeadElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs 2 yıl önce
HTMLHeadingElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
HTMLHeadingElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
HTMLHeadingElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 yıl önce
HTMLHtmlElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
HTMLHtmlElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
HTMLHtmlElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 yıl önce
HTMLHyperlinkElementUtils.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 yıl önce
HTMLHyperlinkElementUtils.h 0a4586d510 LibWeb: Port HTMLHyperlinkElementUtils from DeprecatedString to String 1 yıl önce
HTMLHyperlinkElementUtils.idl 8d2d315858 LibWeb: Extract the HTMLHyperlinkElementUtils IDL mixin 3 yıl önce
HTMLIFrameElement.cpp 72376ad15a LibWeb: Add special "potentially delay the load event" logic for iframes 1 yıl önce
HTMLIFrameElement.h 72376ad15a LibWeb: Add special "potentially delay the load event" logic for iframes 1 yıl önce
HTMLIFrameElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 yıl önce
HTMLImageElement.cpp f953a70965 LibWeb: Make ListOfAvailableImages actually visit images during GC 1 yıl önce
HTMLImageElement.h 75d5429d66 LibWeb: Add fast_is<T> for form, embed, image, and object elements 1 yıl önce
HTMLImageElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 yıl önce
HTMLInputElement.cpp 0f37e0ee89 LibWeb: Add basic input range rendering 1 yıl önce
HTMLInputElement.h 0f37e0ee89 LibWeb: Add basic input range rendering 1 yıl önce
HTMLInputElement.idl 1b9a961fb0 LibWeb: Add input stepUp and stepDown functions 1 yıl önce
HTMLLIElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
HTMLLIElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
HTMLLIElement.idl 1cdbfc2ff1 LibWeb: Add ol start and li value attributes support 1 yıl önce
HTMLLabelElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
HTMLLabelElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
HTMLLabelElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 yıl önce
HTMLLegendElement.cpp 529fd0a65c LibWeb: Add HTML legend element form getter 1 yıl önce
HTMLLegendElement.h 529fd0a65c LibWeb: Add HTML legend element form getter 1 yıl önce
HTMLLegendElement.idl 529fd0a65c LibWeb: Add HTML legend element form getter 1 yıl önce
HTMLLinkElement.cpp 7c95ebc302 LibWeb: Make Document::page() return a Page& 1 yıl önce
HTMLLinkElement.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 yıl önce
HTMLLinkElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 yıl önce
HTMLMapElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
HTMLMapElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
HTMLMapElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 yıl önce
HTMLMarqueeElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
HTMLMarqueeElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
HTMLMarqueeElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 yıl önce
HTMLMediaElement.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 yıl önce
HTMLMediaElement.h eca9874e56 LibWeb: Port Element::attribute_changed from DeprecatedString to String 1 yıl önce
HTMLMediaElement.idl d767f14df8 LibWeb: Introduce the concept of "Enumerated" values 1 yıl önce
HTMLMenuElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
HTMLMenuElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
HTMLMenuElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 yıl önce
HTMLMetaElement.cpp 7c95ebc302 LibWeb: Make Document::page() return a Page& 1 yıl önce
HTMLMetaElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
HTMLMetaElement.idl 01f000acb0 LibWeb: Add HTML col element span attribute 1 yıl önce
HTMLMeterElement.cpp a05fd28b7b LibWeb: Move use pseudo element styles from TreeBuilder to StyleComputer 1 yıl önce
HTMLMeterElement.h f621dc464b LibWeb: Add internal use_pseudo_element to DOM Element 1 yıl önce
HTMLMeterElement.idl 2107ab823d LibWeb: Add basic HTML meter element support 1 yıl önce
HTMLModElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
HTMLModElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
HTMLModElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 yıl önce
HTMLOListElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
HTMLOListElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
HTMLOListElement.idl 1cdbfc2ff1 LibWeb: Add ol start and li value attributes support 1 yıl önce
HTMLObjectElement.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 yıl önce
HTMLObjectElement.h 75d5429d66 LibWeb: Add fast_is<T> for form, embed, image, and object elements 1 yıl önce
HTMLObjectElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 yıl önce
HTMLOptGroupElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
HTMLOptGroupElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
HTMLOptGroupElement.idl 3e778fe29c LibWeb: Reorder and add missing form elements IDL items 1 yıl önce
HTMLOptionElement.cpp a8f5ebeddd LibWeb: Port DOM::Node from DeprecatedString 1 yıl önce
HTMLOptionElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
HTMLOptionElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 yıl önce
HTMLOptionsCollection.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
HTMLOptionsCollection.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
HTMLOptionsCollection.idl 26e6c47d0a IDL: Add missing spec links 1 yıl önce
HTMLOutputElement.cpp fef7571931 LibWeb: Add output element value 1 yıl önce
HTMLOutputElement.h 7ce3e113fa LibWeb: Port HTMLOutputElement from ByteString 1 yıl önce
HTMLOutputElement.idl fef7571931 LibWeb: Add output element value 1 yıl önce
HTMLParagraphElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
HTMLParagraphElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
HTMLParagraphElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 yıl önce
HTMLParamElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
HTMLParamElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
HTMLParamElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 yıl önce
HTMLPictureElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
HTMLPictureElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
HTMLPictureElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs 2 yıl önce
HTMLPreElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
HTMLPreElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
HTMLPreElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 yıl önce
HTMLProgressElement.cpp a05fd28b7b LibWeb: Move use pseudo element styles from TreeBuilder to StyleComputer 1 yıl önce
HTMLProgressElement.h f621dc464b LibWeb: Add internal use_pseudo_element to DOM Element 1 yıl önce
HTMLProgressElement.idl 3e778fe29c LibWeb: Reorder and add missing form elements IDL items 1 yıl önce
HTMLQuoteElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
HTMLQuoteElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
HTMLQuoteElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 yıl önce
HTMLScriptElement.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 yıl önce
HTMLScriptElement.h b7c0815469 LibWeb: Remove DeprecatedString usage from HTMLScriptElement's `text` 1 yıl önce
HTMLScriptElement.idl f3db0003c2 LibWeb: Add script element text getter setter 1 yıl önce
HTMLSelectElement.cpp e2e7c4d574 Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 1 yıl önce
HTMLSelectElement.h c30911ab10 LibWeb: Hide select chevron icon when `appearance: none;` 1 yıl önce
HTMLSelectElement.idl 466153e680 Ladybird+LibWeb: Add basic select element support 1 yıl önce
HTMLSlotElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
HTMLSlotElement.h bdac94870c LibWeb: Convert Element "attribute change steps" from vector to virtual 1 yıl önce
HTMLSlotElement.idl e9da74ebe0 LibWeb: Implement manual slottable assignment 1 yıl önce
HTMLSourceElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
HTMLSourceElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
HTMLSourceElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 yıl önce
HTMLSpanElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
HTMLSpanElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
HTMLSpanElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs 2 yıl önce
HTMLStyleElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
HTMLStyleElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
HTMLStyleElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 yıl önce
HTMLSummaryElement.cpp a71eaefdf6 LibWeb: Make EventTarget::activation_behavior a virtual function 1 yıl önce
HTMLSummaryElement.h a71eaefdf6 LibWeb: Make EventTarget::activation_behavior a virtual function 1 yıl önce
HTMLTableCaptionElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
HTMLTableCaptionElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
HTMLTableCaptionElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 yıl önce
HTMLTableCellElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
HTMLTableCellElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
HTMLTableCellElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 yıl önce
HTMLTableColElement.cpp 3bfc2f5e95 LibWeb: Declare optional parse results inlined in `if` statements 1 yıl önce
HTMLTableColElement.h 01f000acb0 LibWeb: Add HTML col element span attribute 1 yıl önce
HTMLTableColElement.idl 01f000acb0 LibWeb: Add HTML col element span attribute 1 yıl önce
HTMLTableElement.cpp e2e7c4d574 Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 1 yıl önce
HTMLTableElement.h 00c1da8cbc LibWeb: Support `cellpadding` attribute on `table` elements 1 yıl önce
HTMLTableElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 yıl önce
HTMLTableRowElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
HTMLTableRowElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
HTMLTableRowElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 yıl önce
HTMLTableSectionElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
HTMLTableSectionElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
HTMLTableSectionElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 yıl önce
HTMLTemplateElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
HTMLTemplateElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
HTMLTemplateElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs 2 yıl önce
HTMLTextAreaElement.cpp f4fa37afd2 LibJS+LibWeb: Add missing JS_DEFINE_ALLOCATOR() for a bunch of classes 1 yıl önce
HTMLTextAreaElement.h 7e6fc9c26e LibWeb: Add textarea cols and rows attribute 1 yıl önce
HTMLTextAreaElement.idl 7e6fc9c26e LibWeb: Add textarea cols and rows attribute 1 yıl önce
HTMLTimeElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
HTMLTimeElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
HTMLTimeElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 yıl önce
HTMLTitleElement.cpp adb327d5d3 LibWeb: Port HTMLTitleElement from ByteString 1 yıl önce
HTMLTitleElement.h adb327d5d3 LibWeb: Port HTMLTitleElement from ByteString 1 yıl önce
HTMLTitleElement.idl 24b9d05ea8 LibWeb/HTML: Implement text attribute in HTMLTitleElement 1 yıl önce
HTMLTrackElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
HTMLTrackElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
HTMLTrackElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 yıl önce
HTMLUListElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
HTMLUListElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
HTMLUListElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 yıl önce
HTMLUnknownElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
HTMLUnknownElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
HTMLUnknownElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs 2 yıl önce
HTMLVideoElement.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
HTMLVideoElement.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
HTMLVideoElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 yıl önce
History.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 yıl önce
History.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
History.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 yıl önce
HistoryHandlingBehavior.h 4d8edf65b5 LibWeb: Add HistoryHandlingBehavior::Push 2 yıl önce
ImageData.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
ImageData.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
ImageData.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
ImageRequest.cpp 41a3c19cfe LibWeb: Make HTML::DecodedImageData to be GC-allocated 1 yıl önce
ImageRequest.h 41a3c19cfe LibWeb: Make HTML::DecodedImageData to be GC-allocated 1 yıl önce
LazyLoadingElement.h cc633123ca LibWeb: Extract shared lazy-loading behavior into a base class 1 yıl önce
ListOfAvailableImages.cpp f953a70965 LibWeb: Make ListOfAvailableImages actually visit images during GC 1 yıl önce
ListOfAvailableImages.h f953a70965 LibWeb: Make ListOfAvailableImages actually visit images during GC 1 yıl önce
Location.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 yıl önce
Location.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
Location.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 yıl önce
MediaError.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
MediaError.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
MediaError.idl 73a80b7047 LibWeb: Implement the MediaError IDL interface 2 yıl önce
MessageChannel.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
MessageChannel.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
MessageChannel.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 yıl önce
MessageEvent.cpp d361221657 LibJS+LibWeb: Add JS::Value constructor for ``JS::Handle<T>`` 1 yıl önce
MessageEvent.h 73697058b0 LibWeb: Add ports attribute to MessageEvent and MessageEventInit 1 yıl önce
MessageEvent.idl 73697058b0 LibWeb: Add ports attribute to MessageEvent and MessageEventInit 1 yıl önce
MessagePort.cpp c0f50b12a4 LibWeb: Post all MessagePort messages over their LocalSockets 1 yıl önce
MessagePort.h c0f50b12a4 LibWeb: Post all MessagePort messages over their LocalSockets 1 yıl önce
MessagePort.idl c0f50b12a4 LibWeb: Post all MessagePort messages over their LocalSockets 1 yıl önce
MimeType.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
MimeType.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
MimeType.idl 26e6c47d0a IDL: Add missing spec links 1 yıl önce
MimeTypeArray.cpp 41f56b0df9 LibWeb: Let supported_property_names() return Vector<FlyString> 1 yıl önce
MimeTypeArray.h 41f56b0df9 LibWeb: Let supported_property_names() return Vector<FlyString> 1 yıl önce
MimeTypeArray.idl 26e6c47d0a IDL: Add missing spec links 1 yıl önce
Navigable.cpp c63d30ce67 LibWeb: Port HTML Environments from ByteString 1 yıl önce
Navigable.h 6c5450f9ce LibWeb: Report if anything is delaying load event, not the count 1 yıl önce
NavigableContainer.cpp e2391105a1 LibWeb: Call process_session_history_traversal_queue on history update 1 yıl önce
NavigableContainer.h 7f509317fd LibWeb: Allow NavigableContainers to report whether to delay load event 1 yıl önce
NavigateEvent.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
NavigateEvent.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
NavigateEvent.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 yıl önce
Navigation.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
Navigation.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
Navigation.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 yıl önce
NavigationCurrentEntryChangeEvent.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
NavigationCurrentEntryChangeEvent.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
NavigationCurrentEntryChangeEvent.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 yıl önce
NavigationDestination.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 yıl önce
NavigationDestination.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
NavigationDestination.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 yıl önce
NavigationHistoryEntry.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 yıl önce
NavigationHistoryEntry.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
NavigationHistoryEntry.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 yıl önce
NavigationParams.h dc0f7c4c54 LibWeb: Align NavigationParams and the creation AOs to the spec 1 yıl önce
NavigationTransition.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
NavigationTransition.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
NavigationTransition.idl 26e6c47d0a IDL: Add missing spec links 1 yıl önce
NavigationType.h daa9c4a650 LibWeb: Add NavigationType to prep for Navigation API platform objects 1 yıl önce
NavigationType.idl daa9c4a650 LibWeb: Add NavigationType to prep for Navigation API platform objects 1 yıl önce
Navigator.cpp 9793d69d4f LibWeb: Make HTML::Window::page() return a Page& 1 yıl önce
Navigator.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
Navigator.idl 4b94b0b561 LibWeb: Begin implementing the Clipboard API 1 yıl önce
NavigatorBeacon.cpp 9939b028c6 LibWeb: Add basic Navigator send beacon support 1 yıl önce
NavigatorBeacon.h 9939b028c6 LibWeb: Add basic Navigator send beacon support 1 yıl önce
NavigatorBeacon.idl 9939b028c6 LibWeb: Add basic Navigator send beacon support 1 yıl önce
NavigatorConcurrentHardware.h 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL 2 yıl önce
NavigatorConcurrentHardware.idl 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL 2 yıl önce
NavigatorID.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 yıl önce
NavigatorID.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 yıl önce
NavigatorID.idl 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL 2 yıl önce
NavigatorLanguage.h c4d3134436 LibWeb: Port NavigatorLanguage from DeprecatedString 1 yıl önce
NavigatorLanguage.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 yıl önce
NavigatorOnLine.h 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL 2 yıl önce
NavigatorOnLine.idl 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL 2 yıl önce
Numbers.cpp e2e7c4d574 Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 1 yıl önce
Numbers.h 761d824b72 LibWeb: Add basic parse floating point number function 1 yıl önce
Origin.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 yıl önce
POSTResource.h bccc687175 LibWeb: Add request_body property in HTML::POSTResource 2 yıl önce
PageTransitionEvent.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
PageTransitionEvent.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
PageTransitionEvent.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 yıl önce
Path2D.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
Path2D.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
Path2D.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 yıl önce
Plugin.cpp 41f56b0df9 LibWeb: Let supported_property_names() return Vector<FlyString> 1 yıl önce
Plugin.h 41f56b0df9 LibWeb: Let supported_property_names() return Vector<FlyString> 1 yıl önce
Plugin.idl 26e6c47d0a IDL: Add missing spec links 1 yıl önce
PluginArray.cpp 41f56b0df9 LibWeb: Let supported_property_names() return Vector<FlyString> 1 yıl önce
PluginArray.h 41f56b0df9 LibWeb: Let supported_property_names() return Vector<FlyString> 1 yıl önce
PluginArray.idl 26e6c47d0a IDL: Add missing spec links 1 yıl önce
PolicyContainers.h 0ee8da9556 LibWeb: Add referrer policy to PolicyContainer 2 yıl önce
PotentialCORSRequest.cpp f7176463b5 LibWeb: Implement 'create a potential-CORS request' algorithm 2 yıl önce
PotentialCORSRequest.h f7176463b5 LibWeb: Implement 'create a potential-CORS request' algorithm 2 yıl önce
PromiseRejectionEvent.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
PromiseRejectionEvent.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
PromiseRejectionEvent.idl 26e6c47d0a IDL: Add missing spec links 1 yıl önce
RemoteBrowsingContext.cpp bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
RemoteBrowsingContext.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
SandboxingFlagSet.h d97b09693e LibWeb: Convert SandboxingFlagSet into a enum class 1 yıl önce
ScrollOptions.h e43027091d LibWeb: Don't include HTML/Window.h from DOM/Element.h 2 yıl önce
SelectItem.cpp 466153e680 Ladybird+LibWeb: Add basic select element support 1 yıl önce
SelectItem.h 466153e680 Ladybird+LibWeb: Add basic select element support 1 yıl önce
SessionHistoryEntry.cpp bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
SessionHistoryEntry.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 yıl önce
SessionHistoryTraversalQueue.h 9b16e5373d LibWeb: Process session history queue after initial iframe navigation 1 yıl önce
SharedImageRequest.cpp 41941aeb10 LibWeb: Don't access SharedImageRequest::m_document in destructor 1 yıl önce
SharedImageRequest.h 41941aeb10 LibWeb: Don't access SharedImageRequest::m_document in destructor 1 yıl önce
SourceSet.cpp e2e7c4d574 Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 1 yıl önce
SourceSet.h 95097e47a7 LibWeb: Allow calc() values in image `sizes` attribute 2 yıl önce
SourceSnapshotParams.h d97b09693e LibWeb: Convert SandboxingFlagSet into a enum class 1 yıl önce
Storage.cpp 41f56b0df9 LibWeb: Let supported_property_names() return Vector<FlyString> 1 yıl önce
Storage.h 41f56b0df9 LibWeb: Let supported_property_names() return Vector<FlyString> 1 yıl önce
Storage.idl 26e6c47d0a IDL: Add missing spec links 1 yıl önce
StructuredSerialize.cpp c0f50b12a4 LibWeb: Post all MessagePort messages over their LocalSockets 1 yıl önce
StructuredSerialize.h c0f50b12a4 LibWeb: Post all MessagePort messages over their LocalSockets 1 yıl önce
SubmitEvent.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
SubmitEvent.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
SubmitEvent.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 yıl önce
TagNames.cpp 9303e9e76f LibWeb: Port Element::local_name and TagNames from Deprecated String 1 yıl önce
TagNames.h 9303e9e76f LibWeb: Port Element::local_name and TagNames from Deprecated String 1 yıl önce
TextMetrics.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
TextMetrics.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
TextMetrics.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 yıl önce
TimeRanges.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
TimeRanges.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
TimeRanges.idl 680a9f748e LibWeb: Stub out the HTML TimeRanges IDL interface 2 yıl önce
Timer.cpp bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
Timer.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
ToggleEvent.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
ToggleEvent.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
ToggleEvent.idl 153ae93f9c LibWeb: Implement ToggleEvent for HTMLDetailsElement 1 yıl önce
ToggleTaskTracker.h 8bb5652835 LibWeb: Implement HTMLDetailsElement's open attribute closer to the spec 1 yıl önce
TokenizedFeatures.h 2a410f8985 LibWeb: Change "popup"-related storage types to named enums 2 yıl önce
TrackEvent.cpp f4fa37afd2 LibJS+LibWeb: Add missing JS_DEFINE_ALLOCATOR() for a bunch of classes 1 yıl önce
TrackEvent.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
TrackEvent.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 yıl önce
TraversableNavigable.cpp fd7be22653 LibWeb: Make TraversableNavigable store Page member as NonnullGCPtr 1 yıl önce
TraversableNavigable.h 0cb0d60ac5 LibWeb: Make BrowsingContextGroup & TraversableNavigable return a Page& 1 yıl önce
VideoTrack.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
VideoTrack.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
VideoTrack.idl 3f1badf9b2 LibWeb: Implement VideoTrack and VideoTrackList 2 yıl önce
VideoTrackList.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
VideoTrackList.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
VideoTrackList.idl 3f1badf9b2 LibWeb: Implement VideoTrack and VideoTrackList 2 yıl önce
VisibilityState.h d4acdac317 LibWeb+WebContent+Browser: Plumb visibility state from GUI to web pages 2 yıl önce
Window.cpp 41f56b0df9 LibWeb: Let supported_property_names() return Vector<FlyString> 1 yıl önce
Window.h 41f56b0df9 LibWeb: Let supported_property_names() return Vector<FlyString> 1 yıl önce
Window.idl 4299fb604b LibWeb: Add window.status property 1 yıl önce
WindowEventHandlers.cpp 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ 2 yıl önce
WindowEventHandlers.h 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ 2 yıl önce
WindowLocalStorage.idl 37e9302dd9 LibWeb/HTML: Port Window.localStorage to IDL 2 yıl önce
WindowOrWorkerGlobalScope.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 yıl önce
WindowOrWorkerGlobalScope.h e7a3040c9f LibWeb: Do not use JS::Handle for TimerHandler 1 yıl önce
WindowOrWorkerGlobalScope.idl 0aa4466ce9 LibWeb: Port {set,clear}{Timeout,Interval} to IDL 2 yıl önce
WindowProxy.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 yıl önce
WindowProxy.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
WindowSessionStorage.idl a31c561a5a LibWeb/HTML: Port Window.sessionStorage to IDL 2 yıl önce
Worker.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 yıl önce
Worker.h 1602663b9e LibWeb+WebWorker: Implement a first cut of post_message for Workers 1 yıl önce
Worker.idl 26e6c47d0a IDL: Add missing spec links 1 yıl önce
WorkerAgent.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 yıl önce
WorkerAgent.h 1602663b9e LibWeb+WebWorker: Implement a first cut of post_message for Workers 1 yıl önce
WorkerDebugConsoleClient.cpp 573cbb5ca0 LibJS+LibWeb+WebContent: Stop using ThrowableStringBuilder 1 yıl önce
WorkerDebugConsoleClient.h ae346cff6b LibWeb: Add partially functioning Worker API 3 yıl önce
WorkerGlobalScope.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
WorkerGlobalScope.h 1602663b9e LibWeb+WebWorker: Implement a first cut of post_message for Workers 1 yıl önce
WorkerGlobalScope.idl 1602663b9e LibWeb+WebWorker: Implement a first cut of post_message for Workers 1 yıl önce
WorkerLocation.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 yıl önce
WorkerLocation.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
WorkerLocation.idl 26e6c47d0a IDL: Add missing spec links 1 yıl önce
WorkerNavigator.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 yıl önce
WorkerNavigator.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 yıl önce
WorkerNavigator.idl 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL 2 yıl önce