WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
100623
[TexMap] Make GraphicsLayerAnimation choose a proper timing function.
https://bugs.webkit.org/show_bug.cgi?id=100623
Summary
[TexMap] Make GraphicsLayerAnimation choose a proper timing function.
Dongseong Hwang
Reported
2012-10-28 20:39:13 PDT
Previously, GraphicsLayerAnimation choosed a timing function in the wrong way. Other GraphicsLayers choose a timing function in the similar way to GraphicsLayerCA::timingFunctionForAnimationValue(). The way consists of the following steps. 1. Try to query the timing function of the current keyframe animation value. 2. If the timing function of #1 is null, try to query the timing function of Animation. 3. If the timing function of #2 is null, return CubicBezierTimingFunction::defaultTimingFunction(). This patch makes GraphicsLayerAnimation choose a timing function in the same way to others.
Attachments
Patch
(3.70 KB, patch)
2012-10-28 20:41 PDT
,
Dongseong Hwang
no flags
Details
Formatted Diff
Diff
Patch
(3.78 KB, patch)
2012-10-29 00:18 PDT
,
Dongseong Hwang
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Dongseong Hwang
Comment 1
2012-10-28 20:41:51 PDT
Created
attachment 171149
[details]
Patch
Noam Rosenthal
Comment 2
2012-10-28 21:21:06 PDT
Comment on
attachment 171149
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=171149&action=review
> Source/WebCore/ChangeLog:8 > + Previously, GraphicsLayerAnimation choosed a timing function in the wrong way.
Currently, GraphicsLayerAnimation chooses a timing function in the wrong way.
> Source/WebCore/ChangeLog:17 > + to others.
to other implementations.
Dongseong Hwang
Comment 3
2012-10-29 00:18:21 PDT
Created
attachment 171166
[details]
Patch
Dongseong Hwang
Comment 4
2012-10-29 00:19:03 PDT
(In reply to
comment #2
) Thank you for your review :)
> (From update of
attachment 171149
[details]
) > View in context:
https://bugs.webkit.org/attachment.cgi?id=171149&action=review
> > Currently, GraphicsLayerAnimation chooses a timing function in the wrong way.
Done.
> > to other implementations.
Done.
WebKit Review Bot
Comment 5
2012-10-29 07:27:05 PDT
Comment on
attachment 171166
[details]
Patch Clearing flags on attachment: 171166 Committed
r132798
: <
http://trac.webkit.org/changeset/132798
>
WebKit Review Bot
Comment 6
2012-10-29 07:27:08 PDT
All reviewed patches have been landed. Closing bug.
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