ladybird/Libraries/LibWeb
Callum Law 130c3cbb5a LibWeb: Don't cancel animations if element is display none is animated
According to the spec we should only cancel animations if the value of
display would be none when ignoring animations/transitions.
2026-05-01 18:46:14 +02:00
..
Animations LibWeb: Don't cancel animations if element is display none is animated 2026-05-01 18:46:14 +02:00
ARIA LibWeb: Shave 168 bytes off of ARIAMixin 2025-11-07 16:59:26 +01:00
Bindings LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
Clipboard LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
Compression LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
ContentSecurityPolicy LibWeb: Don't apply connect-src to top-level navigation 2026-04-27 10:30:57 +02:00
CookieStore LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
CredentialManagement LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
Crypto LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
CSS LibWeb: Implement custom display interpolation 2026-05-01 18:46:14 +02:00
DOM LibWeb: Don't cancel animations if element is display none is animated 2026-05-01 18:46:14 +02:00
DOMURL LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
Editing LibWeb: Route presentational hints through the CSS cascade 2026-04-30 19:50:28 +01:00
Encoding LibWeb: Implement TextDecoderStream 2026-04-28 19:17:09 +02:00
EncryptedMediaExtensions LibWeb/EncryptedMediaExtensions: Move EME dictionaries out of Bindings 2026-04-23 22:12:13 +02:00
EntriesAPI LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
EventTiming LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
Fetch LibWeb: Push fetch body chunks directly into the byte stream controller 2026-04-30 14:18:11 +02:00
FileAPI LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
Fullscreen LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
Gamepad LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
Geolocation LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
Geometry LibWeb/Bindings: Pass exact typed array types through WebIDL bindings 2026-04-26 17:50:58 +02:00
GPC LibWeb+LibWebView+WebContent: Replace DNT with GPC 2025-09-16 10:38:20 +02:00
HighResolutionTime LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
HTML LibWeb: Route presentational hints through the CSS cascade 2026-04-30 19:50:28 +01:00
IndexedDB LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
Infra LibTextCodec+LibWeb: Move isomorphic coders to LibTextCodec 2025-11-27 14:57:29 +01:00
Internals LibWeb: Count previous-sibling visits during style invalidation 2026-04-26 16:14:43 +02:00
IntersectionObserver LibWeb: Schedule a frame when IntersectionObserver starts observing 2026-04-30 21:14:03 +02:00
Layout LibWeb: Derive inline flex/grid baselines from the first child line 2026-04-30 17:34:25 +02:00
Loader LibURL+LibWeb+LibWebView: Convert about:version to a proper WebUI 2026-04-21 06:59:11 -04:00
MathML LibWeb: Route presentational hints through the CSS cascade 2026-04-30 19:50:28 +01:00
MediaCapabilitiesAPI LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
MediaCapture LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
MediaSourceExtensions LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02: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+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
NotificationsAPI LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
Page LibWeb: Schedule rendering updates on demand 2026-04-29 20:54:53 +02:00
Painting LibWeb: Allow partial selection and hit testing of ligatures 2026-04-30 12:34:29 +02:00
PerformanceTimeline LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02: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 LibWeb: Store HTTP methods and headers as ByteString 2025-11-26 09:15:06 -05:00
RequestIdleCallback LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
ResizeObserver LibWeb: Schedule a frame when ResizeObserver starts observing 2026-04-30 21:14:03 +02:00
ResourceTiming LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SecureContexts LibWebView: Add bookmark import/export to about:bookmarks 2026-04-22 08:02:15 -04:00
Selection LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
Serial LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
ServiceWorker LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
Speech LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SRI LibWeb: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00
StorageAPI LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
Streams LibWeb: Make TransferArrayBuffer zero-copy 2026-04-25 10:53:51 +02:00
SVG LibWeb: Route presentational hints through the CSS cascade 2026-04-30 19:50:28 +01:00
TrustedTypes LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
UIEvents LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
URLPattern LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
UserTiming LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
ViewTransition LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
WebAssembly LibJS: Only cache TypedArray data pointers for owned buffers 2026-04-25 06:11:18 +02:00
WebAudio LibWeb/Bindings: Pass exact typed array types through WebIDL bindings 2026-04-26 17:50:58 +02:00
WebDriver LibWeb: Remove ShadowRealm HTML integration 2026-04-05 13:57:58 +02:00
WebGL LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
WebIDL LibWeb: Model Function as a callback type 2026-04-23 07:07:49 +02:00
WebSockets LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
WebVTT LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
WebXR LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
Worker LibWeb: Keep worker startup reachable until script load completes 2026-04-27 18:02:49 +02:00
XHR LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
XLink
XML LibWeb: Set fragment scripting mode from the context document 2026-04-14 23:01:36 +02:00
XPath LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
CMakeLists.txt Meta: Replace GenerateAriaRoles with a python generator 2026-04-29 17:28:09 +01: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: Move StyleInvalidator into CSS invalidation 2026-04-29 15:47:23 +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 TextDecoderStream 2026-04-28 19:17:09 +02:00
InvalidateDisplayList.h
Namespace.cpp
Namespace.h LibWeb: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00
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