| .. |
|
Animations
|
LibWeb: Distinguish omitted and null Animation timeline arguments
|
2026-04-13 23:30:54 +02:00 |
|
ARIA
|
|
|
|
Bindings
|
LibWeb: Use VM helpers for execution context access
|
2026-04-13 18:29:43 +02:00 |
|
Clipboard
|
LibWeb: Make more use of Value::{as,as_if,is} in LibWeb
|
2026-02-28 10:24:37 -05:00 |
|
Compression
|
|
|
|
ContentSecurityPolicy
|
LibWeb: Remove ShadowRealm HTML integration
|
2026-04-05 13:57:58 +02:00 |
|
CookieStore
|
LibWeb: Reduce recompilation impact of DOM/Document.h
|
2026-02-11 20:02:28 +01:00 |
|
CredentialManagement
|
LibWeb: Remove ShadowRealm HTML integration
|
2026-04-05 13:57:58 +02:00 |
|
Crypto
|
LibWeb: Handle raw-secret key formats in wrap_key
|
2026-03-29 13:21:36 +02:00 |
|
CSS
|
LibWeb/CSS: Simplify parse_as_pseudo_element_selector()
|
2026-04-18 08:56:25 +02:00 |
|
DOM
|
LibWeb/DOM: Collapse ranges before DOM mutations
|
2026-04-17 19:01:35 +02:00 |
|
DOMURL
|
LibWeb: Remove ShadowRealm HTML integration
|
2026-04-05 13:57:58 +02:00 |
|
Editing
|
LibWeb: Replace is<T> + as<T> with as_if<T>
|
2026-03-10 15:17:51 +01:00 |
|
Encoding
|
|
|
|
EncryptedMediaExtensions
|
LibWeb: Reduce recompilation impact of DOM/Document.h
|
2026-02-11 20:02:28 +01:00 |
|
EntriesAPI
|
|
|
|
EventTiming
|
Meta: Ensure that idl files link to draft specs
|
2026-03-25 16:02:04 +00:00 |
|
Fetch
|
LibWeb: Skip 401 retry for non-credential-based auth schemes
|
2026-04-15 22:43:24 +02:00 |
|
FileAPI
|
LibWeb: Use promise reactions instead of spin_until in FileReader
|
2026-04-09 19:50:38 +02:00 |
|
Fullscreen
|
LibWeb: Implement exitFullscreen algorithm
|
2026-02-23 18:44:26 +00:00 |
|
Gamepad
|
LibWeb: Remove ShadowRealm HTML integration
|
2026-04-05 13:57:58 +02:00 |
|
Geolocation
|
|
|
|
Geometry
|
LibWeb: Use interface_name instead of serialize_type virtual
|
2026-02-14 20:22:40 +01:00 |
|
GPC
|
|
|
|
HighResolutionTime
|
LibWeb: Remove ShadowRealm HTML integration
|
2026-04-05 13:57:58 +02:00 |
|
HTML
|
LibWeb: Handle null active document in destroy_the_child_navigable
|
2026-04-16 12:38:38 +02:00 |
|
IndexedDB
|
LibWeb: Open waiting IDB connections when the previous one is GCed
|
2026-04-08 03:03:38 +02:00 |
|
Infra
|
|
|
|
Internals
|
LibWeb: Clean-up more input state after running each test
|
2026-04-17 14:13:18 +01:00 |
|
IntersectionObserver
|
LibWeb: Avoid IntersectionObserver registration lookups
|
2026-04-17 08:02:30 +02:00 |
|
Layout
|
LibWeb: Mark ellipsized fragments as hidden rather than removing them
|
2026-04-17 08:03:26 +02:00 |
|
Loader
|
LibWeb: Bump Chrome version in SAD_COMPATIBILITY_HACK
|
2026-03-13 18:44:47 +01:00 |
|
MathML
|
LibWeb: Reject negative mathsize presentational hint values
|
2026-03-17 09:43:59 +01:00 |
|
MediaCapabilitiesAPI
|
|
|
|
MediaSourceExtensions
|
LibWeb: Implement SourceBuffer.abort()
|
2026-04-01 02:54:22 -05:00 |
|
MimeSniff
|
|
|
|
MixedContent
|
LibWeb: Reduce recompilation impact of DOM/Document.h
|
2026-02-11 20:02:28 +01:00 |
|
NavigationTiming
|
LibWeb: Reduce recompilation impact of DOM/Document.h
|
2026-02-11 20:02:28 +01:00 |
|
NotificationsAPI
|
LibWeb: Propagate error from Notification contructor
|
2026-02-22 11:37:33 +01:00 |
|
Page
|
LibWeb: Chain wheel scrolling past iframe limits
|
2026-04-17 18:52:12 +02:00 |
|
Painting
|
LibWeb: Derive SVG clipPath bounds from descendants' geometry
|
2026-04-15 10:26:53 +01:00 |
|
PerformanceTimeline
|
Meta: Ensure that idl files link to draft specs
|
2026-03-25 16:02:04 +00:00 |
|
PermissionsPolicy
|
LibWeb/PermissionsPolicy: Allow autoplay of file:// media from file://
|
2026-03-01 01:04:10 +01:00 |
|
Platform
|
LibWeb+LibWebView: Select generic font families based on requested style
|
2026-03-24 15:08:24 +01:00 |
|
ReferrerPolicy
|
|
|
|
RequestIdleCallback
|
|
|
|
ResizeObserver
|
LibWeb: Remove ShadowRealm HTML integration
|
2026-04-05 13:57:58 +02:00 |
|
ResourceTiming
|
|
|
|
SecureContexts
|
LibWeb/SecureContexts: Make use of Origin::is_opaque_file_origin
|
2026-03-01 01:04:10 +01:00 |
|
Selection
|
LibWeb: Prevent cursor movement when collapsing text selection
|
2026-03-10 02:53:27 +01:00 |
|
Serial
|
|
|
|
ServiceWorker
|
LibWeb: Remove steps to set a cache request's initiator and destination
|
2026-04-09 16:05:09 +02:00 |
|
Speech
|
LibWeb: Stub SpeechSynthesis.cancel()
|
2026-02-10 11:58:23 +01:00 |
|
SRI
|
|
|
|
StorageAPI
|
LibWeb: Make StorageKey serializable over IPC
|
2026-04-14 18:43:28 +02:00 |
|
Streams
|
LibWeb: Make more use of Value::{as,as_if,is} in LibWeb
|
2026-02-28 10:24:37 -05:00 |
|
SVG
|
LibWeb: Make Node::is_connected() O(1) via a cached flag
|
2026-04-16 08:26:34 +02:00 |
|
TrustedTypes
|
Meta: Ensure that idl files link to draft specs
|
2026-03-25 16:02:04 +00:00 |
|
UIEvents
|
Meta: Ensure that idl files link to draft specs
|
2026-03-25 16:02:04 +00:00 |
|
URLPattern
|
|
|
|
UserTiming
|
LibWeb: Remove ShadowRealm HTML integration
|
2026-04-05 13:57:58 +02:00 |
|
ViewTransition
|
LibWeb: Clean up invoking the update callback in ViewTransition
|
2026-03-12 10:38:43 +01:00 |
|
WebAssembly
|
LibJS: Separate raw and capturing native functions
|
2026-04-15 15:57:48 +02:00 |
|
WebAudio
|
LibWeb: Remove ShadowRealm HTML integration
|
2026-04-05 13:57:58 +02:00 |
|
WebDriver
|
LibWeb: Remove ShadowRealm HTML integration
|
2026-04-05 13:57:58 +02:00 |
|
WebGL
|
LibGfx: Make create_shared_vulkan_image() accept modifiers as a span
|
2026-04-14 21:49:08 +02:00 |
|
WebIDL
|
LibJS+LibWeb: Make DOMException hold an [[ErrorData]] slot
|
2026-04-08 20:33:53 +02:00 |
|
WebSockets
|
LibWeb: Remove ShadowRealm HTML integration
|
2026-04-05 13:57:58 +02:00 |
|
WebVTT
|
|
|
|
WebXR
|
LibWeb: Mark WebXR IDL definitions as experimental
|
2026-04-03 13:14:33 +02:00 |
|
Worker
|
LibWeb: Implement cross process BroadcastChannel delivery
|
2026-04-14 18:43:28 +02:00 |
|
XHR
|
LibWeb: Set fragment scripting mode from the context document
|
2026-04-14 23:01:36 +02:00 |
|
XLink
|
|
|
|
XML
|
LibWeb: Set fragment scripting mode from the context document
|
2026-04-14 23:01:36 +02:00 |
|
XPath
|
LibWeb/Bindings: Implement callback interface object bindings
|
2026-03-11 21:16:44 +01:00 |
|
CMakeLists.txt
|
LibWeb: Align color interpolation with the css-color specification
|
2026-04-16 12:06:10 +02:00 |
|
Dump.cpp
|
LibWeb: Make Navigable directly own its active document
|
2026-04-01 11:51:43 +02:00 |
|
Dump.h
|
|
|
|
Forward.h
|
LibWeb: Avoid IntersectionObserver registration lookups
|
2026-04-17 08:02:30 +02:00 |
|
GraphemeEdgeTracker.cpp
|
LibWeb: Use unsafe layout/paintable accessors where appropriate
|
2026-02-26 21:09:08 +01:00 |
|
GraphemeEdgeTracker.h
|
LibWeb: Expose GraphemeEdgeTracker's find_line_start/find_line_end
|
2026-02-06 14:18:10 +00:00 |
|
idl_files.cmake
|
Everywhere: Remove ShadowRealm support
|
2026-04-05 13:57:58 +02:00 |
|
InvalidateDisplayList.h
|
|
|
|
Namespace.cpp
|
|
|
|
Namespace.h
|
|
|
|
PixelUnits.cpp
|
LibWeb: Inline CSSPixels methods and optimize device pixel math
|
2026-02-21 15:53:22 +01:00 |
|
PixelUnits.h
|
LibWeb: Fix precision loss in CSSPixelFraction::to_float/to_double
|
2026-03-22 14:09:22 -05:00 |
|
TraversalDecision.h
|
|
|
|
TraversalOrder.h
|
|
|
|
TreeNode.h
|
LibWeb: Add a method to traverse inclusive ancestors by type
|
2026-04-05 11:34:42 -04:00 |