Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(175)

Issue 227733004: Handle direction control in compositor Animations (Closed)

Created:
6 years, 8 months ago by a.renevier
Modified:
6 years, 7 months ago
CC:
chromium-reviews, cc-bugs_chromium.org, darin-cc_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Handle direction control in compositor Animations This patch is the compositor side. The blink side is handled in issue #178263006 Handle reverse animations in the compositor. Currently, compositor only understand alternate direction. And in order to reverse an animation, it needs to be passed a reversed timing function. This patch introduces a Direction enum parameter in animation. BUG=348071 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=267606

Patch Set 1 #

Patch Set 2 : new patch: fixes build failure in web_animation_unittest.cc #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+171 lines, -31 lines) Patch
M AUTHORS View 1 chunk +1 line, -0 lines 0 comments Download
M cc/animation/animation.h View 3 chunks +5 lines, -7 lines 0 comments Download
M cc/animation/animation.cc View 4 chunks +26 lines, -20 lines 0 comments Download
M cc/animation/animation_unittest.cc View 6 chunks +85 lines, -2 lines 0 comments Download
M webkit/renderer/compositor_bindings/web_animation_impl.h View 1 chunk +5 lines, -0 lines 1 comment Download
M webkit/renderer/compositor_bindings/web_animation_impl.cc View 1 chunk +37 lines, -2 lines 0 comments Download
M webkit/renderer/compositor_bindings/web_animation_unittest.cc View 1 2 chunks +12 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
a.renevier
commit was reverted in issue 220403002; create new issue to retry commit
6 years, 8 months ago (2014-04-07 18:37:39 UTC) #1
ajuma
Are there changes from the previous version? (Do we know why the previous commit was ...
6 years, 8 months ago (2014-04-07 20:24:56 UTC) #2
a.renevier
On 2014/04/07 20:24:56, ajuma wrote: > Are there changes from the previous version? (Do we ...
6 years, 8 months ago (2014-04-07 22:07:18 UTC) #3
ajuma
On 2014/04/07 22:07:18, a.renevier wrote: > On 2014/04/07 20:24:56, ajuma wrote: > > Are there ...
6 years, 8 months ago (2014-04-07 23:04:55 UTC) #4
a.renevier
new patch: fixes build failure in web_animation_unittest.cc
6 years, 8 months ago (2014-04-09 18:33:40 UTC) #5
ajuma
Thanks, lgtm.
6 years, 8 months ago (2014-04-09 18:55:44 UTC) #6
a.renevier
The CQ bit was checked by a.renevier@samsung.com
6 years, 8 months ago (2014-04-09 19:04:42 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/a.renevier@samsung.com/227733004/20001
6 years, 8 months ago (2014-04-09 19:05:12 UTC) #8
ajuma
This still needs an OWNERS review for webkit/renderer/compositor_bindings.
6 years, 8 months ago (2014-04-09 19:06:56 UTC) #9
ajuma
The CQ bit was unchecked by ajuma@chromium.org
6 years, 8 months ago (2014-04-09 19:07:01 UTC) #10
a.renevier
6 years, 8 months ago (2014-04-18 21:49:16 UTC) #11
dstockwell
Are there any webkit/renderer/compositor_bindings OWNERS who can review this?
6 years, 7 months ago (2014-05-01 10:32:22 UTC) #12
ajuma
On 2014/05/01 10:32:22, dstockwell wrote: > Are there any webkit/renderer/compositor_bindings OWNERS who can review this? ...
6 years, 7 months ago (2014-05-01 14:35:07 UTC) #13
enne (OOO)
lgtm https://codereview.chromium.org/227733004/diff/20001/webkit/renderer/compositor_bindings/web_animation_impl.h File webkit/renderer/compositor_bindings/web_animation_impl.h (right): https://codereview.chromium.org/227733004/diff/20001/webkit/renderer/compositor_bindings/web_animation_impl.h#newcode36 webkit/renderer/compositor_bindings/web_animation_impl.h:36: #if WEB_ANIMATION_SUPPORTS_FULL_DIRECTION Why the #if? It seems like ...
6 years, 7 months ago (2014-05-01 17:04:17 UTC) #14
a.renevier
The CQ bit was checked by a.renevier@samsung.com
6 years, 7 months ago (2014-05-01 17:10:02 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/a.renevier@samsung.com/227733004/20001
6 years, 7 months ago (2014-05-01 17:10:50 UTC) #16
commit-bot: I haz the power
6 years, 7 months ago (2014-05-01 19:25:38 UTC) #17
Message was sent while issue was closed.
Change committed as 267606

Powered by Google App Engine
This is Rietveld 408576698