WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
302567
[web-animations] make `KeyframeEffectStack::hasMatchingEffect()` public and use it from `Styleable`.
https://bugs.webkit.org/show_bug.cgi?id=302567
Summary
[web-animations] make `KeyframeEffectStack::hasMatchingEffect()` public and u...
Antoine Quint
Reported
2025-11-15 03:41:13 PST
We have a couple of places outside of `KeyframeEffectStack` where we iterate over effects to see if one is matching a given condition. The `KeyframeEffectStack` class has a `hasMatchingEffect()` method to do just that, and exposing it could simplify some external code, so let's make it public.
Attachments
Add attachment
proposed patch, testcase, etc.
Antoine Quint
Comment 1
2025-11-15 03:42:21 PST
Pull request:
https://github.com/WebKit/WebKit/pull/53988
EWS
Comment 2
2025-11-15 08:37:36 PST
Committed
303072@main
(38064a7e701c): <
https://commits.webkit.org/303072@main
> Reviewed commits have been landed. Closing PR #53988 and removing active labels.
Radar WebKit Bug Importer
Comment 3
2025-11-15 08:38:12 PST
<
rdar://problem/164793644
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug