ladybird/Libraries/LibWeb/HTML
Andrew Kaster 7ee3727074 LibWeb: Fix compile error for popover element internal lambdas
These were converted to lambdas in
6b921e91d4
But I merged fcf6cc27f2 without checking
that the code had responded to the change.
2024-12-12 15:56:55 -07:00
..
Canvas LibWeb: Add mode flag to CSSStyleValue::to_string() 2024-12-07 08:31:03 +00:00
CrossOrigin
CustomElements LibJS: Add missing CommonPropertyNamess and StringMayBeNumber::Nos 2024-12-01 10:42:49 +01:00
EventLoop LibWeb: Push promise rejection handling onto UniversalGlobalScopeMixin 2024-11-30 11:55:11 +01:00
Parser LibWeb: Remove some uses of [&] lambda captures for queued tasks 2024-12-10 07:13:00 +01:00
Scripting LibWeb: Use correct URL parsing methods throughout LibWeb 2024-12-10 10:37:01 -08:00
SyntaxHighlighter
AbstractWorker.cpp
AbstractWorker.h
AbstractWorker.idl
ActivateTab.h
AnimatedBitmapDecodedImageData.cpp
AnimatedBitmapDecodedImageData.h
AnimationFrameCallbackDriver.cpp
AnimationFrameCallbackDriver.h
AnimationFrameProvider.idl
AttributeNames.cpp
AttributeNames.h LibWeb: Add PopOverInvokerElement and use it in HTMLButtonElement 2024-12-12 17:11:27 +00:00
AudioPlayState.h
AudioTrack.cpp
AudioTrack.h
AudioTrack.idl
AudioTrackList.cpp
AudioTrackList.h
AudioTrackList.idl
BeforeUnloadEvent.cpp
BeforeUnloadEvent.h
BeforeUnloadEvent.idl
BroadcastChannel.cpp LibWeb: Implement BroadcastChannel.postMessage 2024-11-23 16:43:55 +01:00
BroadcastChannel.h LibWeb: Implement BroadcastChannel.postMessage 2024-11-23 16:43:55 +01:00
BroadcastChannel.idl LibWeb: Implement BroadcastChannel.postMessage 2024-11-23 16:43:55 +01:00
BrowsingContext.cpp LibURL+LibWeb: Make URL::serialize return a String 2024-12-04 16:34:13 +00:00
BrowsingContext.h LibWeb: Fill-in some fixmes around sandboxing flag sets 2024-11-26 10:59:50 +01:00
BrowsingContextGroup.cpp
BrowsingContextGroup.h Everywhere: Include HashMap only where it's actually used 2024-12-09 12:31:16 +01:00
CanvasGradient.cpp
CanvasGradient.h
CanvasGradient.idl
CanvasPattern.cpp
CanvasPattern.h
CanvasPattern.idl
CanvasRenderingContext2D.cpp LibWeb: Stop passing Realm unnecessarily to parse CSS properties 2024-12-05 19:59:57 +01:00
CanvasRenderingContext2D.h LibWeb+LibGfx: Implement shadowBlur for Canvas2D 2024-12-05 17:07:13 +01:00
CanvasRenderingContext2D.idl
CloseEvent.cpp
CloseEvent.h
CloseEvent.idl
CloseWatcher.cpp LibWeb: Handle abort signal in CloseWatcher 2024-12-07 12:06:53 +00:00
CloseWatcher.h
CloseWatcher.idl
CloseWatcherManager.cpp
CloseWatcherManager.h
ColorPickerUpdateState.h
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
DedicatedWorkerGlobalScope.h
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 LibWeb: Use correct URL parsing methods throughout LibWeb 2024-12-10 10:37:01 -08:00
EventSource.h LibURL+LibWeb: Make URL::serialize return a String 2024-12-04 16:34:13 +00:00
EventSource.idl
FileFilter.cpp
FileFilter.h
Focus.cpp LibWeb: Use WindowProxy instead of Window in UI Events IDL 2024-11-17 23:47:24 +01:00
Focus.h
FormAssociatedElement.cpp LibWeb: Refactor "editable" and "editing host" concepts 2024-12-10 14:54:19 +01:00
FormAssociatedElement.h LibWeb: Refactor "editable" and "editing host" concepts 2024-12-10 14:54:19 +01:00
FormControlInfrastructure.cpp LibWeb: Allow FormData entry list to be mutated within a FormDataEvent 2024-11-21 20:25:26 +01:00
FormControlInfrastructure.h
FormDataEvent.cpp
FormDataEvent.h
FormDataEvent.idl
GlobalEventHandlers.cpp
GlobalEventHandlers.h LibWeb: Add definitions for PointerEvent event handlers 2024-11-22 14:33:58 +01:00
HashChangeEvent.cpp
HashChangeEvent.h
HashChangeEvent.idl
History.cpp
History.h
History.idl
HistoryHandlingBehavior.h
HTMLAllCollection.cpp LibJS: Stop lazily coercing numeric PropertyKeys 2024-12-01 10:42:49 +01: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 LibURL+LibWeb: Make URL::serialize return a String 2024-12-04 16:34:13 +00:00
HTMLBaseElement.h
HTMLBaseElement.idl
HTMLBodyElement.cpp LibWeb: Use correct URL parsing methods throughout LibWeb 2024-12-10 10:37:01 -08:00
HTMLBodyElement.h
HTMLBodyElement.idl
HTMLBRElement.cpp
HTMLBRElement.h
HTMLBRElement.idl
HTMLButtonElement.cpp LibWeb: Add PopOverInvokerElement and use it in HTMLButtonElement 2024-12-12 17:11:27 +00:00
HTMLButtonElement.h LibWeb: Add PopOverInvokerElement and use it in HTMLButtonElement 2024-12-12 17:11:27 +00:00
HTMLButtonElement.idl LibWeb: Add PopOverInvokerElement and use it in HTMLButtonElement 2024-12-12 17:11:27 +00:00
HTMLCanvasElement.cpp LibWeb: Add stubbed-out WebGL2RenderingContext 2024-12-06 15:35:36 +01:00
HTMLCanvasElement.h LibWeb: Add stubbed-out WebGL2RenderingContext 2024-12-06 15:35:36 +01:00
HTMLCanvasElement.idl LibWeb: Add stubbed-out WebGL2RenderingContext 2024-12-06 15:35:36 +01:00
HTMLDataElement.cpp
HTMLDataElement.h
HTMLDataElement.idl
HTMLDataListElement.cpp
HTMLDataListElement.h
HTMLDataListElement.idl
HTMLDetailsElement.cpp LibWeb: Implement ::details-content pseudo element 2024-12-06 07:16:41 +00:00
HTMLDetailsElement.h
HTMLDetailsElement.idl
HTMLDialogElement.cpp LibWeb: Implement popover methods 2024-12-06 12:39:14 +00:00
HTMLDialogElement.h
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: Fix compile error for popover element internal lambdas 2024-12-12 15:56:55 -07:00
HTMLElement.h LibWeb: Implement popover beforetoggle and toggle events 2024-12-12 15:10:33 -07:00
HTMLElement.idl LibWeb: Implement popover methods 2024-12-06 12:39:14 +00:00
HTMLEmbedElement.cpp
HTMLEmbedElement.h
HTMLEmbedElement.idl
HTMLFieldSetElement.cpp LibWeb: Update LegendBox and FieldSetBox to use GC namespace 2024-11-19 14:51:42 +01:00
HTMLFieldSetElement.h LibWeb: Update LegendBox and FieldSetBox to use GC namespace 2024-11-19 14:51:42 +01:00
HTMLFieldSetElement.idl
HTMLFontElement.cpp
HTMLFontElement.h
HTMLFontElement.idl
HTMLFormControlsCollection.cpp
HTMLFormControlsCollection.h
HTMLFormControlsCollection.idl
HTMLFormElement.cpp LibWeb: Use correct URL parsing methods throughout LibWeb 2024-12-10 10:37:01 -08: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 LibWeb: Avoid dereferencing an empty optional URL 2024-12-11 09:33:46 -08:00
HTMLHyperlinkElementUtils.h
HTMLHyperlinkElementUtils.idl
HTMLIFrameElement.cpp LibWeb: Rename Layout::FrameBox => NavigableContainerViewport 2024-11-26 18:32:48 +01:00
HTMLIFrameElement.h LibWeb: Implement HTMLIFrameElement.sandbox 2024-11-17 22:12:29 +01:00
HTMLIFrameElement.idl LibWeb: Implement HTMLIFrameElement.sandbox 2024-11-17 22:12:29 +01:00
HTMLImageElement.cpp LibWeb: Support the “image” synonym for the “img” ARIA role 2024-12-12 05:13:45 -08:00
HTMLImageElement.h LibWeb: Limit HTMLImageElement width and height to allowed values 2024-12-01 15:12:04 +00:00
HTMLImageElement.idl LibWeb: Use [Reflect] to implement HTMLImageElement.decoding 2024-11-26 21:56:28 +00:00
HTMLInputElement.cpp LibWeb: Use correct URL parsing methods throughout LibWeb 2024-12-10 10:37:01 -08:00
HTMLInputElement.h LibWeb: Refactor "editable" and "editing host" concepts 2024-12-10 14:54:19 +01:00
HTMLInputElement.idl LibWeb: Implement the HTMLInputElement.height attribute 2024-11-30 11:01:33 +01:00
HTMLLabelElement.cpp
HTMLLabelElement.h
HTMLLabelElement.idl
HTMLLegendElement.cpp LibWeb: Update LegendBox and FieldSetBox to use GC namespace 2024-11-19 14:51:42 +01:00
HTMLLegendElement.h LibWeb: Update LegendBox and FieldSetBox to use GC namespace 2024-11-19 14:51:42 +01:00
HTMLLegendElement.idl
HTMLLIElement.cpp LibWeb: Use correct integer parsing rules in HTMLLIElement::value() 2024-11-26 19:09:24 +01:00
HTMLLIElement.h LibWeb: Assign “orphaned” li elements the default ARIA role “none” 2024-12-11 16:43:55 -07:00
HTMLLIElement.idl
HTMLLinkElement.cpp LibWeb: Use correct URL parsing methods throughout LibWeb 2024-12-10 10:37:01 -08:00
HTMLLinkElement.h LibWeb: Use the [Reflect] attribute to implement HTMLLinkElement.as 2024-11-29 09:48:59 +01:00
HTMLLinkElement.idl LibWeb: Use the [Reflect] attribute to implement HTMLLinkElement.as 2024-11-29 09:48:59 +01:00
HTMLMapElement.cpp
HTMLMapElement.h
HTMLMapElement.idl
HTMLMarqueeElement.cpp LibWeb: Limit HTMLMarqueeElement attributes to allowed values 2024-11-27 11:00:25 +01:00
HTMLMarqueeElement.h
HTMLMarqueeElement.idl
HTMLMediaElement.cpp LibURL+LibWeb: Make URL::serialize return a String 2024-12-04 16:34:13 +00:00
HTMLMediaElement.h
HTMLMediaElement.idl
HTMLMenuElement.cpp
HTMLMenuElement.h
HTMLMenuElement.idl
HTMLMetaElement.cpp
HTMLMetaElement.h
HTMLMetaElement.idl
HTMLMeterElement.cpp
HTMLMeterElement.h
HTMLMeterElement.idl
HTMLModElement.cpp
HTMLModElement.h
HTMLModElement.idl LibWeb/HTML: Implement cite attribute according to spec 2024-11-26 11:40:42 +00:00
HTMLObjectElement.cpp LibWeb: Run the object representation task when the active state changes 2024-12-11 17:38:31 -07:00
HTMLObjectElement.h LibWeb: Run the object representation task when the active state changes 2024-12-11 17:38:31 -07:00
HTMLObjectElement.idl
HTMLOListElement.cpp LibWeb: Use correct integer parsing rules in HTMLOListElement::start() 2024-11-26 19:09:24 +01:00
HTMLOListElement.h LibWeb: Use correct integer parsing rules in HTMLOListElement::start() 2024-11-26 19:09:24 +01:00
HTMLOListElement.idl
HTMLOptGroupElement.cpp
HTMLOptGroupElement.h
HTMLOptGroupElement.idl
HTMLOptionElement.cpp
HTMLOptionElement.h
HTMLOptionElement.idl
HTMLOptionsCollection.cpp
HTMLOptionsCollection.h
HTMLOptionsCollection.idl
HTMLOrSVGElement.cpp
HTMLOrSVGElement.h
HTMLOrSVGElement.idl LibWeb: Add CanvasImageSource to ImageBitmapSource typedef 2024-12-06 13:10:27 +00:00
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 LibWeb: Add mode flag to CSSStyleValue::to_string() 2024-12-07 08:31:03 +00:00
HTMLProgressElement.h LibWeb: Ignore negative values when setting HTMLProgressElement.max 2024-11-29 15:32:04 +01:00
HTMLProgressElement.idl
HTMLQuoteElement.cpp
HTMLQuoteElement.h
HTMLQuoteElement.idl LibWeb/HTML: Implement cite attribute according to spec 2024-11-26 11:40:42 +00:00
HTMLScriptElement.cpp LibWeb: Implement multiple import map support 2024-12-10 12:01:45 +00:00
HTMLScriptElement.h LibWeb/HTML: Use DOM's post connection steps for <script> elements 2024-12-10 10:38:56 +00:00
HTMLScriptElement.idl
HTMLSelectElement.cpp LibWeb: Limit HTMLSelectElement.size to allowed values 2024-11-29 13:30:57 +01:00
HTMLSelectElement.h LibWeb: Limit HTMLSelectElement.size to allowed values 2024-11-29 13:30:57 +01:00
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 LibWeb: Align default “th” and “td” roles with HTML-AAM spec and tests 2024-12-11 16:55:07 -07:00
HTMLTableCellElement.h LibWeb: Limit HTMLTableCellElement rowSpan to allowed values 2024-12-02 10:25:27 +01:00
HTMLTableCellElement.idl
HTMLTableColElement.cpp LibWeb: Limit HTMLTableColElement span to allowed values 2024-12-02 10:25:27 +01:00
HTMLTableColElement.h LibWeb: Limit HTMLTableColElement span to allowed values 2024-12-02 10:25:27 +01:00
HTMLTableColElement.idl
HTMLTableElement.cpp LibWeb: Use correct URL parsing methods throughout LibWeb 2024-12-10 10:37:01 -08:00
HTMLTableElement.h
HTMLTableElement.idl
HTMLTableRowElement.cpp LibWeb: Use correct URL parsing methods throughout LibWeb 2024-12-10 10:37:01 -08:00
HTMLTableRowElement.h
HTMLTableRowElement.idl
HTMLTableSectionElement.cpp LibWeb: Use correct URL parsing methods throughout LibWeb 2024-12-10 10:37:01 -08:00
HTMLTableSectionElement.h
HTMLTableSectionElement.idl
HTMLTemplateElement.cpp
HTMLTemplateElement.h
HTMLTemplateElement.idl
HTMLTextAreaElement.cpp LibWeb: Refactor "editable" and "editing host" concepts 2024-12-10 14:54:19 +01:00
HTMLTextAreaElement.h LibWeb: Refactor "editable" and "editing host" concepts 2024-12-10 14:54:19 +01:00
HTMLTextAreaElement.idl
HTMLTimeElement.cpp
HTMLTimeElement.h
HTMLTimeElement.idl
HTMLTitleElement.cpp
HTMLTitleElement.h
HTMLTitleElement.idl
HTMLTrackElement.cpp
HTMLTrackElement.h
HTMLTrackElement.idl
HTMLUListElement.cpp
HTMLUListElement.h
HTMLUListElement.idl
HTMLUnknownElement.cpp
HTMLUnknownElement.h
HTMLUnknownElement.idl
HTMLVideoElement.cpp
HTMLVideoElement.h
HTMLVideoElement.idl LibWeb: Use [URL] extended attribute for HTMLVideoElement.poster 2024-11-26 19:07:53 +01:00
ImageBitmap.cpp
ImageBitmap.h LibWeb: Add CanvasImageSource to ImageBitmapSource typedef 2024-12-06 13:10:27 +00:00
ImageBitmap.idl LibWeb: Add CanvasImageSource to ImageBitmapSource typedef 2024-12-06 13:10:27 +00:00
ImageData.cpp
ImageData.h
ImageData.idl
ImageRequest.cpp
ImageRequest.h
LazyLoadingElement.h
ListOfAvailableImages.cpp
ListOfAvailableImages.h
Location.cpp LibWeb: Use correct URL parsing methods throughout LibWeb 2024-12-10 10:37:01 -08:00
Location.h
Location.idl
MediaError.cpp
MediaError.h
MediaError.idl
MessageChannel.cpp
MessageChannel.h
MessageChannel.idl
MessageEvent.cpp
MessageEvent.h
MessageEvent.idl
MessagePort.cpp
MessagePort.h
MessagePort.idl
MimeType.cpp
MimeType.h
MimeType.idl
MimeTypeArray.cpp
MimeTypeArray.h
MimeTypeArray.idl
Navigable.cpp LibWeb: Remove some uses of [&] lambda captures for queued tasks 2024-12-10 07:13:00 +01:00
Navigable.h LibWeb: Remove exception handling from safely extracting response bodies 2024-12-09 20:02:51 -07:00
NavigableContainer.cpp
NavigableContainer.h
NavigateEvent.cpp
NavigateEvent.h
NavigateEvent.idl
Navigation.cpp
Navigation.h
Navigation.idl
NavigationCurrentEntryChangeEvent.cpp
NavigationCurrentEntryChangeEvent.h
NavigationCurrentEntryChangeEvent.idl
NavigationDestination.cpp LibURL+LibWeb: Make URL::serialize return a String 2024-12-04 16:34:13 +00:00
NavigationDestination.h LibURL+LibWeb: Make URL::serialize return a String 2024-12-04 16:34:13 +00:00
NavigationDestination.idl
NavigationHistoryEntry.cpp LibURL+LibWeb: Make URL::serialize return a String 2024-12-04 16:34:13 +00:00
NavigationHistoryEntry.h LibURL+LibWeb: Make URL::serialize return a String 2024-12-04 16:34:13 +00:00
NavigationHistoryEntry.idl
NavigationObserver.cpp
NavigationObserver.h
NavigationParams.cpp LibWeb: Support the X-Frame-Options header 2024-12-07 08:38:02 +00:00
NavigationParams.h LibWeb: Support the X-Frame-Options header 2024-12-07 08:38:02 +00:00
NavigationTransition.cpp
NavigationTransition.h
NavigationTransition.idl
NavigationType.h LibWeb: Fix NavigationType enum to string conversion 2024-12-02 06:47:49 +00:00
NavigationType.idl
Navigator.cpp LibWeb: Move ServiceWorker classes to ServiceWorker namespace 2024-11-30 11:19:35 +01:00
Navigator.h LibWeb: Move ServiceWorker classes to ServiceWorker namespace 2024-11-30 11:19:35 +01:00
Navigator.idl LibWeb: Move ServiceWorker classes to ServiceWorker namespace 2024-11-30 11:19:35 +01: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 LibWeb: Add parse_integer_digits methods 2024-12-02 10:25:27 +01:00
Numbers.h LibWeb: Add parse_integer_digits methods 2024-12-02 10:25:27 +01:00
PageSwapEvent.idl
PageTransitionEvent.cpp
PageTransitionEvent.h
PageTransitionEvent.idl
Path2D.cpp
Path2D.h LibGfx: Delete DeprecatedPath 2024-11-25 21:13:53 +01:00
Path2D.idl
Plugin.cpp
Plugin.h
Plugin.idl
PluginArray.cpp
PluginArray.h
PluginArray.idl
PolicyContainers.cpp
PolicyContainers.h
PopoverInvokerElement.h LibWeb: Add PopOverInvokerElement and use it in HTMLButtonElement 2024-12-12 17:11:27 +00:00
PopoverInvokerElement.idl LibWeb: Add PopOverInvokerElement and use it in HTMLButtonElement 2024-12-12 17:11:27 +00:00
PopStateEvent.cpp
PopStateEvent.h
PopStateEvent.idl
POSTResource.h
PotentialCORSRequest.cpp
PotentialCORSRequest.h
PromiseRejectionEvent.cpp
PromiseRejectionEvent.h LibWeb: Fix crash accessing 'empty' PromiseRejectionEvent reason 2024-12-03 00:18:11 +01:00
PromiseRejectionEvent.idl
RadioNodeList.cpp
RadioNodeList.h
RadioNodeList.idl
SandboxingFlagSet.h
ScrollOptions.h
SelectedFile.cpp
SelectedFile.h
SelectItem.cpp
SelectItem.h
SessionHistoryEntry.cpp
SessionHistoryEntry.h
SessionHistoryTraversalQueue.cpp
SessionHistoryTraversalQueue.h
ShadowRealmGlobalScope.cpp LibWeb: Allow using queuing strategies on globals other than Window 2024-11-20 18:01:21 -07:00
ShadowRealmGlobalScope.h LibWeb: Ensure global objects are an event target 2024-12-03 00:18:11 +01:00
ShadowRealmGlobalScope.idl
SharedResourceRequest.cpp LibWeb: Fix use-after-move in handle_successful_bitmap_decode 2024-12-06 06:59:40 +00:00
SharedResourceRequest.h
SourceSet.cpp
SourceSet.h
SourceSnapshotParams.h
Storage.cpp
Storage.h
Storage.idl
StructuredSerialize.cpp LibWeb: Support creation of shared memory in WebAssembly API 2024-12-08 22:10:45 +01:00
StructuredSerialize.h LibWeb: Implement transfer for Resizable/ArrayBuffer 2024-12-03 21:32:01 +00:00
StructuredSerializeOptions.h
StructuredSerializeTypes.h LibWeb: Reorganize definitions and includes to avoid circular references 2024-11-24 11:11:44 +01:00
SubmitEvent.cpp
SubmitEvent.h
SubmitEvent.idl
TagNames.cpp
TagNames.h LibWeb: Add the search element 2024-11-19 23:30:43 +00:00
TextMetrics.cpp
TextMetrics.h
TextMetrics.idl
TextTrack.cpp
TextTrack.h
TextTrack.idl
TextTrackCue.cpp
TextTrackCue.h
TextTrackCue.idl
TextTrackCueList.cpp
TextTrackCueList.h
TextTrackCueList.idl
TextTrackList.cpp
TextTrackList.h
TextTrackList.idl
Timer.cpp
Timer.h
TimeRanges.cpp
TimeRanges.h
TimeRanges.idl
ToggleEvent.cpp
ToggleEvent.h
ToggleEvent.idl
ToggleTaskTracker.h
TokenizedFeatures.cpp
TokenizedFeatures.h
TrackEvent.cpp
TrackEvent.h
TrackEvent.idl
TraversableNavigable.cpp LibWeb: Remove some uses of [&] lambda captures for queued tasks 2024-12-10 07:13:00 +01:00
TraversableNavigable.h LibWeb: Allow construction of PaintingSurface directly from IOSurface 2024-12-03 23:35:45 +01:00
UniversalGlobalScope.cpp LibWeb: Ensure global objects are an event target 2024-12-03 00:18:11 +01:00
UniversalGlobalScope.h LibWeb: Implement multiple import map support 2024-12-10 12:01:45 +00:00
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/HTML: Fix crash in window open steps on empty URL string 2024-12-10 17:16:07 -08:00
Window.h LibWeb: Implement multiple import map support 2024-12-10 12:01:45 +00:00
Window.idl LibWeb: Make window.clientInformation [Replaceable] per spec IDL 2024-12-05 21:35:59 +01:00
WindowEventHandlers.cpp
WindowEventHandlers.h
WindowLocalStorage.idl
WindowOrWorkerGlobalScope.cpp LibWeb: Add CanvasImageSource to ImageBitmapSource typedef 2024-12-06 13:10:27 +00:00
WindowOrWorkerGlobalScope.h LibWeb: Ensure global objects are an event target 2024-12-03 00:18:11 +01:00
WindowOrWorkerGlobalScope.idl
WindowProxy.cpp
WindowProxy.h
WindowSessionStorage.idl
Worker.cpp LibWeb: Use correct URL parsing methods throughout LibWeb 2024-12-10 10:37:01 -08:00
Worker.h
Worker.idl
WorkerAgent.cpp
WorkerAgent.h
WorkerDebugConsoleClient.cpp
WorkerDebugConsoleClient.h
WorkerGlobalScope.cpp LibWeb: Use correct URL parsing methods throughout LibWeb 2024-12-10 10:37:01 -08:00
WorkerGlobalScope.h LibWeb: Ensure global objects are an event target 2024-12-03 00:18:11 +01:00
WorkerGlobalScope.idl LibWeb: Add CanvasImageSource to ImageBitmapSource typedef 2024-12-06 13:10:27 +00:00
WorkerLocation.cpp LibURL+LibWeb: Make URL::serialize return a String 2024-12-04 16:34:13 +00:00
WorkerLocation.h LibWeb/HTML: Make WorkerLocation methods infallible 2024-11-30 12:07:39 +01:00
WorkerLocation.idl
WorkerNavigator.cpp LibWeb: Move ServiceWorker classes to ServiceWorker namespace 2024-11-30 11:19:35 +01:00
WorkerNavigator.h LibWeb: Move ServiceWorker classes to ServiceWorker namespace 2024-11-30 11:19:35 +01:00
WorkerNavigator.idl
WorkletGlobalScope.cpp LibWeb: Add stub definition for WorkletGlobalScope 2024-11-30 11:19:35 +01:00
WorkletGlobalScope.h LibWeb: Add stub definition for WorkletGlobalScope 2024-11-30 11:19:35 +01:00
WorkletGlobalScope.idl LibWeb: Add stub definition for WorkletGlobalScope 2024-11-30 11:19:35 +01:00