ladybird/Libraries/LibWeb
Andreas Kling e2e3c7fcdf LibWeb: Rebuild counter style cache lazily
Stop rebuilding the counter style cache from every style update.
That made unrelated restyles pay the full counter-style cost even when
no relevant stylesheet state had changed.

Dirty the cache when stylesheet rule caches are invalidated and rebuild
it on the first counter-style lookup instead. Also make cold cache
rebuilds include user stylesheets.

Add regression tests covering insertRule() and replaceSync() updates
that should make newly defined counter styles take effect.
2026-04-05 12:34:28 +02:00
..
Animations LibWeb/CSS: Resolve var() in keyframe animation-timing-function 2026-04-01 11:38:48 +01:00
ARIA
Bindings LibWeb: Apply newTarget prototype in legacy factory constructors 2026-04-05 02:09:39 +02:00
Clipboard LibWeb: Make more use of Value::{as,as_if,is} in LibWeb 2026-02-28 10:24:37 -05:00
Compression Everywhere: Make ByteBuffer::bytes() lvalue-only 2025-12-10 07:43:22 -05:00
ContentSecurityPolicy LibWeb: Make more use of Value::{as,as_if,is} in LibWeb 2026-02-28 10:24:37 -05:00
CookieStore LibWeb: Reduce recompilation impact of DOM/Document.h 2026-02-11 20:02:28 +01:00
CredentialManagement LibWeb: Do not pass GC::Ptr by reference 2026-02-22 14:55:30 -05:00
Crypto LibWeb: Handle raw-secret key formats in wrap_key 2026-03-29 13:21:36 +02:00
CSS LibWeb: Rebuild counter style cache lazily 2026-04-05 12:34:28 +02:00
DOM LibWeb: Rebuild counter style cache lazily 2026-04-05 12:34:28 +02:00
DOMURL LibJS+LibWeb: Return GC::Ptr from Value::as_if 2026-02-27 17:19:33 +01: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: Update scheme_fetch with top-level-self-fetch spec steps 2026-04-01 02:54:22 -05:00
FileAPI LibWeb: Update scheme_fetch with top-level-self-fetch spec steps 2026-04-01 02:54:22 -05:00
Fullscreen LibWeb: Implement exitFullscreen algorithm 2026-02-23 18:44:26 +00:00
Gamepad LibWeb: Reduce recompilation impact of DOM/Document.h 2026-02-11 20:02:28 +01:00
Geolocation
Geometry LibWeb: Use interface_name instead of serialize_type virtual 2026-02-14 20:22:40 +01:00
GPC
HighResolutionTime Meta: Ensure that idl files link to draft specs 2026-03-25 16:02:04 +00:00
HTML LibWeb/HTML: Enforce CORS-mode fetch when fetching Worker script 2026-04-05 09:52:25 +02:00
IndexedDB LibWeb+IDLGenerators: Support nullable union types 2026-03-25 13:18:15 +00:00
Infra LibTextCodec+LibWeb: Move isomorphic coders to LibTextCodec 2025-11-27 14:57:29 +01:00
Internals LibWeb: Add internals.dumpSessionHistory() for navigation testing 2026-04-04 11:30:55 +02:00
IntersectionObserver Meta: Ensure that idl files link to draft specs 2026-03-25 16:02:04 +00:00
Layout LibWeb: Honor reversed axes for flex overflow 2026-04-05 10:42:32 +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 LibWeb: Extract some CORS and MIME Fetch helpers to their own files 2025-11-27 14:57:29 +01:00
MediaSourceExtensions LibWeb: Implement SourceBuffer.abort() 2026-04-01 02:54:22 -05:00
MimeSniff LibHTTP+LibWeb+RequestServer: Move Fetch's HTTP header infra to LibHTTP 2025-11-27 14:57:29 +01:00
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: Use correct scrollability check for autoscrolling 2026-03-24 13:55:37 +01:00
Painting LibWeb: Apply z-index only to positioned elements 2026-04-03 23:28:39 +02: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: Use unsafe layout/paintable accessors where appropriate 2026-02-26 21:09:08 +01: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 the Experimental attribute from CacheStorage 2026-04-03 11:04:12 +02:00
Speech LibWeb: Stub SpeechSynthesis.cancel() 2026-02-10 11:58:23 +01:00
SRI
StorageAPI LibWeb: Permit storage keys to use non-opaque origins for file:// URLs 2026-04-02 10:21:15 +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 Navigable directly own its active document 2026-04-01 11:51:43 +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
ViewTransition LibWeb: Clean up invoking the update callback in ViewTransition 2026-03-12 10:38:43 +01:00
WebAssembly LibWeb: Support WASM modules 2026-04-03 21:21:09 +02:00
WebAudio Meta: Ensure that idl files link to draft specs 2026-03-25 16:02:04 +00:00
WebDriver LibWeb: Remove unused members from SessionHistoryEntry 2026-04-03 14:20:09 +02:00
WebGL LibWeb: Implement enough of WebXR for xrSession_end test to pass 2026-04-03 13:14:33 +02:00
WebIDL LibWeb: Factor newTarget prototype setup into WebIDL helper 2026-04-05 02:09:39 +02:00
WebSockets LibWeb/WebSockets: Reject empty protocol names in WebSocket constructor 2026-04-01 19:36:47 +01:00
WebVTT
WebXR LibWeb: Mark WebXR IDL definitions as experimental 2026-04-03 13:14:33 +02:00
Worker LibIPC+LibWeb+LibWebView: Remove clone_from_transport() API 2026-03-13 15:34:15 +01:00
XHR LibWeb+IDLGenerators: Support nullable union types 2026-03-25 13:18:15 +00:00
XLink
XML LibWeb: Reduce recompilation impact of DOM/Document.h 2026-02-11 20:02:28 +01:00
XPath LibWeb/Bindings: Implement callback interface object bindings 2026-03-11 21:16:44 +01:00
CMakeLists.txt LibWeb: Support WASM modules 2026-04-03 21:21:09 +02:00
Dump.cpp LibWeb: Make Navigable directly own its active document 2026-04-01 11:51:43 +02:00
Dump.h LibWeb: Make dump_sheet() indentable 2025-12-04 16:24:04 +00:00
Forward.h LibWeb: Support WASM modules 2026-04-03 21:21:09 +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 LibWeb: Implement enough of WebXR for xrSession_end test to pass 2026-04-03 13:14:33 +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 Everywhere: Remove double // on comments 2026-02-11 13:28:01 -06:00