Andreas Kling df1bb0ff49 LibWeb: Make HTMLCollection faster when it only cares about children 2 лет назад
..
Canvas 560133a0c6 Everywhere: Remove unused DeprecatedString includes 2 лет назад
CrossOrigin 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 лет назад
CustomElements aff1ec6014 LibJS: Port iterator_step() to GCPtr 2 лет назад
EventLoop 2626e28bb6 LibWeb: Add HTML::Task::Source::NavigationAndTraversal 2 лет назад
Parser 70db40c9b0 LibWeb: Don't include Layout/Node.h from DOM/Element.h 2 лет назад
Scripting f823b297b4 LibWeb: Push the realm execution context while linking modules 2 лет назад
SyntaxHighlighter 6d8f046fd0 LibGfx+Userland: Make TextAttributes::underline_style optional 2 лет назад
AbstractBrowsingContext.h 9f691b7fe4 LibWeb: Convert navigationId from DeprecatedString to String 2 лет назад
ActivateTab.h e6fc35897f WebContent+Everywhere: Add an option to not activate new tabs over IPC 2 лет назад
AnimatedBitmapDecodedImageData.cpp e63f68661f LibWeb: Have ImageProvider bitmap getter take optional size argument 2 лет назад
AnimatedBitmapDecodedImageData.h e63f68661f LibWeb: Have ImageProvider bitmap getter take optional size argument 2 лет назад
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 db2ba5f1d9 LibWeb: Initialize static web strings during main-thread VM creation 2 лет назад
AttributeNames.h 9d78619b59 LibWeb: Let HTMLImageElement delay the document load event again 2 лет назад
BrowsingContext.cpp 6ae208dbf6 LibWeb: Broadcast the viewport rect to clients immediately after layout 2 лет назад
BrowsingContext.h 6ae208dbf6 LibWeb: Broadcast the viewport rect to clients immediately after layout 2 лет назад
BrowsingContextGroup.cpp 3c89286467 LibWeb: Implement creation of fresh top-level traversables 2 лет назад
BrowsingContextGroup.h 3c89286467 LibWeb: Implement creation of fresh top-level traversables 2 лет назад
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 7bd78d40e9 LibGfx+LibWeb: Propagate OOM when appending CanvasGradient color stops 2 лет назад
CanvasGradient.h 2506666991 LibWeb: Make factory methods of HTML::CanvasGradient fallible 2 лет назад
CanvasGradient.idl dc3bf32307 LibWeb: Add barebones CanvasGradient object 3 лет назад
CanvasPattern.cpp 3a0a7e3e96 LibGfx+LibWeb: Propagate OOM when creating PaintStyles 2 лет назад
CanvasPattern.h 3a0a7e3e96 LibGfx+LibWeb: Propagate OOM when creating PaintStyles 2 лет назад
CanvasPattern.idl f74e2da875 LibWeb: Implement CanvasRenderingContext2D.createPattern() 2 лет назад
CanvasRenderingContext2D.cpp 20e9213cc4 LibWeb: Add initial implementation of CRC2D.clip() 2 лет назад
CanvasRenderingContext2D.h 20e9213cc4 LibWeb: Add initial implementation of CRC2D.clip() 2 лет назад
CanvasRenderingContext2D.idl e77552519e LibWeb: Implement CRC2D.imageSmoothingEnabled 2 лет назад
CloseEvent.cpp ad5cbdc51b LibWeb: Port {Mouse,UI,Wheel,}Event to new String 2 лет назад
CloseEvent.h e661f03ffa LibWeb: Port CloseEvent to new String 2 лет назад
CloseEvent.idl e661f03ffa LibWeb: Port CloseEvent to new String 2 лет назад
DOMParser.cpp ff92324fa5 LibWeb: Make factory method of DOM::ElementFactory fallible 2 лет назад
DOMParser.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
DOMParser.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 лет назад
DOMStringMap.cpp 54f58e2662 LibWeb: Restore proper functionality of legacy platform objects 2 лет назад
DOMStringMap.h 54f58e2662 LibWeb: Restore proper functionality of legacy platform objects 2 лет назад
DOMStringMap.idl f6b24a72ee LibWeb: Add support for HTMLOrSVGElement.dataset 3 лет назад
DecodedImageData.cpp 4ee1e5b224 LibWeb: Make DecodedImageData an abstract class 2 лет назад
DecodedImageData.h e63f68661f LibWeb: Have ImageProvider bitmap getter take optional size argument 2 лет назад
DocumentReadyState.h 8496024756 LibWeb: Store HTML document ready state as an enum 3 лет назад
DocumentState.cpp 51d64bdaec LibWeb: Add NestedHistory in DocumentState 2 лет назад
DocumentState.h 60a26077a7 LibWeb: Reuse ReferrerType from Fetch in HTML::DocumentState 2 лет назад
ErrorEvent.cpp ad5cbdc51b LibWeb: Port {Mouse,UI,Wheel,}Event to new String 2 лет назад
ErrorEvent.h 84997ab0ee LibWeb: Port ErrorEvent to new String 2 лет назад
ErrorEvent.idl 84997ab0ee LibWeb: Port ErrorEvent to new String 2 лет назад
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 4d87072201 LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String 2 лет назад
EventNames.h e0002aa993 LibWeb: Move string literals to HTML::EventNames 2 лет назад
Focus.cpp d8ccc2d54e LibWeb: Rename BrowsingContextContainer => NavigableContainer 2 лет назад
Focus.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 лет назад
FormAssociatedElement.cpp 8a5d2be617 Everywhere: Remove unnecessary mutable attributes from lambdas 2 лет назад
FormAssociatedElement.h 7cc6ffe5b7 LibWeb: Implement HTMLFormElement::reset 2 лет назад
FormControlInfrastructure.cpp e43027091d LibWeb: Don't include HTML/Window.h from DOM/Element.h 2 лет назад
FormControlInfrastructure.h 84722ae2ef LibWeb: Implement multipart/form-data encoding algorithm 2 лет назад
FormDataEvent.cpp ad5cbdc51b LibWeb: Port {Mouse,UI,Wheel,}Event to new String 2 лет назад
FormDataEvent.h bb7ae423d5 LibWeb: Port FormDataEvent to new String 2 лет назад
FormDataEvent.idl bb7ae423d5 LibWeb: Port FormDataEvent to new String 2 лет назад
GlobalEventHandlers.cpp 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ 2 лет назад
GlobalEventHandlers.h d7ff360969 LibWeb: Correct casing of webkitTransitionEnd and webkitAnimation* 2 лет назад
HTMLAnchorElement.cpp 88d64fcb55 LibWeb: Add HTMLAnchorElement.referrerPolicy property 2 лет назад
HTMLAnchorElement.h 88d64fcb55 LibWeb: Add HTMLAnchorElement.referrerPolicy property 2 лет назад
HTMLAnchorElement.idl 88d64fcb55 LibWeb: Add HTMLAnchorElement.referrerPolicy property 2 лет назад
HTMLAreaElement.cpp 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 лет назад
HTMLAreaElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 лет назад
HTMLAreaElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 лет назад
HTMLAudioElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLAudioElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLAudioElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs 2 лет назад
HTMLBRElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLBRElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLBRElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 лет назад
HTMLBaseElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLBaseElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLBaseElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 лет назад
HTMLBlinkElement.cpp 70db40c9b0 LibWeb: Don't include Layout/Node.h from DOM/Element.h 2 лет назад
HTMLBlinkElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 лет назад
HTMLBodyElement.cpp 70db40c9b0 LibWeb: Don't include Layout/Node.h from DOM/Element.h 2 лет назад
HTMLBodyElement.h 4d87072201 LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String 2 лет назад
HTMLBodyElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 лет назад
HTMLButtonElement.cpp a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2 лет назад
HTMLButtonElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 лет назад
HTMLButtonElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 лет назад
HTMLCanvasElement.cpp 496b7ffb2b LibGfx: Move all image loaders and writers to a subdirectory 2 лет назад
HTMLCanvasElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLCanvasElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 лет назад
HTMLDListElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLDListElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLDListElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 лет назад
HTMLDataElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLDataElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 лет назад
HTMLDataElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 лет назад
HTMLDataListElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLDataListElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 лет назад
HTMLDataListElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs 2 лет назад
HTMLDetailsElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLDetailsElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 лет назад
HTMLDetailsElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 лет назад
HTMLDialogElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLDialogElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 лет назад
HTMLDialogElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 лет назад
HTMLDirectoryElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLDirectoryElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLDirectoryElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 лет назад
HTMLDivElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLDivElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 лет назад
HTMLDivElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 лет назад
HTMLElement.cpp 20e2c9a7dd LibWeb: Cache state of the contenteditable attribute on HTMLElement 2 лет назад
HTMLElement.h 20e2c9a7dd LibWeb: Cache state of the contenteditable attribute on HTMLElement 2 лет назад
HTMLElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 лет назад
HTMLEmbedElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLEmbedElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLEmbedElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 лет назад
HTMLFieldSetElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLFieldSetElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 лет назад
HTMLFieldSetElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs 2 лет назад
HTMLFontElement.cpp d16600a48b LibWeb: Propagate errors from StyleValue construction 2 лет назад
HTMLFontElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLFontElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 лет назад
HTMLFormElement.cpp df1bb0ff49 LibWeb: Make HTMLCollection faster when it only cares about children 2 лет назад
HTMLFormElement.h 38a3e28799 LibWeb: Stub out a few form validation and selection methods 2 лет назад
HTMLFormElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 лет назад
HTMLFrameElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLFrameElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLFrameElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 лет назад
HTMLFrameSetElement.cpp 2091a11488 LibWeb: Port EventTarget to new {Fly}String 2 лет назад
HTMLFrameSetElement.h 4d87072201 LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String 2 лет назад
HTMLFrameSetElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 лет назад
HTMLHRElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLHRElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 лет назад
HTMLHRElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 лет назад
HTMLHeadElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLHeadElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLHeadElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs 2 лет назад
HTMLHeadingElement.cpp 70db40c9b0 LibWeb: Don't include Layout/Node.h from DOM/Element.h 2 лет назад
HTMLHeadingElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 лет назад
HTMLHeadingElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 лет назад
HTMLHtmlElement.cpp 70db40c9b0 LibWeb: Don't include Layout/Node.h from DOM/Element.h 2 лет назад
HTMLHtmlElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 лет назад
HTMLHtmlElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 лет назад
HTMLHyperlinkElementUtils.cpp 36ff6187f6 Everywhere: Change spelling of 'behaviour' to 'behavior' 2 лет назад
HTMLHyperlinkElementUtils.h 1b811191cd LibWeb+WebContent: Change the "noopener" storage type to a named enum 2 лет назад
HTMLHyperlinkElementUtils.idl 8d2d315858 LibWeb: Extract the HTMLHyperlinkElementUtils IDL mixin 3 лет назад
HTMLIFrameElement.cpp d8ccc2d54e LibWeb: Rename BrowsingContextContainer => NavigableContainer 2 лет назад
HTMLIFrameElement.h d8ccc2d54e LibWeb: Rename BrowsingContextContainer => NavigableContainer 2 лет назад
HTMLIFrameElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 лет назад
HTMLImageElement.cpp 3c7b0192fa LibWeb: Load external images with image/svg+xml as SVG-as-image 2 лет назад
HTMLImageElement.h 3c7b0192fa LibWeb: Load external images with image/svg+xml as SVG-as-image 2 лет назад
HTMLImageElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 лет назад
HTMLInputElement.cpp d16600a48b LibWeb: Propagate errors from StyleValue construction 2 лет назад
HTMLInputElement.h d177d83b44 LibWeb: Implement indeterminate IDL attribute in HTMLInputElement 2 лет назад
HTMLInputElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 лет назад
HTMLLIElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLLIElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 лет назад
HTMLLIElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 лет назад
HTMLLabelElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLLabelElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLLabelElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 лет назад
HTMLLegendElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLLegendElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLLegendElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 лет назад
HTMLLinkElement.cpp 9c2d496dbe LibWeb: Make `processBodyError` take an optional exception 2 лет назад
HTMLLinkElement.h 3f22919eb5 LibWeb: Add missing JS::GCPtr wrappers in HTMLLinkElement 2 лет назад
HTMLLinkElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 лет назад
HTMLMapElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLMapElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLMapElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 лет назад
HTMLMarqueeElement.cpp 70db40c9b0 LibWeb: Don't include Layout/Node.h from DOM/Element.h 2 лет назад
HTMLMarqueeElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLMarqueeElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 лет назад
HTMLMediaElement.cpp b865277275 LibWeb: Wait for media candidates without endlessly queueing microtasks 2 лет назад
HTMLMediaElement.h b865277275 LibWeb: Wait for media candidates without endlessly queueing microtasks 2 лет назад
HTMLMediaElement.idl 32e2207b55 LibWeb: Implement the HTMLMediaElement fastSeek method 2 лет назад
HTMLMenuElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLMenuElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 лет назад
HTMLMenuElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 лет назад
HTMLMetaElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLMetaElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLMetaElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 лет назад
HTMLMeterElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLMeterElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 лет назад
HTMLMeterElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs 2 лет назад
HTMLModElement.cpp 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 лет назад
HTMLModElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 лет назад
HTMLModElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 лет назад
HTMLOListElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLOListElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 лет назад
HTMLOListElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 лет назад
HTMLObjectElement.cpp e63f68661f LibWeb: Have ImageProvider bitmap getter take optional size argument 2 лет назад
HTMLObjectElement.h e63f68661f LibWeb: Have ImageProvider bitmap getter take optional size argument 2 лет назад
HTMLObjectElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 лет назад
HTMLOptGroupElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLOptGroupElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 лет назад
HTMLOptGroupElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 лет назад
HTMLOptionElement.cpp 93ed1b59c8 LibWeb/Infra: Port strip_and_collapse_whitespace() to new String 2 лет назад
HTMLOptionElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 лет назад
HTMLOptionElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 лет назад
HTMLOptionsCollection.cpp df1bb0ff49 LibWeb: Make HTMLCollection faster when it only cares about children 2 лет назад
HTMLOptionsCollection.h 2b391ea622 LibWeb: Make factory method of HTML::HTMLOptionsCollection fallible 2 лет назад
HTMLOptionsCollection.idl ff9856a214 LibWeb: Implement HTMLOptionsCollection.add() 3 лет назад
HTMLOutputElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLOutputElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 лет назад
HTMLOutputElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs 2 лет назад
HTMLParagraphElement.cpp 70db40c9b0 LibWeb: Don't include Layout/Node.h from DOM/Element.h 2 лет назад
HTMLParagraphElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 лет назад
HTMLParagraphElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 лет назад
HTMLParamElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLParamElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLParamElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 лет назад
HTMLPictureElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLPictureElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLPictureElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs 2 лет назад
HTMLPreElement.cpp 70db40c9b0 LibWeb: Don't include Layout/Node.h from DOM/Element.h 2 лет назад
HTMLPreElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 лет назад
HTMLPreElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 лет назад
HTMLProgressElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLProgressElement.h a2f3b6543b LibWeb: Fix is<HTML::HTMLProgressElement>() check 2 лет назад
HTMLProgressElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs 2 лет назад
HTMLQuoteElement.cpp 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 лет назад
HTMLQuoteElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 лет назад
HTMLQuoteElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 лет назад
HTMLScriptElement.cpp a84e64ed22 LibWeb: Implement fetching classic scripts using Fetch infrastructure 2 лет назад
HTMLScriptElement.h a84e64ed22 LibWeb: Implement fetching classic scripts using Fetch infrastructure 2 лет назад
HTMLScriptElement.idl a84e64ed22 LibWeb: Implement fetching classic scripts using Fetch infrastructure 2 лет назад
HTMLSelectElement.cpp 70a2ca7fc0 LibJS: Handle both const and non-const Ts in Handle<T>::create() 2 лет назад
HTMLSelectElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 лет назад
HTMLSelectElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 лет назад
HTMLSlotElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLSlotElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLSlotElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 лет назад
HTMLSourceElement.cpp 05019746d2 LibWeb: Partially implement HTMLSourceElement's insertion/removal steps 2 лет назад
HTMLSourceElement.h 05019746d2 LibWeb: Partially implement HTMLSourceElement's insertion/removal steps 2 лет назад
HTMLSourceElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 лет назад
HTMLSpanElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLSpanElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 лет назад
HTMLSpanElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs 2 лет назад
HTMLStyleElement.cpp 2026ea557e LibWeb: Use is_ascii_case_insensitive_match() where the spec says to 2 лет назад
HTMLStyleElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLStyleElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 лет назад
HTMLTableCaptionElement.cpp 70db40c9b0 LibWeb: Don't include Layout/Node.h from DOM/Element.h 2 лет назад
HTMLTableCaptionElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 лет назад
HTMLTableCaptionElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 лет назад
HTMLTableCellElement.cpp 70db40c9b0 LibWeb: Don't include Layout/Node.h from DOM/Element.h 2 лет назад
HTMLTableCellElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 лет назад
HTMLTableCellElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 лет назад
HTMLTableColElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLTableColElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLTableColElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 лет назад
HTMLTableElement.cpp df1bb0ff49 LibWeb: Make HTMLCollection faster when it only cares about children 2 лет назад
HTMLTableElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 лет назад
HTMLTableElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 лет назад
HTMLTableRowElement.cpp df1bb0ff49 LibWeb: Make HTMLCollection faster when it only cares about children 2 лет назад
HTMLTableRowElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 лет назад
HTMLTableRowElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 лет назад
HTMLTableSectionElement.cpp df1bb0ff49 LibWeb: Make HTMLCollection faster when it only cares about children 2 лет назад
HTMLTableSectionElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 лет назад
HTMLTableSectionElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 лет назад
HTMLTemplateElement.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 лет назад
HTMLTemplateElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLTemplateElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs 2 лет назад
HTMLTextAreaElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLTextAreaElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 лет назад
HTMLTextAreaElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 лет назад
HTMLTimeElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLTimeElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 лет назад
HTMLTimeElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 лет назад
HTMLTitleElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLTitleElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLTitleElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs 2 лет назад
HTMLTrackElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLTrackElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLTrackElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 лет назад
HTMLUListElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLUListElement.h 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 лет назад
HTMLUListElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions 2 лет назад
HTMLUnknownElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLUnknownElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
HTMLUnknownElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs 2 лет назад
HTMLVideoElement.cpp 5bb6e2c80c LibWeb: Null-check layout node before dereferencing in HTMLVideoElement 2 лет назад
HTMLVideoElement.h 70db40c9b0 LibWeb: Don't include Layout/Node.h from DOM/Element.h 2 лет назад
HTMLVideoElement.idl 725d7c3699 LibWeb: Implement HTMLVideoElement's video{Width,Height} attributes 2 лет назад
History.cpp 3b0e5a87db LibWeb: Make SessionHistoryEntry GC-allocated 2 лет назад
History.h 2f4db60c08 LibWeb: Make factory method of HTML::History fallible 2 лет назад
History.idl 2029c98fa7 LibWeb: Add missing property and methods for history object 2 лет назад
HistoryHandlingBehavior.h 4d8edf65b5 LibWeb: Add HistoryHandlingBehavior::Push 2 лет назад
ImageData.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 лет назад
ImageData.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
ImageData.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 лет назад
ImageRequest.cpp 596eabe9e6 LibWeb: Start fleshing out HTML "image requests" and "image data" 2 лет назад
ImageRequest.h 596eabe9e6 LibWeb: Start fleshing out HTML "image requests" and "image data" 2 лет назад
ListOfAvailableImages.cpp 9281bf7a01 LibWeb: Add class to represent "list of available images" from HTML spec 2 лет назад
ListOfAvailableImages.h 9281bf7a01 LibWeb: Add class to represent "list of available images" from HTML spec 2 лет назад
Location.cpp 00493687f2 LibWeb: Implement location.assign 2 лет назад
Location.h 00493687f2 LibWeb: Implement location.assign 2 лет назад
Location.idl 00493687f2 LibWeb: Implement location.assign 2 лет назад
MediaError.cpp 73a80b7047 LibWeb: Implement the MediaError IDL interface 2 лет назад
MediaError.h 73a80b7047 LibWeb: Implement the MediaError IDL interface 2 лет назад
MediaError.idl 73a80b7047 LibWeb: Implement the MediaError IDL interface 2 лет назад
MessageChannel.cpp 471ad7ba01 LibWeb: Make factory method of HTML::MessagePort fallible 2 лет назад
MessageChannel.h 3d79cdf095 LibWeb: Make factory method of HTML::MessageChannel fallible 2 лет назад
MessageChannel.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 лет назад
MessageEvent.cpp ad5cbdc51b LibWeb: Port {Mouse,UI,Wheel,}Event to new String 2 лет назад
MessageEvent.h eed69e5093 LibWeb: Port MessageEvent to new String 2 лет назад
MessageEvent.idl eed69e5093 LibWeb: Port MessageEvent to new String 2 лет назад
MessagePort.cpp 4d87072201 LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String 2 лет назад
MessagePort.h 129ab02470 LibWeb/HTML: Port Window.structuredClone() to IDL 2 лет назад
MessagePort.idl 129ab02470 LibWeb/HTML: Port Window.structuredClone() to IDL 2 лет назад
MimeType.cpp 3a5802540e LibWeb: Follow-up fixes for Linus's comments in #17658 2 лет назад
MimeType.h 3a5802540e LibWeb: Follow-up fixes for Linus's comments in #17658 2 лет назад
MimeType.idl 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} 2 лет назад
MimeTypeArray.cpp 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} 2 лет назад
MimeTypeArray.h 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} 2 лет назад
MimeTypeArray.idl 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} 2 лет назад
Navigable.cpp 872e18f660 LibWeb: Convert Navigable::navigate's csp_navigation_type to an enum 2 лет назад
Navigable.h 872e18f660 LibWeb: Convert Navigable::navigate's csp_navigation_type to an enum 2 лет назад
NavigableContainer.cpp d8ccc2d54e LibWeb: Rename BrowsingContextContainer => NavigableContainer 2 лет назад
NavigableContainer.h d8ccc2d54e LibWeb: Rename BrowsingContextContainer => NavigableContainer 2 лет назад
NavigationParams.h a27a30898c LibWeb: Add fetch_controller property in HTML::NavigationParams 2 лет назад
Navigator.cpp 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} 2 лет назад
Navigator.h 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} 2 лет назад
Navigator.idl 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} 2 лет назад
NavigatorConcurrentHardware.h 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL 2 лет назад
NavigatorConcurrentHardware.idl 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL 2 лет назад
NavigatorID.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 лет назад
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 bf2debdf53 LibWeb: Make navigator.languages an attribute instead of a function 2 лет назад
NavigatorOnLine.h 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL 2 лет назад
NavigatorOnLine.idl 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL 2 лет назад
Origin.h 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 лет назад
POSTResource.h bccc687175 LibWeb: Add request_body property in HTML::POSTResource 2 лет назад
PageTransitionEvent.cpp ad5cbdc51b LibWeb: Port {Mouse,UI,Wheel,}Event to new String 2 лет назад
PageTransitionEvent.h 97947fdffa LibWeb: Port PageTransitionEvent to new String 2 лет назад
PageTransitionEvent.idl 97947fdffa LibWeb: Port PageTransitionEvent to new String 2 лет назад
Path2D.cpp 8a48246ed1 Everywhere: Stop using NonnullRefPtrVector 2 лет назад
Path2D.h a964ebc255 LibWeb: Implement Path2D#addPath 2 лет назад
Path2D.idl a964ebc255 LibWeb: Implement Path2D#addPath 2 лет назад
Plugin.cpp 51c3967516 Everywhere: Use '_{short_,}string' literals more 2 лет назад
Plugin.h 3a5802540e LibWeb: Follow-up fixes for Linus's comments in #17658 2 лет назад
Plugin.idl 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} 2 лет назад
PluginArray.cpp 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} 2 лет назад
PluginArray.h 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} 2 лет назад
PluginArray.idl 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} 2 лет назад
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 ad5cbdc51b LibWeb: Port {Mouse,UI,Wheel,}Event to new String 2 лет назад
PromiseRejectionEvent.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 лет назад
PromiseRejectionEvent.idl dd2d029952 LibWeb: Port PromiseRejectionEvent to new String 2 лет назад
RemoteBrowsingContext.cpp 8026c63e10 LibWeb: Introduce RemoteBrowsingContext 2 лет назад
RemoteBrowsingContext.h 9f691b7fe4 LibWeb: Convert navigationId from DeprecatedString to String 2 лет назад
SandboxingFlagSet.h d073a31c21 LibWeb: Add missing includes 2 лет назад
ScrollOptions.h e43027091d LibWeb: Don't include HTML/Window.h from DOM/Element.h 2 лет назад
SessionHistoryEntry.cpp aa33a3381b LibWeb: Add missing properties from latest spec in SessionHistoryEntry 2 лет назад
SessionHistoryEntry.h 74ab8ec4f0 LibWeb: Add step property in SessionHistoryEntry 2 лет назад
SourceSet.cpp 6fe4fcb74b LibWeb: Add a class to represent the "source set" concept from HTML 2 лет назад
SourceSet.h 6fe4fcb74b LibWeb: Add a class to represent the "source set" concept from HTML 2 лет назад
SourceSnapshotParams.h 8be3de665b LibWeb: Introduce SourceSnapshotParams 2 лет назад
Storage.cpp 57d28c57f7 LibWeb: Restore Storage as a legacy platform object 2 лет назад
Storage.h 57d28c57f7 LibWeb: Restore Storage as a legacy platform object 2 лет назад
Storage.idl 47979996e8 LibWeb: Add Storage interface and window.localStorage 3 лет назад
StructuredSerialize.cpp 09841f56ed LibWeb: Add initial implementation of structured clone 2 лет назад
StructuredSerialize.h 09841f56ed LibWeb: Add initial implementation of structured clone 2 лет назад
SubmitEvent.cpp ad5cbdc51b LibWeb: Port {Mouse,UI,Wheel,}Event to new String 2 лет назад
SubmitEvent.h cec1cda8b0 LibWeb: Port SubmitEvent to new String 2 лет назад
SubmitEvent.idl cec1cda8b0 LibWeb: Port SubmitEvent to new String 2 лет назад
TagNames.cpp db2ba5f1d9 LibWeb: Initialize static web strings during main-thread VM creation 2 лет назад
TagNames.h 034aaf3f51 LibWeb: Introduce CustomElementRegistry and creating custom elements 2 лет назад
TextMetrics.cpp c5de2c3348 LibWeb: Make factory method of HTML::TextMetrics fallible 2 лет назад
TextMetrics.h c5de2c3348 LibWeb: Make factory method of HTML::TextMetrics fallible 2 лет назад
TextMetrics.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 лет назад
TimeRanges.cpp 680a9f748e LibWeb: Stub out the HTML TimeRanges IDL interface 2 лет назад
TimeRanges.h 680a9f748e LibWeb: Stub out the HTML TimeRanges IDL interface 2 лет назад
TimeRanges.idl 680a9f748e LibWeb: Stub out the HTML TimeRanges IDL interface 2 лет назад
Timer.cpp b579093ad0 LibWeb: Change HTML::Timer to store its owning window as a JS::Object 2 лет назад
Timer.h b579093ad0 LibWeb: Change HTML::Timer to store its owning window as a JS::Object 2 лет назад
TokenizedFeatures.h 2a410f8985 LibWeb: Change "popup"-related storage types to named enums 2 лет назад
TrackEvent.cpp ad5cbdc51b LibWeb: Port {Mouse,UI,Wheel,}Event to new String 2 лет назад
TrackEvent.h 460e1bd072 LibWeb: Implement TrackEvent for media events 2 лет назад
TrackEvent.idl 460e1bd072 LibWeb: Implement TrackEvent for media events 2 лет назад
TraversableNavigable.cpp 0444df1a7c LibWeb: Implement "clear the forward session history" for traversable 2 лет назад
TraversableNavigable.h 0444df1a7c LibWeb: Implement "clear the forward session history" for traversable 2 лет назад
VideoTrack.cpp f063eb3218 LibWeb: Add missing call to Base in VideoTrack::visit_edges() 2 лет назад
VideoTrack.h 5a98a5529f LibWeb: Begin implementing media resource seeking 2 лет назад
VideoTrack.idl 3f1badf9b2 LibWeb: Implement VideoTrack and VideoTrackList 2 лет назад
VideoTrackList.cpp 3f1badf9b2 LibWeb: Implement VideoTrack and VideoTrackList 2 лет назад
VideoTrackList.h 3f1badf9b2 LibWeb: Implement VideoTrack and VideoTrackList 2 лет назад
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 cbefab21be LibWeb: Port fire_a_page_transition_event() to new FlyString 2 лет назад
Window.h e43027091d LibWeb: Don't include HTML/Window.h from DOM/Element.h 2 лет назад
Window.idl 034aaf3f51 LibWeb: Introduce CustomElementRegistry and creating custom elements 2 лет назад
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 036e1e1bcf LibWeb: Implement performance.{measure,clearMeasures} 2 лет назад
WindowOrWorkerGlobalScope.h cbe0901706 LibWeb: Implement performance.mark and performance.clearMarks 2 лет назад
WindowOrWorkerGlobalScope.idl 0aa4466ce9 LibWeb: Port {set,clear}{Timeout,Interval} to IDL 2 лет назад
WindowProxy.cpp 3225c39191 LibWeb: Implement Document::make_active() 2 лет назад
WindowProxy.h 3225c39191 LibWeb: Implement Document::make_active() 2 лет назад
WindowSessionStorage.idl a31c561a5a LibWeb/HTML: Port Window.sessionStorage to IDL 2 лет назад
Worker.cpp a9d192e882 LibJS+LibWeb: Explicitly mark ignored members in visit_edges methods 2 лет назад
Worker.h 09d40bfbb2 Everywhere: Use _{short_,}string to create Strings from literals 2 лет назад
Worker.idl e905f25911 LibWeb: Port Worker to new String 2 лет назад
WorkerDebugConsoleClient.cpp f40094d014 LibWeb+LibJS: Format Console arguments with JS::Print 2 лет назад
WorkerDebugConsoleClient.h ae346cff6b LibWeb: Add partially functioning Worker API 3 лет назад
WorkerGlobalScope.cpp dd992e7dad LibWeb: Move timer implementations to WindowOrWorkerGlobalScopeMixin 2 лет назад
WorkerGlobalScope.h c0b2fa74ac LibWeb: Fix a few const-ness issues 2 лет назад
WorkerGlobalScope.idl be727ea871 LibWeb: Port WorkerGlobalScope to new String 2 лет назад
WorkerLocation.cpp 35612c6a7f AK+Everywhere: Change URL::path() to serialize_path() 2 лет назад
WorkerLocation.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 лет назад
WorkerLocation.idl 9c5bdb0b86 LibWeb: Port WorkerLocation to new String 2 лет назад
WorkerNavigator.cpp 193de231e0 LibWeb: Make factory method of HTML::WorkerNavigator fallible 2 лет назад
WorkerNavigator.h 193de231e0 LibWeb: Make factory method of HTML::WorkerNavigator fallible 2 лет назад
WorkerNavigator.idl 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL 2 лет назад