Matthew Olsson 26e6c47d0a IDL: Add missing spec links 1 年間 前
..
Canvas 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 年間 前
CrossOrigin a2f60911fe AK: Rename GenericTraits to DefaultTraits 1 年間 前
CustomElements 26e6c47d0a IDL: Add missing spec links 1 年間 前
EventLoop 93e4a0de16 LibWeb: Move has_a_rendering_opportunity() to Navigable 1 年間 前
Parser 87a4a5b302 LibWeb: Remove FIXMe's for HTML attribute serialization steps 1 年間 前
Scripting a2f60911fe AK: Rename GenericTraits to DefaultTraits 1 年間 前
SyntaxHighlighter 1f8d72da8e LibWeb: Port HTMLToken::to_deprecated_string to new AK String 1 年間 前
AbstractBrowsingContext.h 24b3e315a0 LibWeb: Remove unused navigation methods in BrowsingContext 1 年間 前
ActivateTab.h e6fc35897f WebContent+Everywhere: Add an option to not activate new tabs over IPC 2 年 前
AnimatedBitmapDecodedImageData.cpp 34c5043cbe LibWeb: Use `CSSPixelFraction` to represent aspect ratios 1 年間 前
AnimatedBitmapDecodedImageData.h 34c5043cbe LibWeb: Use `CSSPixelFraction` to represent aspect ratios 1 年間 前
AnimationFrameCallbackDriver.h bab883bf8e LibJS+LibWeb: Add a bunch of missing includes 2 年 前
AnimationFrameProvider.idl a2fb3a1653 LibWeb/HTML: Port Window.cancelAnimationFrame() to IDL 2 年 前
AttributeNames.cpp e4f8c59210 LibWeb: Port AttributeNames to FlyString 1 年間 前
AttributeNames.h 1cdbfc2ff1 LibWeb: Add ol start and li value attributes support 1 年間 前
AudioTrack.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 年間 前
AudioTrack.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
AudioTrack.idl c89fd6dff0 LibWeb: Implement the AudioTrack and AudioTrackList interfaces 2 年 前
AudioTrackList.cpp 89da731aa6 LibJS+LibWeb: Devirtualize may_interfere_with_indexed_property_access() 1 年間 前
AudioTrackList.h 89da731aa6 LibJS+LibWeb: Devirtualize may_interfere_with_indexed_property_access() 1 年間 前
AudioTrackList.idl c89fd6dff0 LibWeb: Implement the AudioTrack and AudioTrackList interfaces 2 年 前
BrowsingContext.cpp 3ff81dcb65 LibWeb: Make Web::Namespace::Foo strings be FlyString 1 年間 前
BrowsingContext.h 895ec6ad09 LibWeb: Remove unused append_child and remove_child in BrowsingContext 1 年間 前
BrowsingContextGroup.cpp 51caa14381 LibWeb: Remove FrameLoader 1 年間 前
BrowsingContextGroup.h 24f97491bf LibWeb: Delete unused create_a_new_browsing_context_group() 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 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String 1 年間 前
CanvasGradient.h c4f12feadc LibWeb: Port CanvasGradient interface from DeprecatedString to String 1 年間 前
CanvasGradient.idl 26e6c47d0a IDL: Add missing spec links 1 年間 前
CanvasPattern.cpp 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String 1 年間 前
CanvasPattern.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
CanvasPattern.idl 26e6c47d0a IDL: Add missing spec links 1 年間 前
CanvasRenderingContext2D.cpp 274e0f4988 LibWeb/Canvas: Calculate text width for measureText correctly 1 年間 前
CanvasRenderingContext2D.h d312fdc2d3 LibWeb: Port CanvasRenderingContext2D from DeprecatedString to String 1 年間 前
CanvasRenderingContext2D.idl d312fdc2d3 LibWeb: Port CanvasRenderingContext2D from DeprecatedString to String 1 年間 前
CloseEvent.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 年間 前
CloseEvent.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 年間 前
CloseEvent.idl 26e6c47d0a IDL: Add missing spec links 1 年間 前
DOMParser.cpp f052823f5f LibWeb: Use FlyString for create_element() namespace strings 1 年間 前
DOMParser.h 8531d11fab LibWeb: Port DOMParser interface from DeprecatedString to String 1 年間 前
DOMParser.idl 8531d11fab LibWeb: Port DOMParser interface from DeprecatedString to String 1 年間 前
DOMStringMap.cpp 673e3ec57d LibWeb: Port Element::set_attribute_value from DeprecatedString 1 年間 前
DOMStringMap.h b37aab1277 LibWeb: Port named_item_value from DeprecatedFlyString 1 年間 前
DOMStringMap.idl 26e6c47d0a IDL: Add missing spec links 1 年間 前
DecodedImageData.cpp 4ee1e5b224 LibWeb: Make DecodedImageData an abstract class 2 年 前
DecodedImageData.h 34c5043cbe LibWeb: Use `CSSPixelFraction` to represent aspect ratios 1 年間 前
DocumentReadyState.h 8496024756 LibWeb: Store HTML document ready state as an enum 3 年 前
DocumentState.cpp 51d64bdaec LibWeb: Add NestedHistory in DocumentState 2 年 前
DocumentState.h 0c85a7cebc LibWeb: Add DocumentState about base url member 1 年間 前
ErrorEvent.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 年間 前
ErrorEvent.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 年間 前
ErrorEvent.idl 26e6c47d0a IDL: Add missing spec links 1 年間 前
EventHandler.cpp 82eeee2008 LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects 2 年 前
EventHandler.h 82eeee2008 LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects 2 年 前
EventNames.cpp 25eee91811 AK: Make "foo"_fly_string infallible 2 年 前
EventNames.h 47616210b6 LibWeb: Add HTML::EventNames::loadend 1 年間 前
Focus.cpp 38cb15ff49 LibWeb: Move system visibility state to TraversableNavigable 1 年間 前
Focus.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年 前
FormAssociatedElement.cpp 0937d88869 LibWeb: Remove more DeprecatedString null state remnants 1 年間 前
FormAssociatedElement.h c9c1ddd0bb LibWeb: Fix up constructing the form entry list 2 年 前
FormControlInfrastructure.cpp 7206f1777a LibWeb: Port HTMLOptionElement interface from DeprecatedString to String 1 年間 前
FormControlInfrastructure.h c9c1ddd0bb LibWeb: Fix up constructing the form entry list 2 年 前
FormDataEvent.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 年間 前
FormDataEvent.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
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 aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString 1 年間 前
HTMLAnchorElement.h aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString 1 年間 前
HTMLAnchorElement.idl e5910a4593 LibWeb: Port HTMLAnchorElement interface from DeprecatedString to String 1 年間 前
HTMLAreaElement.cpp aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString 1 年間 前
HTMLAreaElement.h aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString 1 年間 前
HTMLAreaElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 年間 前
HTMLAudioElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLAudioElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLAudioElement.idl 26e6c47d0a IDL: Add missing spec links 1 年間 前
HTMLBRElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLBRElement.h d54cd23615 LibWeb: Never blockify HTML <br> elements 1 年間 前
HTMLBRElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 年間 前
HTMLBaseElement.cpp aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString 1 年間 前
HTMLBaseElement.h aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString 1 年間 前
HTMLBaseElement.idl c405ba6b08 LibWeb: Port HTMLBaseElement interface from DeprecatedString to String 1 年間 前
HTMLBodyElement.cpp aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString 1 年間 前
HTMLBodyElement.h aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString 1 年間 前
HTMLBodyElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 年間 前
HTMLButtonElement.cpp 5dfe21be85 LibWeb: Remove unused method on HTMLButtonElement 1 年間 前
HTMLButtonElement.h 5dfe21be85 LibWeb: Remove unused method on HTMLButtonElement 1 年間 前
HTMLButtonElement.idl d767f14df8 LibWeb: Introduce the concept of "Enumerated" values 1 年間 前
HTMLCanvasElement.cpp e4f8c59210 LibWeb: Port AttributeNames to FlyString 1 年間 前
HTMLCanvasElement.h 5e7a82a853 LibWeb: Create canvas bitmap when not existing in toDataURL and toBlob 1 年間 前
HTMLCanvasElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 年間 前
HTMLDListElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLDListElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLDListElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 年 前
HTMLDataElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLDataElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLDataElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 年間 前
HTMLDataListElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLDataListElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLDataListElement.idl 3e778fe29c LibWeb: Reorder and add missing form elements IDL items 1 年間 前
HTMLDetailsElement.cpp 3ff81dcb65 LibWeb: Make Web::Namespace::Foo strings be FlyString 1 年間 前
HTMLDetailsElement.h aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString 1 年間 前
HTMLDetailsElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 年間 前
HTMLDialogElement.cpp e2dcd97c88 LibWeb: Stub out HTMLDialogElement APIs 1 年間 前
HTMLDialogElement.h e2dcd97c88 LibWeb: Stub out HTMLDialogElement APIs 1 年間 前
HTMLDialogElement.idl e2dcd97c88 LibWeb: Stub out HTMLDialogElement APIs 1 年間 前
HTMLDirectoryElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLDirectoryElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLDirectoryElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 年 前
HTMLDivElement.cpp 8a8cc18cf4 LibWeb: Make StyleValue constructors infallible 1 年間 前
HTMLDivElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLDivElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 年間 前
HTMLDocument.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 年間 前
HTMLDocument.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 年間 前
HTMLDocument.idl 26e6c47d0a IDL: Add missing spec links 1 年間 前
HTMLElement.cpp aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString 1 年間 前
HTMLElement.h aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString 1 年間 前
HTMLElement.idl 26e6c47d0a IDL: Add missing spec links 1 年間 前
HTMLEmbedElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLEmbedElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLEmbedElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 年間 前
HTMLFieldSetElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLFieldSetElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLFieldSetElement.idl 3e778fe29c LibWeb: Reorder and add missing form elements IDL items 1 年間 前
HTMLFontElement.cpp 8a8cc18cf4 LibWeb: Make StyleValue constructors infallible 1 年間 前
HTMLFontElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLFontElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 年間 前
HTMLFormElement.cpp 44f7d7406c LibWeb: Use struct to pass Navigable::navigate() params 1 年間 前
HTMLFormElement.h 857537f90c LibWeb: Update HTMLFormElement to use navigables 1 年間 前
HTMLFormElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 年間 前
HTMLFrameElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLFrameElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLFrameElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 年間 前
HTMLFrameSetElement.cpp aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString 1 年間 前
HTMLFrameSetElement.h aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString 1 年間 前
HTMLFrameSetElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 年間 前
HTMLHRElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLHRElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLHRElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 年間 前
HTMLHeadElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLHeadElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLHeadElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs 2 年 前
HTMLHeadingElement.cpp 8a8cc18cf4 LibWeb: Make StyleValue constructors infallible 1 年間 前
HTMLHeadingElement.h 4321606bba LibWeb: Port Element interface from DeprecatedString 1 年間 前
HTMLHeadingElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 年間 前
HTMLHtmlElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLHtmlElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLHtmlElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 年間 前
HTMLHyperlinkElementUtils.cpp aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString 1 年間 前
HTMLHyperlinkElementUtils.h aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString 1 年間 前
HTMLHyperlinkElementUtils.idl 8d2d315858 LibWeb: Extract the HTMLHyperlinkElementUtils IDL mixin 3 年 前
HTMLIFrameElement.cpp aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString 1 年間 前
HTMLIFrameElement.h aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString 1 年間 前
HTMLIFrameElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 年間 前
HTMLImageElement.cpp aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString 1 年間 前
HTMLImageElement.h aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString 1 年間 前
HTMLImageElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 年間 前
HTMLInputElement.cpp f2e77f7778 LibWeb: Port handle_readonly_attribute from DeprecatedFlyString 1 年間 前
HTMLInputElement.h f2e77f7778 LibWeb: Port handle_readonly_attribute from DeprecatedFlyString 1 年間 前
HTMLInputElement.idl d5ca8209bf LibWeb: Add input element valueAsNumber 1 年間 前
HTMLLIElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLLIElement.h 1cdbfc2ff1 LibWeb: Add ol start and li value attributes support 1 年間 前
HTMLLIElement.idl 1cdbfc2ff1 LibWeb: Add ol start and li value attributes support 1 年間 前
HTMLLabelElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLLabelElement.h aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString 1 年間 前
HTMLLabelElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 年間 前
HTMLLegendElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLLegendElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLLegendElement.idl 3e778fe29c LibWeb: Reorder and add missing form elements IDL items 1 年間 前
HTMLLinkElement.cpp 19313945f2 LibWeb: Implement loading a favicon in absence of a <link> icon element 1 年間 前
HTMLLinkElement.h 19313945f2 LibWeb: Implement loading a favicon in absence of a <link> icon element 1 年間 前
HTMLLinkElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 年間 前
HTMLMapElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLMapElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLMapElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 年間 前
HTMLMarqueeElement.cpp 8a8cc18cf4 LibWeb: Make StyleValue constructors infallible 1 年間 前
HTMLMarqueeElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLMarqueeElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 年間 前
HTMLMediaElement.cpp aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString 1 年間 前
HTMLMediaElement.h aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString 1 年間 前
HTMLMediaElement.idl d767f14df8 LibWeb: Introduce the concept of "Enumerated" values 1 年間 前
HTMLMenuElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLMenuElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLMenuElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 年間 前
HTMLMetaElement.cpp a5b01689f1 LibWeb+LibWebView+WebContent: Add support for meta theme-color 1 年間 前
HTMLMetaElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLMetaElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 年間 前
HTMLMeterElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLMeterElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLMeterElement.idl 3e778fe29c LibWeb: Reorder and add missing form elements IDL items 1 年間 前
HTMLModElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLModElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLModElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 年間 前
HTMLOListElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLOListElement.h 1cdbfc2ff1 LibWeb: Add ol start and li value attributes support 1 年間 前
HTMLOListElement.idl 1cdbfc2ff1 LibWeb: Add ol start and li value attributes support 1 年間 前
HTMLObjectElement.cpp aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString 1 年間 前
HTMLObjectElement.h aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString 1 年間 前
HTMLObjectElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 年間 前
HTMLOptGroupElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLOptGroupElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLOptGroupElement.idl 3e778fe29c LibWeb: Reorder and add missing form elements IDL items 1 年間 前
HTMLOptionElement.cpp aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString 1 年間 前
HTMLOptionElement.h aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString 1 年間 前
HTMLOptionElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 年間 前
HTMLOptionsCollection.cpp 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String 1 年間 前
HTMLOptionsCollection.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 年間 前
HTMLOptionsCollection.idl 26e6c47d0a IDL: Add missing spec links 1 年間 前
HTMLOutputElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLOutputElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLOutputElement.idl 3e778fe29c LibWeb: Reorder and add missing form elements IDL items 1 年間 前
HTMLParagraphElement.cpp 8a8cc18cf4 LibWeb: Make StyleValue constructors infallible 1 年間 前
HTMLParagraphElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLParagraphElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 年間 前
HTMLParamElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLParamElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLParamElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 年間 前
HTMLPictureElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLPictureElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLPictureElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs 2 年 前
HTMLPreElement.cpp 8a8cc18cf4 LibWeb: Make StyleValue constructors infallible 1 年間 前
HTMLPreElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLPreElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 年間 前
HTMLProgressElement.cpp e4f8c59210 LibWeb: Port AttributeNames to FlyString 1 年間 前
HTMLProgressElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLProgressElement.idl 3e778fe29c LibWeb: Reorder and add missing form elements IDL items 1 年間 前
HTMLQuoteElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLQuoteElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLQuoteElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 年間 前
HTMLScriptElement.cpp 5aa7c51956 LibWeb: Pass around JS::HeapFunctions when fetching scripts 1 年間 前
HTMLScriptElement.h aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString 1 年間 前
HTMLScriptElement.idl d767f14df8 LibWeb: Introduce the concept of "Enumerated" values 1 年間 前
HTMLSelectElement.cpp 47514e07b4 LibWeb: Make Element attribute getters take a StringView 1 年間 前
HTMLSelectElement.h 29bb0f0ae6 LibWeb: Stub out an "open" state on `<select>` elements 1 年間 前
HTMLSelectElement.idl 3e778fe29c LibWeb: Reorder and add missing form elements IDL items 1 年間 前
HTMLSlotElement.cpp 7e9a40dbad LibWeb: Port attribute change steps from DeprecatedFlyString 1 年間 前
HTMLSlotElement.h a6131634f1 LibWeb: Add fast_is<T>() for HTMLSlotElement 1 年間 前
HTMLSlotElement.idl e9da74ebe0 LibWeb: Implement manual slottable assignment 1 年間 前
HTMLSourceElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLSourceElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLSourceElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 年間 前
HTMLSpanElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLSpanElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLSpanElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs 2 年 前
HTMLStyleElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLStyleElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLStyleElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 年間 前
HTMLSummaryElement.cpp e4f8c59210 LibWeb: Port AttributeNames to FlyString 1 年間 前
HTMLSummaryElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLTableCaptionElement.cpp 8a8cc18cf4 LibWeb: Make StyleValue constructors infallible 1 年間 前
HTMLTableCaptionElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLTableCaptionElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 年間 前
HTMLTableCellElement.cpp e4f8c59210 LibWeb: Port AttributeNames to FlyString 1 年間 前
HTMLTableCellElement.h 354d2ccc3c LibWeb: Support fast_is<T>() for table, table sections, rows and cells 1 年間 前
HTMLTableCellElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 年間 前
HTMLTableColElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLTableColElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLTableColElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 年間 前
HTMLTableElement.cpp 3ff81dcb65 LibWeb: Make Web::Namespace::Foo strings be FlyString 1 年間 前
HTMLTableElement.h b13fe9397d LibWeb: Support border attribute on the table element 1 年間 前
HTMLTableElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 年間 前
HTMLTableRowElement.cpp 3ff81dcb65 LibWeb: Make Web::Namespace::Foo strings be FlyString 1 年間 前
HTMLTableRowElement.h 354d2ccc3c LibWeb: Support fast_is<T>() for table, table sections, rows and cells 1 年間 前
HTMLTableRowElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 年間 前
HTMLTableSectionElement.cpp 3ff81dcb65 LibWeb: Make Web::Namespace::Foo strings be FlyString 1 年間 前
HTMLTableSectionElement.h 354d2ccc3c LibWeb: Support fast_is<T>() for table, table sections, rows and cells 1 年間 前
HTMLTableSectionElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 年間 前
HTMLTemplateElement.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 年間 前
HTMLTemplateElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLTemplateElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs 2 年 前
HTMLTextAreaElement.cpp 3ff81dcb65 LibWeb: Make Web::Namespace::Foo strings be FlyString 1 年間 前
HTMLTextAreaElement.h 9e227dfc16 LibWeb: Flesh out HTMLTextAreaElement 1 年間 前
HTMLTextAreaElement.idl 3e778fe29c LibWeb: Reorder and add missing form elements IDL items 1 年間 前
HTMLTimeElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLTimeElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLTimeElement.idl a53459192f LibWeb: Add Optional<String> overload for Element::set_attribute 1 年間 前
HTMLTitleElement.cpp ee50d9b2b5 LibWeb: Update Page to use navigables 1 年間 前
HTMLTitleElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLTitleElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 年間 前
HTMLTrackElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLTrackElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLTrackElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 年間 前
HTMLUListElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLUListElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLUListElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 年間 前
HTMLUnknownElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLUnknownElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
HTMLUnknownElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs 2 年 前
HTMLVideoElement.cpp aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString 1 年間 前
HTMLVideoElement.h aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString 1 年間 前
HTMLVideoElement.idl fc46def2f5 LibWeb: Reorder and add missing HTML elements IDL items 1 年間 前
History.cpp f9520af71e LibWeb: Do page_did_start_loading if history state is pushed/replaced 1 年間 前
History.h 7cdbd59e92 LibWeb: Update session history when `History` entry is pushed/replaced 1 年間 前
History.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 年間 前
HistoryHandlingBehavior.h 4d8edf65b5 LibWeb: Add HistoryHandlingBehavior::Push 2 年 前
ImageData.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 年間 前
ImageData.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
ImageData.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年 前
ImageRequest.cpp df86e52d75 LibWeb: Use JS::HeapFunction for callbacks in SharedImageRequest 1 年間 前
ImageRequest.h df86e52d75 LibWeb: Use JS::HeapFunction for callbacks in SharedImageRequest 1 年間 前
ListOfAvailableImages.cpp 9281bf7a01 LibWeb: Add class to represent "list of available images" from HTML spec 2 年 前
ListOfAvailableImages.h a2f60911fe AK: Rename GenericTraits to DefaultTraits 1 年間 前
Location.cpp 89da731aa6 LibJS+LibWeb: Devirtualize may_interfere_with_indexed_property_access() 1 年間 前
Location.h 89da731aa6 LibJS+LibWeb: Devirtualize may_interfere_with_indexed_property_access() 1 年間 前
Location.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 年間 前
MediaError.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
MediaError.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
MediaError.idl 73a80b7047 LibWeb: Implement the MediaError IDL interface 2 年 前
MessageChannel.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 年間 前
MessageChannel.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
MessageChannel.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年 前
MessageEvent.cpp 1607b2c978 LibWeb: Add MessageEvent.source 1 年間 前
MessageEvent.h 464cc55b16 LibWeb: Default initialize strings in MessageEventInit 1 年間 前
MessageEvent.idl 1607b2c978 LibWeb: Add MessageEvent.source 1 年間 前
MessagePort.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 年間 前
MessagePort.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 年間 前
MessagePort.idl 129ab02470 LibWeb/HTML: Port Window.structuredClone() to IDL 2 年 前
MimeType.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
MimeType.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
MimeType.idl 26e6c47d0a IDL: Add missing spec links 1 年間 前
MimeTypeArray.cpp b37aab1277 LibWeb: Port named_item_value from DeprecatedFlyString 1 年間 前
MimeTypeArray.h b37aab1277 LibWeb: Port named_item_value from DeprecatedFlyString 1 年間 前
MimeTypeArray.idl 26e6c47d0a IDL: Add missing spec links 1 年間 前
Navigable.cpp 7467307377 LibWeb: Use "POST" instead of "post" for POST resources in navigables 1 年間 前
Navigable.h 44f7d7406c LibWeb: Use struct to pass Navigable::navigate() params 1 年間 前
NavigableContainer.cpp 2f5ff14984 LibWeb: Fix spec implementation mistakes in destroy_the_child_navigable 1 年間 前
NavigableContainer.h 912cf89727 LibWeb: Update HTMLIFrameElement to use navigables 1 年間 前
NavigateEvent.cpp 426b7ffa41 LibWeb: Don't include Window.h in Element.h and Document.h 1 年間 前
NavigateEvent.h 3935105d0a LibWeb: Implement the inner navigate event firing algorithm 1 年間 前
NavigateEvent.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 年間 前
Navigation.cpp 0f8ae12d44 LibWeb: Implement fire a download request navigate event 1 年間 前
Navigation.h 0f8ae12d44 LibWeb: Implement fire a download request navigate event 1 年間 前
Navigation.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 年間 前
NavigationCurrentEntryChangeEvent.cpp 51c2835044 LibWeb: Add NavigationCurrentEntryChangeEvent, fired when navigating 1 年間 前
NavigationCurrentEntryChangeEvent.h 51c2835044 LibWeb: Add NavigationCurrentEntryChangeEvent, fired when navigating 1 年間 前
NavigationCurrentEntryChangeEvent.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 年間 前
NavigationDestination.cpp 4989375191 LibWeb: Add NavigationDestination, used for NavigateEvents 1 年間 前
NavigationDestination.h e05a6f6aa2 LibWeb: Add getter to NavigationDestination to get its URL as an AK::URL 1 年間 前
NavigationDestination.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 年間 前
NavigationHistoryEntry.cpp 8e03f8cb4a LibWeb: Use window.navigation in NavigationHistoryEntry::index 1 年間 前
NavigationHistoryEntry.h 3c1d4eab24 LibWeb: Add NavigationHistoryEntry, a wrapper around SessionHistoryEntry 1 年間 前
NavigationHistoryEntry.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 年間 前
NavigationParams.h dc0f7c4c54 LibWeb: Align NavigationParams and the creation AOs to the spec 1 年間 前
NavigationTransition.cpp 3dd3b2019d LibWeb: Add NavigationTransition, a transient property of Navigation 1 年間 前
NavigationTransition.h 3dd3b2019d LibWeb: Add NavigationTransition, a transient property of Navigation 1 年間 前
NavigationTransition.idl 26e6c47d0a IDL: Add missing spec links 1 年間 前
NavigationType.h daa9c4a650 LibWeb: Add NavigationType to prep for Navigation API platform objects 1 年間 前
NavigationType.idl daa9c4a650 LibWeb: Add NavigationType to prep for Navigation API platform objects 1 年間 前
Navigator.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 年間 前
Navigator.h 9939b028c6 LibWeb: Add basic Navigator send beacon support 1 年間 前
Navigator.idl 9939b028c6 LibWeb: Add basic Navigator send beacon support 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 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL 2 年 前
NavigatorID.cpp 1653c5ea41 LibWeb: Use current platform for navigator.platform 1 年間 前
NavigatorID.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年 前
NavigatorID.idl 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL 2 年 前
NavigatorLanguage.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年 前
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 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL 2 年 前
Numbers.cpp 9812031a02 LibWeb: Implement spec-compliant integer parsing 1 年間 前
Numbers.h 9812031a02 LibWeb: Implement spec-compliant integer parsing 1 年間 前
Origin.h a2f60911fe AK: Rename GenericTraits to DefaultTraits 1 年間 前
POSTResource.h bccc687175 LibWeb: Add request_body property in HTML::POSTResource 2 年 前
PageTransitionEvent.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 年間 前
PageTransitionEvent.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 年間 前
PageTransitionEvent.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 年間 前
Path2D.cpp 826374d04b LibWeb: Port Path2D interface from DeprecatedString to String 1 年間 前
Path2D.h 826374d04b LibWeb: Port Path2D interface from DeprecatedString to String 1 年間 前
Path2D.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 年間 前
Plugin.cpp b37aab1277 LibWeb: Port named_item_value from DeprecatedFlyString 1 年間 前
Plugin.h b37aab1277 LibWeb: Port named_item_value from DeprecatedFlyString 1 年間 前
Plugin.idl 26e6c47d0a IDL: Add missing spec links 1 年間 前
PluginArray.cpp b37aab1277 LibWeb: Port named_item_value from DeprecatedFlyString 1 年間 前
PluginArray.h b37aab1277 LibWeb: Port named_item_value from DeprecatedFlyString 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 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 年間 前
PromiseRejectionEvent.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 年間 前
PromiseRejectionEvent.idl 26e6c47d0a IDL: Add missing spec links 1 年間 前
RemoteBrowsingContext.cpp c911781c21 Everywhere: Remove needless trailing semi-colons after functions 2 年 前
RemoteBrowsingContext.h 24b3e315a0 LibWeb: Remove unused navigation methods in BrowsingContext 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 年 前
SessionHistoryEntry.cpp 6856634ebc LibWeb: Add fields to SessionHistoryEntry required by Navigation API 1 年間 前
SessionHistoryEntry.h ce9af96f78 LibWeb: Use document from DocumentState in navigation 1 年間 前
SessionHistoryTraversalQueue.h 9b16e5373d LibWeb: Process session history queue after initial iframe navigation 1 年間 前
SharedImageRequest.cpp 8ebb4e8047 LibWeb: Forbid sharing image requests across documents 1 年間 前
SharedImageRequest.h 8ebb4e8047 LibWeb: Forbid sharing image requests across documents 1 年間 前
SourceSet.cpp 0103940cee LibWeb: Resolve viewport-relative <img sizes> values 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 b37aab1277 LibWeb: Port named_item_value from DeprecatedFlyString 1 年間 前
Storage.h b37aab1277 LibWeb: Port named_item_value from DeprecatedFlyString 1 年間 前
Storage.idl 26e6c47d0a IDL: Add missing spec links 1 年間 前
StructuredSerialize.cpp 9267e24741 LibJS+LibWeb: Track SharedArrayBuffers' shared state 1 年間 前
StructuredSerialize.h bddf3fbf2d LibWeb: Make StructuredSerialize/Deserialize friendlier to recursion 1 年間 前
SubmitEvent.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 年間 前
SubmitEvent.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 年間 前
SubmitEvent.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 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 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 年間 前
TextMetrics.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 年間 前
TextMetrics.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 年間 前
TimeRanges.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
TimeRanges.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
TimeRanges.idl 680a9f748e LibWeb: Stub out the HTML TimeRanges IDL interface 2 年 前
Timer.cpp 4e8654e31b LibWeb: Use JS::HeapFunction for HTML::Timer callback 1 年間 前
Timer.h 4e8654e31b LibWeb: Use JS::HeapFunction for HTML::Timer callback 1 年間 前
ToggleEvent.cpp 153ae93f9c LibWeb: Implement ToggleEvent for HTMLDetailsElement 1 年間 前
ToggleEvent.h 153ae93f9c LibWeb: Implement ToggleEvent for HTMLDetailsElement 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 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 年間 前
TrackEvent.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 年間 前
TrackEvent.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 年間 前
TraversableNavigable.cpp 38531ce7cf LibWeb: Do not unload during same-document history step application 1 年間 前
TraversableNavigable.h 699ead0939 LibWeb: Start fleshing out update document for history step application 1 年間 前
VideoTrack.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 年間 前
VideoTrack.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
VideoTrack.idl 3f1badf9b2 LibWeb: Implement VideoTrack and VideoTrackList 2 年 前
VideoTrackList.cpp 89da731aa6 LibJS+LibWeb: Devirtualize may_interfere_with_indexed_property_access() 1 年間 前
VideoTrackList.h 89da731aa6 LibJS+LibWeb: Devirtualize may_interfere_with_indexed_property_access() 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 年 前
Window.cpp fc42c75a0c LibWeb: Make Window.postMessage closer to the spec 1 年間 前
Window.h fc42c75a0c LibWeb: Make Window.postMessage closer to the spec 1 年間 前
Window.idl fc42c75a0c LibWeb: Make Window.postMessage closer to the spec 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 4e8654e31b LibWeb: Use JS::HeapFunction for HTML::Timer callback 1 年間 前
WindowOrWorkerGlobalScope.h e7a3040c9f LibWeb: Do not use JS::Handle for TimerHandler 1 年間 前
WindowOrWorkerGlobalScope.idl 0aa4466ce9 LibWeb: Port {set,clear}{Timeout,Interval} to IDL 2 年 前
WindowProxy.cpp 89da731aa6 LibJS+LibWeb: Devirtualize may_interfere_with_indexed_property_access() 1 年間 前
WindowProxy.h 89da731aa6 LibJS+LibWeb: Devirtualize may_interfere_with_indexed_property_access() 1 年間 前
WindowSessionStorage.idl a31c561a5a LibWeb/HTML: Port Window.sessionStorage to IDL 2 年 前
Worker.cpp b9e0ad4358 LibWeb: Make ResourceLoader pass body and headers in error callback 1 年間 前
Worker.h 426b7ffa41 LibWeb: Don't include Window.h in Element.h and Document.h 1 年間 前
Worker.idl 26e6c47d0a IDL: Add missing spec links 1 年間 前
WorkerDebugConsoleClient.cpp 573cbb5ca0 LibJS+LibWeb+WebContent: Stop using ThrowableStringBuilder 1 年間 前
WorkerDebugConsoleClient.h ae346cff6b LibWeb: Add partially functioning Worker API 3 年 前
WorkerGlobalScope.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 年間 前
WorkerGlobalScope.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年 前
WorkerGlobalScope.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 年間 前
WorkerLocation.cpp 9d60f23abc AK: Port URL::m_fragment from DeprecatedString to String 1 年間 前
WorkerLocation.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 年 前
WorkerLocation.idl 26e6c47d0a IDL: Add missing spec links 1 年間 前
WorkerNavigator.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 年間 前
WorkerNavigator.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 年間 前
WorkerNavigator.idl 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL 2 年 前