ladybird/Libraries/LibWeb/HTML
Aliaksandr Kalenik 082053d781 LibWeb+WebContent+WebWorker: Move backing store allocation in Navigable
Making navigables responsible for backing store allocation will allow us
to have separate backing stores for iframes and run paint updates for
them independently, which is a step toward isolating them into separate
processes.

Another nice side effect is that now Skia backend context is ready by
the time backing stores are allocated, so we will be able to get rid of
BackingStore class in the upcoming changes and allocate PaintingSurface
directly.
2025-07-04 16:12:47 +02:00
..
Canvas LibWeb: Support relative lengths in calc color values 2025-07-04 13:18:55 +01:00
CrossOrigin LibWeb+LibGfx: Apply editorial punctuation/whitespace/markup fixes 2025-06-25 03:12:19 +12:00
CustomElements
EventLoop LibWeb+WebContent+WebWorker: Move backing store allocation in Navigable 2025-07-04 16:12:47 +02:00
Parser LibWeb/HTML: Use lookahead when possible for named character references 2025-07-04 11:11:19 +02:00
Scripting LibWeb/HTML: Unregister ESO during finalize phase 2025-06-18 13:08:30 +02:00
SyntaxHighlighter LibWeb: Make offset for HTML style and script elements one after 2025-07-03 10:11:11 +01:00
AbstractWorker.cpp
AbstractWorker.h
AbstractWorker.idl
ActivateTab.h
AnimatedBitmapDecodedImageData.cpp
AnimatedBitmapDecodedImageData.h
AnimationFrameCallbackDriver.cpp
AnimationFrameCallbackDriver.h
AnimationFrameProvider.idl
AttributeNames.cpp
AttributeNames.h
AudioPlayState.h
AudioTrack.cpp LibWeb: Ensure audio tracks are set to the correct volume before playing 2025-06-26 09:56:39 -04:00
AudioTrack.h
AudioTrack.idl
AudioTrackList.cpp
AudioTrackList.h
AudioTrackList.idl
AutocompleteElement.cpp LibWeb+LibGfx: Apply editorial punctuation/whitespace/markup fixes 2025-06-25 03:12:19 +12:00
AutocompleteElement.h
BarProp.cpp
BarProp.h
BarProp.idl
BeforeUnloadEvent.cpp
BeforeUnloadEvent.h
BeforeUnloadEvent.idl
BroadcastChannel.cpp
BroadcastChannel.h
BroadcastChannel.idl
BrowsingContext.cpp LibURL+LibWeb: Make URL::Origin default constructor private 2025-06-17 20:54:03 +02:00
BrowsingContext.h
BrowsingContextGroup.cpp
BrowsingContextGroup.h
CanvasGradient.cpp
CanvasGradient.h
CanvasGradient.idl
CanvasPattern.cpp LibWeb: Add OffscreenCanvas to IDL types 2025-06-30 09:46:21 -06:00
CanvasPattern.h
CanvasPattern.idl
CanvasRenderingContext2D.cpp LibWeb: Support relative lengths in calc color values 2025-07-04 13:18:55 +01:00
CanvasRenderingContext2D.h LibWeb: Implement basics for OffscreenCanvas 2025-06-30 09:46:21 -06:00
CanvasRenderingContext2D.idl LibWeb: Factor out CanvasSettings mixin into separate file 2025-06-17 16:54:04 -06:00
CloseEvent.cpp
CloseEvent.h
CloseEvent.idl
CloseWatcher.cpp
CloseWatcher.h
CloseWatcher.idl
CloseWatcherManager.cpp
CloseWatcherManager.h
ColorPickerUpdateState.h
CommandEvent.cpp
CommandEvent.h
CommandEvent.idl
CORSSettingAttribute.cpp
CORSSettingAttribute.h
DataTransfer.cpp
DataTransfer.h
DataTransfer.idl
DataTransferItem.cpp
DataTransferItem.h
DataTransferItem.idl
DataTransferItemList.cpp
DataTransferItemList.h
DataTransferItemList.idl
Dates.cpp
Dates.h
DecodedImageData.cpp
DecodedImageData.h
DedicatedWorkerGlobalScope.cpp LibWeb: Don't drop messages received before MessagePort is enabled 2025-06-08 18:26:13 +02:00
DedicatedWorkerGlobalScope.h LibWeb: Don't drop messages received before MessagePort is enabled 2025-06-08 18:26:13 +02:00
DedicatedWorkerGlobalScope.idl
DocumentReadyState.h
DocumentState.cpp
DocumentState.h
DOMParser.cpp
DOMParser.h
DOMParser.idl
DOMStringList.cpp
DOMStringList.h
DOMStringList.idl
DOMStringMap.cpp
DOMStringMap.h
DOMStringMap.idl
DragDataStore.cpp
DragDataStore.h
DragEvent.cpp
DragEvent.h
DragEvent.idl
ElementInternals.cpp
ElementInternals.h
ElementInternals.idl
EmbedderPolicy.cpp
EmbedderPolicy.h
ErrorEvent.cpp
ErrorEvent.h
ErrorEvent.idl
EventHandler.cpp
EventHandler.h
EventNames.cpp
EventNames.h
EventSource.cpp
EventSource.h
EventSource.idl
FileFilter.cpp
FileFilter.h
Focus.cpp LibWeb: Remember last focus trigger in Document 2025-06-13 17:39:11 +02:00
Focus.h LibWeb: Remember last focus trigger in Document 2025-06-13 17:39:11 +02:00
FormAssociatedElement.cpp LibWeb+LibGfx: Apply editorial punctuation/whitespace/markup fixes 2025-06-25 03:12:19 +12:00
FormAssociatedElement.h
FormControlInfrastructure.cpp
FormControlInfrastructure.h
FormDataEvent.cpp
FormDataEvent.h
FormDataEvent.idl
GlobalEventHandlers.cpp
GlobalEventHandlers.h
HashChangeEvent.cpp
HashChangeEvent.h
HashChangeEvent.idl
History.cpp
History.h
History.idl
HistoryHandlingBehavior.h
HTMLAllCollection.cpp LibWeb+LibGfx: Apply editorial punctuation/whitespace/markup fixes 2025-06-25 03:12:19 +12:00
HTMLAllCollection.h
HTMLAllCollection.idl
HTMLAnchorElement.cpp
HTMLAnchorElement.h
HTMLAnchorElement.idl
HTMLAreaElement.cpp
HTMLAreaElement.h
HTMLAreaElement.idl
HTMLAudioElement.cpp
HTMLAudioElement.h
HTMLAudioElement.idl
HTMLBaseElement.cpp LibWeb: Don't attempt to set the frozen base url on a null base element 2025-06-25 01:33:45 +12:00
HTMLBaseElement.h
HTMLBaseElement.idl
HTMLBodyElement.cpp
HTMLBodyElement.h
HTMLBodyElement.idl
HTMLBRElement.cpp
HTMLBRElement.h
HTMLBRElement.idl
HTMLButtonElement.cpp LibWeb+LibGfx: Apply editorial punctuation/whitespace/markup fixes 2025-06-25 03:12:19 +12:00
HTMLButtonElement.h
HTMLButtonElement.idl
HTMLCanvasElement.cpp LibWeb: Factor out canvas serialization algorihtm 2025-06-30 09:46:21 -06:00
HTMLCanvasElement.h
HTMLCanvasElement.idl
HTMLDataElement.cpp
HTMLDataElement.h
HTMLDataElement.idl
HTMLDataListElement.cpp
HTMLDataListElement.h
HTMLDataListElement.idl
HTMLDetailsElement.cpp
HTMLDetailsElement.h
HTMLDetailsElement.idl
HTMLDialogElement.cpp LibWeb+LibGfx: Apply editorial punctuation/whitespace/markup fixes 2025-06-25 03:12:19 +12:00
HTMLDialogElement.h LibWeb: Implement the request-close command 2025-06-07 04:06:01 +01:00
HTMLDialogElement.idl
HTMLDirectoryElement.cpp
HTMLDirectoryElement.h
HTMLDirectoryElement.idl
HTMLDivElement.cpp
HTMLDivElement.h
HTMLDivElement.idl
HTMLDListElement.cpp
HTMLDListElement.h
HTMLDListElement.idl
HTMLDocument.cpp
HTMLDocument.h
HTMLDocument.idl
HTMLElement.cpp LibWeb: Avoid infinite loop in HTMLElement.scrollParent 2025-06-30 20:38:21 +01:00
HTMLElement.h LibWeb/HTML: Implement HTMLElement.scrollParent 2025-06-17 12:38:27 +01:00
HTMLElement.idl LibWeb/HTML: Implement HTMLElement.scrollParent 2025-06-17 12:38:27 +01:00
HTMLEmbedElement.cpp
HTMLEmbedElement.h
HTMLEmbedElement.idl
HTMLFieldSetElement.cpp
HTMLFieldSetElement.h
HTMLFieldSetElement.idl
HTMLFontElement.cpp AK+Everywhere: Replace custom number parsers with fast_float 2025-07-03 09:51:56 -04:00
HTMLFontElement.h
HTMLFontElement.idl
HTMLFormControlsCollection.cpp
HTMLFormControlsCollection.h
HTMLFormControlsCollection.idl
HTMLFormElement.cpp LibWeb+LibGfx: Apply editorial punctuation/whitespace/markup fixes 2025-06-25 03:12:19 +12:00
HTMLFormElement.h
HTMLFormElement.idl
HTMLFrameElement.cpp
HTMLFrameElement.h
HTMLFrameElement.idl
HTMLFrameSetElement.cpp
HTMLFrameSetElement.h
HTMLFrameSetElement.idl
HTMLHeadElement.cpp
HTMLHeadElement.h
HTMLHeadElement.idl
HTMLHeadingElement.cpp
HTMLHeadingElement.h
HTMLHeadingElement.idl
HTMLHRElement.cpp
HTMLHRElement.h
HTMLHRElement.idl
HTMLHtmlElement.cpp
HTMLHtmlElement.h
HTMLHtmlElement.idl
HTMLHyperlinkElementUtils.cpp
HTMLHyperlinkElementUtils.h
HTMLHyperlinkElementUtils.idl
HTMLIFrameElement.cpp
HTMLIFrameElement.h
HTMLIFrameElement.idl
HTMLImageElement.cpp LibWeb: Replace usages of Document::parse_url() 2025-06-24 19:55:43 +02:00
HTMLImageElement.h LibWeb: Replace usages of Document::parse_url() 2025-06-24 19:55:43 +02:00
HTMLImageElement.idl
HTMLInputElement.cpp LibWeb: Don't mark <input type="color"> as closed until the picker is 2025-06-27 15:12:47 +01:00
HTMLInputElement.h
HTMLInputElement.idl
HTMLLabelElement.cpp
HTMLLabelElement.h
HTMLLabelElement.idl
HTMLLegendElement.cpp
HTMLLegendElement.h
HTMLLegendElement.idl
HTMLLIElement.cpp LibWeb: Retain calculated Element::ordinal_value for lists 2025-06-16 12:44:58 +01:00
HTMLLIElement.h LibWeb: Add specialized fast_is for lists 2025-06-16 12:44:58 +01:00
HTMLLIElement.idl
HTMLLinkElement.cpp LibWeb: Set Fetch destination of <link rel="stylesheet"> requests 2025-07-01 10:24:24 +12:00
HTMLLinkElement.h
HTMLLinkElement.idl
HTMLMapElement.cpp
HTMLMapElement.h
HTMLMapElement.idl
HTMLMarqueeElement.cpp
HTMLMarqueeElement.h
HTMLMarqueeElement.idl
HTMLMediaElement.cpp LibWeb: Avoid updating muted state on muted content attribute changes 2025-06-27 09:14:54 +12:00
HTMLMediaElement.h
HTMLMediaElement.idl
HTMLMenuElement.cpp
HTMLMenuElement.h LibWeb: Add specialized fast_is for lists 2025-06-16 12:44:58 +01:00
HTMLMenuElement.idl
HTMLMetaElement.cpp LibWeb+LibGfx: Apply editorial punctuation/whitespace/markup fixes 2025-06-25 03:12:19 +12:00
HTMLMetaElement.h
HTMLMetaElement.idl
HTMLMeterElement.cpp
HTMLMeterElement.h
HTMLMeterElement.idl
HTMLModElement.cpp
HTMLModElement.h
HTMLModElement.idl
HTMLObjectElement.cpp
HTMLObjectElement.h
HTMLObjectElement.idl
HTMLOListElement.cpp LibWeb: Retain calculated Element::ordinal_value for lists 2025-06-16 12:44:58 +01:00
HTMLOListElement.h LibWeb: Add specialized fast_is for lists 2025-06-16 12:44:58 +01:00
HTMLOListElement.idl
HTMLOptGroupElement.cpp
HTMLOptGroupElement.h
HTMLOptGroupElement.idl
HTMLOptionElement.cpp
HTMLOptionElement.h
HTMLOptionElement.idl
HTMLOptionsCollection.cpp
HTMLOptionsCollection.h
HTMLOptionsCollection.idl
HTMLOrSVGElement.cpp LibWeb: Remember last focus trigger in Document 2025-06-13 17:39:11 +02:00
HTMLOrSVGElement.h
HTMLOrSVGElement.idl
HTMLOutputElement.cpp
HTMLOutputElement.h
HTMLOutputElement.idl
HTMLParagraphElement.cpp
HTMLParagraphElement.h
HTMLParagraphElement.idl
HTMLParamElement.cpp
HTMLParamElement.h
HTMLParamElement.idl
HTMLPictureElement.cpp
HTMLPictureElement.h
HTMLPictureElement.idl
HTMLPreElement.cpp
HTMLPreElement.h
HTMLPreElement.idl
HTMLProgressElement.cpp
HTMLProgressElement.h
HTMLProgressElement.idl
HTMLQuoteElement.cpp
HTMLQuoteElement.h
HTMLQuoteElement.idl
HTMLScriptElement.cpp LibWeb: Replace usages of Document::parse_url() 2025-06-24 19:55:43 +02:00
HTMLScriptElement.h
HTMLScriptElement.idl
HTMLSelectElement.cpp
HTMLSelectElement.h
HTMLSelectElement.idl
HTMLSlotElement.cpp
HTMLSlotElement.h
HTMLSlotElement.idl
HTMLSourceElement.cpp
HTMLSourceElement.h
HTMLSourceElement.idl
HTMLSpanElement.cpp
HTMLSpanElement.h
HTMLSpanElement.idl
HTMLStyleElement.cpp
HTMLStyleElement.h
HTMLStyleElement.idl
HTMLSummaryElement.cpp
HTMLSummaryElement.h
HTMLTableCaptionElement.cpp
HTMLTableCaptionElement.h
HTMLTableCaptionElement.idl
HTMLTableCellElement.cpp
HTMLTableCellElement.h
HTMLTableCellElement.idl
HTMLTableColElement.cpp AK+Everywhere: Replace custom number parsers with fast_float 2025-07-03 09:51:56 -04:00
HTMLTableColElement.h
HTMLTableColElement.idl
HTMLTableElement.cpp
HTMLTableElement.h
HTMLTableElement.idl
HTMLTableRowElement.cpp
HTMLTableRowElement.h
HTMLTableRowElement.idl
HTMLTableSectionElement.cpp
HTMLTableSectionElement.h
HTMLTableSectionElement.idl
HTMLTemplateElement.cpp
HTMLTemplateElement.h
HTMLTemplateElement.idl
HTMLTextAreaElement.cpp LibWeb+LibGfx: Apply editorial punctuation/whitespace/markup fixes 2025-06-25 03:12:19 +12:00
HTMLTextAreaElement.h
HTMLTextAreaElement.idl
HTMLTimeElement.cpp
HTMLTimeElement.h
HTMLTimeElement.idl
HTMLTitleElement.cpp
HTMLTitleElement.h
HTMLTitleElement.idl
HTMLTrackElement.cpp LibWeb+LibGfx: Apply editorial punctuation/whitespace/markup fixes 2025-06-25 03:12:19 +12:00
HTMLTrackElement.h LibWeb: Do not spin the event loop awaiting text track state changes 2025-06-12 12:25:23 -04:00
HTMLTrackElement.idl
HTMLUListElement.cpp
HTMLUListElement.h LibWeb: Add specialized fast_is for lists 2025-06-16 12:44:58 +01:00
HTMLUListElement.idl
HTMLUnknownElement.cpp
HTMLUnknownElement.h
HTMLUnknownElement.idl
HTMLVideoElement.cpp LibWeb: Replace usages of Document::parse_url() 2025-06-24 19:55:43 +02:00
HTMLVideoElement.h
HTMLVideoElement.idl
ImageBitmap.cpp
ImageBitmap.h
ImageBitmap.idl
ImageData.cpp
ImageData.h
ImageData.idl
ImageRequest.cpp
ImageRequest.h
LazyLoadingElement.h
ListOfAvailableImages.cpp LibWeb: Replace usages of Document::parse_url() 2025-06-24 19:55:43 +02:00
ListOfAvailableImages.h LibWeb: Replace usages of Document::parse_url() 2025-06-24 19:55:43 +02:00
Location.cpp
Location.h
Location.idl
MediaError.cpp
MediaError.h
MediaError.idl
MessageChannel.cpp
MessageChannel.h
MessageChannel.idl
MessageEvent.cpp
MessageEvent.h
MessageEvent.idl
MessagePort.cpp LibWeb: Enable in Windows CI 2025-06-30 10:50:36 -06:00
MessagePort.h LibWeb: Don't drop messages received before MessagePort is enabled 2025-06-08 18:26:13 +02:00
MessagePort.idl
MimeType.cpp
MimeType.h
MimeType.idl
MimeTypeArray.cpp
MimeTypeArray.h
MimeTypeArray.idl
Navigable.cpp LibWeb+WebContent+WebWorker: Move backing store allocation in Navigable 2025-07-04 16:12:47 +02:00
Navigable.h LibWeb+WebContent+WebWorker: Move backing store allocation in Navigable 2025-07-04 16:12:47 +02:00
NavigableContainer.cpp LibWeb+WebContent+WebWorker: Move backing store allocation in Navigable 2025-07-04 16:12:47 +02:00
NavigableContainer.h
NavigateEvent.cpp
NavigateEvent.h
NavigateEvent.idl
Navigation.cpp
Navigation.h
Navigation.idl
NavigationCurrentEntryChangeEvent.cpp
NavigationCurrentEntryChangeEvent.h
NavigationCurrentEntryChangeEvent.idl
NavigationDestination.cpp
NavigationDestination.h
NavigationDestination.idl
NavigationHistoryEntry.cpp
NavigationHistoryEntry.h
NavigationHistoryEntry.idl
NavigationObserver.cpp
NavigationObserver.h
NavigationParams.cpp
NavigationParams.h LibWeb: Give NonFetchSchemeNavigationParams a constructor 2025-06-17 20:54:03 +02:00
NavigationTransition.cpp
NavigationTransition.h
NavigationTransition.idl
NavigationType.h
NavigationType.idl
Navigator.cpp LibWeb: Stub Geolocation API 2025-06-21 10:00:29 +02:00
Navigator.h LibWeb: Stub Geolocation API 2025-06-21 10:00:29 +02:00
Navigator.idl LibWeb: Stub Geolocation API 2025-06-21 10:00:29 +02:00
NavigatorBeacon.cpp
NavigatorBeacon.h
NavigatorBeacon.idl
NavigatorConcurrentHardware.h
NavigatorConcurrentHardware.idl
NavigatorDeviceMemory.h
NavigatorDeviceMemory.idl
NavigatorID.cpp
NavigatorID.h
NavigatorID.idl
NavigatorLanguage.h
NavigatorLanguage.idl
NavigatorOnLine.h
NavigatorOnLine.idl
Numbers.cpp AK+Everywhere: Replace custom number parsers with fast_float 2025-07-03 09:51:56 -04:00
Numbers.h
OffscreenCanvas.cpp LibWeb: Implement basics for OffscreenCanvas 2025-06-30 09:46:21 -06:00
OffscreenCanvas.h LibWeb: Implement basics for OffscreenCanvas 2025-06-30 09:46:21 -06:00
OffscreenCanvas.idl LibWeb: Implement basics for OffscreenCanvas 2025-06-30 09:46:21 -06:00
OffscreenCanvasRenderingContext2D.cpp LibWeb: Allow passing a resolution context to CSSStyleValue::to_color 2025-07-04 13:18:55 +01:00
OffscreenCanvasRenderingContext2D.h LibWeb: Implement basics for OffscreenCanvas 2025-06-30 09:46:21 -06:00
OffscreenCanvasRenderingContext2D.idl LibWeb: Implement basics for OffscreenCanvas 2025-06-30 09:46:21 -06:00
PageSwapEvent.idl
PageTransitionEvent.cpp
PageTransitionEvent.h
PageTransitionEvent.idl
Path2D.cpp LibWeb+LibGfx: Apply editorial punctuation/whitespace/markup fixes 2025-06-25 03:12:19 +12:00
Path2D.h
Path2D.idl
Plugin.cpp
Plugin.h
Plugin.idl
PluginArray.cpp
PluginArray.h
PluginArray.idl
PolicyContainers.cpp
PolicyContainers.h
PopoverInvokerElement.cpp LibWeb: Implement the ToggleEvent.source attribute 2025-06-07 04:06:01 +01:00
PopoverInvokerElement.h
PopoverInvokerElement.idl
PopStateEvent.cpp
PopStateEvent.h
PopStateEvent.idl
POSTResource.h
PotentialCORSRequest.cpp
PotentialCORSRequest.h
PromiseRejectionEvent.cpp
PromiseRejectionEvent.h
PromiseRejectionEvent.idl
RadioNodeList.cpp
RadioNodeList.h
RadioNodeList.idl
RenderingThread.cpp LibJS: Don't start rendering thread for a navigable created for SVG 2025-06-06 03:56:57 +02:00
RenderingThread.h
SandboxingFlagSet.h
ScrollOptions.h
SelectedFile.cpp
SelectedFile.h
SelectItem.cpp
SelectItem.h
SerializedPolicyContainer.cpp
SerializedPolicyContainer.h
SessionHistoryEntry.cpp
SessionHistoryEntry.h
SessionHistoryTraversalQueue.cpp
SessionHistoryTraversalQueue.h
ShadowRealmGlobalScope.cpp
ShadowRealmGlobalScope.h
ShadowRealmGlobalScope.idl
SharedResourceRequest.cpp
SharedResourceRequest.h
SharedWorker.cpp
SharedWorker.h
SharedWorker.idl
SharedWorkerGlobalScope.cpp
SharedWorkerGlobalScope.h LibURL+LibWeb: Make URL::Origin default constructor private 2025-06-17 20:54:03 +02:00
SharedWorkerGlobalScope.idl
SourceSet.cpp LibWeb+LibGfx: Apply editorial punctuation/whitespace/markup fixes 2025-06-25 03:12:19 +12:00
SourceSet.h
SourceSnapshotParams.cpp
SourceSnapshotParams.h
Storage.cpp LibWeb+LibGfx: Apply editorial punctuation/whitespace/markup fixes 2025-06-25 03:12:19 +12:00
Storage.h Everywhere: Implement persistence of localStorage using sqlite 2025-06-12 17:04:35 +02:00
Storage.idl
StorageEvent.cpp
StorageEvent.h
StorageEvent.idl
StructuredSerialize.cpp LibWeb+LibGfx: Apply editorial punctuation/whitespace/markup fixes 2025-06-25 03:12:19 +12:00
StructuredSerialize.h
StructuredSerializeOptions.h
StructuredSerializeTypes.h
SubmitEvent.cpp
SubmitEvent.h
SubmitEvent.idl
TagNames.cpp
TagNames.h
TextMetrics.cpp
TextMetrics.h
TextMetrics.idl
TextTrack.cpp LibWeb: Do not spin the event loop awaiting text track state changes 2025-06-12 12:25:23 -04:00
TextTrack.h LibWeb: Do not spin the event loop awaiting text track state changes 2025-06-12 12:25:23 -04:00
TextTrack.idl
TextTrackCue.cpp
TextTrackCue.h
TextTrackCue.idl
TextTrackCueList.cpp
TextTrackCueList.h
TextTrackCueList.idl
TextTrackList.cpp
TextTrackList.h
TextTrackList.idl
TextTrackObserver.cpp LibWeb: Do not spin the event loop awaiting text track state changes 2025-06-12 12:25:23 -04:00
TextTrackObserver.h LibWeb: Do not spin the event loop awaiting text track state changes 2025-06-12 12:25:23 -04:00
Timer.cpp
Timer.h
TimeRanges.cpp
TimeRanges.h
TimeRanges.idl
ToggleEvent.cpp LibWeb: Implement the ToggleEvent.source attribute 2025-06-07 04:06:01 +01:00
ToggleEvent.h LibWeb: Implement the ToggleEvent.source attribute 2025-06-07 04:06:01 +01:00
ToggleEvent.idl LibWeb: Implement the ToggleEvent.source attribute 2025-06-07 04:06:01 +01:00
ToggleTaskTracker.h
TokenizedFeatures.cpp
TokenizedFeatures.h
TrackEvent.cpp
TrackEvent.h
TrackEvent.idl
TraversableNavigable.cpp LibWeb+WebContent+WebWorker: Move backing store allocation in Navigable 2025-07-04 16:12:47 +02:00
TraversableNavigable.h LibWeb+WebContent+WebWorker: Move backing store allocation in Navigable 2025-07-04 16:12:47 +02:00
UniversalGlobalScope.cpp
UniversalGlobalScope.h
UniversalGlobalScope.idl
UserActivation.cpp
UserActivation.h
UserActivation.idl
ValidityState.cpp
ValidityState.h
ValidityState.idl
VideoTrack.cpp
VideoTrack.h
VideoTrack.idl
VideoTrackList.cpp
VideoTrackList.h
VideoTrackList.idl
VisibilityState.h
WebViewHints.cpp
WebViewHints.h
Window.cpp LibWeb/DOM: Rename ElementReference to AbstractElement 2025-06-19 12:35:31 +01:00
Window.h
Window.idl
WindowEventHandlers.cpp
WindowEventHandlers.h
WindowLocalStorage.idl
WindowOrWorkerGlobalScope.cpp LibWeb: Stub out createImageBitmap with an OffscreenCanvas image 2025-06-30 10:32:53 -06:00
WindowOrWorkerGlobalScope.h
WindowOrWorkerGlobalScope.idl
WindowProxy.cpp LibWeb+LibGfx: Apply editorial punctuation/whitespace/markup fixes 2025-06-25 03:12:19 +12:00
WindowProxy.h
WindowSessionStorage.idl
Worker.cpp
Worker.h
Worker.idl
WorkerAgentParent.cpp LibWeb: Don't drop messages received before MessagePort is enabled 2025-06-08 18:26:13 +02:00
WorkerAgentParent.h
WorkerDebugConsoleClient.cpp
WorkerDebugConsoleClient.h
WorkerGlobalScope.cpp LibWeb+LibGfx: Apply editorial punctuation/whitespace/markup fixes 2025-06-25 03:12:19 +12:00
WorkerGlobalScope.h
WorkerGlobalScope.idl
WorkerLocation.cpp
WorkerLocation.h
WorkerLocation.idl
WorkerNavigator.cpp
WorkerNavigator.h
WorkerNavigator.idl
WorkletGlobalScope.cpp
WorkletGlobalScope.h
WorkletGlobalScope.idl
XMLSerializer.cpp
XMLSerializer.h
XMLSerializer.idl