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

Issue 10914016: ash: Extract animator from PowerButtonController (Closed)

Created:
8 years, 3 months ago by Denis Kuznetsov (DE-MUC)
Modified:
8 years, 2 months ago
CC:
chromium-reviews, sadrul, ben+watch_chromium.org, tfarina
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 5

Patch Set 2 : Naming fixes #

Total comments: 24

Patch Set 3 : Yet another attempt #

Total comments: 4

Patch Set 4 : Post-review fixes #

Patch Set 5 : Merge with Nikita's changes #

Patch Set 6 : Move constructor #

Patch Set 7 : Just another attempt... #

Patch Set 8 : Just one more time #

Patch Set 9 : Merge with TOT #

Patch Set 10 : Try to deal with clang #

Patch Set 11 : restore ASH_EXPORT #

Unified diffs Side-by-side diffs Delta from patch set Stats (+634 lines, -463 lines) Patch
M ash/ash.gyp View 1 2 6 1 chunk +2 lines, -0 lines 0 comments Download
M ash/wm/power_button_controller.h View 1 2 3 4 5 6 7 8 9 8 chunks +20 lines, -70 lines 0 comments Download
M ash/wm/power_button_controller.cc View 1 2 3 4 5 6 7 8 9 16 chunks +71 lines, -319 lines 0 comments Download
M ash/wm/power_button_controller_unittest.cc View 1 2 3 4 5 6 7 8 22 chunks +74 lines, -74 lines 0 comments Download
A ash/wm/session_state_animator.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +144 lines, -0 lines 0 comments Download
A ash/wm/session_state_animator.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +323 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
Daniel Erat
Haven't gone through it all yet, but here's a comment. https://chromiumcodereview.appspot.com/10914016/diff/1/ash/wm/session_state_animator.h File ash/wm/session_state_animator.h (right): https://chromiumcodereview.appspot.com/10914016/diff/1/ash/wm/session_state_animator.h#newcode42 ...
8 years, 3 months ago (2012-08-30 18:05:24 UTC) #1
Denis Kuznetsov (DE-MUC)
https://chromiumcodereview.appspot.com/10914016/diff/1/ash/wm/session_state_animator.h File ash/wm/session_state_animator.h (right): https://chromiumcodereview.appspot.com/10914016/diff/1/ash/wm/session_state_animator.h#newcode42 ash/wm/session_state_animator.h:42: enum AnimationContainerGroup { On 2012/08/30 18:05:24, Daniel Erat wrote: ...
8 years, 3 months ago (2012-08-30 18:17:48 UTC) #2
Daniel Erat
https://chromiumcodereview.appspot.com/10914016/diff/1/ash/wm/session_state_animator.h File ash/wm/session_state_animator.h (right): https://chromiumcodereview.appspot.com/10914016/diff/1/ash/wm/session_state_animator.h#newcode42 ash/wm/session_state_animator.h:42: enum AnimationContainerGroup { On 2012/08/30 18:17:48, Denis Kuznetsov wrote: ...
8 years, 3 months ago (2012-08-30 18:28:17 UTC) #3
Daniel Erat
https://chromiumcodereview.appspot.com/10914016/diff/1/ash/wm/session_state_animator.h File ash/wm/session_state_animator.h (right): https://chromiumcodereview.appspot.com/10914016/diff/1/ash/wm/session_state_animator.h#newcode42 ash/wm/session_state_animator.h:42: enum AnimationContainerGroup { On 2012/08/30 18:28:17, Daniel Erat wrote: ...
8 years, 3 months ago (2012-08-30 21:10:10 UTC) #4
Denis Kuznetsov (DE-MUC)
https://chromiumcodereview.appspot.com/10914016/diff/1/ash/wm/session_state_animator.h File ash/wm/session_state_animator.h (right): https://chromiumcodereview.appspot.com/10914016/diff/1/ash/wm/session_state_animator.h#newcode42 ash/wm/session_state_animator.h:42: enum AnimationContainerGroup { On 2012/08/30 21:10:10, Daniel Erat wrote: ...
8 years, 3 months ago (2012-08-31 16:02:37 UTC) #5
Daniel Erat
https://chromiumcodereview.appspot.com/10914016/diff/4002/ash/wm/power_button_controller.cc File ash/wm/power_button_controller.cc (right): https://chromiumcodereview.appspot.com/10914016/diff/4002/ash/wm/power_button_controller.cc#newcode21 ash/wm/power_button_controller.cc:21: #include "ui/compositor/layer.h" please go through all of these headers ...
8 years, 3 months ago (2012-08-31 17:02:12 UTC) #6
tfarina
http://codereview.chromium.org/10914016/diff/4002/ash/wm/session_state_animator.h File ash/wm/session_state_animator.h (right): http://codereview.chromium.org/10914016/diff/4002/ash/wm/session_state_animator.h#newcode62 ash/wm/session_state_animator.h:62: void trigger_hide_background_layer_timeout() { This looks like more complex than ...
8 years, 3 months ago (2012-09-01 11:02:30 UTC) #7
Denis Kuznetsov (DE-MUC)
Continue after 3-weeks vacation. http://codereview.chromium.org/10914016/diff/4002/ash/wm/power_button_controller.cc File ash/wm/power_button_controller.cc (right): http://codereview.chromium.org/10914016/diff/4002/ash/wm/power_button_controller.cc#newcode21 ash/wm/power_button_controller.cc:21: #include "ui/compositor/layer.h" On 2012/08/31 17:02:12, ...
8 years, 2 months ago (2012-09-28 11:52:43 UTC) #8
Daniel Erat
LGTM after some nits are addressed http://codereview.chromium.org/10914016/diff/8001/ash/wm/session_state_animator.h File ash/wm/session_state_animator.h (right): http://codereview.chromium.org/10914016/diff/8001/ash/wm/session_state_animator.h#newcode25 ash/wm/session_state_animator.h:25: namespace ash { ...
8 years, 2 months ago (2012-09-28 15:00:43 UTC) #9
Daniel Erat
Can you improve this change's description, too? Something like "ash: Extract animator from PowerButtonController" would ...
8 years, 2 months ago (2012-09-28 15:01:42 UTC) #10
Nikita (slow)
Please don't commit this CL for now. I have a bug that I would like ...
8 years, 2 months ago (2012-09-28 19:39:07 UTC) #11
Nikita (slow)
My CL is in progress: http://codereview.chromium.org/10990118/
8 years, 2 months ago (2012-09-28 20:34:54 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/antrim@chromium.org/10914016/18001
8 years, 2 months ago (2012-10-02 12:59:00 UTC) #13
Nikita (slow)
lgtm please run cros_x86 / win_aura trybots CQ doesn't include those
8 years, 2 months ago (2012-10-02 13:29:52 UTC) #14
commit-bot: I haz the power
Change committed as 159690
8 years, 2 months ago (2012-10-02 15:33:31 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/antrim@chromium.org/10914016/37002
8 years, 2 months ago (2012-10-03 12:30:57 UTC) #16
commit-bot: I haz the power
Change committed as 159896
8 years, 2 months ago (2012-10-03 15:40:28 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/antrim@chromium.org/10914016/24003
8 years, 2 months ago (2012-10-04 15:22:24 UTC) #18
commit-bot: I haz the power
8 years, 2 months ago (2012-10-04 17:43:10 UTC) #19
Change committed as 160161

Powered by Google App Engine
This is Rietveld 408576698