WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
192850
[Web Animations] Compute animation effect timing properties in batch
https://bugs.webkit.org/show_bug.cgi?id=192850
Summary
[Web Animations] Compute animation effect timing properties in batch
Antoine Quint
Reported
2018-12-19 05:51:04 PST
[Web Animations] Compute animation effect timing properties in batch
Attachments
Patch
(61.16 KB, patch)
2018-12-19 06:01 PST
,
Antoine Quint
dino
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Antoine Quint
Comment 1
2018-12-19 06:01:49 PST
Created
attachment 357670
[details]
Patch
Dean Jackson
Comment 2
2019-01-07 11:45:41 PST
Comment on
attachment 357670
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=357670&action=review
> Source/WebCore/animation/AnimationEffect.cpp:177 > + BasicEffectTiming basicEffectTiming; > + basicEffectTiming.localTime = localTime; > + basicEffectTiming.endTime = endTime; > + basicEffectTiming.activeDuration = activeDuration; > + basicEffectTiming.activeTime = activeTime; > + basicEffectTiming.phase = phase;
Maybe make a constructor that takes these as parameters?
Antoine Quint
Comment 3
2019-01-08 03:32:05 PST
Committed
r239723
: <
https://trac.webkit.org/changeset/239723
>
Antoine Quint
Comment 4
2019-01-08 03:32:48 PST
(In reply to Dean Jackson from
comment #2
)
> Comment on
attachment 357670
[details]
> Patch > > View in context: >
https://bugs.webkit.org/attachment.cgi?id=357670&action=review
> > > Source/WebCore/animation/AnimationEffect.cpp:177 > > + BasicEffectTiming basicEffectTiming; > > + basicEffectTiming.localTime = localTime; > > + basicEffectTiming.endTime = endTime; > > + basicEffectTiming.activeDuration = activeDuration; > > + basicEffectTiming.activeTime = activeTime; > > + basicEffectTiming.phase = phase; > > Maybe make a constructor that takes these as parameters?
Rewrote this as return { localTime, activeTime, endTime, activeDuration, phase };
Radar WebKit Bug Importer
Comment 5
2019-01-08 03:37:05 PST
<
rdar://problem/47111902
>
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