..
Canvas
LibWeb: Store FontCascadeList instead of Font in CanvasState
2025-04-21 09:51:16 +02:00
CrossOrigin
LibJS: Use FlyString in PropertyKey instead of DeprecatedFlyString
2025-03-24 22:27:17 +00:00
CustomElements
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
EventLoop
LibWeb: Add opt-in tracing of update_layout() calls with reason
2025-03-08 03:37:38 +01:00
Parser
LibWeb: Remove unused HTMLToken::Position::byte_offset
2025-04-20 18:43:11 +02:00
Scripting
LibWeb: Avoid dynamic_cast in relevant_agent()
2025-04-18 14:45:56 +02:00
SyntaxHighlighter
LibWeb: Make is_identifier always return false the simple way
2024-12-22 12:33:41 +01:00
AbstractWorker.cpp
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
AbstractWorker.h
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
AbstractWorker.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
ActivateTab.h
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
AnimatedBitmapDecodedImageData.cpp
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
AnimatedBitmapDecodedImageData.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
AnimationFrameCallbackDriver.cpp
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
AnimationFrameCallbackDriver.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
AnimationFrameProvider.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
AttributeNames.cpp
Meta: Disallow links to single-page HTML spec
2025-02-05 16:04:50 -07:00
AttributeNames.h
LibWeb/HTML: Dispatch command
events
2025-04-18 12:09:57 +01:00
AudioPlayState.h
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
AudioTrack.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
AudioTrack.h
LibWeb: Play audio tracks alongside video tracks with the video element
2025-03-13 19:33:44 +01:00
AudioTrack.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
AudioTrackList.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
AudioTrackList.h
LibGC: Rename MarkedVector => RootVector
2024-12-26 19:10:44 +01:00
AudioTrackList.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
AutocompleteElement.cpp
LibWeb: Support autocomplete
attribute on form elements
2025-02-26 07:01:14 +00:00
AutocompleteElement.h
LibWeb: Support autocomplete
attribute on form elements
2025-02-26 07:01:14 +00:00
BarProp.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
BarProp.h
LibWeb: Implement BarProp properties for Window
2025-03-29 02:35:27 +00:00
BarProp.idl
LibWeb: Implement BarProp properties for Window
2025-03-29 02:35:27 +00:00
BeforeUnloadEvent.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
BeforeUnloadEvent.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
BeforeUnloadEvent.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
BroadcastChannel.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
BroadcastChannel.h
LibWeb: Implement BroadcastChannel.postMessage
2024-11-23 16:43:55 +01:00
BroadcastChannel.idl
LibWeb: Implement BroadcastChannel.postMessage
2024-11-23 16:43:55 +01:00
BrowsingContext.cpp
LibWeb: Make PolicyContainer GC allocated
2025-02-21 12:43:48 +00:00
BrowsingContext.h
Everywhere: Mark GC::Cell
derived classes as Weakable explicitly
2025-03-29 17:36:33 -05:00
BrowsingContextGroup.cpp
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
BrowsingContextGroup.h
Everywhere: Include HashMap only where it's actually used
2024-12-09 12:31:16 +01:00
CanvasGradient.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
CanvasGradient.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
CanvasGradient.idl
Meta: Disallow links to single-page HTML spec
2025-02-05 16:04:50 -07:00
CanvasPattern.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
CanvasPattern.h
LibWeb/HTML: Fix crash creating canvas pattern without context
2025-01-12 18:40:37 +00:00
CanvasPattern.idl
Meta: Disallow links to single-page HTML spec
2025-02-05 16:04:50 -07:00
CanvasRenderingContext2D.cpp
LibGfx+LibWeb: Add Path::glyph_run() and use in canvas
2025-04-21 09:51:16 +02:00
CanvasRenderingContext2D.h
LibWeb: Store FontCascadeList instead of Font in CanvasState
2025-04-21 09:51:16 +02:00
CanvasRenderingContext2D.idl
LibWeb/HTML: Add CanvasColorType
2025-02-11 10:22:45 +01:00
CloseEvent.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
CloseEvent.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
CloseEvent.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
CloseWatcher.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
CloseWatcher.h
LibWeb: Implement dialog.requestClose()
2025-01-30 15:50:06 -07:00
CloseWatcher.idl
LibWeb: Implement dialog.requestClose()
2025-01-30 15:50:06 -07:00
CloseWatcherManager.cpp
LibWeb: Implement dialog.requestClose()
2025-01-30 15:50:06 -07:00
CloseWatcherManager.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
ColorPickerUpdateState.h
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
CommandEvent.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
CommandEvent.h
LibWeb/HTML: Implement CommandEvent
class
2025-04-18 12:09:57 +01:00
CommandEvent.idl
LibWeb/HTML: Implement CommandEvent
class
2025-04-18 12:09:57 +01:00
CORSSettingAttribute.cpp
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
CORSSettingAttribute.h
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
DataTransfer.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
DataTransfer.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
DataTransfer.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
DataTransferItem.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
DataTransferItem.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
DataTransferItem.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
DataTransferItemList.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
DataTransferItemList.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
DataTransferItemList.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
Dates.cpp
LibWeb/HTML: Correctly parse milliseconds in time inputs
2025-04-19 07:09:36 -04:00
Dates.h
LibWeb/HTML: Correctly parse milliseconds in time inputs
2025-04-19 07:09:36 -04:00
DecodedImageData.cpp
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
DecodedImageData.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
DedicatedWorkerGlobalScope.cpp
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
DedicatedWorkerGlobalScope.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
DedicatedWorkerGlobalScope.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
DocumentReadyState.h
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
DocumentState.cpp
LibWeb: Make PolicyContainer GC allocated
2025-02-21 12:43:48 +00:00
DocumentState.h
LibWeb: Make PolicyContainer GC allocated
2025-02-21 12:43:48 +00:00
DOMParser.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
DOMParser.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
DOMParser.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
DOMStringList.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
DOMStringList.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
DOMStringList.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
DOMStringMap.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
DOMStringMap.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
DOMStringMap.idl
Meta: Disallow links to single-page HTML spec
2025-02-05 16:04:50 -07:00
DragDataStore.cpp
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
DragDataStore.h
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
DragEvent.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
DragEvent.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
DragEvent.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
ElementInternals.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
ElementInternals.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
ElementInternals.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
EmbedderPolicy.cpp
LibWeb: Make PolicyContainer GC allocated
2025-02-21 12:43:48 +00:00
EmbedderPolicy.h
LibWeb: Make PolicyContainer GC allocated
2025-02-21 12:43:48 +00:00
ErrorEvent.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
ErrorEvent.h
LibWeb/HTML: Default ErrorEvent error to undefined
2025-01-05 12:02:40 +01:00
ErrorEvent.idl
Meta: Disallow links to single-page HTML spec
2025-02-05 16:04:50 -07:00
EventHandler.cpp
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
EventHandler.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
EventNames.cpp
LibWeb: Remove the initialize_strings methods
2025-01-12 00:35:58 +01:00
EventNames.h
LibWeb/HTML: Dispatch command
events
2025-04-18 12:09:57 +01:00
EventSource.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
EventSource.h
LibURL+LibWeb: Make URL::serialize return a String
2024-12-04 16:34:13 +00:00
EventSource.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
FileFilter.cpp
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
FileFilter.h
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
Focus.cpp
LibWeb: Ensure inert elements are unfocusable
2025-02-21 12:41:57 +00:00
Focus.h
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
FormAssociatedElement.cpp
LibWeb: Do not insert "return" key presses into input element values
2025-03-22 17:27:45 +01:00
FormAssociatedElement.h
LibWeb: Do not insert "return" key presses into input element values
2025-03-22 17:27:45 +01:00
FormControlInfrastructure.cpp
Everywhere: Remove sv
suffix from format string literals
2025-04-08 20:00:18 -04:00
FormControlInfrastructure.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
FormDataEvent.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
FormDataEvent.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
FormDataEvent.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
GlobalEventHandlers.cpp
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
GlobalEventHandlers.h
LibWeb/HTML: Dispatch command
events
2025-04-18 12:09:57 +01:00
HashChangeEvent.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HashChangeEvent.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
HashChangeEvent.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
History.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
History.h
LibWeb/HTML: Use relevant global object's document in History
2025-04-18 10:49:56 +02:00
History.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
HistoryHandlingBehavior.h
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
HTMLAllCollection.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLAllCollection.h
LibGC: Rename MarkedVector => RootVector
2024-12-26 19:10:44 +01:00
HTMLAllCollection.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
HTMLAnchorElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLAnchorElement.h
LibWeb/HTML: Update get_an_elements_noopener() to current spec
2025-01-31 17:27:03 +00:00
HTMLAnchorElement.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
HTMLAreaElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLAreaElement.h
LibWeb: Add more fast_is<T> helpers for DOM::Node subclasses
2025-04-18 14:45:56 +02:00
HTMLAreaElement.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
HTMLAudioElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLAudioElement.h
LibWeb: Make CSS::ComputedProperties GC-allocated
2024-12-22 10:12:49 +01:00
HTMLAudioElement.idl
Meta: Disallow links to single-page HTML spec
2025-02-05 16:04:50 -07:00
HTMLBaseElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLBaseElement.h
LibWeb: Pass old parent's root to Node::removed_from()
2025-01-23 21:38:31 +01:00
HTMLBaseElement.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
HTMLBodyElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLBodyElement.h
LibWeb: Make storage of CSS::StyleValues const-correct
2025-04-16 10:41:44 -06:00
HTMLBodyElement.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
HTMLBRElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLBRElement.h
LibWeb: Make CSS::ComputedProperties GC-allocated
2024-12-22 10:12:49 +01:00
HTMLBRElement.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
HTMLButtonElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLButtonElement.h
LibWeb/HTML: Add the commandForElement attribute to the button element
2025-04-18 12:09:57 +01:00
HTMLButtonElement.idl
LibWeb/HTML: Add the commandForElement attribute to the button element
2025-04-18 12:09:57 +01:00
HTMLCanvasElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLCanvasElement.h
LibWeb: Notify canvas context when width or height attribute is changed
2024-12-28 10:37:15 +01:00
HTMLCanvasElement.idl
LibWeb: Add stubbed-out WebGL2RenderingContext
2024-12-06 15:35:36 +01:00
HTMLDataElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLDataElement.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
HTMLDataElement.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
HTMLDataListElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLDataListElement.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
HTMLDataListElement.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
HTMLDetailsElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLDetailsElement.h
LibWeb: Add metadata to children update steps invocation
2025-01-30 13:55:40 -07:00
HTMLDetailsElement.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
HTMLDialogElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLDialogElement.h
LibWeb/HTML: Dispatch command
events
2025-04-18 12:09:57 +01:00
HTMLDialogElement.idl
LibWeb: Implement dialog.requestClose()
2025-01-30 15:50:06 -07:00
HTMLDirectoryElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLDirectoryElement.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
HTMLDirectoryElement.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
HTMLDivElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLDivElement.h
LibWeb: Avoid many style invalidations on DOM attribute mutation
2024-12-24 17:17:09 +01:00
HTMLDivElement.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
HTMLDListElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLDListElement.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
HTMLDListElement.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
HTMLDocument.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLDocument.h
Everywhere: Use URL::about_XXX factory functions
2025-02-15 17:05:55 +00:00
HTMLDocument.idl
Meta: Disallow links to single-page HTML spec
2025-02-05 16:04:50 -07:00
HTMLElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLElement.h
LibWeb/HTML: Dispatch command
events
2025-04-18 12:09:57 +01:00
HTMLElement.idl
Meta: Disallow links to single-page HTML spec
2025-02-05 16:04:50 -07:00
HTMLEmbedElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLEmbedElement.h
LibWeb: Avoid many style invalidations on DOM attribute mutation
2024-12-24 17:17:09 +01:00
HTMLEmbedElement.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
HTMLFieldSetElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLFieldSetElement.h
LibWeb: Add more fast_is<T> helpers for DOM::Node subclasses
2025-04-18 14:45:56 +02:00
HTMLFieldSetElement.idl
LibWeb: Implement the form-control willValidate property
2025-02-26 05:45:06 +00:00
HTMLFontElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLFontElement.h
LibWeb: Implement "preserves overrides" property of editing commands
2025-01-10 23:33:35 +01:00
HTMLFontElement.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
HTMLFormControlsCollection.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLFormControlsCollection.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
HTMLFormControlsCollection.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
HTMLFormElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLFormElement.h
LibWeb: Get the correct CSP navigation type for form submission
2025-03-13 16:19:22 +01:00
HTMLFormElement.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
HTMLFrameElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLFrameElement.h
LibWeb: Pass old parent's root to Node::removed_from()
2025-01-23 21:38:31 +01:00
HTMLFrameElement.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
HTMLFrameSetElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLFrameSetElement.h
LibWeb: Add more fast_is<T> helpers for DOM::Node subclasses
2025-04-18 14:45:56 +02:00
HTMLFrameSetElement.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
HTMLHeadElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLHeadElement.h
LibWeb: Add more fast_is<T> helpers for DOM::Node subclasses
2025-04-18 14:45:56 +02:00
HTMLHeadElement.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
HTMLHeadingElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLHeadingElement.h
LibWeb: Avoid many style invalidations on DOM attribute mutation
2024-12-24 17:17:09 +01:00
HTMLHeadingElement.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
HTMLHRElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLHRElement.h
LibWeb: Avoid many style invalidations on DOM attribute mutation
2024-12-24 17:17:09 +01:00
HTMLHRElement.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
HTMLHtmlElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLHtmlElement.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
HTMLHtmlElement.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
HTMLHyperlinkElementUtils.cpp
LibURL: Rename 'cannot have a base URL' to 'has an opaque path'
2025-04-06 08:24:54 -04:00
HTMLHyperlinkElementUtils.h
LibWeb/HTML: Update get_an_elements_noopener() to current spec
2025-01-31 17:27:03 +00:00
HTMLHyperlinkElementUtils.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
HTMLIFrameElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLIFrameElement.h
LibWeb: Add more fast_is<T> helpers for DOM::Node subclasses
2025-04-18 14:45:56 +02:00
HTMLIFrameElement.idl
LibWeb: Implement HTMLIFrameElement.sandbox
2024-11-17 22:12:29 +01:00
HTMLImageElement.cpp
LibWeb: Move "needs layout update" flag from DOM to layout tree
2025-04-21 00:31:08 +02:00
HTMLImageElement.h
LibWeb/HTML: Make HTMLImageRequests currentURL a String
2025-03-04 16:24:19 -05:00
HTMLImageElement.idl
LibWeb: Use [Reflect] to implement HTMLImageElement.decoding
2024-11-26 21:56:28 +00:00
HTMLInputElement.cpp
LibWeb: Add debug logging of reasons for layout tree update
2025-04-21 00:31:08 +02:00
HTMLInputElement.h
LibWeb: Fix typos - act II
2025-04-09 15:05:20 +01:00
HTMLInputElement.idl
LibWeb: Implement the HTMLInputElement.list
attribute
2025-03-09 15:10:55 +00:00
HTMLLabelElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLLabelElement.h
LibWeb: Make CSS::ComputedProperties GC-allocated
2024-12-22 10:12:49 +01:00
HTMLLabelElement.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
HTMLLegendElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLLegendElement.h
LibWeb: Make CSS::ComputedProperties GC-allocated
2024-12-22 10:12:49 +01:00
HTMLLegendElement.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
HTMLLIElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLLIElement.h
LibWeb: Make Node::parent_element return GC::Ptr
2025-04-18 10:49:02 +02:00
HTMLLIElement.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
HTMLLinkElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLLinkElement.h
LibWeb: Implement more of the "script-blocking style sheet" mechanism
2025-04-20 14:54:21 +02:00
HTMLLinkElement.idl
LibWeb: Implement the HTMLLinkElement.sheet
attribute
2025-03-17 14:47:20 +01:00
HTMLMapElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLMapElement.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
HTMLMapElement.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
HTMLMarqueeElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLMarqueeElement.h
LibWeb: Avoid many style invalidations on DOM attribute mutation
2024-12-24 17:17:09 +01:00
HTMLMarqueeElement.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
HTMLMediaElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLMediaElement.h
LibWeb: Add more fast_is<T> helpers for DOM::Node subclasses
2025-04-18 14:45:56 +02:00
HTMLMediaElement.idl
LibWeb: Implement TimeRanges and HTMLMediaElement.seekable()
2025-02-18 10:45:32 -07:00
HTMLMenuElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLMenuElement.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
HTMLMenuElement.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
HTMLMetaElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLMetaElement.h
LibWeb: Pass old parent's root to Node::removed_from()
2025-01-23 21:38:31 +01:00
HTMLMetaElement.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
HTMLMeterElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLMeterElement.h
LibWeb: Expose HTMLMeterElement's optimum/suboptimum/etc state
2025-03-19 10:10:03 +00:00
HTMLMeterElement.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
HTMLModElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLModElement.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
HTMLModElement.idl
LibWeb/HTML: Implement cite attribute according to spec
2024-11-26 11:40:42 +00:00
HTMLObjectElement.cpp
LibWeb: Add debug logging of reasons for layout tree update
2025-04-21 00:31:08 +02:00
HTMLObjectElement.h
LibWeb: Implement the form-control willValidate property
2025-02-26 05:45:06 +00:00
HTMLObjectElement.idl
LibWeb: Implement the form-control willValidate property
2025-02-26 05:45:06 +00:00
HTMLOListElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLOListElement.h
LibWeb: Support reversed ordered lists
2025-02-21 04:23:28 +00:00
HTMLOListElement.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
HTMLOptGroupElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLOptGroupElement.h
LibWeb: Pass old parent's root to Node::removed_from()
2025-01-23 21:38:31 +01:00
HTMLOptGroupElement.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
HTMLOptionElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLOptionElement.h
LibWeb: Add metadata to children update steps invocation
2025-01-30 13:55:40 -07:00
HTMLOptionElement.idl
LibWeb: Implement HTMLOptionElement.label more correctly
2024-11-15 12:54:41 +01:00
HTMLOptionsCollection.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLOptionsCollection.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
HTMLOptionsCollection.idl
Meta: Disallow links to single-page HTML spec
2025-02-05 16:04:50 -07:00
HTMLOrSVGElement.cpp
LibWeb: Update focus-related spec text
2025-04-18 10:49:56 +02:00
HTMLOrSVGElement.h
LibWeb: Remove "locked for focus" concept
2025-04-18 10:49:56 +02:00
HTMLOrSVGElement.idl
Meta: Disallow links to single-page HTML spec
2025-02-05 16:04:50 -07:00
HTMLOutputElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLOutputElement.h
LibWeb: Implement the form-control willValidate property
2025-02-26 05:45:06 +00:00
HTMLOutputElement.idl
LibWeb: Implement the form-control willValidate property
2025-02-26 05:45:06 +00:00
HTMLParagraphElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLParagraphElement.h
LibWeb: Avoid many style invalidations on DOM attribute mutation
2024-12-24 17:17:09 +01:00
HTMLParagraphElement.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
HTMLParamElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLParamElement.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
HTMLParamElement.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
HTMLPictureElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLPictureElement.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
HTMLPictureElement.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
HTMLPreElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLPreElement.h
LibWeb: Avoid many style invalidations on DOM attribute mutation
2024-12-24 17:17:09 +01:00
HTMLPreElement.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
HTMLProgressElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLProgressElement.h
LibWeb: Implement progress/range-input accent color in CSS
2025-03-19 10:10:03 +00:00
HTMLProgressElement.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
HTMLQuoteElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLQuoteElement.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
HTMLQuoteElement.idl
LibWeb/HTML: Implement cite attribute according to spec
2024-11-26 11:40:42 +00:00
HTMLScriptElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLScriptElement.h
LibWeb: Start implementing render-blocking mechanism from HTML spec
2025-02-05 18:28:46 +01:00
HTMLScriptElement.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
HTMLSelectElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLSelectElement.h
LibWeb: Implement checkValidity() for HTMLSelectElement
2025-02-26 14:07:39 +00:00
HTMLSelectElement.idl
LibWeb: Implement checkValidity() for HTMLSelectElement
2025-02-26 14:07:39 +00:00
HTMLSlotElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLSlotElement.h
Revert "LibWeb: Make "assign slottables for a tree" fast when there are no slots"
2025-02-04 22:19:25 +01:00
HTMLSlotElement.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
HTMLSourceElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLSourceElement.h
LibWeb: Pass old parent's root to Node::removed_from()
2025-01-23 21:38:31 +01:00
HTMLSourceElement.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
HTMLSpanElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLSpanElement.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
HTMLSpanElement.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
HTMLStyleElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLStyleElement.h
LibWeb: Implement more of the "script-blocking style sheet" mechanism
2025-04-20 14:54:21 +02:00
HTMLStyleElement.idl
LibWeb: Invalidate style when media
content attribute changes
2025-03-22 17:03:56 +01:00
HTMLSummaryElement.cpp
LibWeb: Make Node::parent_element return GC::Ptr
2025-04-18 10:49:02 +02:00
HTMLSummaryElement.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
HTMLTableCaptionElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLTableCaptionElement.h
LibWeb: Avoid many style invalidations on DOM attribute mutation
2024-12-24 17:17:09 +01:00
HTMLTableCaptionElement.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
HTMLTableCellElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLTableCellElement.h
LibWeb: Support cellpadding=0 and invalidate table cells when it changes
2025-02-21 01:16:38 +00:00
HTMLTableCellElement.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
HTMLTableColElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLTableColElement.h
LibWeb: Avoid many style invalidations on DOM attribute mutation
2024-12-24 17:17:09 +01:00
HTMLTableColElement.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
HTMLTableElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLTableElement.h
LibWeb: Support cellpadding=0 and invalidate table cells when it changes
2025-02-21 01:16:38 +00:00
HTMLTableElement.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
HTMLTableRowElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLTableRowElement.h
LibWeb: Avoid many style invalidations on DOM attribute mutation
2024-12-24 17:17:09 +01:00
HTMLTableRowElement.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
HTMLTableSectionElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLTableSectionElement.h
LibWeb: Avoid many style invalidations on DOM attribute mutation
2024-12-24 17:17:09 +01:00
HTMLTableSectionElement.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
HTMLTemplateElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLTemplateElement.h
LibWeb: Make node cloning methods const
2025-01-11 23:10:09 +01:00
HTMLTemplateElement.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
HTMLTextAreaElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLTextAreaElement.h
LibWeb: Support autocomplete
attribute on form elements
2025-02-26 07:01:14 +00:00
HTMLTextAreaElement.idl
LibWeb: Support autocomplete
attribute on form elements
2025-02-26 07:01:14 +00:00
HTMLTimeElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLTimeElement.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
HTMLTimeElement.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
HTMLTitleElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLTitleElement.h
LibWeb: Add more fast_is<T> helpers for DOM::Node subclasses
2025-04-18 14:45:56 +02:00
HTMLTitleElement.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
HTMLTrackElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLTrackElement.h
LibWeb: Fetch source file when HTMLTrackElement src attribute changes
2025-01-15 20:59:18 +01:00
HTMLTrackElement.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
HTMLUListElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLUListElement.h
LibWeb: Apply type
presentational hint for HTMLUListElement
2025-02-21 01:25:30 +00:00
HTMLUListElement.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
HTMLUnknownElement.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
HTMLUnknownElement.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
HTMLUnknownElement.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
HTMLVideoElement.cpp
LibWeb: Move "needs layout update" flag from DOM to layout tree
2025-04-21 00:31:08 +02:00
HTMLVideoElement.h
LibWeb: Play audio tracks alongside video tracks with the video element
2025-03-13 19:33:44 +01:00
HTMLVideoElement.idl
LibWeb: Use [URL]
extended attribute for HTMLVideoElement.poster
2024-11-26 19:07:53 +01:00
ImageBitmap.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
ImageBitmap.h
LibWeb: Add CanvasImageSource to ImageBitmapSource typedef
2024-12-06 13:10:27 +00:00
ImageBitmap.idl
LibWeb: Add CanvasImageSource to ImageBitmapSource typedef
2024-12-06 13:10:27 +00:00
ImageData.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
ImageData.h
LibWeb/HTML: Implement ImageData initialization closer to spec
2025-03-05 11:35:27 +00:00
ImageData.idl
LibWeb/HTML: Implement ImageData initialization closer to spec
2025-03-05 11:35:27 +00:00
ImageRequest.cpp
LibWeb/HTML: Make HTMLImageRequests currentURL a String
2025-03-04 16:24:19 -05:00
ImageRequest.h
LibWeb/HTML: Make HTMLImageRequests currentURL a String
2025-03-04 16:24:19 -05:00
LazyLoadingElement.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
ListOfAvailableImages.cpp
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
ListOfAvailableImages.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
Location.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
Location.h
LibJS+LibWeb: Add JS::Object::fast_is<T> helpers for some LibWeb types
2025-04-18 14:45:56 +02:00
Location.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
MediaError.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
MediaError.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
MediaError.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
MessageChannel.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
MessageChannel.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
MessageChannel.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
MessageEvent.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
MessageEvent.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
MessageEvent.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
MessagePort.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
MessagePort.h
LibIPC+LibWeb: Delete LargeMessageWrapper workaround in IPC connection
2025-04-10 23:40:02 +02:00
MessagePort.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
MimeType.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
MimeType.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
MimeType.idl
Meta: Disallow links to single-page HTML spec
2025-02-05 16:04:50 -07:00
MimeTypeArray.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
MimeTypeArray.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
MimeTypeArray.idl
Meta: Disallow links to single-page HTML spec
2025-02-05 16:04:50 -07:00
Navigable.cpp
LibWeb: Move "needs layout update" flag from DOM to layout tree
2025-04-21 00:31:08 +02:00
Navigable.h
LibWeb: Add fast_is<T> helpers for Navigable & TraversableNavigable
2025-04-18 14:45:56 +02:00
NavigableContainer.cpp
LibWeb: Wait until child navigable's SHE is ready before navigating
2025-02-27 14:31:41 +01:00
NavigableContainer.h
LibWeb: Wait until child navigable's SHE is ready before navigating
2025-02-27 14:31:41 +01:00
NavigateEvent.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
NavigateEvent.h
LibWeb: Add NavigateEvent.sourceElement
2025-02-04 12:24:50 +01:00
NavigateEvent.idl
LibWeb: Add NavigateEvent.sourceElement
2025-02-04 12:24:50 +01:00
Navigation.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
Navigation.h
LibWeb+LibJS+Tests: Fix typos - act I
2025-04-07 11:22:13 +01:00
Navigation.idl
LibWeb/Bindings: Support returning nullable types in dictionaries
2025-02-10 17:05:15 +00:00
NavigationCurrentEntryChangeEvent.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
NavigationCurrentEntryChangeEvent.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
NavigationCurrentEntryChangeEvent.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
NavigationDestination.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
NavigationDestination.h
LibURL+LibWeb: Make URL::serialize return a String
2024-12-04 16:34:13 +00:00
NavigationDestination.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
NavigationHistoryEntry.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
NavigationHistoryEntry.h
LibURL+LibWeb: Make URL::serialize return a String
2024-12-04 16:34:13 +00:00
NavigationHistoryEntry.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
NavigationObserver.cpp
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
NavigationObserver.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
NavigationParams.cpp
LibWeb: Enforce Content Security Policy on navigation request/response
2025-04-01 04:01:28 +02:00
NavigationParams.h
LibWeb: Enforce Content Security Policy on navigation request/response
2025-04-01 04:01:28 +02:00
NavigationTransition.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
NavigationTransition.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
NavigationTransition.idl
Meta: Disallow links to single-page HTML spec
2025-02-05 16:04:50 -07:00
NavigationType.h
LibWeb: Fix NavigationType enum to string conversion
2024-12-02 06:47:49 +00:00
NavigationType.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
Navigator.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
Navigator.h
LibWeb: Stub for Credential Management API
2025-02-05 13:18:47 -07:00
Navigator.idl
LibWeb: Stub for Credential Management API
2025-02-05 13:18:47 -07:00
NavigatorBeacon.cpp
AK+Everywhere: Rename verify_cast
to as
2025-01-21 11:34:06 -05:00
NavigatorBeacon.h
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
NavigatorBeacon.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
NavigatorConcurrentHardware.h
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
NavigatorConcurrentHardware.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
NavigatorDeviceMemory.h
LibWeb: Fix typos - act II
2025-04-09 15:05:20 +01:00
NavigatorDeviceMemory.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
NavigatorID.cpp
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
NavigatorID.h
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
NavigatorID.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
NavigatorLanguage.h
LibWeb+LibWebView+UI: Migrate to LibWebView's language settings
2025-04-04 10:16:32 +02:00
NavigatorLanguage.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
NavigatorOnLine.h
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
NavigatorOnLine.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
Numbers.cpp
LibWeb: Add parse_integer_digits
methods
2024-12-02 10:25:27 +01:00
Numbers.h
LibWeb: Add parse_integer_digits
methods
2024-12-02 10:25:27 +01:00
PageSwapEvent.idl
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
PageTransitionEvent.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
PageTransitionEvent.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
PageTransitionEvent.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
Path2D.cpp
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
Path2D.h
LibGfx: Delete DeprecatedPath
2024-11-25 21:13:53 +01:00
Path2D.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
Plugin.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
Plugin.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
Plugin.idl
Meta: Disallow links to single-page HTML spec
2025-02-05 16:04:50 -07:00
PluginArray.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
PluginArray.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
PluginArray.idl
Meta: Disallow links to single-page HTML spec
2025-02-05 16:04:50 -07:00
PolicyContainers.cpp
LibWeb: Create policy containers from responses and then run CSP init
2025-03-13 16:19:22 +01:00
PolicyContainers.h
LibWeb: Create policy containers from responses and then run CSP init
2025-03-13 16:19:22 +01:00
PopoverInvokerElement.cpp
LibWeb: Ignore DOM state when hiding removed popovers
2025-01-30 15:46:52 -07:00
PopoverInvokerElement.h
LibWeb: Implement popovertarget buttons
2025-01-30 15:46:52 -07:00
PopoverInvokerElement.idl
LibWeb: Add PopOverInvokerElement and use it in HTMLButtonElement
2024-12-12 17:11:27 +00:00
PopStateEvent.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
PopStateEvent.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
PopStateEvent.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
POSTResource.h
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
PotentialCORSRequest.cpp
LibWeb: Fix various typos
2025-01-30 15:00:16 +00:00
PotentialCORSRequest.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
PromiseRejectionEvent.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
PromiseRejectionEvent.h
LibWeb: Fix crash accessing 'empty' PromiseRejectionEvent reason
2024-12-03 00:18:11 +01:00
PromiseRejectionEvent.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
RadioNodeList.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
RadioNodeList.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
RadioNodeList.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
RenderingThread.cpp
LibWeb: Save ScrollState snapshot in DisplayList to avoid race condition
2025-04-12 02:55:18 +02:00
RenderingThread.h
LibWeb: Save ScrollState snapshot in DisplayList to avoid race condition
2025-04-12 02:55:18 +02:00
SandboxingFlagSet.h
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
ScrollOptions.h
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
SelectedFile.cpp
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
SelectedFile.h
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
SelectItem.cpp
LibWeb: Reduce SelectItemOption struct from 40 to 32 bytes
2024-11-11 17:06:20 +01:00
SelectItem.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
SerializedPolicyContainer.cpp
LibWeb: Introduce Content Security Policy policies and directives
2025-03-04 14:27:19 +01:00
SerializedPolicyContainer.h
LibWeb: Introduce Content Security Policy policies and directives
2025-03-04 14:27:19 +01:00
SessionHistoryEntry.cpp
LibWeb: Make PolicyContainer GC allocated
2025-02-21 12:43:48 +00:00
SessionHistoryEntry.h
LibWeb: Make PolicyContainer GC allocated
2025-02-21 12:43:48 +00:00
SessionHistoryTraversalQueue.cpp
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
SessionHistoryTraversalQueue.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
ShadowRealmGlobalScope.cpp
LibWeb: Allow using queuing strategies on globals other than Window
2024-11-20 18:01:21 -07:00
ShadowRealmGlobalScope.h
LibWeb: Ensure global objects are an event target
2024-12-03 00:18:11 +01:00
ShadowRealmGlobalScope.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
SharedResourceRequest.cpp
LibGfx+LibWeb: Convert bitmap alpha type when creating ImmutableBitmaps
2025-03-22 17:49:38 +01:00
SharedResourceRequest.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
SourceSet.cpp
LibWeb: Add opt-in tracing of update_layout() calls with reason
2025-03-08 03:37:38 +01:00
SourceSet.h
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
SourceSnapshotParams.cpp
LibWeb: Make PolicyContainer GC allocated
2025-02-21 12:43:48 +00:00
SourceSnapshotParams.h
LibWeb: Make PolicyContainer GC allocated
2025-02-21 12:43:48 +00:00
Storage.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
Storage.h
LibWeb: Correctly initialize Storage objects on the Document
2025-01-02 11:31:15 +01:00
Storage.idl
Meta: Disallow links to single-page HTML spec
2025-02-05 16:04:50 -07:00
StorageEvent.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
StorageEvent.h
LibWeb/HTML: Implement the StorageEvent interface
2024-12-25 11:57:14 +01:00
StorageEvent.idl
LibWeb/HTML: Implement the StorageEvent interface
2024-12-25 11:57:14 +01:00
StructuredSerialize.cpp
LibWeb: Update structured deserialization to accept its target realm
2025-04-17 12:13:13 -04:00
StructuredSerialize.h
LibWeb: Update structured deserialization to accept its target realm
2025-04-17 12:13:13 -04:00
StructuredSerializeOptions.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
StructuredSerializeTypes.h
LibGC: Rename MarkedVector => RootVector
2024-12-26 19:10:44 +01:00
SubmitEvent.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
SubmitEvent.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
SubmitEvent.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
TagNames.cpp
LibWeb: Remove the initialize_strings methods
2025-01-12 00:35:58 +01:00
TagNames.h
LibWeb: Remove the initialize_strings methods
2025-01-12 00:35:58 +01:00
TextMetrics.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
TextMetrics.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
TextMetrics.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
TextTrack.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
TextTrack.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
TextTrack.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
TextTrackCue.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
TextTrackCue.h
LibGC: Rename MarkedVector => RootVector
2024-12-26 19:10:44 +01:00
TextTrackCue.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
TextTrackCueList.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
TextTrackCueList.h
LibGC: Rename MarkedVector => RootVector
2024-12-26 19:10:44 +01:00
TextTrackCueList.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
TextTrackList.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
TextTrackList.h
LibGC: Rename MarkedVector => RootVector
2024-12-26 19:10:44 +01:00
TextTrackList.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
Timer.cpp
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
Timer.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
TimeRanges.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
TimeRanges.h
LibWeb: Implement TimeRanges and HTMLMediaElement.seekable()
2025-02-18 10:45:32 -07:00
TimeRanges.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
ToggleEvent.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
ToggleEvent.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
ToggleEvent.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
ToggleTaskTracker.h
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
TokenizedFeatures.cpp
AK+Everywhere: Change StringView case conversions to return String
2025-04-07 17:44:38 +02:00
TokenizedFeatures.h
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
TrackEvent.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
TrackEvent.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
TrackEvent.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
TraversableNavigable.cpp
LibWeb: Save ScrollState snapshot in DisplayList to avoid race condition
2025-04-12 02:55:18 +02:00
TraversableNavigable.h
LibWeb: Add fast_is<T> helpers for Navigable & TraversableNavigable
2025-04-18 14:45:56 +02:00
UniversalGlobalScope.cpp
LibWeb: Use (de)serialization with transfer AOs for structured cloning
2025-04-17 12:13:13 -04:00
UniversalGlobalScope.h
LibWeb: Prevent crash when loading module in worker
2025-02-28 14:51:20 +01:00
UniversalGlobalScope.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
UserActivation.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
UserActivation.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
UserActivation.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
ValidityState.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
ValidityState.h
LibWeb: Implement validity IDL attribute
2025-02-18 06:37:11 +00:00
ValidityState.idl
LibWeb: Implement validity IDL attribute
2025-02-18 06:37:11 +00:00
VideoTrack.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
VideoTrack.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
VideoTrack.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
VideoTrackList.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
VideoTrackList.h
LibGC: Rename MarkedVector => RootVector
2024-12-26 19:10:44 +01:00
VideoTrackList.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
VisibilityState.h
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
WebViewHints.cpp
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
WebViewHints.h
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
Window.cpp
LibWeb: Update focus-related spec text
2025-04-18 10:49:56 +02:00
Window.h
LibJS+LibWeb: Add JS::Object::fast_is<T> helpers for some LibWeb types
2025-04-18 14:45:56 +02:00
Window.idl
LibWeb: Implement BarProp properties for Window
2025-03-29 02:35:27 +00:00
WindowEventHandlers.cpp
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
WindowEventHandlers.h
LibWeb: Add missing attributes in Event Handlers
2024-12-25 12:01:56 +01:00
WindowLocalStorage.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
WindowOrWorkerGlobalScope.cpp
LibWeb: Do not create a RootVector to invoke IDL callbacks
2025-04-16 07:32:02 -04:00
WindowOrWorkerGlobalScope.h
LibWeb: Implement Resource Timing
2025-03-06 09:00:53 -07:00
WindowOrWorkerGlobalScope.idl
Meta: Disallow links to single-page HTML spec
2025-02-05 16:04:50 -07:00
WindowProxy.cpp
LibJS: Use FlyString in PropertyKey instead of DeprecatedFlyString
2025-03-24 22:27:17 +00:00
WindowProxy.h
LibJS+LibWeb: Add JS::Object::fast_is<T> helpers for some LibWeb types
2025-04-18 14:45:56 +02:00
WindowSessionStorage.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
Worker.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
Worker.h
AK+Everywhere: Rename verify_cast
to as
2025-01-21 11:34:06 -05:00
Worker.idl
Meta: Disallow links to single-page HTML spec
2025-02-05 16:04:50 -07:00
WorkerAgent.cpp
Everywhere: Make TransportSocket non-movable
2025-04-09 15:27:52 +02:00
WorkerAgent.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
WorkerDebugConsoleClient.cpp
LibGC: Rename MarkedVector => RootVector
2024-12-26 19:10:44 +01:00
WorkerDebugConsoleClient.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
WorkerGlobalScope.cpp
LibWeb: Create policy containers from responses and then run CSP init
2025-03-13 16:19:22 +01:00
WorkerGlobalScope.h
LibWeb: Avoid dynamic_cast in EventTarget initialization
2025-04-18 14:45:56 +02:00
WorkerGlobalScope.idl
LibWeb: Add CanvasImageSource to ImageBitmapSource typedef
2024-12-06 13:10:27 +00:00
WorkerLocation.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
WorkerLocation.h
LibWeb/HTML: Make WorkerLocation methods infallible
2024-11-30 12:07:39 +01:00
WorkerLocation.idl
Meta: Disallow links to single-page HTML spec
2025-02-05 16:04:50 -07:00
WorkerNavigator.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
WorkerNavigator.h
LibWeb: Move ServiceWorker classes to ServiceWorker namespace
2024-11-30 11:19:35 +01:00
WorkerNavigator.idl
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
WorkletGlobalScope.cpp
LibWeb: Add stub definition for WorkletGlobalScope
2024-11-30 11:19:35 +01:00
WorkletGlobalScope.h
LibWeb: Add stub definition for WorkletGlobalScope
2024-11-30 11:19:35 +01:00
WorkletGlobalScope.idl
LibWeb: Add stub definition for WorkletGlobalScope
2024-11-30 11:19:35 +01:00
XMLSerializer.cpp
LibWeb: Only set prototype once for object with IDL interface
2025-04-20 18:43:11 +02:00
XMLSerializer.h
LibWeb: Move XMLSerializer into HTML directory
2025-03-04 16:44:41 +00:00
XMLSerializer.idl
LibWeb: Move XMLSerializer into HTML directory
2025-03-04 16:44:41 +00:00