ladybird/Userland/Libraries/LibWeb/HTML
2024-09-10 16:12:58 +01:00
..
Canvas LibWeb: Fix rendering of counter-clockwise arcs 2024-09-07 11:11:31 +02:00
CrossOrigin HTML: Update coop-check-access-report to match spec 2024-08-20 09:36:11 +02:00
CustomElements
EventLoop LibWeb: Move m_needs_repaint and record_display_list() in Document 2024-08-19 18:57:20 +02:00
Parser LibWeb: Implement the Data state for the Swift tokenizer 2024-08-29 06:31:25 +02:00
Scripting LibWeb: Add ServiceWorker discarded flag to ESO 2024-09-07 11:37:49 +02:00
SyntaxHighlighter
AbstractWorker.cpp LibWeb: Implement AbstractWorker 2024-09-02 13:10:44 +02:00
AbstractWorker.h LibWeb: Implement AbstractWorker 2024-09-02 13:10:44 +02:00
AbstractWorker.idl LibWeb: Implement AbstractWorker 2024-09-02 13:10:44 +02:00
ActivateTab.h
AnimatedBitmapDecodedImageData.cpp
AnimatedBitmapDecodedImageData.h
AnimationFrameCallbackDriver.h LibWeb: Make requestAnimationFrame() callback IDs sequential 2024-08-05 09:12:07 +02:00
AnimationFrameProvider.idl
AttributeNames.cpp
AttributeNames.h LibWeb: Add the scope attribute 2024-08-19 09:03:22 +02:00
AudioPlayState.h
AudioTrack.cpp LibWeb: Move m_needs_repaint and record_display_list() in Document 2024-08-19 18:57:20 +02:00
AudioTrack.h
AudioTrack.idl
AudioTrackList.cpp
AudioTrackList.h
AudioTrackList.idl
BroadcastChannel.cpp
BroadcastChannel.h
BroadcastChannel.idl
BrowsingContext.cpp HTML: BrowsingContext: Remove m_parent and fix is_ancestor_of 2024-08-20 09:36:11 +02:00
BrowsingContext.h HTML: BrowsingContext: Remove m_parent and fix is_ancestor_of 2024-08-20 09:36:11 +02:00
BrowsingContextGroup.cpp
BrowsingContextGroup.h
CanvasGradient.cpp
CanvasGradient.h
CanvasGradient.idl
CanvasPattern.cpp
CanvasPattern.h
CanvasPattern.idl
CanvasRenderingContext2D.cpp LibGfx+LibWeb: Remove DrawEmoji variant in GlyphRun 2024-09-06 08:30:30 -04:00
CanvasRenderingContext2D.h LibWeb: Use harfbuzz for canvas text layout 2024-09-04 13:14:05 +02:00
CanvasRenderingContext2D.idl LibWeb/Canvas: Stub missing includes for CanvasRenderingContext2D 2024-08-19 09:04:50 +02:00
CloseEvent.cpp
CloseEvent.h
CloseEvent.idl
CloseWatcher.cpp
CloseWatcher.h
CloseWatcher.idl
CloseWatcherManager.cpp
CloseWatcherManager.h
ColorPickerUpdateState.h
CORSSettingAttribute.cpp
CORSSettingAttribute.h
DataTransfer.cpp LibWeb: Implement the DataTransferItem kind and type attributes 2024-08-22 14:21:13 +02:00
DataTransfer.h LibWeb: Implement the DataTransferItem kind and type attributes 2024-08-22 14:21:13 +02:00
DataTransfer.idl LibWeb: Implement the DataTransfer items attribute 2024-08-22 14:21:13 +02:00
DataTransferItem.cpp LibWeb/HTML: Implement DataTransferItem.webkitGetAsEntry() 2024-08-24 14:53:11 +02:00
DataTransferItem.h LibWeb/HTML: Implement DataTransferItem.webkitGetAsEntry() 2024-08-24 14:53:11 +02:00
DataTransferItem.idl LibWeb/HTML: Implement DataTransferItem.webkitGetAsEntry() 2024-08-24 14:53:11 +02:00
DataTransferItemList.cpp LibWeb: Implement the DataTransferItemList indexed getter 2024-08-22 14:21:13 +02:00
DataTransferItemList.h LibWeb: Implement the DataTransferItemList indexed getter 2024-08-22 14:21:13 +02:00
DataTransferItemList.idl LibWeb: Implement the DataTransferItemList indexed getter 2024-08-22 14:21:13 +02:00
Dates.cpp LibWeb: Don't crash when parsing HTMLInputElement invalid time values 2024-08-20 23:30:35 +01:00
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 LibWeb: Update DOMStringList to match PlatformObject changes 2024-07-29 11:17:05 +01:00
DOMStringList.h LibWeb: Update DOMStringList to match PlatformObject changes 2024-07-29 11:17:05 +01:00
DOMStringList.idl LibWeb: Implement DOMStringList 2024-07-29 11:19:00 +02:00
DOMStringMap.cpp Bindings: Remove exception handling for named_item_value 2024-07-26 14:26:16 +02:00
DOMStringMap.h Bindings: Remove exception handling for named_item_value 2024-07-26 14:26:16 +02:00
DOMStringMap.idl
DragDataStore.cpp LibWeb: Make the drag data store reference counted 2024-08-22 14:21:13 +02:00
DragDataStore.h LibWeb: Implement the DataTransferItemList length attribute 2024-08-22 14:21:13 +02:00
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 LibWeb: Add oncontrollerchange to ServiceWorkerContainer 2024-09-07 11:37:49 +02:00
EventSource.cpp LibWeb: Fix handling of SSEs split across chunks 2024-08-17 12:54:28 -04:00
EventSource.h
EventSource.idl
FileFilter.cpp
FileFilter.h
Focus.cpp LibWeb: Implement the "fire a focus event" spec 2024-08-14 20:53:33 +01:00
Focus.h
FormAssociatedElement.cpp LibWeb: Return document URL if formAction attribute is missing or empty 2024-09-08 09:45:57 +02:00
FormAssociatedElement.h LibWeb: Return document URL if formAction attribute is missing or empty 2024-09-08 09:45:57 +02:00
FormControlInfrastructure.cpp LibWeb: Implement Blob::bytes() 2024-07-26 10:21:32 +02:00
FormControlInfrastructure.h
FormDataEvent.cpp
FormDataEvent.h
FormDataEvent.idl
GlobalEventHandlers.cpp
GlobalEventHandlers.h
HashChangeEvent.cpp
HashChangeEvent.h
HashChangeEvent.idl
History.cpp LibWeb/HTML: Update "can have its URL rewritten" for spec changes 2024-08-20 20:31:39 +02:00
History.h
History.idl
HistoryHandlingBehavior.h
HTMLAllCollection.cpp Bindings: Implement is_supported_property_index in terms of item_value 2024-07-26 14:26:16 +02:00
HTMLAllCollection.h Bindings: Implement is_supported_property_index in terms of item_value 2024-07-26 14:26:16 +02:00
HTMLAllCollection.idl
HTMLAnchorElement.cpp LibWeb: Support ctrl/cmd-clicking a link to open it in a new tab 2024-08-02 08:07:00 +02:00
HTMLAnchorElement.h
HTMLAnchorElement.idl LibWeb: Change attribute type to USVString where applicable 2024-08-17 07:45:00 +02:00
HTMLAreaElement.cpp
HTMLAreaElement.h
HTMLAreaElement.idl
HTMLAudioElement.cpp
HTMLAudioElement.h
HTMLAudioElement.idl
HTMLBaseElement.cpp
HTMLBaseElement.h
HTMLBaseElement.idl
HTMLBodyElement.cpp LibWeb: Rename CSSColorValue::create() to create_from_color() 2024-08-21 10:51:48 +01:00
HTMLBodyElement.h
HTMLBodyElement.idl
HTMLBRElement.cpp
HTMLBRElement.h
HTMLBRElement.idl
HTMLButtonElement.cpp
HTMLButtonElement.h Revert "LibWeb: Change where content selection via mouse is allowed" 2024-08-26 14:08:59 -04:00
HTMLButtonElement.idl LibWeb: Return document URL if formAction attribute is missing or empty 2024-09-08 09:45:57 +02:00
HTMLCanvasElement.cpp LibWeb: Rename "identifier" and "ValueID" to "Keyword" where correct 2024-08-15 13:58:38 +01: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
HTMLDialogElement.h
HTMLDialogElement.idl
HTMLDirectoryElement.cpp
HTMLDirectoryElement.h
HTMLDirectoryElement.idl
HTMLDivElement.cpp LibWeb: Rename "identifier" and "ValueID" to "Keyword" where correct 2024-08-15 13:58:38 +01:00
HTMLDivElement.h
HTMLDivElement.idl
HTMLDListElement.cpp
HTMLDListElement.h
HTMLDListElement.idl
HTMLDocument.cpp
HTMLDocument.h
HTMLDocument.idl
HTMLElement.cpp LibWeb: Move the navigable's cursor position to be owned by the document 2024-08-02 18:40:39 +02:00
HTMLElement.h Revert "LibWeb: Change where content selection via mouse is allowed" 2024-08-26 14:08:59 -04:00
HTMLElement.idl
HTMLEmbedElement.cpp
HTMLEmbedElement.h
HTMLEmbedElement.idl LibWeb: Change attribute type to USVString where applicable 2024-08-17 07:45:00 +02:00
HTMLFieldSetElement.cpp
HTMLFieldSetElement.h
HTMLFieldSetElement.idl
HTMLFontElement.cpp LibWeb: Rename CSSColorValue::create() to create_from_color() 2024-08-21 10:51:48 +01:00
HTMLFontElement.h
HTMLFontElement.idl
HTMLFormElement.cpp LibWeb: Resolve HTMLFormElement.action relative to document base URL 2024-09-08 09:45:57 +02:00
HTMLFormElement.h Bindings: Implement is_supported_property_index in terms of item_value 2024-07-26 14:26:16 +02:00
HTMLFormElement.idl LibWeb: Implement setRangeText for input and textarea elements 2024-08-31 07:47:54 +02:00
HTMLFrameElement.cpp
HTMLFrameElement.h
HTMLFrameElement.idl LibWeb: Change attribute type to USVString where applicable 2024-08-17 07:45:00 +02:00
HTMLFrameSetElement.cpp
HTMLFrameSetElement.h
HTMLFrameSetElement.idl
HTMLHeadElement.cpp
HTMLHeadElement.h
HTMLHeadElement.idl
HTMLHeadingElement.cpp LibWeb: Rename "identifier" and "ValueID" to "Keyword" where correct 2024-08-15 13:58:38 +01:00
HTMLHeadingElement.h
HTMLHeadingElement.idl
HTMLHRElement.cpp
HTMLHRElement.h
HTMLHRElement.idl
HTMLHtmlElement.cpp
HTMLHtmlElement.h
HTMLHtmlElement.idl
HTMLHyperlinkElementUtils.cpp LibURL+LibWeb: Pass a mutable reference URL to URL parser 2024-08-13 14:14:34 +02:00
HTMLHyperlinkElementUtils.h
HTMLHyperlinkElementUtils.idl
HTMLIFrameElement.cpp LibWeb: Convert create_new_child_navigable to HeapFunction 2024-08-18 11:15:08 +02:00
HTMLIFrameElement.h
HTMLIFrameElement.idl LibWeb: Change attribute type to USVString where applicable 2024-08-17 07:45:00 +02:00
HTMLImageElement.cpp HTMLImageElement: Improve decoding stub 2024-09-04 09:55:33 +02:00
HTMLImageElement.h HTMLImageElement: Improve decoding stub 2024-09-04 09:55:33 +02:00
HTMLImageElement.idl HTMLImageElement: Improve decoding stub 2024-09-04 09:55:33 +02:00
HTMLInputElement.cpp LibWeb: Use correct value when parsing datetime-local input type 2024-09-10 16:12:58 +01:00
HTMLInputElement.h LibWeb: Use correct value when parsing datetime-local input type 2024-09-10 16:12:58 +01:00
HTMLInputElement.idl LibWeb: Implement HTMLInputElement.formAction 2024-09-08 09:45:57 +02:00
HTMLLabelElement.cpp
HTMLLabelElement.h
HTMLLabelElement.idl
HTMLLegendElement.cpp
HTMLLegendElement.h
HTMLLegendElement.idl
HTMLLIElement.cpp
HTMLLIElement.h
HTMLLIElement.idl
HTMLLinkElement.cpp LibWeb: Set the location URL for @import-ed/<link>-ed style sheets 2024-09-03 10:12:07 +01:00
HTMLLinkElement.h LibWeb: Add method for listing all style sheets on a page 2024-09-03 10:12:07 +01:00
HTMLLinkElement.idl LibWeb: Change attribute type to USVString where applicable 2024-08-17 07:45:00 +02:00
HTMLMapElement.cpp
HTMLMapElement.h
HTMLMapElement.idl
HTMLMarqueeElement.cpp LibWeb: Rename CSSColorValue::create() to create_from_color() 2024-08-21 10:51:48 +01:00
HTMLMarqueeElement.h
HTMLMarqueeElement.idl
HTMLMediaElement.cpp LibWeb: Don't handle media player key events if any modifier is pressed 2024-09-04 09:59:40 -04:00
HTMLMediaElement.h LibWeb: Don't handle media player key events if any modifier is pressed 2024-09-04 09:59:40 -04:00
HTMLMediaElement.idl LibWeb: Change attribute type to USVString where applicable 2024-08-17 07:45:00 +02:00
HTMLMenuElement.cpp
HTMLMenuElement.h
HTMLMenuElement.idl
HTMLMetaElement.cpp LibWeb: Introduce color-function-specific style values 2024-08-21 10:51:48 +01:00
HTMLMetaElement.h
HTMLMetaElement.idl
HTMLMeterElement.cpp
HTMLMeterElement.h
HTMLMeterElement.idl
HTMLModElement.cpp
HTMLModElement.h
HTMLModElement.idl
HTMLObjectElement.cpp LibWeb: Note what's causing a style invalidation to happen 2024-09-08 09:45:31 +02:00
HTMLObjectElement.h LibWeb: Rename SharedImageRequest to SharedResourceRequest 2024-08-05 11:26:41 +02:00
HTMLObjectElement.idl LibWeb: Change attribute type to USVString where applicable 2024-08-17 07:45:00 +02:00
HTMLOListElement.cpp
HTMLOListElement.h
HTMLOListElement.idl
HTMLOptGroupElement.cpp
HTMLOptGroupElement.h
HTMLOptGroupElement.idl
HTMLOptionElement.cpp
HTMLOptionElement.h
HTMLOptionElement.idl
HTMLOptionsCollection.cpp LibWeb: Correct logic for removing end nodes from HTMLOptionsCollection 2024-07-27 20:23:14 +01:00
HTMLOptionsCollection.h
HTMLOptionsCollection.idl
HTMLOutputElement.cpp
HTMLOutputElement.h
HTMLOutputElement.idl
HTMLParagraphElement.cpp LibWeb: Rename "identifier" and "ValueID" to "Keyword" where correct 2024-08-15 13:58:38 +01:00
HTMLParagraphElement.h
HTMLParagraphElement.idl
HTMLParamElement.cpp
HTMLParamElement.h
HTMLParamElement.idl
HTMLPictureElement.cpp
HTMLPictureElement.h
HTMLPictureElement.idl
HTMLPreElement.cpp LibWeb: Rename "identifier" and "ValueID" to "Keyword" where correct 2024-08-15 13:58:38 +01:00
HTMLPreElement.h
HTMLPreElement.idl
HTMLProgressElement.cpp LibWeb: Limit HTMLProgressElement.max to positive values 2024-08-19 09:02:21 +02:00
HTMLProgressElement.h
HTMLProgressElement.idl
HTMLQuoteElement.cpp
HTMLQuoteElement.h
HTMLQuoteElement.idl
HTMLScriptElement.cpp LibWeb: Support SRI for import maps 2024-08-14 21:06:25 +01:00
HTMLScriptElement.h LibWeb: Script force async flag should default to true 2024-08-04 19:25:29 +01:00
HTMLScriptElement.idl LibWeb: Change attribute type to USVString where applicable 2024-08-17 07:45:00 +02:00
HTMLSelectElement.cpp LibWeb: Assign native colors to input, text, and select elements 2024-09-08 09:45:39 +02:00
HTMLSelectElement.h
HTMLSelectElement.idl LibWeb: Add autocomplete property 2024-08-13 22:53:55 +01:00
HTMLSlotElement.cpp
HTMLSlotElement.h
HTMLSlotElement.idl
HTMLSourceElement.cpp
HTMLSourceElement.h
HTMLSourceElement.idl LibWeb: Change attribute type to USVString where applicable 2024-08-17 07:45:00 +02:00
HTMLSpanElement.cpp
HTMLSpanElement.h
HTMLSpanElement.idl
HTMLStyleElement.cpp
HTMLStyleElement.h LibWeb: Add method for listing all style sheets on a page 2024-09-03 10:12:07 +01:00
HTMLStyleElement.idl
HTMLSummaryElement.cpp
HTMLSummaryElement.h
HTMLTableCaptionElement.cpp LibWeb: Rename "identifier" and "ValueID" to "Keyword" where correct 2024-08-15 13:58:38 +01:00
HTMLTableCaptionElement.h
HTMLTableCaptionElement.idl
HTMLTableCellElement.cpp LibWeb: Rename CSSColorValue::create() to create_from_color() 2024-08-21 10:51:48 +01:00
HTMLTableCellElement.h LibWeb: Implement HTMLTableCellElement.cellIndex 2024-08-07 00:53:38 +01:00
HTMLTableCellElement.idl LibWeb: Add scope attribute to HTMLTableCellElement 2024-09-02 13:09:41 +02:00
HTMLTableColElement.cpp
HTMLTableColElement.h
HTMLTableColElement.idl
HTMLTableElement.cpp LibWeb: Rename CSSColorValue::create() to create_from_color() 2024-08-21 10:51:48 +01:00
HTMLTableElement.h
HTMLTableElement.idl
HTMLTableRowElement.cpp LibWeb: Rename CSSColorValue::create() to create_from_color() 2024-08-21 10:51:48 +01:00
HTMLTableRowElement.h
HTMLTableRowElement.idl
HTMLTableSectionElement.cpp
HTMLTableSectionElement.h
HTMLTableSectionElement.idl
HTMLTemplateElement.cpp
HTMLTemplateElement.h
HTMLTemplateElement.idl
HTMLTextAreaElement.cpp LibWeb: Don't attempt to set selection if control has no selectable text 2024-09-09 11:04:07 +02:00
HTMLTextAreaElement.h LibWeb: Update the document cursor position when the selection changes 2024-08-31 15:51:08 +02:00
HTMLTextAreaElement.idl LibWeb: Implement setRangeText for input and textarea elements 2024-08-31 07:47:54 +02:00
HTMLTimeElement.cpp
HTMLTimeElement.h
HTMLTimeElement.idl
HTMLTitleElement.cpp
HTMLTitleElement.h
HTMLTitleElement.idl
HTMLTrackElement.cpp LibWeb: Implement HTMLTrackElement.readyState 2024-08-06 07:57:33 +01:00
HTMLTrackElement.h LibWeb: Implement HTMLTrackElement.readyState 2024-08-06 07:57:33 +01:00
HTMLTrackElement.idl LibWeb: Change attribute type to USVString where applicable 2024-08-17 07:45:00 +02:00
HTMLUListElement.cpp
HTMLUListElement.h
HTMLUListElement.idl
HTMLUnknownElement.cpp
HTMLUnknownElement.h
HTMLUnknownElement.idl
HTMLVideoElement.cpp
HTMLVideoElement.h
HTMLVideoElement.idl
ImageBitmap.cpp
ImageBitmap.h
ImageBitmap.idl
ImageData.cpp LibWeb: Make new ImageData() use unpremultiplied color data 2024-08-20 20:39:09 +02:00
ImageData.h
ImageData.idl
ImageRequest.cpp LibWeb: Rename SharedImageRequest to SharedResourceRequest 2024-08-05 11:26:41 +02:00
ImageRequest.h LibWeb: Rename SharedImageRequest to SharedResourceRequest 2024-08-05 11:26:41 +02:00
LazyLoadingElement.h
ListOfAvailableImages.cpp
ListOfAvailableImages.h
Location.cpp LibWeb: Add setter implementation for location.search 2024-08-21 10:52:19 +01: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 LibWeb: Account for header size when reading MessagePort message payload 2024-08-01 11:39:43 +02:00
MessagePort.h
MessagePort.idl
MimeType.cpp
MimeType.h
MimeType.idl
MimeTypeArray.cpp Bindings: Implement is_supported_property_index in terms of item_value 2024-07-26 14:26:16 +02:00
MimeTypeArray.h Bindings: Implement is_supported_property_index in terms of item_value 2024-07-26 14:26:16 +02:00
MimeTypeArray.idl
Navigable.cpp LibWeb: Note what's causing a style invalidation to happen 2024-09-08 09:45:31 +02:00
Navigable.h LibWeb: Invalidate the display list when calling set_needs_display() 2024-09-02 20:12:08 +02:00
NavigableContainer.cpp LibWeb: Use HeapFunction directly in SessionHistoryTraversalQueue 2024-08-18 11:15:08 +02:00
NavigableContainer.h LibWeb: Use HeapFunction directly in SessionHistoryTraversalQueue 2024-08-18 11:15:08 +02:00
NavigateEvent.cpp
NavigateEvent.h
NavigateEvent.idl
Navigation.cpp LibWeb: Use HeapFunction directly in SessionHistoryTraversalQueue 2024-08-18 11:15:08 +02:00
Navigation.h
Navigation.idl
NavigationCurrentEntryChangeEvent.cpp
NavigationCurrentEntryChangeEvent.h
NavigationCurrentEntryChangeEvent.idl
NavigationDestination.cpp
NavigationDestination.h
NavigationDestination.idl
NavigationHistoryEntry.cpp
NavigationHistoryEntry.h
NavigationHistoryEntry.idl
NavigationParams.cpp
NavigationParams.h
NavigationTransition.cpp
NavigationTransition.h
NavigationTransition.idl
NavigationType.h
NavigationType.idl
Navigator.cpp LibWeb: Implement Navigator.mediaCapabilities 2024-09-05 14:52:26 +01:00
Navigator.h LibWeb: Implement Navigator.mediaCapabilities 2024-09-05 14:52:26 +01:00
Navigator.idl LibWeb: Implement Navigator.mediaCapabilities 2024-09-05 14:52:26 +01:00
NavigatorBeacon.cpp LibWeb: Use keepalive maximum size in NavigatorBeacon 2024-08-11 20:07:10 +01:00
NavigatorBeacon.h LibWeb: Remove circular include NavigatorBeacon.h <-> Navigator.h 2024-08-19 12:56:55 +02:00
NavigatorBeacon.idl
NavigatorConcurrentHardware.h
NavigatorConcurrentHardware.idl
NavigatorID.cpp
NavigatorID.h
NavigatorID.idl
NavigatorLanguage.h
NavigatorLanguage.idl
NavigatorOnLine.h
NavigatorOnLine.idl
Numbers.cpp LibWeb: Add “valid floating-point number” for HTMLInputElement.value 2024-08-28 07:49:17 -04:00
Numbers.h LibWeb: Add “valid floating-point number” for HTMLInputElement.value 2024-08-28 07:49:17 -04:00
Origin.cpp
Origin.h
PageTransitionEvent.cpp
PageTransitionEvent.h
PageTransitionEvent.idl
Path2D.cpp
Path2D.h LibGfx: Rename Path => DeprecatedPath 2024-08-20 09:30:05 +02:00
Path2D.idl
Plugin.cpp Bindings: Implement is_supported_property_index in terms of item_value 2024-07-26 14:26:16 +02:00
Plugin.h Bindings: Implement is_supported_property_index in terms of item_value 2024-07-26 14:26:16 +02:00
Plugin.idl
PluginArray.cpp Bindings: Implement is_supported_property_index in terms of item_value 2024-07-26 14:26:16 +02:00
PluginArray.h Bindings: Implement is_supported_property_index in terms of item_value 2024-07-26 14:26:16 +02:00
PluginArray.idl
PolicyContainers.cpp
PolicyContainers.h
PopStateEvent.cpp
PopStateEvent.h
PopStateEvent.idl
POSTResource.h LibWeb: Include the Content-Type boundary directive in form submissions 2024-08-22 14:21:13 +02:00
PotentialCORSRequest.cpp
PotentialCORSRequest.h
PromiseRejectionEvent.cpp
PromiseRejectionEvent.h
PromiseRejectionEvent.idl
SandboxingFlagSet.h
ScrollOptions.h
SelectedFile.cpp
SelectedFile.h
SelectItem.cpp
SelectItem.h
ServiceWorkerContainer.cpp LibWeb: Add service worker client to ServiceWorkerContainer 2024-09-07 11:37:49 +02:00
ServiceWorkerContainer.h LibWeb: Add service worker client to ServiceWorkerContainer 2024-09-07 11:37:49 +02:00
ServiceWorkerContainer.idl LibWeb: Add oncontrollerchange to ServiceWorkerContainer 2024-09-07 11:37:49 +02:00
ServiceWorkerRegistration.cpp LibWeb: Stub the ServiceWorkerRegistration interface 2024-08-25 09:48:30 +02:00
ServiceWorkerRegistration.h LibWeb: Stub the ServiceWorkerRegistration interface 2024-08-25 09:48:30 +02:00
ServiceWorkerRegistration.idl LibWeb: Stub the ServiceWorkerRegistration interface 2024-08-25 09:48:30 +02:00
SessionHistoryEntry.cpp
SessionHistoryEntry.h
SessionHistoryTraversalQueue.cpp LibWeb: Use HeapFunction directly in SessionHistoryTraversalQueue 2024-08-18 11:15:08 +02:00
SessionHistoryTraversalQueue.h LibWeb: Use HeapFunction directly in SessionHistoryTraversalQueue 2024-08-18 11:15:08 +02:00
SharedResourceRequest.cpp LibWeb: Rename SharedImageRequest to SharedResourceRequest 2024-08-05 11:26:41 +02:00
SharedResourceRequest.h LibWeb: Rename SharedImageRequest to SharedResourceRequest 2024-08-05 11:26:41 +02:00
SourceSet.cpp LibWeb: Avoid division by zero in SourceSet width descriptor calculation 2024-08-08 12:20:04 +02:00
SourceSet.h
SourceSnapshotParams.h
Storage.cpp Bindings: Remove exception handling for named_item_value 2024-07-26 14:26:16 +02:00
Storage.h Bindings: Remove exception handling for named_item_value 2024-07-26 14:26:16 +02:00
Storage.idl
StructuredSerialize.cpp
StructuredSerialize.h
SubmitEvent.cpp
SubmitEvent.h
SubmitEvent.idl
TagNames.cpp
TagNames.h
TextMetrics.cpp
TextMetrics.h
TextMetrics.idl LibWeb: Expose TextMetrics to Worker 2024-08-24 11:25:19 +01:00
TextTrack.cpp
TextTrack.h
TextTrack.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 LibWeb: Make HTML::Task IDs a sequential, distinct numeric type 2024-08-05 09:12:07 +02:00
TokenizedFeatures.cpp
TokenizedFeatures.h
TrackEvent.cpp
TrackEvent.h
TrackEvent.idl
TraversableNavigable.cpp LibWeb: Reuse display list across repaints 2024-08-19 18:57:20 +02:00
TraversableNavigable.h LibWeb: Use HeapFunction directly in SessionHistoryTraversalQueue 2024-08-18 11:15:08 +02:00
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: Rename "identifier" and "ValueID" to "Keyword" where correct 2024-08-15 13:58:38 +01:00
Window.h LibWeb: Make requestAnimationFrame() callback IDs sequential 2024-08-05 09:12:07 +02:00
Window.idl
WindowEventHandlers.cpp
WindowEventHandlers.h
WindowLocalStorage.idl
WindowOrWorkerGlobalScope.cpp LibWeb: Implement Blob::bytes() 2024-07-26 10:21:32 +02:00
WindowOrWorkerGlobalScope.h
WindowOrWorkerGlobalScope.idl
WindowProxy.cpp
WindowProxy.h
WindowSessionStorage.idl
Worker.cpp
Worker.h LibWeb: Implement AbstractWorker 2024-09-02 13:10:44 +02:00
Worker.idl LibWeb: Implement AbstractWorker 2024-09-02 13:10:44 +02:00
WorkerAgent.cpp
WorkerAgent.h
WorkerDebugConsoleClient.cpp
WorkerDebugConsoleClient.h
WorkerGlobalScope.cpp
WorkerGlobalScope.h
WorkerGlobalScope.idl
WorkerLocation.cpp LibURL+Everywhere: Only percent decode URL paths when actually needed 2024-08-05 09:58:13 +02:00
WorkerLocation.h LibURL+Everywhere: Only percent decode URL paths when actually needed 2024-08-05 09:58:13 +02:00
WorkerLocation.idl
WorkerNavigator.cpp LibWeb: Add WorkerNavigator.serviceWorker API 2024-09-07 11:37:49 +02:00
WorkerNavigator.h LibWeb: Add WorkerNavigator.serviceWorker API 2024-09-07 11:37:49 +02:00
WorkerNavigator.idl LibWeb: Add WorkerNavigator.serviceWorker API 2024-09-07 11:37:49 +02:00