WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
182939
[Web Animations] Decouple parsing JS keyframes and computing blending keyframes
https://bugs.webkit.org/show_bug.cgi?id=182939
Summary
[Web Animations] Decouple parsing JS keyframes and computing blending keyframes
Antoine Quint
Reported
2018-02-19 13:40:39 PST
Currently in KeyframeEffectReadOnly::processKeyframes() we parse JS keyframes into the m_parsedKeyframes member and compute blending keyframes, a KeyframeList, and store it in m_blendingKeyframes. Paving the way towards nullable targets (
webkit.org/b/182741
) and reading keyframes from a CSSKeyframesRule, we need to decouple those two tasks.
Attachments
Patch
(6.17 KB, patch)
2018-02-19 13:43 PST
,
Antoine Quint
dino
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Antoine Quint
Comment 1
2018-02-19 13:40:48 PST
<
rdar://problem/37678364
>
Antoine Quint
Comment 2
2018-02-19 13:43:32 PST
Created
attachment 334183
[details]
Patch
Antoine Quint
Comment 3
2018-02-19 14:01:56 PST
Committed
r228710
: <
https://trac.webkit.org/changeset/228710
>
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