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

Issue 10834081: Enable wallpaper boot animation for boot into sign in too. Add flag to disable it. (Closed)

Created:
8 years, 4 months ago by Nikita (slow)
Modified:
8 years, 4 months ago
CC:
chromium-reviews, oshima+watch_chromium.org, stevenjb+watch_chromium.org, nkostylev+watch_chromium.org, davemoore+watch_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Enable wallpaper boot animation for boot into sign in too. Add flag to disable it. BUG=133279 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=150005

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : fix boot transition type #

Patch Set 4 : iterate #

Patch Set 5 : . #

Patch Set 6 : zero #

Total comments: 12

Patch Set 7 : review + SetZeroDelays in tests #

Total comments: 8

Patch Set 8 : review #

Patch Set 9 : . #

Patch Set 10 : add --first-boot switch #

Patch Set 11 : merge #

Patch Set 12 : . #

Patch Set 13 : m #

Patch Set 14 : . #

Patch Set 15 : merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+117 lines, -31 lines) Patch
M ash/desktop_background/desktop_background_controller.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +3 lines, -0 lines 0 comments Download
M ash/shell.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/app/generated_resources.grd View 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/background/ash_user_wallpaper_delegate.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +29 lines, -10 lines 0 comments Download
M chrome/browser/chromeos/chrome_browser_main_chromeos.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +7 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/wallpaper_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +24 lines, -7 lines 0 comments Download
M chrome/browser/chromeos/login/webui_login_display_host.cc View 1 2 3 4 5 6 7 3 chunks +6 lines, -1 line 0 comments Download
M chrome/browser/chromeos/login/wizard_controller.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/system/ash_system_tray_delegate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -9 lines 0 comments Download
M chrome/browser/resources/chromeos/login/display_manager.js View 1 2 3 4 5 6 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/login/user_pod_row.js View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/oobe_ui.cc View 1 2 3 4 5 6 1 chunk +9 lines, -0 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/common/chrome_switches.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +6 lines, -0 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
Nikita (slow)
8 years, 4 months ago (2012-07-31 05:54:01 UTC) #1
bshe
lgtm http://codereview.chromium.org/10834081/diff/7001/chrome/browser/ui/webui/chromeos/login/oobe_ui.cc File chrome/browser/ui/webui/chromeos/login/oobe_ui.cc (right): http://codereview.chromium.org/10834081/diff/7001/chrome/browser/ui/webui/chromeos/login/oobe_ui.cc#newcode247 chrome/browser/ui/webui/chromeos/login/oobe_ui.cc:247: // should trigger wallpaper load on boot. nit: ...
8 years, 4 months ago (2012-07-31 16:04:23 UTC) #2
Nikita (slow)
We're still not sure that this change should be committed. If user selects custom wallpaper ...
8 years, 4 months ago (2012-07-31 16:06:58 UTC) #3
bshe
On 2012/07/31 16:06:58, Nikita Kostylev wrote: > We're still not sure that this change should ...
8 years, 4 months ago (2012-07-31 16:28:20 UTC) #4
Nikita (slow)
This CL makes sign in WebUI wait for wallpaper animation on boot. Good point about ...
8 years, 4 months ago (2012-07-31 17:06:26 UTC) #5
Ivan Korotkov
lgtm http://codereview.chromium.org/10834081/diff/7001/chrome/browser/chromeos/background/ash_user_wallpaper_delegate.cc File chrome/browser/chromeos/background/ash_user_wallpaper_delegate.cc (right): http://codereview.chromium.org/10834081/diff/7001/chrome/browser/chromeos/background/ash_user_wallpaper_delegate.cc#newcode28 chrome/browser/chromeos/background/ash_user_wallpaper_delegate.cc:28: class UserWallpaperDelegate: public ash::UserWallpaperDelegate { space before : ...
8 years, 4 months ago (2012-07-31 22:20:26 UTC) #6
Nikita (slow)
On 2012/07/31 16:28:20, bshe wrote: > Do you also include Ivan's cl for removing the ...
8 years, 4 months ago (2012-07-31 23:58:16 UTC) #7
Nikita (slow)
http://codereview.chromium.org/10834081/diff/7001/chrome/browser/chromeos/background/ash_user_wallpaper_delegate.cc File chrome/browser/chromeos/background/ash_user_wallpaper_delegate.cc (right): http://codereview.chromium.org/10834081/diff/7001/chrome/browser/chromeos/background/ash_user_wallpaper_delegate.cc#newcode28 chrome/browser/chromeos/background/ash_user_wallpaper_delegate.cc:28: class UserWallpaperDelegate: public ash::UserWallpaperDelegate { On 2012/07/31 22:20:26, Ivan ...
8 years, 4 months ago (2012-08-01 02:09:06 UTC) #8
Nikita (slow)
+sky Please do owners review for ash / chrome
8 years, 4 months ago (2012-08-01 04:28:09 UTC) #9
Nikita (slow)
-sky +ben Ben, could you please do owners review for ash/ chrome/
8 years, 4 months ago (2012-08-01 20:33:24 UTC) #10
Nikita (slow)
+sky
8 years, 4 months ago (2012-08-01 23:13:23 UTC) #11
Ben Goodger (Google)
lgtm http://codereview.chromium.org/10834081/diff/5004/chrome/browser/chromeos/background/ash_user_wallpaper_delegate.cc File chrome/browser/chromeos/background/ash_user_wallpaper_delegate.cc (right): http://codereview.chromium.org/10834081/diff/5004/chrome/browser/chromeos/background/ash_user_wallpaper_delegate.cc#newcode37 chrome/browser/chromeos/background/ash_user_wallpaper_delegate.cc:37: if (chromeos::UserManager::Get()->IsUserLoggedIn() || It's becoming hard to discern ...
8 years, 4 months ago (2012-08-02 15:38:39 UTC) #12
Nikita (slow)
http://codereview.chromium.org/10834081/diff/5004/chrome/browser/chromeos/background/ash_user_wallpaper_delegate.cc File chrome/browser/chromeos/background/ash_user_wallpaper_delegate.cc (right): http://codereview.chromium.org/10834081/diff/5004/chrome/browser/chromeos/background/ash_user_wallpaper_delegate.cc#newcode37 chrome/browser/chromeos/background/ash_user_wallpaper_delegate.cc:37: if (chromeos::UserManager::Get()->IsUserLoggedIn() || On 2012/08/02 15:38:39, Ben Goodger (Google) ...
8 years, 4 months ago (2012-08-02 17:58:57 UTC) #13
Ben Goodger (Google)
cool lgtm
8 years, 4 months ago (2012-08-02 20:39:12 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nkostylev@chromium.org/10834081/19001
8 years, 4 months ago (2012-08-03 20:35:08 UTC) #15
commit-bot: I haz the power
Presubmit check for 10834081-19001 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 4 months ago (2012-08-03 20:35:13 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nkostylev@chromium.org/10834081/19001
8 years, 4 months ago (2012-08-03 21:07:05 UTC) #17
commit-bot: I haz the power
Failed to apply patch for chrome/browser/chromeos/login/wallpaper_manager.cc: While running patch -p1 --forward --force; patching file chrome/browser/chromeos/login/wallpaper_manager.cc ...
8 years, 4 months ago (2012-08-03 21:07:16 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nkostylev@chromium.org/10834081/19003
8 years, 4 months ago (2012-08-03 22:30:02 UTC) #19
commit-bot: I haz the power
Failed to apply patch for chrome/browser/chromeos/login/wallpaper_manager.cc: While running patch -p1 --forward --force; patching file chrome/browser/chromeos/login/wallpaper_manager.cc ...
8 years, 4 months ago (2012-08-03 22:30:09 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nkostylev@chromium.org/10834081/19003
8 years, 4 months ago (2012-08-03 23:54:20 UTC) #21
commit-bot: I haz the power
8 years, 4 months ago (2012-08-04 00:14:14 UTC) #22
Try job failure for 10834081-19003 (retry) on win_rel for step "compile"
(clobber build).
It's a second try, previously, step "compile" failed.
http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&nu...

Powered by Google App Engine
This is Rietveld 408576698