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
288537
[scroll-animations] remove the `TimelineMapAttachOperation` struct
https://bugs.webkit.org/show_bug.cgi?id=288537
Summary
[scroll-animations] remove the `TimelineMapAttachOperation` struct
Antoine Quint
Reported
2025-02-25 14:08:44 PST
The `TimelineMapAttachOperation` struct is used to keep track of pending attachment operations for CSS Animations using the `animation-timeline` property. That structs contains the timeline name, the target styleable and the CSS animation. But the names and targets can be obtained directly from the CSS animation, so we could keep track of the CSS animations alone.
Attachments
Add attachment
proposed patch, testcase, etc.
Antoine Quint
Comment 1
2025-02-25 14:09:54 PST
Pull request:
https://github.com/WebKit/WebKit/pull/41333
EWS
Comment 2
2025-02-25 23:37:53 PST
Committed
291098@main
(a638a633a78c): <
https://commits.webkit.org/291098@main
> Reviewed commits have been landed. Closing PR #41333 and removing active labels.
Radar WebKit Bug Importer
Comment 3
2025-02-25 23:38:23 PST
<
rdar://problem/145637335
>
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