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

Issue 10817028: Add Fade-out/Fade-in animation during output-configuration change. (Closed)

Created:
8 years, 5 months ago by Jun Mukai
Modified:
8 years, 4 months ago
CC:
chromium-reviews, sadrul, jonathan.backer, Ian Vollick, ben+watch_chromium.org, oshima+watch_chromium.org, piman+watch_chromium.org, stevenjb+watch_chromium.org
Visibility:
Public.

Description

Add Fade-out/Fade-in animation during output-configuration change. BUG=127493 TEST=manually checked on lumpy Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=149382

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : fix win_aura breaks #

Patch Set 6 : #

Patch Set 7 : #

Total comments: 17

Patch Set 8 : fix #

Total comments: 2

Patch Set 9 : #

Total comments: 10

Patch Set 10 : #

Total comments: 2

Patch Set 11 : #

Patch Set 12 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+388 lines, -23 lines) Patch
M ash/accelerators/accelerator_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +9 lines, -2 lines 0 comments Download
M ash/ash.gyp View 1 2 3 4 5 6 7 8 3 chunks +17 lines, -10 lines 0 comments Download
A ash/display/output_configurator_animation.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +62 lines, -0 lines 0 comments Download
A ash/display/output_configurator_animation.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +219 lines, -0 lines 0 comments Download
M ash/shell.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +6 lines, -0 lines 0 comments Download
M ash/shell.cc View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +5 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/options2/chromeos/display_options_handler.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/options2/chromeos/display_options_handler.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +29 lines, -10 lines 0 comments Download
M chromeos/display/output_configurator.h View 1 2 3 4 5 6 7 8 9 10 11 5 chunks +16 lines, -0 lines 0 comments Download
M chromeos/display/output_configurator.cc View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +18 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
Jun Mukai
8 years, 5 months ago (2012-07-25 08:02:36 UTC) #1
oshima
http://codereview.chromium.org/10817028/diff/21001/ash/display/output_configurator_animation.cc File ash/display/output_configurator_animation.cc (right): http://codereview.chromium.org/10817028/diff/21001/ash/display/output_configurator_animation.cc#newcode80 ash/display/output_configurator_animation.cc:80: ClearHidingLayers(); Will this call the callback? My guess is ...
8 years, 5 months ago (2012-07-26 05:27:48 UTC) #2
Jun Mukai
http://codereview.chromium.org/10817028/diff/21001/ash/display/output_configurator_animation.cc File ash/display/output_configurator_animation.cc (right): http://codereview.chromium.org/10817028/diff/21001/ash/display/output_configurator_animation.cc#newcode80 ash/display/output_configurator_animation.cc:80: ClearHidingLayers(); On 2012/07/26 05:27:49, oshima wrote: > Will this ...
8 years, 5 months ago (2012-07-26 09:44:02 UTC) #3
oshima
http://codereview.chromium.org/10817028/diff/21001/ash/display/output_configurator_animation.cc File ash/display/output_configurator_animation.cc (right): http://codereview.chromium.org/10817028/diff/21001/ash/display/output_configurator_animation.cc#newcode80 ash/display/output_configurator_animation.cc:80: ClearHidingLayers(); On 2012/07/26 09:44:03, Jun Mukai wrote: > On ...
8 years, 5 months ago (2012-07-26 14:08:16 UTC) #4
Jun Mukai
http://codereview.chromium.org/10817028/diff/21001/ash/display/output_configurator_animation.cc File ash/display/output_configurator_animation.cc (right): http://codereview.chromium.org/10817028/diff/21001/ash/display/output_configurator_animation.cc#newcode80 ash/display/output_configurator_animation.cc:80: ClearHidingLayers(); On 2012/07/26 14:08:17, oshima wrote: > On 2012/07/26 ...
8 years, 5 months ago (2012-07-27 02:22:53 UTC) #5
Jun Mukai
http://codereview.chromium.org/10817028/diff/21001/ash/display/output_configurator_animation.cc File ash/display/output_configurator_animation.cc (right): http://codereview.chromium.org/10817028/diff/21001/ash/display/output_configurator_animation.cc#newcode158 ash/display/output_configurator_animation.cc:158: hiding_layers_.begin(), hiding_layers_.end()); On 2012/07/27 02:22:53, Jun Mukai wrote: > ...
8 years, 5 months ago (2012-07-27 02:36:21 UTC) #6
oshima
plus, please stop time in OnDisplayModeChanged. http://codereview.chromium.org/10817028/diff/21003/ash/display/output_configurator_animation.cc File ash/display/output_configurator_animation.cc (right): http://codereview.chromium.org/10817028/diff/21003/ash/display/output_configurator_animation.cc#newcode27 ash/display/output_configurator_animation.cc:27: // CallbackRunningObserver accepts ...
8 years, 5 months ago (2012-07-27 06:22:56 UTC) #7
Jun Mukai
http://codereview.chromium.org/10817028/diff/21003/ash/display/output_configurator_animation.cc File ash/display/output_configurator_animation.cc (right): http://codereview.chromium.org/10817028/diff/21003/ash/display/output_configurator_animation.cc#newcode27 ash/display/output_configurator_animation.cc:27: // CallbackRunningObserver accepts several layer animations and On 2012/07/27 ...
8 years, 5 months ago (2012-07-27 06:35:05 UTC) #8
oshima_google
lgtm
8 years, 5 months ago (2012-07-27 06:40:37 UTC) #9
Jun Mukai
ben, please review this as the OWNER
8 years, 5 months ago (2012-07-27 08:46:37 UTC) #10
Ben Goodger (Google)
http://codereview.chromium.org/10817028/diff/14009/chromeos/display/output_configurator.h File chromeos/display/output_configurator.h (right): http://codereview.chromium.org/10817028/diff/14009/chromeos/display/output_configurator.h#newcode64 chromeos/display/output_configurator.h:64: class AnimationDelegate { I don't like how this is ...
8 years, 4 months ago (2012-07-27 17:17:07 UTC) #11
Jun Mukai
http://codereview.chromium.org/10817028/diff/14009/chromeos/display/output_configurator.h File chromeos/display/output_configurator.h (right): http://codereview.chromium.org/10817028/diff/14009/chromeos/display/output_configurator.h#newcode64 chromeos/display/output_configurator.h:64: class AnimationDelegate { On 2012/07/27 17:17:07, Ben Goodger (Google) ...
8 years, 4 months ago (2012-07-30 11:28:45 UTC) #12
Jun Mukai
Uploaded a new patch set. Could you take a look again?
8 years, 4 months ago (2012-07-31 11:40:48 UTC) #13
Ben Goodger (Google)
lgtm
8 years, 4 months ago (2012-07-31 15:53:34 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mukai@chromium.org/10817028/27001
8 years, 4 months ago (2012-07-31 23:06:50 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mukai@chromium.org/10817028/27001
8 years, 4 months ago (2012-08-01 04:39:17 UTC) #16
commit-bot: I haz the power
Failed to apply patch for ash/accelerators/accelerator_controller.cc: While running patch -p1 --forward --force; patching file ash/accelerators/accelerator_controller.cc ...
8 years, 4 months ago (2012-08-01 04:39:20 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mukai@chromium.org/10817028/15006
8 years, 4 months ago (2012-08-01 05:28:12 UTC) #18
commit-bot: I haz the power
8 years, 4 months ago (2012-08-01 06:42:55 UTC) #19
Change committed as 149382

Powered by Google App Engine
This is Rietveld 408576698