ladybird/Userland/Libraries/LibWeb/HTML
Andreas Kling 5e24b97275 LibWeb: Implement HTMLImageElement.complete according to spec
Now that we use the HTML image loading algorithm from spec, we can
implement complete correctly.

This (finally) fixes an issue where images were not loading on
https://twinings.co.uk/ :^)
2023-07-11 10:03:49 +02:00
..
Canvas LibWeb: Add initial implementation of CRC2D.globalAlpha 2023-06-18 20:31:11 +02:00
CrossOrigin LibWeb: Add missing check in CrossOriginGetOwnPropertyHelper 2023-05-28 18:00:54 +02:00
CustomElements LibWeb: Add prototype header to CustomElementRegistry.cpp 2023-07-07 06:41:51 -04:00
EventLoop LibWeb: Add initial implementation of IntersectionObserver 2023-07-07 05:27:25 +02:00
Parser LibWeb: Make HTML parser flush all pending tokens in "in table text" 2023-07-03 11:50:58 +02:00
Scripting LibWeb+LibJS: Move some code around to make CSS/Parser parse faster 2023-07-11 09:38:37 +03:30
SyntaxHighlighter
AbstractBrowsingContext.h LibWeb: Convert navigationId from DeprecatedString to String 2023-04-24 07:55:20 +02:00
ActivateTab.h
AnimatedBitmapDecodedImageData.cpp LibWeb: Have ImageProvider bitmap getter take optional size argument 2023-05-21 07:44:29 +02:00
AnimatedBitmapDecodedImageData.h LibWeb: Have ImageProvider bitmap getter take optional size argument 2023-05-21 07:44:29 +02:00
AnimationFrameCallbackDriver.h
AnimationFrameProvider.idl
AttributeNames.cpp
AttributeNames.h LibWeb: Bring form submission more up to spec 2023-06-19 06:12:26 +02:00
AudioTrack.cpp Ladybird+LibWeb+WebConent: Drive audio in Ladybird off the main thread 2023-06-21 06:14:15 +02:00
AudioTrack.h Ladybird+LibWeb+WebConent: Drive audio in Ladybird off the main thread 2023-06-21 06:14:15 +02:00
AudioTrack.idl LibWeb: Implement the AudioTrack and AudioTrackList interfaces 2023-06-13 06:14:01 +02:00
AudioTrackList.cpp LibWeb: Implement the AudioTrack and AudioTrackList interfaces 2023-06-13 06:14:01 +02:00
AudioTrackList.h LibWeb: Implement the AudioTrack and AudioTrackList interfaces 2023-06-13 06:14:01 +02:00
AudioTrackList.idl LibWeb: Implement the AudioTrack and AudioTrackList interfaces 2023-06-13 06:14:01 +02:00
BrowsingContext.cpp LibWeb: Add HTMLDocument class 2023-06-21 16:30:27 +02:00
BrowsingContext.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
BrowsingContextGroup.cpp LibWeb: Implement creation of fresh top-level traversables 2023-04-26 15:51:50 +02:00
BrowsingContextGroup.h LibWeb: Implement creation of fresh top-level traversables 2023-04-26 15:51:50 +02:00
CanvasGradient.cpp
CanvasGradient.h
CanvasGradient.idl
CanvasPattern.cpp
CanvasPattern.h
CanvasPattern.idl
CanvasRenderingContext2D.cpp LibWeb: Add initial implementation of CRC2D.globalAlpha 2023-06-18 20:31:11 +02:00
CanvasRenderingContext2D.h LibWeb: Add initial implementation of CRC2D.globalAlpha 2023-06-18 20:31:11 +02:00
CanvasRenderingContext2D.idl LibWeb: Add initial implementation of CRC2D.globalAlpha 2023-06-18 20:31:11 +02:00
CloseEvent.cpp
CloseEvent.h
CloseEvent.idl
CORSSettingAttribute.cpp LibWeb: Implement the CORS settings attribute credentials mode AO 2023-05-12 05:47:36 +02:00
CORSSettingAttribute.h LibWeb: Implement the CORS settings attribute credentials mode AO 2023-05-12 05:47:36 +02:00
DecodedImageData.cpp LibWeb: Make DecodedImageData an abstract class 2023-05-21 07:44:29 +02:00
DecodedImageData.h LibWeb: Have ImageProvider bitmap getter take optional size argument 2023-05-21 07:44:29 +02:00
DocumentReadyState.h
DocumentState.cpp LibWeb: Add NestedHistory in DocumentState 2023-04-28 18:11:44 +02:00
DocumentState.h LibWeb: Reuse ReferrerType from Fetch in HTML::DocumentState 2023-05-03 09:39:49 +02:00
DOMParser.cpp LibWeb: Add HTMLDocument class 2023-06-21 16:30:27 +02:00
DOMParser.h
DOMParser.idl
DOMStringMap.cpp
DOMStringMap.h
DOMStringMap.idl
ErrorEvent.cpp
ErrorEvent.h
ErrorEvent.idl
EventHandler.cpp LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects 2023-04-30 06:04:33 +02:00
EventHandler.h LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects 2023-04-30 06:04:33 +02:00
EventNames.cpp
EventNames.h LibWeb: Start filling out BaseAudioContext/AudioContext interfaces 2023-06-28 05:22:51 +02:00
Focus.cpp LibWeb: Rename BrowsingContextContainer => NavigableContainer 2023-04-19 18:26:45 +02:00
Focus.h
FormAssociatedElement.cpp
FormAssociatedElement.h LibWeb: Fix up constructing the form entry list 2023-06-19 06:12:26 +02:00
FormControlInfrastructure.cpp LibWeb: Fix up constructing the form entry list 2023-06-19 06:12:26 +02:00
FormControlInfrastructure.h LibWeb: Fix up constructing the form entry list 2023-06-19 06:12:26 +02:00
FormDataEvent.cpp
FormDataEvent.h
FormDataEvent.idl
GlobalEventHandlers.cpp
GlobalEventHandlers.h
History.cpp
History.h
History.idl
HistoryHandlingBehavior.h LibWeb: Add HistoryHandlingBehavior::Push 2023-04-25 12:54:01 +02:00
HTMLAnchorElement.cpp LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2023-07-03 19:04:45 +02:00
HTMLAnchorElement.h LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2023-07-03 19:04:45 +02:00
HTMLAnchorElement.idl
HTMLAreaElement.cpp LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2023-07-03 19:04:45 +02:00
HTMLAreaElement.h LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2023-07-03 19:04:45 +02:00
HTMLAreaElement.idl
HTMLAudioElement.cpp LibWeb: Implement the HTMLMediaElement volume and muted IDL attributes 2023-06-16 13:50:15 +02:00
HTMLAudioElement.h LibWeb: Implement the HTMLMediaElement volume and muted IDL attributes 2023-06-16 13:50:15 +02:00
HTMLAudioElement.idl
HTMLBaseElement.cpp LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2023-07-03 19:04:45 +02:00
HTMLBaseElement.h LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2023-07-03 19:04:45 +02:00
HTMLBaseElement.idl
HTMLBlinkElement.cpp LibWeb: Don't include Layout/Node.h from DOM/Element.h 2023-05-08 09:29:44 +02:00
HTMLBlinkElement.h
HTMLBodyElement.cpp LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2023-07-03 19:04:45 +02:00
HTMLBodyElement.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
HTMLBodyElement.idl
HTMLBRElement.cpp
HTMLBRElement.h
HTMLBRElement.idl
HTMLButtonElement.cpp LibWeb: Bring form submission more up to spec 2023-06-19 06:12:26 +02:00
HTMLButtonElement.h LibWeb: Fix up constructing the form entry list 2023-06-19 06:12:26 +02:00
HTMLButtonElement.idl LibWeb: Add HTMLButtonElement#disabled 2023-06-18 19:07:06 +02:00
HTMLCanvasElement.cpp LibWeb: Return DOMException instead of crashing when setting attributes 2023-05-26 05:23:09 +02:00
HTMLCanvasElement.h LibWeb: Return DOMException instead of crashing when setting attributes 2023-05-26 05:23:09 +02:00
HTMLCanvasElement.idl
HTMLDataElement.cpp
HTMLDataElement.h
HTMLDataElement.idl
HTMLDataListElement.cpp
HTMLDataListElement.h
HTMLDataListElement.idl
HTMLDetailsElement.cpp LibWeb: Implement details_notification_task_steps for <details> 2023-06-03 05:56:00 +02:00
HTMLDetailsElement.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
HTMLDetailsElement.idl
HTMLDialogElement.cpp
HTMLDialogElement.h
HTMLDialogElement.idl
HTMLDirectoryElement.cpp
HTMLDirectoryElement.h
HTMLDirectoryElement.idl
HTMLDivElement.cpp LibWeb: Implement the align attribute for divs 2023-06-16 06:55:21 +02:00
HTMLDivElement.h LibWeb: Implement the align attribute for divs 2023-06-16 06:55:21 +02:00
HTMLDivElement.idl
HTMLDListElement.cpp
HTMLDListElement.h
HTMLDListElement.idl
HTMLDocument.cpp LibWeb: Add HTMLDocument class 2023-06-21 16:30:27 +02:00
HTMLDocument.h LibWeb: Add HTMLDocument class 2023-06-21 16:30:27 +02:00
HTMLDocument.idl LibWeb: Add HTMLDocument class 2023-06-21 16:30:27 +02:00
HTMLElement.cpp LibWeb: Merge did_remove_attribute() into attribute_changed() 2023-07-03 19:04:45 +02:00
HTMLElement.h LibWeb: Merge did_remove_attribute() into attribute_changed() 2023-07-03 19:04:45 +02:00
HTMLElement.idl
HTMLEmbedElement.cpp
HTMLEmbedElement.h
HTMLEmbedElement.idl
HTMLFieldSetElement.cpp
HTMLFieldSetElement.h
HTMLFieldSetElement.idl
HTMLFontElement.cpp LibWeb: Apply rules for parsing a legacy color value 2023-05-28 13:24:37 +02:00
HTMLFontElement.h
HTMLFontElement.idl
HTMLFormElement.cpp LibWeb: Implement Web::URL::url_encode closer to spec 2023-06-25 11:28:32 +02:00
HTMLFormElement.h LibWeb: Implement Web::URL::url_encode closer to spec 2023-06-25 11:28:32 +02:00
HTMLFormElement.idl LibWeb: Add HTMLFormElement#{method,action,target} 2023-06-19 06:12:26 +02:00
HTMLFrameElement.cpp
HTMLFrameElement.h
HTMLFrameElement.idl
HTMLFrameSetElement.cpp LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2023-07-03 19:04:45 +02:00
HTMLFrameSetElement.h LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2023-07-03 19:04:45 +02:00
HTMLFrameSetElement.idl
HTMLHeadElement.cpp
HTMLHeadElement.h
HTMLHeadElement.idl
HTMLHeadingElement.cpp LibWeb: Don't include Layout/Node.h from DOM/Element.h 2023-05-08 09:29:44 +02:00
HTMLHeadingElement.h
HTMLHeadingElement.idl
HTMLHRElement.cpp
HTMLHRElement.h
HTMLHRElement.idl
HTMLHtmlElement.cpp LibWeb: Don't include Layout/Node.h from DOM/Element.h 2023-05-08 09:29:44 +02:00
HTMLHtmlElement.h
HTMLHtmlElement.idl
HTMLHyperlinkElementUtils.cpp LibWeb: Move get_an_elements_{target,noopener} to HTMLElement 2023-06-19 06:12:26 +02:00
HTMLHyperlinkElementUtils.h LibWeb: Move get_an_elements_{target,noopener} to HTMLElement 2023-06-19 06:12:26 +02:00
HTMLHyperlinkElementUtils.idl
HTMLIFrameElement.cpp LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2023-07-03 19:04:45 +02:00
HTMLIFrameElement.h LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2023-07-03 19:04:45 +02:00
HTMLIFrameElement.idl
HTMLImageElement.cpp LibWeb: Implement HTMLImageElement.complete according to spec 2023-07-11 10:03:49 +02:00
HTMLImageElement.h LibWeb: Implement loading=lazy for <img> elements 2023-07-07 05:27:25 +02:00
HTMLImageElement.idl
HTMLInputElement.cpp LibWeb: Merge did_remove_attribute() into attribute_changed() 2023-07-03 19:04:45 +02:00
HTMLInputElement.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
HTMLInputElement.idl
HTMLLabelElement.cpp
HTMLLabelElement.h
HTMLLabelElement.idl
HTMLLegendElement.cpp
HTMLLegendElement.h
HTMLLegendElement.idl
HTMLLIElement.cpp
HTMLLIElement.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
HTMLLIElement.idl
HTMLLinkElement.cpp LibWeb: Decode linked style sheets before parsing them 2023-07-04 10:45:20 +02:00
HTMLLinkElement.h LibWeb: Merge did_remove_attribute() into attribute_changed() 2023-07-03 19:04:45 +02:00
HTMLLinkElement.idl
HTMLMapElement.cpp
HTMLMapElement.h
HTMLMapElement.idl
HTMLMarqueeElement.cpp LibWeb: Apply rules for parsing a legacy color value 2023-05-28 13:24:37 +02:00
HTMLMarqueeElement.h
HTMLMarqueeElement.idl
HTMLMediaElement.cpp LibWeb: Update workarounds for the empty execution context stack 2023-07-06 15:18:50 -04:00
HTMLMediaElement.h LibWeb: Allow toggling playback of media elements with keyboard controls 2023-07-03 19:07:26 +02:00
HTMLMediaElement.idl LibWeb: Implement the HTMLMediaElement volume and muted IDL attributes 2023-06-16 13:50:15 +02:00
HTMLMenuElement.cpp
HTMLMenuElement.h
HTMLMenuElement.idl
HTMLMetaElement.cpp
HTMLMetaElement.h
HTMLMetaElement.idl
HTMLMeterElement.cpp
HTMLMeterElement.h
HTMLMeterElement.idl
HTMLModElement.cpp
HTMLModElement.h
HTMLModElement.idl
HTMLObjectElement.cpp LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2023-07-03 19:04:45 +02:00
HTMLObjectElement.h LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2023-07-03 19:04:45 +02:00
HTMLObjectElement.idl
HTMLOListElement.cpp
HTMLOListElement.h
HTMLOListElement.idl
HTMLOptGroupElement.cpp
HTMLOptGroupElement.h
HTMLOptGroupElement.idl
HTMLOptionElement.cpp LibWeb: Merge did_remove_attribute() into attribute_changed() 2023-07-03 19:04:45 +02:00
HTMLOptionElement.h LibWeb: Merge did_remove_attribute() into attribute_changed() 2023-07-03 19:04:45 +02:00
HTMLOptionElement.idl
HTMLOptionsCollection.cpp LibWeb: Make HTMLCollection faster when it only cares about children 2023-05-23 14:38:45 +02:00
HTMLOptionsCollection.h
HTMLOptionsCollection.idl
HTMLOutputElement.cpp
HTMLOutputElement.h
HTMLOutputElement.idl
HTMLParagraphElement.cpp LibWeb: Don't include Layout/Node.h from DOM/Element.h 2023-05-08 09:29:44 +02:00
HTMLParagraphElement.h
HTMLParagraphElement.idl
HTMLParamElement.cpp
HTMLParamElement.h
HTMLParamElement.idl
HTMLPictureElement.cpp
HTMLPictureElement.h
HTMLPictureElement.idl
HTMLPreElement.cpp LibWeb: Don't include Layout/Node.h from DOM/Element.h 2023-05-08 09:29:44 +02:00
HTMLPreElement.h
HTMLPreElement.idl
HTMLProgressElement.cpp LibWeb: Return DOMException instead of crashing when setting attributes 2023-05-26 05:23:09 +02:00
HTMLProgressElement.h LibWeb: Return DOMException instead of crashing when setting attributes 2023-05-26 05:23:09 +02:00
HTMLProgressElement.idl
HTMLQuoteElement.cpp
HTMLQuoteElement.h
HTMLQuoteElement.idl
HTMLScriptElement.cpp LibWeb: Merge did_remove_attribute() into attribute_changed() 2023-07-03 19:04:45 +02:00
HTMLScriptElement.h LibWeb: Merge did_remove_attribute() into attribute_changed() 2023-07-03 19:04:45 +02:00
HTMLScriptElement.idl LibWeb: Implement fetching classic scripts using Fetch infrastructure 2023-05-12 05:47:36 +02:00
HTMLSelectElement.cpp
HTMLSelectElement.h
HTMLSelectElement.idl
HTMLSlotElement.cpp
HTMLSlotElement.h
HTMLSlotElement.idl
HTMLSourceElement.cpp LibWeb: Partially implement HTMLSourceElement's insertion/removal steps 2023-05-13 15:51:44 +02:00
HTMLSourceElement.h LibWeb: Partially implement HTMLSourceElement's insertion/removal steps 2023-05-13 15:51:44 +02:00
HTMLSourceElement.idl
HTMLSpanElement.cpp
HTMLSpanElement.h
HTMLSpanElement.idl
HTMLStyleElement.cpp LibWeb: Extract updating a style block into StyleElementUtils 2023-06-09 17:14:50 +02:00
HTMLStyleElement.h LibWeb: Extract updating a style block into StyleElementUtils 2023-06-09 17:14:50 +02:00
HTMLStyleElement.idl
HTMLSummaryElement.cpp LibWeb: Implement the <summary> element 2023-06-03 05:56:00 +02:00
HTMLSummaryElement.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
HTMLTableCaptionElement.cpp LibWeb: Don't include Layout/Node.h from DOM/Element.h 2023-05-08 09:29:44 +02:00
HTMLTableCaptionElement.h
HTMLTableCaptionElement.idl
HTMLTableCellElement.cpp LibWeb: Support background attribute on table elements 2023-07-07 19:09:55 +01:00
HTMLTableCellElement.h LibWeb: Return DOMException instead of crashing when setting attributes 2023-05-26 05:23:09 +02:00
HTMLTableCellElement.idl
HTMLTableColElement.cpp
HTMLTableColElement.h
HTMLTableColElement.idl
HTMLTableElement.cpp LibWeb: Support cellspacing attribute on table elements 2023-07-05 12:31:54 +01:00
HTMLTableElement.h LibWeb: Return DOMException instead of crashing when setting attributes 2023-05-26 05:23:09 +02:00
HTMLTableElement.idl
HTMLTableRowElement.cpp LibWeb: Support background attribute on table elements 2023-07-07 19:09:55 +01:00
HTMLTableRowElement.h LibWeb: Support bgcolor attribute on tr elements 2023-07-05 08:19:55 +01:00
HTMLTableRowElement.idl
HTMLTableSectionElement.cpp LibWeb: Make HTMLCollection faster when it only cares about children 2023-05-23 14:38:45 +02:00
HTMLTableSectionElement.h
HTMLTableSectionElement.idl
HTMLTemplateElement.cpp
HTMLTemplateElement.h
HTMLTemplateElement.idl
HTMLTextAreaElement.cpp
HTMLTextAreaElement.h
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 LibWeb: Merge did_remove_attribute() into attribute_changed() 2023-07-03 19:04:45 +02:00
HTMLVideoElement.h LibWeb: Merge did_remove_attribute() into attribute_changed() 2023-07-03 19:04:45 +02:00
HTMLVideoElement.idl
ImageData.cpp
ImageData.h
ImageData.idl
ImageRequest.cpp LibWeb: Use a separate class for shared image requests 2023-06-14 14:23:17 +02:00
ImageRequest.h LibWeb: Use a separate class for shared image requests 2023-06-14 14:23:17 +02:00
ListOfAvailableImages.cpp LibWeb: Add class to represent "list of available images" from HTML spec 2023-05-13 09:08:42 +02:00
ListOfAvailableImages.h LibWeb: Add class to represent "list of available images" from HTML spec 2023-05-13 09:08:42 +02:00
Location.cpp LibJS: Make Object::internal_get() reveal the used property offset 2023-07-09 12:54:06 +02:00
Location.h LibJS: Make Object::internal_get() reveal the used property offset 2023-07-09 12:54:06 +02:00
Location.idl LibWeb: Implement location.assign 2023-05-16 11:25:44 +02:00
MediaError.cpp LibWeb: Implement the MediaError IDL interface 2023-04-23 16:22:45 +02:00
MediaError.h LibWeb: Implement the MediaError IDL interface 2023-04-23 16:22:45 +02:00
MediaError.idl LibWeb: Implement the MediaError IDL interface 2023-04-23 16:22:45 +02:00
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: Implement getting the container document of a navigable 2023-06-23 16:20:29 +02:00
Navigable.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
NavigableContainer.cpp LibWeb: Implement "create a new child navigable" and supporting code 2023-07-11 06:48:25 +02:00
NavigableContainer.h LibWeb: Implement "create a new child navigable" and supporting code 2023-07-11 06:48:25 +02:00
NavigationParams.h LibWeb: Add fetch_controller property in HTML::NavigationParams 2023-05-03 09:39:49 +02:00
Navigator.cpp
Navigator.h
Navigator.idl
NavigatorConcurrentHardware.h
NavigatorConcurrentHardware.idl
NavigatorID.cpp
NavigatorID.h
NavigatorID.idl
NavigatorLanguage.h
NavigatorLanguage.idl
NavigatorOnLine.h
NavigatorOnLine.idl
Origin.h
PageTransitionEvent.cpp
PageTransitionEvent.h
PageTransitionEvent.idl
Path2D.cpp
Path2D.h
Path2D.idl
Plugin.cpp
Plugin.h
Plugin.idl
PluginArray.cpp
PluginArray.h
PluginArray.idl
PolicyContainers.h
POSTResource.h LibWeb: Add request_body property in HTML::POSTResource 2023-05-03 09:39:49 +02:00
PotentialCORSRequest.cpp
PotentialCORSRequest.h
PromiseRejectionEvent.cpp
PromiseRejectionEvent.h
PromiseRejectionEvent.idl
RemoteBrowsingContext.cpp Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
RemoteBrowsingContext.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
SandboxingFlagSet.h
ScrollOptions.h LibWeb: Don't include HTML/Window.h from DOM/Element.h 2023-05-08 09:29:44 +02:00
SessionHistoryEntry.cpp
SessionHistoryEntry.h LibWeb: Add step property in SessionHistoryEntry 2023-04-26 15:51:50 +02:00
SharedImageRequest.cpp LibWeb: Use a separate class for shared image requests 2023-06-14 14:23:17 +02:00
SharedImageRequest.h LibWeb: Use a separate class for shared image requests 2023-06-14 14:23:17 +02:00
SourceSet.cpp LibWeb+WebContent: Forbid access to underlying type of CSSPixels 2023-06-13 06:08:27 +02:00
SourceSet.h LibWeb: Make CSSPixels and Length use 64-bit (double) floating point 2023-05-24 14:40:35 +02:00
SourceSnapshotParams.h LibWeb: Introduce SourceSnapshotParams 2023-05-03 09:39:49 +02:00
Storage.cpp
Storage.h
Storage.idl
StructuredSerialize.cpp LibWeb+LibJS: Move some code around to make CSS/Parser parse faster 2023-07-11 09:38:37 +03:30
StructuredSerialize.h
SubmitEvent.cpp
SubmitEvent.h
SubmitEvent.idl
TagNames.cpp
TagNames.h
TextMetrics.cpp
TextMetrics.h
TextMetrics.idl
Timer.cpp
Timer.h
TimeRanges.cpp LibWeb: Stub out the HTML TimeRanges IDL interface 2023-04-19 07:57:52 +02:00
TimeRanges.h LibWeb: Stub out the HTML TimeRanges IDL interface 2023-04-19 07:57:52 +02:00
TimeRanges.idl LibWeb: Stub out the HTML TimeRanges IDL interface 2023-04-19 07:57:52 +02:00
TokenizedFeatures.h
TrackEvent.cpp LibWeb: Support TrackEvent instances with an AudioTrack track type 2023-06-14 17:54:40 +02:00
TrackEvent.h LibWeb: Support TrackEvent instances with an AudioTrack track type 2023-06-14 17:54:40 +02:00
TrackEvent.idl LibWeb: Support TrackEvent instances with an AudioTrack track type 2023-06-14 17:54:40 +02:00
TraversableNavigable.cpp LibWeb+LibJS: Move some code around to make CSS/Parser parse faster 2023-07-11 09:38:37 +03:30
TraversableNavigable.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
VideoTrack.cpp AK: Rename Time to Duration 2023-05-24 23:18:07 +02:00
VideoTrack.h AK: Rename Time to Duration 2023-05-24 23:18:07 +02:00
VideoTrack.idl
VideoTrackList.cpp
VideoTrackList.h
VideoTrackList.idl
VisibilityState.h
Window.cpp LibWeb: Implement size attribute of ByteLengthQueuingStrategy 2023-06-23 13:27:29 +02:00
Window.h LibWeb: Implement size attribute of ByteLengthQueuingStrategy 2023-06-23 13:27:29 +02:00
Window.idl
WindowEventHandlers.cpp
WindowEventHandlers.h
WindowLocalStorage.idl
WindowOrWorkerGlobalScope.cpp LibWeb: Implement performance.{measure,clearMeasures} 2023-05-13 16:31:10 +02:00
WindowOrWorkerGlobalScope.h
WindowOrWorkerGlobalScope.idl
WindowProxy.cpp LibWeb: Don't cache property accesses on WindowProxy 2023-07-11 00:14:50 +02:00
WindowProxy.h LibJS: Make Object::internal_get() reveal the used property offset 2023-07-09 12:54:06 +02:00
WindowSessionStorage.idl
Worker.cpp LibJS+LibWeb: Explicitly mark ignored members in visit_edges methods 2023-04-30 06:04:33 +02:00
Worker.h
Worker.idl
WorkerDebugConsoleClient.cpp
WorkerDebugConsoleClient.h
WorkerGlobalScope.cpp
WorkerGlobalScope.h
WorkerGlobalScope.idl
WorkerLocation.cpp
WorkerLocation.h
WorkerLocation.idl
WorkerNavigator.cpp
WorkerNavigator.h
WorkerNavigator.idl