ladybird/Userland/Libraries/LibWeb/HTML
2024-11-09 15:18:37 +01:00
..
Canvas LibWeb: Plumbing for lineCap, lineJoin, miterLimit, lineDashOffset 2024-11-07 19:54:10 +01:00
CrossOrigin LibWeb: Rename current settings object to 'current principal' 2024-11-01 12:15:17 -07:00
CustomElements LibWeb: Update spec comments using "Type(Foo)" -> "is a Foo" 2024-10-31 14:01:51 +01:00
EventLoop LibWeb: Add DatabaseAccess as a task source 2024-11-08 11:10:15 -07:00
Parser LibWeb: Look at both namespace & tag name in HTML parser stack checks 2024-11-05 12:29:27 +01:00
Scripting Revert "LibJS+LibWeb: Remove now-unused lexical environment override" 2024-11-06 08:42:17 -05:00
SyntaxHighlighter LibWeb/HTML: Expose HTML syntax highlighter's token kinds 2024-09-30 08:53:25 +01:00
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 WebContent+Everywhere: Add an option to not activate new tabs over IPC 2023-03-21 09:39:49 +00:00
AnimatedBitmapDecodedImageData.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
AnimatedBitmapDecodedImageData.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
AnimationFrameCallbackDriver.cpp LibWeb: Protect animation frame callbacks from GC while they execute 2024-10-31 15:37:47 +01:00
AnimationFrameCallbackDriver.h LibWeb: Protect animation frame callbacks from GC while they execute 2024-10-31 15:37:47 +01:00
AnimationFrameProvider.idl LibWeb/HTML: Port Window.cancelAnimationFrame() to IDL 2023-03-07 23:33:34 +00:00
AttributeNames.cpp LibWeb+WebContent: Update our list of boolean attributes for WebDriver 2024-11-06 20:44:19 -05:00
AttributeNames.h LibWeb+WebContent: Update our list of boolean attributes for WebDriver 2024-11-06 20:44:19 -05:00
AudioPlayState.h LibWeb+LibWebView+WebContent: Support muting an entire page 2024-03-30 19:28:20 +01:00
AudioTrack.cpp AK: Make String::number() infallible 2024-10-14 20:47:35 +02:00
AudioTrack.h LibMedia: Absorb LibAudio 2024-09-12 10:01:19 +02:00
AudioTrack.idl LibWeb: Implement the AudioTrack and AudioTrackList interfaces 2023-06-13 06:14:01 +02:00
AudioTrackList.cpp LibWeb: Remove OOM error propagation from HTMLMediaElement (and friends) 2024-04-26 12:21:57 -04:00
AudioTrackList.h LibWeb: Remove OOM error propagation from HTMLMediaElement (and friends) 2024-04-26 12:21:57 -04:00
AudioTrackList.idl LibWeb: Implement the AudioTrack and AudioTrackList interfaces 2023-06-13 06:14:01 +02:00
BeforeUnloadEvent.cpp LibWeb: Move some classes from the DOM namespace to the HTML namespace 2024-11-02 11:16:45 -04:00
BeforeUnloadEvent.h LibWeb: Move some classes from the DOM namespace to the HTML namespace 2024-11-02 11:16:45 -04:00
BeforeUnloadEvent.idl LibWeb: Move some classes from the DOM namespace to the HTML namespace 2024-11-02 11:16:45 -04:00
BroadcastChannel.cpp LibWeb: Stub BroadcastChannel interface 2024-07-13 19:53:02 +02:00
BroadcastChannel.h LibWeb: Stub BroadcastChannel interface 2024-07-13 19:53:02 +02:00
BroadcastChannel.idl LibWeb: Stub BroadcastChannel interface 2024-07-13 19:53:02 +02:00
BrowsingContext.cpp LibWeb: Rename Bindings::HostDefined to Bindings::PrincipalHostDefined 2024-11-05 10:43:08 -07:00
BrowsingContext.h LibWeb: Separate text control input events handling from contenteditable 2024-10-30 19:29:56 +01:00
BrowsingContextGroup.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
BrowsingContextGroup.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
CanvasGradient.cpp LibWeb: Make DOMException take error message as a String 2024-10-12 21:14:18 +02:00
CanvasGradient.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
CanvasGradient.idl IDL: Add missing spec links 2023-11-11 08:51:51 +01:00
CanvasPattern.cpp LibWeb+LibGfx: Use GPU backend for <canvas> 2024-11-07 13:48:12 +01:00
CanvasPattern.h LibWeb: Put most LibWeb GC objects in type-specific heap blocks 2023-11-19 22:00:48 +01:00
CanvasPattern.idl LibWeb: Add some missing [FIXME] IDL attributes 2024-05-21 19:29:04 +02:00
CanvasRenderingContext2D.cpp LibWeb: Plumbing for lineCap, lineJoin, miterLimit, lineDashOffset 2024-11-07 19:54:10 +01:00
CanvasRenderingContext2D.h LibWeb: Implemented shadows support for CanvasRenderingContext2D 2024-10-23 11:42:56 -06:00
CanvasRenderingContext2D.idl LibWeb: Plumbing for lineCap, lineJoin, miterLimit, lineDashOffset 2024-11-07 19:54:10 +01:00
CloseEvent.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
CloseEvent.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
CloseEvent.idl IDL: Add missing spec links 2023-11-11 08:51:51 +01:00
CloseWatcher.cpp LibWeb: Fix CloseWatcher constructor for detached iframes 2024-10-15 08:41:54 -04:00
CloseWatcher.h LibWeb: Implement dialog element's close watcher 2024-06-23 14:30:13 +02:00
CloseWatcher.idl LibWeb: Normalize all WebIDL definition lines to four leading spaces 2024-09-10 21:16:53 +01:00
CloseWatcherManager.cpp LibWeb: Implement CloseWatcher API 2024-06-22 17:39:53 +02:00
CloseWatcherManager.h LibWeb: Implement CloseWatcher API 2024-06-22 17:39:53 +02:00
ColorPickerUpdateState.h LibWeb: Allow input color to give continuous updates 2024-01-06 10:02:15 -07:00
CORSSettingAttribute.cpp LibWeb: Simplify String to CORSSettingAttribute value conversion 2024-03-22 11:29:57 +01:00
CORSSettingAttribute.h LibWeb: Implement the CORS settings attribute credentials mode AO 2023-05-12 05:47:36 +02:00
DataTransfer.cpp AK+LibWeb: Add {Fly,}String::to_ascii_{upper,lower}_case() 2024-10-14 20:47:35 +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 AK+LibWeb: Add {Fly,}String::to_ascii_{upper,lower}_case() 2024-10-14 20:47:35 +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 Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Dates.h LibWeb: Add input element valueAsDate property 2024-01-06 09:59:30 -07:00
DecodedImageData.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
DecodedImageData.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
DedicatedWorkerGlobalScope.cpp LibWeb: Implement DedicatedWorkerGlobalScope postMessage(msg, transfer) 2024-10-28 22:56:39 +01:00
DedicatedWorkerGlobalScope.h LibWeb: Implement DedicatedWorkerGlobalScope postMessage(msg, transfer) 2024-10-28 22:56:39 +01:00
DedicatedWorkerGlobalScope.idl LibWeb: Implement DedicatedWorkerGlobalScope postMessage(msg, transfer) 2024-10-28 22:56:39 +01:00
DocumentReadyState.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
DocumentState.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
DocumentState.h LibWeb+LibURL: Move HTML::Origin to URL::Origin 2024-10-05 10:46:30 +02:00
DOMParser.cpp LibWeb: Implement unsafe HTML parsing methods 2024-06-26 06:13:29 +02:00
DOMParser.h LibWeb: Put most LibWeb GC objects in type-specific heap blocks 2023-11-19 22:00:48 +01:00
DOMParser.idl LibWeb: Port DOMParser interface from DeprecatedString to String 2023-09-06 11:44:45 -04:00
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 LibWeb: Make DOMException take error message as a String 2024-10-12 21:14:18 +02:00
DOMStringMap.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
DOMStringMap.idl IDL: Add missing spec links 2023-11-11 08:51:51 +01:00
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 LibWeb: Visit the DataTransfer member of DragEvent 2024-07-25 18:35:57 -06:00
DragEvent.h LibWeb: Visit the DataTransfer member of DragEvent 2024-07-25 18:35:57 -06:00
DragEvent.idl LibWeb: Implement HTML DragEvent class 2024-07-09 11:28:32 +01:00
ElementInternals.cpp LibWeb: Implement stub for ElementInternals 2024-06-26 06:30:40 +02:00
ElementInternals.h LibWeb: Implement stub for ElementInternals 2024-06-26 06:30:40 +02:00
ElementInternals.idl LibWeb: Implement stub for ElementInternals 2024-06-26 06:30:40 +02:00
EmbedderPolicy.cpp LibWeb: Implement EmbedderPolicy struct 2024-07-10 07:03:37 +02:00
EmbedderPolicy.h LibWeb: Implement EmbedderPolicy struct 2024-07-10 07:03:37 +02:00
ErrorEvent.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
ErrorEvent.h LibWeb: Put most LibWeb GC objects in type-specific heap blocks 2023-11-19 22:00:48 +01:00
ErrorEvent.idl IDL: Add missing spec links 2023-11-11 08:51:51 +01:00
EventHandler.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
EventHandler.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
EventNames.cpp AK: Make "foo"_fly_string infallible 2023-08-07 16:03:27 +02:00
EventNames.h LibWeb/HTML: Dispatch toggle and beforetoggle events from dialogs 2024-11-09 15:18:00 +01:00
EventSource.cpp LibWeb: Port EventLoop::spin_XXX to HeapFunction 2024-10-30 20:55:45 +01:00
EventSource.h LibWeb: Prefix AK::Duration with AK Namespace 2024-07-18 09:43:38 +01:00
EventSource.idl LibWeb: Implement EventSource for server-sent events 2024-05-26 18:29:24 +02:00
FileFilter.cpp Ladybird+LibWeb+WebContent: Parse the <input type=file> accept attribute 2024-03-16 08:42:33 +01:00
FileFilter.h Ladybird+LibWeb+WebContent: Parse the <input type=file> accept attribute 2024-03-16 08:42:33 +01:00
Focus.cpp LibWeb: Replace nested_browsing_context() with content_navigable() 2024-11-03 18:43:51 +01:00
Focus.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
FormAssociatedElement.cpp LibWeb: Delete EditableTextNodeOwner 2024-11-06 18:05:11 +01:00
FormAssociatedElement.h LibWeb: Delete EditableTextNodeOwner 2024-11-06 18:05:11 +01:00
FormControlInfrastructure.cpp AK: Make String::number() infallible 2024-10-14 20:47:35 +02:00
FormControlInfrastructure.h LibWeb: Fix up constructing the form entry list 2023-06-19 06:12:26 +02:00
FormDataEvent.cpp LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
FormDataEvent.h LibWeb: Put most LibWeb GC objects in type-specific heap blocks 2023-11-19 22:00:48 +01:00
FormDataEvent.idl LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 2023-09-02 19:23:41 +01:00
GlobalEventHandlers.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
GlobalEventHandlers.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HashChangeEvent.cpp LibWeb: Add hashchange event support 2024-04-15 01:02:51 -07:00
HashChangeEvent.h LibWeb: Add hashchange event support 2024-04-15 01:02:51 -07:00
HashChangeEvent.idl LibWeb: Normalize all WebIDL definition lines to four leading spaces 2024-09-10 21:16:53 +01:00
History.cpp LibWeb: Make DOMException take error message as a String 2024-10-12 21:14:18 +02:00
History.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
History.idl LibWeb: Implement history.scrollRestoration 2024-10-02 17:08:17 -06:00
HistoryHandlingBehavior.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
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 LibWeb: Normalize all WebIDL definition lines to four leading spaces 2024-09-10 21:16:53 +01:00
HTMLAnchorElement.cpp LibWeb/HTML: Start implementing the download attribute 2024-10-27 10:23:45 +01:00
HTMLAnchorElement.h LibWeb: Add style invalidation for :target, :focus, :active and :link 2024-11-06 21:42:53 +01:00
HTMLAnchorElement.idl LibWeb: Change attribute type to USVString where applicable 2024-08-17 07:45:00 +02:00
HTMLAreaElement.cpp LibWeb: Pass the old attribute value to Element::attribute_changed() 2024-07-10 07:04:08 +02:00
HTMLAreaElement.h LibWeb: Add style invalidation for :target, :focus, :active and :link 2024-11-06 21:42:53 +01:00
HTMLAreaElement.idl LibWeb: Implement HTMLAreaElement.referrerPolicy 2024-06-07 09:54:19 +02:00
HTMLAudioElement.cpp LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
HTMLAudioElement.h LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
HTMLAudioElement.idl IDL: Add missing spec links 2023-11-11 08:51:51 +01:00
HTMLBaseElement.cpp LibWeb: Pass the old attribute value to Element::attribute_changed() 2024-07-10 07:04:08 +02:00
HTMLBaseElement.h LibWeb: Pass the old attribute value to Element::attribute_changed() 2024-07-10 07:04:08 +02:00
HTMLBaseElement.idl LibWeb: Port HTMLBaseElement interface from DeprecatedString to String 2023-09-05 20:36:09 -04:00
HTMLBodyElement.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLBodyElement.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLBodyElement.idl LibWeb: Reorder and add missing HTML elements IDL items 2023-10-25 19:45:41 +02:00
HTMLBRElement.cpp LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
HTMLBRElement.h LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
HTMLBRElement.idl LibWeb: Add Optional<String> overload for Element::set_attribute 2023-09-02 19:23:41 +01:00
HTMLButtonElement.cpp LibWeb: Do not allow focusing "Actually Disabled" elements 2024-11-05 10:39:29 +01:00
HTMLButtonElement.h LibWeb: Do not allow focusing "Actually Disabled" elements 2024-11-05 10:39:29 +01:00
HTMLButtonElement.idl LibWeb: Fixed IDL for HTMLButtonElement 2024-10-21 15:41:00 -06:00
HTMLCanvasElement.cpp LibWeb+LibGfx: Use GPU backend for <canvas> 2024-11-07 13:48:12 +01:00
HTMLCanvasElement.h LibWeb+LibGfx: Use GPU backend for <canvas> 2024-11-07 13:48:12 +01:00
HTMLCanvasElement.idl IDL: Add missing #imports 2023-11-11 08:51:51 +01:00
HTMLDataElement.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
HTMLDataElement.h LibWeb: Put most LibWeb GC objects in type-specific heap blocks 2023-11-19 22:00:48 +01:00
HTMLDataElement.idl LibWeb: Add Optional<String> overload for Element::set_attribute 2023-09-02 19:23:41 +01:00
HTMLDataListElement.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
HTMLDataListElement.h LibWeb: Add datalist element options property 2024-04-24 15:23:45 +02:00
HTMLDataListElement.idl LibWeb: Add datalist element options property 2024-04-24 15:23:45 +02:00
HTMLDetailsElement.cpp LibWeb: Resolve content-visibility fixme in html details element 2024-07-19 09:04:30 +01:00
HTMLDetailsElement.h LibWeb: Pass the old attribute value to Element::attribute_changed() 2024-07-10 07:04:08 +02:00
HTMLDetailsElement.idl LibWeb: Reorder and add missing HTML elements IDL items 2023-10-25 19:45:41 +02:00
HTMLDialogElement.cpp LibWeb/HTML: Dispatch toggle and beforetoggle events from dialogs 2024-11-09 15:18:00 +01:00
HTMLDialogElement.h LibWeb/HTML: Dispatch toggle and beforetoggle events from dialogs 2024-11-09 15:18:00 +01:00
HTMLDialogElement.idl LibWeb: Stub out HTMLDialogElement APIs 2023-09-03 07:51:11 +02:00
HTMLDirectoryElement.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
HTMLDirectoryElement.h LibWeb: Put most LibWeb GC objects in type-specific heap blocks 2023-11-19 22:00:48 +01:00
HTMLDirectoryElement.idl LibWeb: Add a bunch of missing CEReactions 2023-04-06 11:36:56 +02:00
HTMLDivElement.cpp LibWeb: Rename "identifier" and "ValueID" to "Keyword" where correct 2024-08-15 13:58:38 +01:00
HTMLDivElement.h LibWeb: Put most LibWeb GC objects in type-specific heap blocks 2023-11-19 22:00:48 +01:00
HTMLDivElement.idl LibWeb: Add Optional<String> overload for Element::set_attribute 2023-09-02 19:23:41 +01:00
HTMLDListElement.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
HTMLDListElement.h LibWeb: Put most LibWeb GC objects in type-specific heap blocks 2023-11-19 22:00:48 +01:00
HTMLDListElement.idl LibWeb: Add a bunch of missing CEReactions 2023-04-06 11:36:56 +02:00
HTMLDocument.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLDocument.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLDocument.idl IDL: Add missing spec links 2023-11-11 08:51:51 +01:00
HTMLElement.cpp LibWeb: Implement HTMLOrSVGElement.nonce 2024-10-31 10:46:21 +01:00
HTMLElement.h LibWeb: Implement HTMLOrSVGElement.nonce 2024-10-31 10:46:21 +01:00
HTMLElement.idl LibWeb: Factor out HTMLOrSVGElement 2024-10-31 10:46:21 +01:00
HTMLEmbedElement.cpp LibWeb: Map embedded content element attributes to dimension properties 2024-10-02 09:50:54 +02:00
HTMLEmbedElement.h LibWeb: Map embedded content element attributes to dimension properties 2024-10-02 09:50:54 +02:00
HTMLEmbedElement.idl LibWeb: Change attribute type to USVString where applicable 2024-08-17 07:45:00 +02:00
HTMLFieldSetElement.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
HTMLFieldSetElement.h LibWeb: Add fieldset elements property 2023-12-10 08:07:41 -05:00
HTMLFieldSetElement.idl LibWeb: Use 'FIXME' extended attribute where possible 2024-05-19 16:24:11 +02:00
HTMLFontElement.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLFontElement.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLFontElement.idl LibWeb: Add Optional<String> overload for Element::set_attribute 2023-09-02 19:23:41 +01:00
HTMLFormControlsCollection.cpp LibWeb: Move some classes from the DOM namespace to the HTML namespace 2024-11-02 11:16:45 -04:00
HTMLFormControlsCollection.h LibWeb: Move some classes from the DOM namespace to the HTML namespace 2024-11-02 11:16:45 -04:00
HTMLFormControlsCollection.idl LibWeb: Move some classes from the DOM namespace to the HTML namespace 2024-11-02 11:16:45 -04:00
HTMLFormElement.cpp LibWeb: Move some classes from the DOM namespace to the HTML namespace 2024-11-02 11:16:45 -04:00
HTMLFormElement.h LibWeb: Move some classes from the DOM namespace to the HTML namespace 2024-11-02 11:16:45 -04:00
HTMLFormElement.idl LibWeb: Move some classes from the DOM namespace to the HTML namespace 2024-11-02 11:16:45 -04:00
HTMLFrameElement.cpp LibWeb: Implement HTMLFrameElement as a NavigableContainer 2024-11-04 09:54:32 +00:00
HTMLFrameElement.h LibWeb: Implement HTMLFrameElement as a NavigableContainer 2024-11-04 09:54:32 +00:00
HTMLFrameElement.idl LibWeb: Implement HTMLFrameElement as a NavigableContainer 2024-11-04 09:54:32 +00:00
HTMLFrameSetElement.cpp LibWeb: Pass the old attribute value to Element::attribute_changed() 2024-07-10 07:04:08 +02:00
HTMLFrameSetElement.h LibWeb: Pass the old attribute value to Element::attribute_changed() 2024-07-10 07:04:08 +02:00
HTMLFrameSetElement.idl LibWeb: Add Optional<String> overload for Element::set_attribute 2023-09-02 19:23:41 +01:00
HTMLHeadElement.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLHeadElement.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLHeadElement.idl LibWeb: Add missing constructors to HTMLElement IDLs 2023-03-23 13:37:40 +01:00
HTMLHeadingElement.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLHeadingElement.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLHeadingElement.idl LibWeb: Reorder and add missing HTML elements IDL items 2023-10-25 19:45:41 +02:00
HTMLHRElement.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLHRElement.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLHRElement.idl LibWeb: Reorder and add missing HTML elements IDL items 2023-10-25 19:45:41 +02:00
HTMLHtmlElement.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLHtmlElement.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLHtmlElement.idl LibWeb: Reorder and add missing HTML elements IDL items 2023-10-25 19:45:41 +02:00
HTMLHyperlinkElementUtils.cpp LibWeb: Add style invalidation for :target, :focus, :active and :link 2024-11-06 21:42:53 +01:00
HTMLHyperlinkElementUtils.h LibWeb: Add style invalidation for :target, :focus, :active and :link 2024-11-06 21:42:53 +01:00
HTMLHyperlinkElementUtils.idl LibWeb: Extract the HTMLHyperlinkElementUtils IDL mixin 2022-07-29 17:15:49 +01:00
HTMLIFrameElement.cpp LibWeb: Ensure fully active document before appending to an iframe 2024-11-01 12:25:17 +01:00
HTMLIFrameElement.h LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
HTMLIFrameElement.idl LibWeb: Change attribute type to USVString where applicable 2024-08-17 07:45:00 +02:00
HTMLImageElement.cpp LibWeb: Make TemporaryExecutionContext take a Realm& 2024-11-01 18:55:23 -06:00
HTMLImageElement.h LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
HTMLImageElement.idl HTMLImageElement: Improve decoding stub 2024-09-04 09:55:33 +02:00
HTMLInputElement.cpp LibWeb: Return CSS::StyleProperties::property results by reference 2024-11-08 10:21:26 +00:00
HTMLInputElement.h LibWeb: Delete EditableTextNodeOwner 2024-11-06 18:05:11 +01:00
HTMLInputElement.idl LibWeb: Fixed IDL for HTMLInputElement 2024-10-21 15:41:00 -06:00
HTMLLabelElement.cpp LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
HTMLLabelElement.h LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
HTMLLabelElement.idl LibWeb: Implement the HTMLLabelElement.form attribute 2024-05-18 11:04:04 +02:00
HTMLLegendElement.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
HTMLLegendElement.h LibWeb: Add HTML legend element form getter 2023-12-03 20:29:14 +01:00
HTMLLegendElement.idl LibWeb: Add HTML legend element form getter 2023-12-03 20:29:14 +01:00
HTMLLIElement.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
HTMLLIElement.h AK: Make String::number() infallible 2024-10-14 20:47:35 +02:00
HTMLLIElement.idl LibWeb: Add ol start and li value attributes support 2023-11-09 16:10:54 +01:00
HTMLLinkElement.cpp AK+LibWeb: Add {Fly,}String::to_ascii_{upper,lower}_case() 2024-10-14 20:47:35 +02:00
HTMLLinkElement.h LibWeb+LibURL: Move HTML::Origin to URL::Origin 2024-10-05 10:46:30 +02:00
HTMLLinkElement.idl LibWeb: Change attribute type to USVString where applicable 2024-08-17 07:45:00 +02:00
HTMLMapElement.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
HTMLMapElement.h LibWeb: Add map element areas property 2024-04-24 15:23:45 +02:00
HTMLMapElement.idl LibWeb: Add map element areas property 2024-04-24 15:23:45 +02:00
HTMLMarqueeElement.cpp AK: Make String::number() infallible 2024-10-14 20:47:35 +02:00
HTMLMarqueeElement.h LibWeb: Implement HTMLMarqueeElement.scrollDelay 2024-07-13 19:57:51 +02:00
HTMLMarqueeElement.idl LibWeb: Implement HTMLMarqueeElement.trueSpeed 2024-07-13 19:57:51 +02:00
HTMLMediaElement.cpp LibWeb: Make TemporaryExecutionContext take a Realm& 2024-11-01 18:55:23 -06:00
HTMLMediaElement.h LibJS+LibWeb: Remove remaining use and reference to SafeFunction 2024-10-30 20:55:45 +01:00
HTMLMediaElement.idl LibWeb: Change attribute type to USVString where applicable 2024-08-17 07:45:00 +02:00
HTMLMenuElement.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
HTMLMenuElement.h LibWeb: Put most LibWeb GC objects in type-specific heap blocks 2023-11-19 22:00:48 +01:00
HTMLMenuElement.idl LibWeb: Reorder and add missing HTML elements IDL items 2023-10-25 19:45:41 +02:00
HTMLMetaElement.cpp LibWeb: Support for "content-language" http-equiv state 2024-11-06 10:56:57 +01:00
HTMLMetaElement.h LibWeb: Use correct http-equiv keywords for comparisons 2024-09-13 12:11:07 +02:00
HTMLMetaElement.idl LibWeb: Add HTML col element span attribute 2023-12-03 20:29:14 +01:00
HTMLMeterElement.cpp AK: Make String::number() infallible 2024-10-14 20:47:35 +02:00
HTMLMeterElement.h LibWeb: Add internal use_pseudo_element to DOM Element 2023-12-10 16:44:12 +01:00
HTMLMeterElement.idl LibWeb: Implement the labels attribute for all labelable elements 2024-05-18 18:09:18 +02:00
HTMLModElement.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
HTMLModElement.h LibWeb: Put most LibWeb GC objects in type-specific heap blocks 2023-11-19 22:00:48 +01:00
HTMLModElement.idl LibWeb: Add Optional<String> overload for Element::set_attribute 2023-09-02 19:23:41 +01:00
HTMLObjectElement.cpp LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
HTMLObjectElement.h LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
HTMLObjectElement.idl LibWeb: Change attribute type to USVString where applicable 2024-08-17 07:45:00 +02:00
HTMLOListElement.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
HTMLOListElement.h AK: Make String::number() infallible 2024-10-14 20:47:35 +02:00
HTMLOListElement.idl LibWeb: Add ol start and li value attributes support 2023-11-09 16:10:54 +01:00
HTMLOptGroupElement.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
HTMLOptGroupElement.h LibWeb: Put most LibWeb GC objects in type-specific heap blocks 2023-11-19 22:00:48 +01:00
HTMLOptGroupElement.idl LibWeb: Reorder and add missing form elements IDL items 2023-10-24 07:27:14 +02:00
HTMLOptionElement.cpp LibWeb: Fix select element state update in three ways 2024-10-27 18:40:20 +01:00
HTMLOptionElement.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLOptionElement.idl LibWeb: Implement the HTMLOptionElement.form attribute 2024-05-16 08:03:13 +02:00
HTMLOptionsCollection.cpp LibWeb: Make DOMException take error message as a String 2024-10-12 21:14:18 +02:00
HTMLOptionsCollection.h LibWeb: Add support for indexed setter of HTMLOptionsCollection 2024-07-16 10:59:59 +01:00
HTMLOptionsCollection.idl LibWeb: Add select and options collection remove method 2024-04-09 09:23:57 +02:00
HTMLOrSVGElement.cpp LibWeb: Implement HTMLOrSVGElement.nonce 2024-10-31 10:46:21 +01:00
HTMLOrSVGElement.h LibWeb: Implement HTMLOrSVGElement.nonce 2024-10-31 10:46:21 +01:00
HTMLOrSVGElement.idl LibWeb: Implement HTMLOrSVGElement.nonce 2024-10-31 10:46:21 +01:00
HTMLOutputElement.cpp LibWeb: Implement the form associated element clear algorithm 2024-10-12 15:01:35 +02:00
HTMLOutputElement.h LibWeb: Implement the form associated element clear algorithm 2024-10-12 15:01:35 +02:00
HTMLOutputElement.idl LibWeb: Use 'FIXME' extended attribute where possible 2024-05-19 16:24:11 +02:00
HTMLParagraphElement.cpp LibWeb: Rename "identifier" and "ValueID" to "Keyword" where correct 2024-08-15 13:58:38 +01:00
HTMLParagraphElement.h LibWeb: Put most LibWeb GC objects in type-specific heap blocks 2023-11-19 22:00:48 +01:00
HTMLParagraphElement.idl LibWeb: Reorder and add missing HTML elements IDL items 2023-10-25 19:45:41 +02:00
HTMLParamElement.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
HTMLParamElement.h LibWeb: Put most LibWeb GC objects in type-specific heap blocks 2023-11-19 22:00:48 +01:00
HTMLParamElement.idl LibWeb: Reorder and add missing HTML elements IDL items 2023-10-25 19:45:41 +02:00
HTMLPictureElement.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
HTMLPictureElement.h LibWeb: Put most LibWeb GC objects in type-specific heap blocks 2023-11-19 22:00:48 +01:00
HTMLPictureElement.idl LibWeb: Add missing constructors to HTMLElement IDLs 2023-03-23 13:37:40 +01:00
HTMLPreElement.cpp LibWeb: Rename "identifier" and "ValueID" to "Keyword" where correct 2024-08-15 13:58:38 +01:00
HTMLPreElement.h LibWeb: Use [Reflect] to implement HTMLPreElement.width 2024-05-21 19:28:43 +02:00
HTMLPreElement.idl LibWeb: Use [Reflect] to implement HTMLPreElement.width 2024-05-21 19:28:43 +02:00
HTMLProgressElement.cpp LibWeb: Return CSS::StyleProperties::property results by reference 2024-11-08 10:21:26 +00:00
HTMLProgressElement.h LibWeb: Support accent-color for range input and progress element 2024-07-15 15:51:50 +01:00
HTMLProgressElement.idl LibWeb: Implement the labels attribute for all labelable elements 2024-05-18 18:09:18 +02:00
HTMLQuoteElement.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
HTMLQuoteElement.h LibWeb: Put most LibWeb GC objects in type-specific heap blocks 2023-11-19 22:00:48 +01:00
HTMLQuoteElement.idl LibWeb: Add Optional<String> overload for Element::set_attribute 2023-09-02 19:23:41 +01:00
HTMLScriptElement.cpp LibWeb: Change HTML::Script to hold a realm instead of settings object 2024-11-01 18:55:23 -06:00
HTMLScriptElement.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLScriptElement.idl LibWeb: Change attribute type to USVString where applicable 2024-08-17 07:45:00 +02:00
HTMLSelectElement.cpp LibWeb: Do not allow focusing "Actually Disabled" elements 2024-11-05 10:39:29 +01:00
HTMLSelectElement.h LibWeb: Do not allow focusing "Actually Disabled" elements 2024-11-05 10:39:29 +01:00
HTMLSelectElement.idl LibWeb: Add autocomplete property 2024-08-13 22:53:55 +01:00
HTMLSlotElement.cpp LibWeb: Make HTMLSlotElement::assigned_{elements,nodes} methods const 2024-05-07 16:45:28 -06:00
HTMLSlotElement.h LibWeb: Make HTMLSlotElement::assigned_{elements,nodes} methods const 2024-05-07 16:45:28 -06:00
HTMLSlotElement.idl LibWeb: Implement manual slottable assignment 2023-09-13 13:45:47 +02:00
HTMLSourceElement.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
HTMLSourceElement.h LibWeb: Put most LibWeb GC objects in type-specific heap blocks 2023-11-19 22:00:48 +01:00
HTMLSourceElement.idl LibWeb: Change attribute type to USVString where applicable 2024-08-17 07:45:00 +02:00
HTMLSpanElement.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
HTMLSpanElement.h LibWeb: Put most LibWeb GC objects in type-specific heap blocks 2023-11-19 22:00:48 +01:00
HTMLSpanElement.idl LibWeb: Add missing constructors to HTMLElement IDLs 2023-03-23 13:37:40 +01:00
HTMLStyleElement.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLStyleElement.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLStyleElement.idl LibWeb: Implement HTMLStyleElement.disabled 2024-06-22 14:57:47 +02:00
HTMLSummaryElement.cpp LibWeb: Make EventTarget::activation_behavior a virtual function 2023-11-20 00:39:42 +01:00
HTMLSummaryElement.h LibWeb: Make EventTarget::activation_behavior a virtual function 2023-11-20 00:39:42 +01:00
HTMLTableCaptionElement.cpp LibWeb: Rename "identifier" and "ValueID" to "Keyword" where correct 2024-08-15 13:58:38 +01:00
HTMLTableCaptionElement.h LibWeb: Put most LibWeb GC objects in type-specific heap blocks 2023-11-19 22:00:48 +01:00
HTMLTableCaptionElement.idl LibWeb: Reorder and add missing HTML elements IDL items 2023-10-25 19:45:41 +02:00
HTMLTableCellElement.cpp AK: Make String::number() infallible 2024-10-14 20:47:35 +02:00
HTMLTableCellElement.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLTableCellElement.idl LibWeb: Add scope attribute to HTMLTableCellElement 2024-09-02 13:09:41 +02:00
HTMLTableColElement.cpp AK: Make String::number() infallible 2024-10-14 20:47:35 +02:00
HTMLTableColElement.h LibWeb: Map dimension attributes for table elements 2024-10-02 09:50:54 +02:00
HTMLTableColElement.idl LibWeb: Add HTML col element span attribute 2023-12-03 20:29:14 +01:00
HTMLTableElement.cpp LibWeb: Make DOMException take error message as a String 2024-10-12 21:14:18 +02:00
HTMLTableElement.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLTableElement.idl LibWeb: Reorder and add missing HTML elements IDL items 2023-10-25 19:45:41 +02:00
HTMLTableRowElement.cpp LibWeb: Make DOMException take error message as a String 2024-10-12 21:14:18 +02:00
HTMLTableRowElement.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLTableRowElement.idl LibWeb: Reorder and add missing HTML elements IDL items 2023-10-25 19:45:41 +02:00
HTMLTableSectionElement.cpp LibWeb: Make DOMException take error message as a String 2024-10-12 21:14:18 +02:00
HTMLTableSectionElement.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLTableSectionElement.idl LibWeb: Reorder and add missing HTML elements IDL items 2023-10-25 19:45:41 +02:00
HTMLTemplateElement.cpp LibWeb: Update DOM cloning algorithm for declarative shadow DOM 2024-06-25 19:22:35 +02:00
HTMLTemplateElement.h LibWeb: Update DOM cloning algorithm for declarative shadow DOM 2024-06-25 19:22:35 +02:00
HTMLTemplateElement.idl LibWeb: Add HTMLTemplateElement IDL attrs for declarative shadow DOM 2024-06-25 19:22:35 +02:00
HTMLTextAreaElement.cpp LibWeb: Return CSS::StyleProperties::property results by reference 2024-11-08 10:21:26 +00:00
HTMLTextAreaElement.h LibWeb: Delete EditableTextNodeOwner 2024-11-06 18:05:11 +01:00
HTMLTextAreaElement.idl LibWeb: Implement setRangeText for input and textarea elements 2024-08-31 07:47:54 +02:00
HTMLTimeElement.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
HTMLTimeElement.h LibWeb: Put most LibWeb GC objects in type-specific heap blocks 2023-11-19 22:00:48 +01:00
HTMLTimeElement.idl LibWeb: Add Optional<String> overload for Element::set_attribute 2023-09-02 19:23:41 +01:00
HTMLTitleElement.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLTitleElement.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLTitleElement.idl LibWeb/HTML: Implement text attribute in HTMLTitleElement 2023-12-02 10:35:43 +01:00
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 LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
HTMLUListElement.h LibWeb: Put most LibWeb GC objects in type-specific heap blocks 2023-11-19 22:00:48 +01:00
HTMLUListElement.idl LibWeb: Reorder and add missing HTML elements IDL items 2023-10-25 19:45:41 +02:00
HTMLUnknownElement.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
HTMLUnknownElement.h LibWeb: Put most LibWeb GC objects in type-specific heap blocks 2023-11-19 22:00:48 +01:00
HTMLUnknownElement.idl LibWeb: Add missing constructors to HTMLElement IDLs 2023-03-23 13:37:40 +01:00
HTMLVideoElement.cpp LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
HTMLVideoElement.h LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
HTMLVideoElement.idl LibWeb: Implement the width and height attributes where missing 2024-05-21 19:28:43 +02:00
ImageBitmap.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
ImageBitmap.h LibWeb: Make CanvasImageSource also be an ImageBitmap 2024-04-08 14:25:36 +02:00
ImageBitmap.idl LibWeb: Implement HTML::ImageBitmap 2024-04-08 14:25:36 +02:00
ImageData.cpp LibWeb: Make DOMException take error message as a String 2024-10-12 21:14:18 +02:00
ImageData.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
ImageData.idl LibWeb: Normalize all WebIDL definition lines to four leading spaces 2024-09-10 21:16:53 +01:00
ImageRequest.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
ImageRequest.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
LazyLoadingElement.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
ListOfAvailableImages.cpp LibWeb+LibURL: Move HTML::Origin to URL::Origin 2024-10-05 10:46:30 +02:00
ListOfAvailableImages.h LibWeb+LibURL: Move HTML::Origin to URL::Origin 2024-10-05 10:46:30 +02:00
Location.cpp LibJS+LibWeb: Prevent double invocation of [[GetOwnProperty]] 2024-11-02 12:27:02 +01:00
Location.h LibJS+LibWeb: Prevent double invocation of [[GetOwnProperty]] 2024-11-02 12:27:02 +01:00
Location.idl LibWeb: Use 'FIXME' extended attribute where possible 2024-05-19 16:24:11 +02:00
MediaError.cpp LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
MediaError.h LibWeb: Put most LibWeb GC objects in type-specific heap blocks 2023-11-19 22:00:48 +01:00
MediaError.idl LibWeb: Implement the MediaError IDL interface 2023-04-23 16:22:45 +02:00
MessageChannel.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
MessageChannel.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
MessageChannel.idl LibWeb: Add Exposed attribute and IDL spec links where missing 2022-10-09 10:14:57 +02:00
MessageEvent.cpp LibWeb: Do not store message port objects in a plain vector 2024-11-01 00:35:54 +01:00
MessageEvent.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
MessageEvent.idl LibWeb: Implement MessageEvent.initMessageEvent 2024-07-10 10:28:43 +02:00
MessagePort.cpp LibWeb: Queue the task for MessagePort receive in targetPort's realm 2024-11-09 08:18:41 -05:00
MessagePort.h LibIPC+Everywhere: Introduce an IPC Transport abstraction 2024-10-23 12:29:01 -06:00
MessagePort.idl LibWeb: Expose MessagePort.postMessage(message, transfer) 2024-10-28 22:56:39 +01:00
MimeType.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
MimeType.h LibWeb: Delete LegacyPlatformObject and move behavior to PlatformObject 2024-01-12 09:11:18 +01:00
MimeType.idl IDL: Add missing spec links 2023-11-11 08:51:51 +01:00
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 IDL: Add missing spec links 2023-11-11 08:51:51 +01:00
Navigable.cpp LibWeb/HTML: Update spec comments for "URL and history update steps" 2024-11-09 15:18:37 +01:00
Navigable.h LibWeb: Add a NavigationObserver to be notified of navigable updates 2024-10-26 11:25:42 +02:00
NavigableContainer.cpp LibWeb: Abort early processing frame/iframe attrs for null navigables 2024-11-04 09:54:32 +00:00
NavigableContainer.h LibWeb: Replace nested_browsing_context() with content_navigable() 2024-11-03 18:43:51 +01:00
NavigateEvent.cpp LibWeb: Make DOMException take error message as a String 2024-10-12 21:14:18 +02:00
NavigateEvent.h LibWeb: Flesh out apply the history step to setup the navigation API 2024-01-19 11:47:59 +01:00
NavigateEvent.idl LibWeb: Format all .idl files to use four space indentation 2024-01-18 14:00:06 +01:00
Navigation.cpp LibWeb: Make TemporaryExecutionContext take a Realm& 2024-11-01 18:55:23 -06:00
Navigation.h LibWeb: Move JS::Promise <-> WebIDL conversion into IDL 2024-10-25 14:04:21 -06:00
Navigation.idl LibWeb: Format all .idl files to use four space indentation 2024-01-18 14:00:06 +01:00
NavigationCurrentEntryChangeEvent.cpp LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
NavigationCurrentEntryChangeEvent.h LibWeb: Put most LibWeb GC objects in type-specific heap blocks 2023-11-19 22:00:48 +01:00
NavigationCurrentEntryChangeEvent.idl LibWeb: Add comments and missing items of various IDL files 2023-10-25 19:45:41 +02:00
NavigationDestination.cpp LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
NavigationDestination.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
NavigationDestination.idl LibWeb: Format all .idl files to use four space indentation 2024-01-18 14:00:06 +01:00
NavigationHistoryEntry.cpp LibWeb: Add SessionHistoryEntry::document() 2024-03-27 18:07:07 +01:00
NavigationHistoryEntry.h LibWeb: Put most LibWeb GC objects in type-specific heap blocks 2023-11-19 22:00:48 +01:00
NavigationHistoryEntry.idl LibWeb: Format all .idl files to use four space indentation 2024-01-18 14:00:06 +01:00
NavigationObserver.cpp LibWeb: Add a NavigationObserver to be notified of navigable updates 2024-10-26 11:25:42 +02:00
NavigationObserver.h LibWeb: Add a NavigationObserver to be notified of navigable updates 2024-10-26 11:25:42 +02:00
NavigationParams.cpp LibWeb: Make HTML::Environment a GC-allocated type 2024-04-24 17:04:43 +02:00
NavigationParams.h LibWeb+LibURL: Move HTML::Origin to URL::Origin 2024-10-05 10:46:30 +02:00
NavigationTransition.cpp LibWeb: Move JS::Promise <-> WebIDL conversion into IDL 2024-10-25 14:04:21 -06:00
NavigationTransition.h LibWeb: Move JS::Promise <-> WebIDL conversion into IDL 2024-10-25 14:04:21 -06:00
NavigationTransition.idl LibWeb: Format all .idl files to use four space indentation 2024-01-18 14:00:06 +01:00
NavigationType.h LibWeb: Add NavigationType to prep for Navigation API platform objects 2023-08-24 11:03:57 -06:00
NavigationType.idl LibWeb: Format all .idl files to use four space indentation 2024-01-18 14:00:06 +01:00
Navigator.cpp LibWeb: Rename current_global_object to current_principal_global_object 2024-11-01 12:15:17 -07:00
Navigator.h LibWeb: Implement navigator.deviceMemory 2024-10-08 19:02:27 +02:00
Navigator.idl LibWeb: Implement navigator.deviceMemory 2024-10-08 19:02:27 +02:00
NavigatorBeacon.cpp LibURL: Define Origin methods depending on URL::Parser out of line 2024-10-05 10:46:30 +02:00
NavigatorBeacon.h LibWeb: Remove circular include NavigatorBeacon.h <-> Navigator.h 2024-08-19 12:56:55 +02:00
NavigatorBeacon.idl LibWeb: Add basic Navigator send beacon support 2023-09-18 11:08:26 -06:00
NavigatorConcurrentHardware.h LibWeb: Fill out implementation for navigator.hardwareConcurrency 2024-04-06 07:20:22 +02:00
NavigatorConcurrentHardware.idl LibWeb: Format all .idl files to use four space indentation 2024-01-18 14:00:06 +01:00
NavigatorDeviceMemory.h LibWeb: Implement navigator.deviceMemory 2024-10-08 19:02:27 +02:00
NavigatorDeviceMemory.idl LibWeb: Implement navigator.deviceMemory 2024-10-08 19:02:27 +02:00
NavigatorID.cpp LibWeb: Remove debug spam from Navigator methods 2024-10-06 18:50:44 +02:00
NavigatorID.h LibWeb: Support Gecko and WebKit navigator compatibility modes 2024-07-05 07:14:03 +02:00
NavigatorID.idl LibWeb: Format all .idl files to use four space indentation 2024-01-18 14:00:06 +01:00
NavigatorLanguage.h LibWeb: Make preferred languages configurable 2024-07-25 11:38:59 +01:00
NavigatorLanguage.idl LibWeb: Add comments and missing items of various IDL files 2023-10-25 19:45:41 +02:00
NavigatorOnLine.h LibWeb: Re-implement HTML::Navigator using IDL 2022-10-09 10:14:57 +02:00
NavigatorOnLine.idl LibWeb: Format all .idl files to use four space indentation 2024-01-18 14:00:06 +01:00
Numbers.cpp LibWeb: Don't crash when parsing large floating point number values 2024-10-31 08:05:25 +01:00
Numbers.h LibWeb: Add “valid floating-point number” for HTMLInputElement.value 2024-08-28 07:49:17 -04:00
PageTransitionEvent.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
PageTransitionEvent.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
PageTransitionEvent.idl LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 2023-09-02 19:23:41 +01:00
Path2D.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Path2D.h LibGfx: Rename Path => DeprecatedPath 2024-08-20 09:30:05 +02:00
Path2D.idl LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 2023-09-02 19:23:41 +01:00
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 IDL: Add missing spec links 2023-11-11 08:51:51 +01:00
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 IDL: Add missing spec links 2023-11-11 08:51:51 +01:00
PolicyContainers.cpp LibWeb: Add facilities to serialize EnvironmentSettingsObjects 2024-03-06 07:19:10 +01:00
PolicyContainers.h LibWeb: Implement EmbedderPolicy struct 2024-07-10 07:03:37 +02:00
PopStateEvent.cpp LibWeb: Add popstate event support 2024-04-11 21:25:06 +02:00
PopStateEvent.h LibWeb: Add popstate event support 2024-04-11 21:25:06 +02:00
PopStateEvent.idl LibWeb: Normalize all WebIDL definition lines to four leading spaces 2024-09-10 21:16:53 +01:00
POSTResource.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
PotentialCORSRequest.cpp AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
PotentialCORSRequest.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
PromiseRejectionEvent.cpp LibWeb: Update PromiseRejectionEvent's promise field to be object 2024-10-25 14:04:21 -06:00
PromiseRejectionEvent.h LibWeb: Update PromiseRejectionEvent's promise field to be object 2024-10-25 14:04:21 -06:00
PromiseRejectionEvent.idl LibWeb: Update PromiseRejectionEvent's promise field to be object 2024-10-25 14:04:21 -06:00
RadioNodeList.cpp LibWeb: Move some classes from the DOM namespace to the HTML namespace 2024-11-02 11:16:45 -04:00
RadioNodeList.h LibWeb: Move some classes from the DOM namespace to the HTML namespace 2024-11-02 11:16:45 -04:00
RadioNodeList.idl LibWeb: Move some classes from the DOM namespace to the HTML namespace 2024-11-02 11:16:45 -04:00
SandboxingFlagSet.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
ScrollOptions.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
SelectedFile.cpp LibIPC+Userland: Make IPC::File always own its file descriptor 2024-04-19 06:34:07 -04:00
SelectedFile.h LibWeb+LibWebView+WebContent: Implement more <input type=file> behavior 2024-02-26 14:18:49 +01:00
SelectItem.cpp LibWeb: Add support for select options disabled state 2024-04-08 17:24:48 -04:00
SelectItem.h LibWeb: Add support for select options disabled state 2024-04-08 17:24:48 -04:00
ServiceWorker.cpp LibWeb: Add stub of ServiceWorker interface 2024-09-20 22:41:24 +01:00
ServiceWorker.h LibWeb: Move StructuredSerializeOptions to its own header 2024-10-17 16:34:32 -04:00
ServiceWorker.idl LibWeb: Use FIXME extended attribute for ServiceWorker.postMessage 2024-10-28 22:56:39 +01:00
ServiceWorkerContainer.cpp LibWeb: Move JS::Promise <-> WebIDL conversion into IDL 2024-10-25 14:04:21 -06:00
ServiceWorkerContainer.h LibWeb: Move JS::Promise <-> WebIDL conversion into IDL 2024-10-25 14:04:21 -06:00
ServiceWorkerContainer.idl LibWeb: Start implementing serviceWorker.register 2024-09-20 22:41:24 +01: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: Start implementing serviceWorker.register 2024-09-20 22:41:24 +01:00
SessionHistoryEntry.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
SessionHistoryEntry.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
SessionHistoryTraversalQueue.cpp LibWeb: Use HeapFunction directly in SessionHistoryTraversalQueue 2024-08-18 11:15:08 +02:00
SessionHistoryTraversalQueue.h LibJS+LibWeb: Remove remaining use and reference to SafeFunction 2024-10-30 20:55:45 +01:00
ShadowRealmGlobalScope.cpp LibWeb: Introduce the 'ShadowRealmGlobalScope' interface 2024-11-05 10:43:08 -07:00
ShadowRealmGlobalScope.h LibWeb: Introduce the 'ShadowRealmGlobalScope' interface 2024-11-05 10:43:08 -07:00
ShadowRealmGlobalScope.idl LibWeb: Introduce the 'ShadowRealmGlobalScope' interface 2024-11-05 10:43:08 -07:00
SharedResourceRequest.cpp LibWeb: Rename Bindings::HostDefined to Bindings::PrincipalHostDefined 2024-11-05 10:43:08 -07:00
SharedResourceRequest.h LibJS+LibWeb: Remove remaining use and reference to SafeFunction 2024-10-30 20:55:45 +01:00
SourceSet.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
SourceSet.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
SourceSnapshotParams.h LibWeb: Convert SandboxingFlagSet into a enum class 2023-08-29 09:39:57 +02:00
Storage.cpp LibWeb: Fix infinite loop in Storage::internal_own_property_keys 2024-10-25 12:42:29 +02:00
Storage.h LibWeb: Implement indexed property support for HTML::Storage 2024-10-18 23:10:22 +02:00
Storage.idl IDL: Add missing spec links 2023-11-11 08:51:51 +01:00
StructuredSerialize.cpp LibWeb: Implement prepare_to_run_script on a Realm& 2024-11-01 12:15:17 -07:00
StructuredSerialize.h LibWeb: Add structured_deserialize_internal() 2024-03-20 09:16:01 +01:00
StructuredSerializeOptions.h LibWeb: Move StructuredSerializeOptions to its own header 2024-10-17 16:34:32 -04:00
SubmitEvent.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
SubmitEvent.h LibWeb: Put most LibWeb GC objects in type-specific heap blocks 2023-11-19 22:00:48 +01:00
SubmitEvent.idl LibWeb: Format all .idl files to use four space indentation 2024-01-18 14:00:06 +01:00
TagNames.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
TagNames.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
TextMetrics.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
TextMetrics.h LibWeb: Put most LibWeb GC objects in type-specific heap blocks 2023-11-19 22:00:48 +01:00
TextMetrics.idl LibWeb: Expose TextMetrics to Worker 2024-08-24 11:25:19 +01:00
TextTrack.cpp LibWeb/HTML: Implement TextTrack.mode 2024-07-26 09:30:19 +02:00
TextTrack.h LibWeb/HTML: Add readiness state to TextTrack 2024-07-26 09:30:19 +02:00
TextTrack.idl LibWeb/HTML: Implement TextTrack.mode 2024-07-26 09:30:19 +02:00
TextTrackCue.cpp LibWeb/HTML: Implement TextTrackCue idl interface 2024-09-24 23:48:56 +01:00
TextTrackCue.h LibWeb/HTML: Implement TextTrackCue idl interface 2024-09-24 23:48:56 +01:00
TextTrackCue.idl LibWeb/HTML: Implement TextTrackCue idl interface 2024-09-24 23:48:56 +01:00
TextTrackCueList.cpp LibWeb/HTML: Implement TextTrackCueList idl interface 2024-09-24 23:48:56 +01:00
TextTrackCueList.h LibWeb/HTML: Implement TextTrackCueList idl interface 2024-09-24 23:48:56 +01:00
TextTrackCueList.idl LibWeb/HTML: Implement TextTrackCueList idl interface 2024-09-24 23:48:56 +01:00
TextTrackList.cpp LibWeb/HTML: Implement TextTrackList IDL interface 2024-07-06 11:41:13 +02:00
TextTrackList.h LibWeb/HTML: Implement TextTrackList IDL interface 2024-07-06 11:41:13 +02:00
TextTrackList.idl LibWeb/HTML: Implement TextTrackList IDL interface 2024-07-06 11:41:13 +02:00
Timer.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Timer.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
TimeRanges.cpp LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
TimeRanges.h LibWeb: Put most LibWeb GC objects in type-specific heap blocks 2023-11-19 22:00:48 +01:00
TimeRanges.idl LibWeb: Stub out the HTML TimeRanges IDL interface 2023-04-19 07:57:52 +02:00
ToggleEvent.cpp LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
ToggleEvent.h LibWeb: Put most LibWeb GC objects in type-specific heap blocks 2023-11-19 22:00:48 +01:00
ToggleEvent.idl LibWeb: Implement ToggleEvent for HTMLDetailsElement 2023-09-13 13:45:47 +02:00
ToggleTaskTracker.h LibWeb: Make HTML::Task IDs a sequential, distinct numeric type 2024-08-05 09:12:07 +02:00
TokenizedFeatures.cpp LibWeb: Move window.open TokenizedFeature parsing into its own file 2024-05-30 16:16:33 -04:00
TokenizedFeatures.h LibWeb: Move window.open TokenizedFeature parsing into its own file 2024-05-30 16:16:33 -04:00
TrackEvent.cpp LibWeb: Allow TrackEvent track to be a TextTrack 2024-07-06 11:41:13 +02:00
TrackEvent.h LibWeb: Allow TrackEvent track to be a TextTrack 2024-07-06 11:41:13 +02:00
TrackEvent.idl LibWeb: Allow TrackEvent track to be a TextTrack 2024-07-06 11:41:13 +02:00
TraversableNavigable.cpp LibWeb: Match spec changes to "apply the history step" 2024-11-09 15:18:37 +01:00
TraversableNavigable.h LibWeb+LibGfx: Use GPU backend for <canvas> 2024-11-07 13:48:12 +01:00
UserActivation.cpp LibWeb: Implement UserActivation 2024-05-29 09:32:59 -06:00
UserActivation.h LibWeb: Implement UserActivation 2024-05-29 09:32:59 -06:00
UserActivation.idl LibWeb: Implement UserActivation 2024-05-29 09:32:59 -06:00
ValidityState.cpp LibWeb: Run clang-format 2024-06-16 15:30:28 -04:00
ValidityState.h LibWeb: Run clang-format 2024-06-16 15:30:28 -04:00
ValidityState.idl LibWeb: Add stub for ValidityState 2024-06-09 10:13:32 +02:00
VideoTrack.cpp AK: Make String::number() infallible 2024-10-14 20:47:35 +02:00
VideoTrack.h LibWeb: Prefix AK::Duration with AK Namespace 2024-07-18 09:43:38 +01:00
VideoTrack.idl LibWeb: Implement VideoTrack and VideoTrackList 2023-04-07 16:02:22 +02:00
VideoTrackList.cpp LibWeb: Remove OOM error propagation from HTMLMediaElement (and friends) 2024-04-26 12:21:57 -04:00
VideoTrackList.h LibWeb: Remove OOM error propagation from HTMLMediaElement (and friends) 2024-04-26 12:21:57 -04:00
VideoTrackList.idl LibWeb: Implement VideoTrack and VideoTrackList 2023-04-07 16:02:22 +02:00
VisibilityState.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
WebViewHints.cpp LibWeb: Parse TokenizedFeatures from window.open 2024-05-30 16:16:33 -04:00
WebViewHints.h LibWeb: Parse TokenizedFeatures from window.open 2024-05-30 16:16:33 -04:00
Window.cpp LibWeb: Make TemporaryExecutionContext take a Realm& 2024-11-01 18:55:23 -06:00
Window.h LibWeb: Allocate AnimationFrameCallbackDriver on the JS heap 2024-10-31 02:39:36 +00:00
Window.idl LibWeb: Expose crypto object to workers 2024-09-18 10:09:01 +02:00
WindowEventHandlers.cpp LibWeb: Ignore window-forwarded document.body.onfoo in detached DOM 2024-03-11 18:29:10 +01:00
WindowEventHandlers.h LibWeb: Ignore window-forwarded document.body.onfoo in detached DOM 2024-03-11 18:29:10 +01:00
WindowLocalStorage.idl LibWeb/HTML: Port Window.localStorage to IDL 2023-03-07 23:33:34 +00:00
WindowOrWorkerGlobalScope.cpp LibWeb: Change HTML::Script to hold a realm instead of settings object 2024-11-01 18:55:23 -06:00
WindowOrWorkerGlobalScope.h LibWeb: Move JS::Promise <-> WebIDL conversion into IDL 2024-10-25 14:04:21 -06:00
WindowOrWorkerGlobalScope.idl LibWeb: Expose crypto object to workers 2024-09-18 10:09:01 +02:00
WindowProxy.cpp LibJS+LibWeb: Prevent double invocation of [[GetOwnProperty]] 2024-11-02 12:27:02 +01:00
WindowProxy.h LibJS+LibWeb: Prevent double invocation of [[GetOwnProperty]] 2024-11-02 12:27:02 +01:00
WindowSessionStorage.idl LibWeb/HTML: Port Window.sessionStorage to IDL 2023-03-07 23:33:34 +00:00
Worker.cpp LibWeb: Rename current settings object to 'current principal' 2024-11-01 12:15:17 -07:00
Worker.h LibWeb: Implement Worker.postMessage(message, transfer) 2024-10-28 22:56:39 +01:00
Worker.idl LibWeb: Implement Worker.postMessage(message, transfer) 2024-10-28 22:56:39 +01:00
WorkerAgent.cpp LibWeb: Rename Bindings::HostDefined to Bindings::PrincipalHostDefined 2024-11-05 10:43:08 -07:00
WorkerAgent.h LibWeb: Move StructuredSerializeOptions to its own header 2024-10-17 16:34:32 -04:00
WorkerDebugConsoleClient.cpp LibWeb: Don't print messages from workers to the console twice 2024-10-07 21:22:12 +02:00
WorkerDebugConsoleClient.h LibJS: Make JS::Cell a Weakable 2024-05-04 21:42:59 +02:00
WorkerGlobalScope.cpp LibWeb: Rename current settings object to 'current principal' 2024-11-01 12:15:17 -07:00
WorkerGlobalScope.h LibWeb: Create separate DedicatedWorkerGlobalScope class 2024-07-10 07:04:53 +02:00
WorkerGlobalScope.idl LibWeb: Create separate DedicatedWorkerGlobalScope class 2024-07-10 07:04:53 +02:00
WorkerLocation.cpp AK: Make String::number() infallible 2024-10-14 20:47:35 +02:00
WorkerLocation.h LibURL+Everywhere: Only percent decode URL paths when actually needed 2024-08-05 09:58:13 +02:00
WorkerLocation.idl IDL: Add missing spec links 2023-11-11 08:51:51 +01:00
WorkerNavigator.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
WorkerNavigator.h LibWeb: Implement navigator.deviceMemory 2024-10-08 19:02:27 +02:00
WorkerNavigator.idl LibWeb: Implement navigator.deviceMemory 2024-10-08 19:02:27 +02:00