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

Issue 6011011: wm: Fade screen on signout. (Closed)

Created:
9 years, 12 months ago by Daniel Erat
Modified:
9 years, 7 months ago
Reviewers:
Chris Masone
CC:
chromium-os-reviews_chromium.org, Greg Spencer (Chromium), Daniel Erat
Visibility:
Public.

Description

wm: Fade screen on signout. Upon receiving a message from Chrome letting us know that the user is signing out, we grab the pointer (to hide the cursor) and make the screen fade quickly to black. BUG=chromium-os:9915 TEST=added; also built an image and checked that the previous shutting-down animation still works pre- and post-login and that the new animation is shown when signing out Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=df1c098

Patch Set 1 #

Patch Set 2 : add test #

Patch Set 3 : update some comments #

Total comments: 4

Patch Set 4 : apply review feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+138 lines, -66 lines) Patch
M real_x_connection.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M screen_locker_handler.h View 1 2 4 chunks +26 lines, -16 lines 0 comments Download
M screen_locker_handler.cc View 1 2 3 9 chunks +64 lines, -32 lines 0 comments Download
M screen_locker_handler_test.cc View 1 7 chunks +37 lines, -8 lines 0 comments Download
M window_manager.h View 2 chunks +3 lines, -3 lines 0 comments Download
M window_manager.cc View 2 chunks +6 lines, -5 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Daniel Erat
9 years, 11 months ago (2010-12-29 22:20:00 UTC) #1
Chris Masone
http://codereview.chromium.org/6011011/diff/4001/screen_locker_handler.cc File screen_locker_handler.cc (right): http://codereview.chromium.org/6011011/diff/4001/screen_locker_handler.cc#newcode342 screen_locker_handler.cc:342: snapshot_actor_->Move(0, 0, 0); Seems like either you should assume ...
9 years, 11 months ago (2010-12-29 23:06:55 UTC) #2
Daniel Erat
http://codereview.chromium.org/6011011/diff/4001/screen_locker_handler.cc File screen_locker_handler.cc (right): http://codereview.chromium.org/6011011/diff/4001/screen_locker_handler.cc#newcode342 screen_locker_handler.cc:342: snapshot_actor_->Move(0, 0, 0); On 2010/12/29 23:06:55, Chris Masone wrote: ...
9 years, 11 months ago (2010-12-29 23:20:24 UTC) #3
Chris Masone
9 years, 11 months ago (2010-12-29 23:28:54 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698