ladybird/Userland/Libraries/LibWeb/HTML
Andreas Kling fdbdc4d5ff LibWeb: Only forward scroll requests for the top-level browsing context
We don't want to scroll the whole web view just because some iframe is
asking to be scrolled.
2023-05-27 17:26:29 +02:00
..
Canvas Everywhere: Remove unused DeprecatedString includes 2023-04-09 22:00:54 +02:00
CrossOrigin LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2023-03-15 08:48:49 +01:00
CustomElements LibJS: Port iterator_step() to GCPtr 2023-04-15 16:23:03 +02:00
EventLoop LibWeb: Add HTML::Task::Source::NavigationAndTraversal 2023-04-25 12:54:01 +02:00
Parser LibWeb: Don't include Layout/Node.h from DOM/Element.h 2023-05-08 09:29:44 +02:00
Scripting LibWeb: Push the realm execution context while linking modules 2023-05-19 06:20:14 +02:00
SyntaxHighlighter LibGfx+Userland: Make TextAttributes::underline_style optional 2023-03-15 14:55:49 +01:00
AbstractBrowsingContext.h LibWeb: Convert navigationId from DeprecatedString to String 2023-04-24 07:55:20 +02:00
ActivateTab.h WebContent+Everywhere: Add an option to not activate new tabs over IPC 2023-03-21 09:39:49 +00:00
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 LibJS+LibWeb: Add a bunch of missing includes 2023-03-06 13:05:43 +00:00
AnimationFrameProvider.idl LibWeb/HTML: Port Window.cancelAnimationFrame() to IDL 2023-03-07 23:33:34 +00:00
AttributeNames.cpp LibWeb: Initialize static web strings during main-thread VM creation 2023-03-18 19:50:45 +01:00
AttributeNames.h LibWeb: Let HTMLImageElement delay the document load event again 2023-05-13 09:08:42 +02:00
BrowsingContext.cpp LibWeb: Only forward scroll requests for the top-level browsing context 2023-05-27 17:26:29 +02:00
BrowsingContext.h LibWeb: Broadcast the viewport rect to clients immediately after layout 2023-05-09 09:48:49 +02: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 LibGfx+LibWeb: Propagate OOM when appending CanvasGradient color stops 2023-03-02 11:49:13 +01:00
CanvasGradient.h LibWeb: Make factory methods of HTML::CanvasGradient fallible 2023-02-18 00:52:47 +01:00
CanvasGradient.idl
CanvasPattern.cpp LibGfx+LibWeb: Propagate OOM when creating PaintStyles 2023-03-02 11:49:13 +01:00
CanvasPattern.h LibGfx+LibWeb: Propagate OOM when creating PaintStyles 2023-03-02 11:49:13 +01:00
CanvasPattern.idl
CanvasRenderingContext2D.cpp LibWeb: Add initial implementation of CRC2D.clip() 2023-04-09 18:42:45 +02:00
CanvasRenderingContext2D.h LibWeb: Add initial implementation of CRC2D.clip() 2023-04-09 18:42:45 +02:00
CanvasRenderingContext2D.idl LibWeb: Implement CRC2D.imageSmoothingEnabled 2023-03-29 22:48:04 +02:00
CloseEvent.cpp LibWeb: Port {Mouse,UI,Wheel,}Event to new String 2023-04-07 22:41:01 +02:00
CloseEvent.h LibWeb: Port CloseEvent to new String 2023-03-05 18:25:59 +00:00
CloseEvent.idl LibWeb: Port CloseEvent to new String 2023-03-05 18:25:59 +00:00
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: Make factory method of DOM::ElementFactory fallible 2023-02-22 09:55:33 +01:00
DOMParser.h
DOMParser.idl
DOMStringMap.cpp LibWeb: Restore proper functionality of legacy platform objects 2023-02-28 12:36:14 +01:00
DOMStringMap.h LibWeb: Restore proper functionality of legacy platform objects 2023-02-28 12:36:14 +01:00
DOMStringMap.idl
ErrorEvent.cpp LibWeb: Port {Mouse,UI,Wheel,}Event to new String 2023-04-07 22:41:01 +02:00
ErrorEvent.h LibWeb: Port ErrorEvent to new String 2023-03-05 18:25:59 +00:00
ErrorEvent.idl LibWeb: Port ErrorEvent to new String 2023-03-05 18:25:59 +00:00
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 LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String 2023-04-06 23:49:08 +02:00
EventNames.h LibWeb: Move string literals to HTML::EventNames 2023-04-07 22:41:01 +02:00
Focus.cpp LibWeb: Rename BrowsingContextContainer => NavigableContainer 2023-04-19 18:26:45 +02:00
Focus.h
FormAssociatedElement.cpp
FormAssociatedElement.h
FormControlInfrastructure.cpp LibWeb: Don't include HTML/Window.h from DOM/Element.h 2023-05-08 09:29:44 +02:00
FormControlInfrastructure.h LibWeb: Implement multipart/form-data encoding algorithm 2023-04-05 09:43:52 +01:00
FormDataEvent.cpp LibWeb: Port {Mouse,UI,Wheel,}Event to new String 2023-04-07 22:41:01 +02:00
FormDataEvent.h LibWeb: Port FormDataEvent to new String 2023-03-05 18:25:59 +00:00
FormDataEvent.idl LibWeb: Port FormDataEvent to new String 2023-03-05 18:25:59 +00:00
GlobalEventHandlers.cpp
GlobalEventHandlers.h LibWeb: Correct casing of webkitTransitionEnd and webkitAnimation* 2023-04-07 22:41:01 +02:00
History.cpp LibWeb: Make SessionHistoryEntry GC-allocated 2023-04-15 14:05:00 +02:00
History.h LibWeb: Make factory method of HTML::History fallible 2023-02-18 00:52:47 +01:00
History.idl
HistoryHandlingBehavior.h LibWeb: Add HistoryHandlingBehavior::Push 2023-04-25 12:54:01 +02:00
HTMLAnchorElement.cpp LibWeb: Return DOMException instead of crashing when setting attributes 2023-05-26 05:23:09 +02:00
HTMLAnchorElement.h LibWeb: Return DOMException instead of crashing when setting attributes 2023-05-26 05:23:09 +02:00
HTMLAnchorElement.idl LibWeb: Add HTMLAnchorElement.referrerPolicy property 2023-03-31 11:36:41 +01:00
HTMLAreaElement.cpp LibWeb: Return DOMException instead of crashing when setting attributes 2023-05-26 05:23:09 +02:00
HTMLAreaElement.h LibWeb: Return DOMException instead of crashing when setting attributes 2023-05-26 05:23:09 +02:00
HTMLAreaElement.idl LibWeb: Add a bunch of missing CEReactions 2023-04-06 11:36:56 +02:00
HTMLAudioElement.cpp
HTMLAudioElement.h
HTMLAudioElement.idl LibWeb: Add missing constructors to HTMLElement IDLs 2023-03-23 13:37:40 +01:00
HTMLBaseElement.cpp LibWeb: Return DOMException instead of crashing when setting attributes 2023-05-26 05:23:09 +02:00
HTMLBaseElement.h LibWeb: Return DOMException instead of crashing when setting attributes 2023-05-26 05:23:09 +02:00
HTMLBaseElement.idl LibWeb: Add a bunch of missing CEReactions 2023-04-06 11:36:56 +02:00
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: Don't include Layout/Node.h from DOM/Element.h 2023-05-08 09:29:44 +02:00
HTMLBodyElement.h LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String 2023-04-06 23:49:08 +02:00
HTMLBodyElement.idl LibWeb: Add a bunch of missing CEReactions 2023-04-06 11:36:56 +02:00
HTMLBRElement.cpp
HTMLBRElement.h
HTMLBRElement.idl LibWeb: Add a bunch of missing CEReactions 2023-04-06 11:36:56 +02:00
HTMLButtonElement.cpp LibWeb: Return DOMException instead of crashing when setting attributes 2023-05-26 05:23:09 +02:00
HTMLButtonElement.h LibWeb: Return DOMException instead of crashing when setting attributes 2023-05-26 05:23:09 +02:00
HTMLButtonElement.idl LibWeb: Add a bunch of missing CEReactions 2023-04-06 11:36:56 +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 LibWeb: Add a bunch of missing CEReactions 2023-04-06 11:36:56 +02:00
HTMLDataElement.cpp
HTMLDataElement.h
HTMLDataElement.idl LibWeb: Add a bunch of missing CEReactions 2023-04-06 11:36:56 +02:00
HTMLDataListElement.cpp
HTMLDataListElement.h
HTMLDataListElement.idl LibWeb: Add missing constructors to HTMLElement IDLs 2023-03-23 13:37:40 +01:00
HTMLDetailsElement.cpp
HTMLDetailsElement.h
HTMLDetailsElement.idl LibWeb: Add a bunch of missing CEReactions 2023-04-06 11:36:56 +02:00
HTMLDialogElement.cpp
HTMLDialogElement.h
HTMLDialogElement.idl LibWeb: Add a bunch of missing CEReactions 2023-04-06 11:36:56 +02:00
HTMLDirectoryElement.cpp
HTMLDirectoryElement.h
HTMLDirectoryElement.idl LibWeb: Add a bunch of missing CEReactions 2023-04-06 11:36:56 +02:00
HTMLDivElement.cpp
HTMLDivElement.h LibWeb: Make HTMLDivElement not "final" 2023-05-25 14:42:24 +02:00
HTMLDivElement.idl LibWeb: Add a bunch of missing CEReactions 2023-04-06 11:36:56 +02:00
HTMLDListElement.cpp
HTMLDListElement.h
HTMLDListElement.idl LibWeb: Add a bunch of missing CEReactions 2023-04-06 11:36:56 +02:00
HTMLElement.cpp LibWeb: Cache state of the contenteditable attribute on HTMLElement 2023-05-15 14:08:20 +02:00
HTMLElement.h LibWeb: Cache state of the contenteditable attribute on HTMLElement 2023-05-15 14:08:20 +02:00
HTMLElement.idl LibWeb: Add a bunch of missing CEReactions 2023-04-06 11:36:56 +02:00
HTMLEmbedElement.cpp
HTMLEmbedElement.h
HTMLEmbedElement.idl LibWeb: Add a bunch of missing CEReactions 2023-04-06 11:36:56 +02:00
HTMLFieldSetElement.cpp
HTMLFieldSetElement.h
HTMLFieldSetElement.idl LibWeb: Add missing constructors to HTMLElement IDLs 2023-03-23 13:37:40 +01:00
HTMLFontElement.cpp LibWeb: Propagate errors from StyleValue construction 2023-05-06 08:07:28 +02:00
HTMLFontElement.h
HTMLFontElement.idl LibWeb: Add a bunch of missing CEReactions 2023-04-06 11:36:56 +02:00
HTMLFormElement.cpp LibWeb: Make HTMLCollection faster when it only cares about children 2023-05-23 14:38:45 +02:00
HTMLFormElement.h LibWeb: Stub out a few form validation and selection methods 2023-03-19 18:58:50 +00:00
HTMLFormElement.idl LibWeb: Add a bunch of missing CEReactions 2023-04-06 11:36:56 +02:00
HTMLFrameElement.cpp
HTMLFrameElement.h
HTMLFrameElement.idl LibWeb: Add a bunch of missing CEReactions 2023-04-06 11:36:56 +02:00
HTMLFrameSetElement.cpp LibWeb: Port EventTarget to new {Fly}String 2023-04-09 17:27:27 +02:00
HTMLFrameSetElement.h LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String 2023-04-06 23:49:08 +02:00
HTMLFrameSetElement.idl LibWeb: Add a bunch of missing CEReactions 2023-04-06 11:36:56 +02:00
HTMLHeadElement.cpp
HTMLHeadElement.h
HTMLHeadElement.idl LibWeb: Add missing constructors to HTMLElement IDLs 2023-03-23 13:37:40 +01:00
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 LibWeb: Add a bunch of missing CEReactions 2023-04-06 11:36:56 +02:00
HTMLHRElement.cpp
HTMLHRElement.h
HTMLHRElement.idl LibWeb: Add a bunch of missing CEReactions 2023-04-06 11:36:56 +02:00
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 LibWeb: Add a bunch of missing CEReactions 2023-04-06 11:36:56 +02:00
HTMLHyperlinkElementUtils.cpp LibWeb: Return DOMException instead of crashing when setting attributes 2023-05-26 05:23:09 +02:00
HTMLHyperlinkElementUtils.h LibWeb: Return DOMException instead of crashing when setting attributes 2023-05-26 05:23:09 +02:00
HTMLHyperlinkElementUtils.idl
HTMLIFrameElement.cpp LibWeb: Rename BrowsingContextContainer => NavigableContainer 2023-04-19 18:26:45 +02:00
HTMLIFrameElement.h LibWeb: Rename BrowsingContextContainer => NavigableContainer 2023-04-19 18:26:45 +02:00
HTMLIFrameElement.idl LibWeb: Add a bunch of missing CEReactions 2023-04-06 11:36:56 +02:00
HTMLImageElement.cpp LibWeb: Return DOMException instead of crashing when setting attributes 2023-05-26 05:23:09 +02:00
HTMLImageElement.h LibWeb: Return DOMException instead of crashing when setting attributes 2023-05-26 05:23:09 +02:00
HTMLImageElement.idl LibWeb: Add a bunch of missing CEReactions 2023-04-06 11:36:56 +02:00
HTMLInputElement.cpp LibWeb: Return DOMException instead of crashing when setting attributes 2023-05-26 05:23:09 +02:00
HTMLInputElement.h LibWeb: Return DOMException instead of crashing when setting attributes 2023-05-26 05:23:09 +02:00
HTMLInputElement.idl LibWeb: Add a bunch of missing CEReactions 2023-04-06 11:36:56 +02:00
HTMLLabelElement.cpp
HTMLLabelElement.h
HTMLLabelElement.idl LibWeb: Add a bunch of missing CEReactions 2023-04-06 11:36:56 +02:00
HTMLLegendElement.cpp
HTMLLegendElement.h
HTMLLegendElement.idl LibWeb: Add a bunch of missing CEReactions 2023-04-06 11:36:56 +02:00
HTMLLIElement.cpp
HTMLLIElement.h
HTMLLIElement.idl LibWeb: Add a bunch of missing CEReactions 2023-04-06 11:36:56 +02:00
HTMLLinkElement.cpp LibWeb: Make processBodyError take an optional exception 2023-05-15 16:28:16 +02:00
HTMLLinkElement.h LibWeb: Add missing JS::GCPtr wrappers in HTMLLinkElement 2023-04-30 06:04:33 +02:00
HTMLLinkElement.idl LibWeb: Add a bunch of missing CEReactions 2023-04-06 11:36:56 +02:00
HTMLMapElement.cpp
HTMLMapElement.h
HTMLMapElement.idl LibWeb: Add a bunch of missing CEReactions 2023-04-06 11:36:56 +02:00
HTMLMarqueeElement.cpp LibWeb: Don't include Layout/Node.h from DOM/Element.h 2023-05-08 09:29:44 +02:00
HTMLMarqueeElement.h
HTMLMarqueeElement.idl LibWeb: Add a bunch of missing CEReactions 2023-04-06 11:36:56 +02:00
HTMLMediaElement.cpp Everywhere: Use MonotonicTime instead of Duration 2023-05-24 23:18:07 +02:00
HTMLMediaElement.h Everywhere: Use MonotonicTime instead of Duration 2023-05-24 23:18:07 +02:00
HTMLMediaElement.idl LibWeb: Implement the HTMLMediaElement fastSeek method 2023-04-24 07:55:54 +02:00
HTMLMenuElement.cpp
HTMLMenuElement.h
HTMLMenuElement.idl LibWeb: Add a bunch of missing CEReactions 2023-04-06 11:36:56 +02:00
HTMLMetaElement.cpp
HTMLMetaElement.h
HTMLMetaElement.idl LibWeb: Add a bunch of missing CEReactions 2023-04-06 11:36:56 +02:00
HTMLMeterElement.cpp
HTMLMeterElement.h
HTMLMeterElement.idl LibWeb: Add missing constructors to HTMLElement IDLs 2023-03-23 13:37:40 +01:00
HTMLModElement.cpp
HTMLModElement.h
HTMLModElement.idl LibWeb: Add a bunch of missing CEReactions 2023-04-06 11:36:56 +02:00
HTMLObjectElement.cpp LibWeb: Have ImageProvider bitmap getter take optional size argument 2023-05-21 07:44:29 +02:00
HTMLObjectElement.h LibWeb: Have ImageProvider bitmap getter take optional size argument 2023-05-21 07:44:29 +02:00
HTMLObjectElement.idl LibWeb: Add a bunch of missing CEReactions 2023-04-06 11:36:56 +02:00
HTMLOListElement.cpp
HTMLOListElement.h
HTMLOListElement.idl LibWeb: Add a bunch of missing CEReactions 2023-04-06 11:36:56 +02:00
HTMLOptGroupElement.cpp
HTMLOptGroupElement.h
HTMLOptGroupElement.idl LibWeb: Add a bunch of missing CEReactions 2023-04-06 11:36:56 +02:00
HTMLOptionElement.cpp LibWeb: Return DOMException instead of crashing when setting attributes 2023-05-26 05:23:09 +02:00
HTMLOptionElement.h LibWeb: Return DOMException instead of crashing when setting attributes 2023-05-26 05:23:09 +02:00
HTMLOptionElement.idl LibWeb: Add a bunch of missing CEReactions 2023-04-06 11:36:56 +02:00
HTMLOptionsCollection.cpp LibWeb: Make HTMLCollection faster when it only cares about children 2023-05-23 14:38:45 +02:00
HTMLOptionsCollection.h LibWeb: Make factory method of HTML::HTMLOptionsCollection fallible 2023-02-18 00:52:47 +01:00
HTMLOptionsCollection.idl
HTMLOutputElement.cpp
HTMLOutputElement.h
HTMLOutputElement.idl LibWeb: Add missing constructors to HTMLElement IDLs 2023-03-23 13:37:40 +01:00
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 LibWeb: Add a bunch of missing CEReactions 2023-04-06 11:36:56 +02:00
HTMLParamElement.cpp
HTMLParamElement.h
HTMLParamElement.idl LibWeb: Add a bunch of missing CEReactions 2023-04-06 11:36:56 +02:00
HTMLPictureElement.cpp
HTMLPictureElement.h
HTMLPictureElement.idl LibWeb: Add missing constructors to HTMLElement IDLs 2023-03-23 13:37:40 +01:00
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 LibWeb: Add a bunch of missing CEReactions 2023-04-06 11:36:56 +02:00
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 LibWeb: Add missing constructors to HTMLElement IDLs 2023-03-23 13:37:40 +01:00
HTMLQuoteElement.cpp
HTMLQuoteElement.h
HTMLQuoteElement.idl LibWeb: Add a bunch of missing CEReactions 2023-04-06 11:36:56 +02:00
HTMLScriptElement.cpp LibWeb: Implement fetching classic scripts using Fetch infrastructure 2023-05-12 05:47:36 +02:00
HTMLScriptElement.h LibWeb: Implement fetching classic scripts using Fetch infrastructure 2023-05-12 05:47:36 +02:00
HTMLScriptElement.idl LibWeb: Implement fetching classic scripts using Fetch infrastructure 2023-05-12 05:47:36 +02:00
HTMLSelectElement.cpp LibJS: Handle both const and non-const Ts in Handle<T>::create() 2023-03-06 13:05:43 +00:00
HTMLSelectElement.h
HTMLSelectElement.idl LibWeb: Add a bunch of missing CEReactions 2023-04-06 11:36:56 +02:00
HTMLSlotElement.cpp
HTMLSlotElement.h
HTMLSlotElement.idl LibWeb: Add a bunch of missing CEReactions 2023-04-06 11:36:56 +02:00
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 LibWeb: Add a bunch of missing CEReactions 2023-04-06 11:36:56 +02:00
HTMLSpanElement.cpp
HTMLSpanElement.h
HTMLSpanElement.idl LibWeb: Add missing constructors to HTMLElement IDLs 2023-03-23 13:37:40 +01:00
HTMLStyleElement.cpp LibWeb: Use is_ascii_case_insensitive_match() where the spec says to 2023-02-19 00:46:47 +01:00
HTMLStyleElement.h
HTMLStyleElement.idl LibWeb: Add a bunch of missing CEReactions 2023-04-06 11:36:56 +02: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 LibWeb: Add a bunch of missing CEReactions 2023-04-06 11:36:56 +02:00
HTMLTableCellElement.cpp LibWeb: Return DOMException instead of crashing when setting attributes 2023-05-26 05:23:09 +02:00
HTMLTableCellElement.h LibWeb: Return DOMException instead of crashing when setting attributes 2023-05-26 05:23:09 +02:00
HTMLTableCellElement.idl LibWeb: Add a bunch of missing CEReactions 2023-04-06 11:36:56 +02:00
HTMLTableColElement.cpp
HTMLTableColElement.h
HTMLTableColElement.idl LibWeb: Add a bunch of missing CEReactions 2023-04-06 11:36:56 +02:00
HTMLTableElement.cpp LibWeb: Return DOMException instead of crashing when setting attributes 2023-05-26 05:23:09 +02:00
HTMLTableElement.h LibWeb: Return DOMException instead of crashing when setting attributes 2023-05-26 05:23:09 +02:00
HTMLTableElement.idl LibWeb: Add a bunch of missing CEReactions 2023-04-06 11:36:56 +02:00
HTMLTableRowElement.cpp LibWeb: Make HTMLCollection faster when it only cares about children 2023-05-23 14:38:45 +02:00
HTMLTableRowElement.h
HTMLTableRowElement.idl LibWeb: Add a bunch of missing CEReactions 2023-04-06 11:36:56 +02:00
HTMLTableSectionElement.cpp LibWeb: Make HTMLCollection faster when it only cares about children 2023-05-23 14:38:45 +02:00
HTMLTableSectionElement.h
HTMLTableSectionElement.idl LibWeb: Add a bunch of missing CEReactions 2023-04-06 11:36:56 +02:00
HTMLTemplateElement.cpp
HTMLTemplateElement.h
HTMLTemplateElement.idl LibWeb: Add missing constructors to HTMLElement IDLs 2023-03-23 13:37:40 +01:00
HTMLTextAreaElement.cpp
HTMLTextAreaElement.h
HTMLTextAreaElement.idl LibWeb: Add a bunch of missing CEReactions 2023-04-06 11:36:56 +02:00
HTMLTimeElement.cpp
HTMLTimeElement.h
HTMLTimeElement.idl LibWeb: Add a bunch of missing CEReactions 2023-04-06 11:36:56 +02:00
HTMLTitleElement.cpp
HTMLTitleElement.h
HTMLTitleElement.idl LibWeb: Add missing constructors to HTMLElement IDLs 2023-03-23 13:37:40 +01:00
HTMLTrackElement.cpp
HTMLTrackElement.h
HTMLTrackElement.idl LibWeb: Add a bunch of missing CEReactions 2023-04-06 11:36:56 +02:00
HTMLUListElement.cpp
HTMLUListElement.h
HTMLUListElement.idl LibWeb: Add a bunch of missing CEReactions 2023-04-06 11:36:56 +02:00
HTMLUnknownElement.cpp
HTMLUnknownElement.h
HTMLUnknownElement.idl LibWeb: Add missing constructors to HTMLElement IDLs 2023-03-23 13:37:40 +01:00
HTMLVideoElement.cpp AK: Rename Time to Duration 2023-05-24 23:18:07 +02:00
HTMLVideoElement.h LibWeb: Don't include Layout/Node.h from DOM/Element.h 2023-05-08 09:29:44 +02:00
HTMLVideoElement.idl LibWeb: Implement HTMLVideoElement's video{Width,Height} attributes 2023-04-07 16:02:22 +02:00
ImageData.cpp
ImageData.h
ImageData.idl
ImageRequest.cpp LibWeb: Start fleshing out HTML "image requests" and "image data" 2023-05-13 09:08:42 +02:00
ImageRequest.h LibWeb: Start fleshing out HTML "image requests" and "image data" 2023-05-13 09:08:42 +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 LibWeb: Implement location.assign 2023-05-16 11:25:44 +02:00
Location.h LibWeb: Implement location.assign 2023-05-16 11:25:44 +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 LibWeb: Make factory method of HTML::MessagePort fallible 2023-02-18 00:52:47 +01:00
MessageChannel.h LibWeb: Make factory method of HTML::MessageChannel fallible 2023-02-18 00:52:47 +01:00
MessageChannel.idl
MessageEvent.cpp LibWeb: Port {Mouse,UI,Wheel,}Event to new String 2023-04-07 22:41:01 +02:00
MessageEvent.h LibWeb: Port MessageEvent to new String 2023-03-05 18:25:59 +00:00
MessageEvent.idl LibWeb: Port MessageEvent to new String 2023-03-05 18:25:59 +00:00
MessagePort.cpp LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String 2023-04-06 23:49:08 +02:00
MessagePort.h LibWeb/HTML: Port Window.structuredClone() to IDL 2023-03-07 23:33:34 +00:00
MessagePort.idl LibWeb/HTML: Port Window.structuredClone() to IDL 2023-03-07 23:33:34 +00:00
MimeType.cpp LibWeb: Follow-up fixes for Linus's comments in #17658 2023-02-28 13:16:39 +01:00
MimeType.h LibWeb: Follow-up fixes for Linus's comments in #17658 2023-02-28 13:16:39 +01:00
MimeType.idl LibWeb: Implement navigator.{plugins,mimeTypes} 2023-02-28 12:36:14 +01:00
MimeTypeArray.cpp LibWeb: Implement navigator.{plugins,mimeTypes} 2023-02-28 12:36:14 +01:00
MimeTypeArray.h LibWeb: Implement navigator.{plugins,mimeTypes} 2023-02-28 12:36:14 +01:00
MimeTypeArray.idl LibWeb: Implement navigator.{plugins,mimeTypes} 2023-02-28 12:36:14 +01:00
Navigable.cpp LibWeb: Convert Navigable::navigate's csp_navigation_type to an enum 2023-05-08 20:54:31 -06:00
Navigable.h LibWeb: Convert Navigable::navigate's csp_navigation_type to an enum 2023-05-08 20:54:31 -06:00
NavigableContainer.cpp LibWeb: Rename BrowsingContextContainer => NavigableContainer 2023-04-19 18:26:45 +02:00
NavigableContainer.h LibWeb: Rename BrowsingContextContainer => NavigableContainer 2023-04-19 18:26:45 +02:00
NavigationParams.h LibWeb: Add fetch_controller property in HTML::NavigationParams 2023-05-03 09:39:49 +02:00
Navigator.cpp LibWeb: Implement navigator.{plugins,mimeTypes} 2023-02-28 12:36:14 +01:00
Navigator.h LibWeb: Implement navigator.{plugins,mimeTypes} 2023-02-28 12:36:14 +01:00
Navigator.idl LibWeb: Implement navigator.{plugins,mimeTypes} 2023-02-28 12:36:14 +01:00
NavigatorConcurrentHardware.h
NavigatorConcurrentHardware.idl
NavigatorID.cpp
NavigatorID.h
NavigatorID.idl
NavigatorLanguage.h
NavigatorLanguage.idl
NavigatorOnLine.h
NavigatorOnLine.idl
Origin.h
PageTransitionEvent.cpp LibWeb: Port {Mouse,UI,Wheel,}Event to new String 2023-04-07 22:41:01 +02:00
PageTransitionEvent.h LibWeb: Port PageTransitionEvent to new String 2023-03-05 18:25:59 +00:00
PageTransitionEvent.idl LibWeb: Port PageTransitionEvent to new String 2023-03-05 18:25:59 +00:00
Path2D.cpp Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
Path2D.h LibWeb: Implement Path2D#addPath 2023-02-27 20:55:09 +01:00
Path2D.idl LibWeb: Implement Path2D#addPath 2023-02-27 20:55:09 +01:00
Plugin.cpp Everywhere: Use '_{short_,}string' literals more 2023-02-28 15:15:36 +00:00
Plugin.h LibWeb: Follow-up fixes for Linus's comments in #17658 2023-02-28 13:16:39 +01:00
Plugin.idl LibWeb: Implement navigator.{plugins,mimeTypes} 2023-02-28 12:36:14 +01:00
PluginArray.cpp LibWeb: Implement navigator.{plugins,mimeTypes} 2023-02-28 12:36:14 +01:00
PluginArray.h LibWeb: Implement navigator.{plugins,mimeTypes} 2023-02-28 12:36:14 +01:00
PluginArray.idl LibWeb: Implement navigator.{plugins,mimeTypes} 2023-02-28 12:36:14 +01:00
PolicyContainers.h
POSTResource.h LibWeb: Add request_body property in HTML::POSTResource 2023-05-03 09:39:49 +02:00
PotentialCORSRequest.cpp LibWeb: Implement 'create a potential-CORS request' algorithm 2023-03-19 14:16:15 +00:00
PotentialCORSRequest.h LibWeb: Implement 'create a potential-CORS request' algorithm 2023-03-19 14:16:15 +00:00
PromiseRejectionEvent.cpp LibWeb: Port {Mouse,UI,Wheel,}Event to new String 2023-04-07 22:41:01 +02:00
PromiseRejectionEvent.h LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2023-03-15 08:48:49 +01:00
PromiseRejectionEvent.idl LibWeb: Port PromiseRejectionEvent to new String 2023-03-05 18:25:59 +00:00
RemoteBrowsingContext.cpp LibWeb: Introduce RemoteBrowsingContext 2023-03-16 13:17:37 -04:00
RemoteBrowsingContext.h LibWeb: Convert navigationId from DeprecatedString to String 2023-04-24 07:55:20 +02: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 LibWeb: Add missing properties from latest spec in SessionHistoryEntry 2023-04-15 14:05:00 +02:00
SessionHistoryEntry.h LibWeb: Add step property in SessionHistoryEntry 2023-04-26 15:51:50 +02:00
SourceSet.cpp LibWeb: Make CSSPixels and Length use 64-bit (double) floating point 2023-05-24 14:40:35 +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 LibWeb: Restore Storage as a legacy platform object 2023-02-28 12:36:14 +01:00
Storage.h LibWeb: Restore Storage as a legacy platform object 2023-02-28 12:36:14 +01:00
Storage.idl
StructuredSerialize.cpp
StructuredSerialize.h
SubmitEvent.cpp LibWeb: Port {Mouse,UI,Wheel,}Event to new String 2023-04-07 22:41:01 +02:00
SubmitEvent.h LibWeb: Port SubmitEvent to new String 2023-03-05 18:25:59 +00:00
SubmitEvent.idl LibWeb: Port SubmitEvent to new String 2023-03-05 18:25:59 +00:00
TagNames.cpp LibWeb: Initialize static web strings during main-thread VM creation 2023-03-18 19:50:45 +01:00
TagNames.h LibWeb: Introduce CustomElementRegistry and creating custom elements 2023-04-06 11:36:56 +02:00
TextMetrics.cpp LibWeb: Make factory method of HTML::TextMetrics fallible 2023-02-18 00:52:47 +01:00
TextMetrics.h LibWeb: Make factory method of HTML::TextMetrics fallible 2023-02-18 00:52:47 +01:00
TextMetrics.idl
Timer.cpp LibWeb: Change HTML::Timer to store its owning window as a JS::Object 2023-03-14 09:07:40 -04:00
Timer.h LibWeb: Change HTML::Timer to store its owning window as a JS::Object 2023-03-14 09:07:40 -04:00
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 LibWeb: Change "popup"-related storage types to named enums 2023-03-22 00:12:53 +01:00
TrackEvent.cpp LibWeb: Port {Mouse,UI,Wheel,}Event to new String 2023-04-07 22:41:01 +02:00
TrackEvent.h LibWeb: Implement TrackEvent for media events 2023-04-07 16:02:22 +02:00
TrackEvent.idl LibWeb: Implement TrackEvent for media events 2023-04-07 16:02:22 +02:00
TraversableNavigable.cpp LibWeb: Implement "clear the forward session history" for traversable 2023-05-08 17:53:59 +02:00
TraversableNavigable.h LibWeb: Implement "clear the forward session history" for traversable 2023-05-08 17:53:59 +02: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 LibWeb: Implement VideoTrack and VideoTrackList 2023-04-07 16:02:22 +02:00
VideoTrackList.cpp LibWeb: Implement VideoTrack and VideoTrackList 2023-04-07 16:02:22 +02:00
VideoTrackList.h LibWeb: Implement VideoTrack and VideoTrackList 2023-04-07 16:02:22 +02:00
VideoTrackList.idl LibWeb: Implement VideoTrack and VideoTrackList 2023-04-07 16:02:22 +02:00
VisibilityState.h
Window.cpp LibWeb: Make CSSPixels and Length use 64-bit (double) floating point 2023-05-24 14:40:35 +02:00
Window.h LibWeb: Don't include HTML/Window.h from DOM/Element.h 2023-05-08 09:29:44 +02:00
Window.idl LibWeb: Introduce CustomElementRegistry and creating custom elements 2023-04-06 11:36:56 +02:00
WindowEventHandlers.cpp
WindowEventHandlers.h
WindowLocalStorage.idl LibWeb/HTML: Port Window.localStorage to IDL 2023-03-07 23:33:34 +00:00
WindowOrWorkerGlobalScope.cpp LibWeb: Implement performance.{measure,clearMeasures} 2023-05-13 16:31:10 +02:00
WindowOrWorkerGlobalScope.h LibWeb: Implement performance.mark and performance.clearMarks 2023-03-23 21:00:43 +00:00
WindowOrWorkerGlobalScope.idl LibWeb: Port {set,clear}{Timeout,Interval} to IDL 2023-03-14 09:07:40 -04:00
WindowProxy.cpp LibWeb: Implement Document::make_active() 2023-04-24 07:57:15 +02:00
WindowProxy.h LibWeb: Implement Document::make_active() 2023-04-24 07:57:15 +02:00
WindowSessionStorage.idl LibWeb/HTML: Port Window.sessionStorage to IDL 2023-03-07 23:33:34 +00:00
Worker.cpp LibJS+LibWeb: Explicitly mark ignored members in visit_edges methods 2023-04-30 06:04:33 +02:00
Worker.h Everywhere: Use _{short_,}string to create Strings from literals 2023-02-25 20:51:49 +01:00
Worker.idl LibWeb: Port Worker to new String 2023-02-23 15:48:38 +00:00
WorkerDebugConsoleClient.cpp LibWeb+LibJS: Format Console arguments with JS::Print 2023-02-21 10:57:44 +01:00
WorkerDebugConsoleClient.h
WorkerGlobalScope.cpp LibWeb: Move timer implementations to WindowOrWorkerGlobalScopeMixin 2023-03-14 09:07:40 -04:00
WorkerGlobalScope.h LibWeb: Fix a few const-ness issues 2023-03-06 13:05:43 +00:00
WorkerGlobalScope.idl LibWeb: Port WorkerGlobalScope to new String 2023-02-23 15:48:38 +00:00
WorkerLocation.cpp AK+Everywhere: Change URL::path() to serialize_path() 2023-04-15 06:37:04 +02:00
WorkerLocation.h LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2023-03-15 08:48:49 +01:00
WorkerLocation.idl LibWeb: Port WorkerLocation to new String 2023-02-23 15:48:38 +00:00
WorkerNavigator.cpp LibWeb: Make factory method of HTML::WorkerNavigator fallible 2023-02-18 00:52:47 +01:00
WorkerNavigator.h LibWeb: Make factory method of HTML::WorkerNavigator fallible 2023-02-18 00:52:47 +01:00
WorkerNavigator.idl