Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a8bba1a79d597f925db114ef9bbfd19c98d37d3e
https://github.com/WebKit/WebKit/commit/a8bba1a79d597f925db114ef9bbfd19c98d37d3e
Author: Antoine Quint <[email protected]>
Date: 2026-01-23 (Fri, 23 Jan 2026)
Changed paths:
A
LayoutTests/webanimations/threaded-animations/backdrop-filter-animation-crash-expected.txt
A
LayoutTests/webanimations/threaded-animations/backdrop-filter-animation-crash.html
M Source/WebKit/UIProcess/RemoteLayerTree/RemoteAnimationStack.mm
Log Message:
-----------
[threaded-animations] crash in
`WebCore::PlatformCAFilters::presentationModifierCount` loading
denmarkification.com
https://bugs.webkit.org/show_bug.cgi?id=306122
rdar://168012296
Reviewed by Simon Fraser.
We need to make sure to check for both `filter` and `backdrop-filter` when
considering
animations and keyframes in `RemoteAnimationStack::longestFilterList()`
otherwise we will
fail to animate `backdrop-filter` and crash with an empty `FilterOperations`.
Test: webanimations/threaded-animations/backdrop-filter-animation-crash.html
Canonical link: https://commits.webkit.org/306115@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications