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

Issue 10492003: Use a #fefefe solid color wallpaper background before user login for GAIA login flow (Closed)

Created:
8 years, 6 months ago by bshe
Modified:
8 years, 6 months ago
CC:
chromium-reviews, sadrul, ben+watch_chromium.org
Visibility:
Public.

Description

Use a #fefefe solid color wallpaper background before user login for GAIA login flow. BUG=130635 TEST= Enable new OOBE login from about:flags and relaunch browser, in the loggin screen, the background color should be white (#FEFEFE). Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=141596

Patch Set 1 #

Total comments: 2

Patch Set 2 : Load #fefefe solid color wallpaper if GAIA login flow when new oobe flag enabled #

Total comments: 6

Patch Set 3 : Some fixes #

Patch Set 4 : Merge to trunk #

Patch Set 5 : #

Total comments: 5

Patch Set 6 : Merge to trunk #

Patch Set 7 : Fixes according to nikita's suggestion #

Patch Set 8 : #

Patch Set 9 : Merge to trunk #

Total comments: 7

Patch Set 10 : derat's review #

Total comments: 1

Patch Set 11 : nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -26 lines) Patch
M ash/accelerators/accelerator_controller.cc View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -3 lines 0 comments Download
M ash/desktop_background/desktop_background_controller.h View 1 2 3 4 3 chunks +6 lines, -6 lines 0 comments Download
M ash/desktop_background/desktop_background_controller.cc View 1 2 3 4 5 6 7 8 9 2 chunks +6 lines, -2 lines 0 comments Download
M ash/desktop_background/desktop_background_resources.h View 1 2 3 4 5 6 7 8 9 2 chunks +4 lines, -0 lines 0 comments Download
M ash/desktop_background/desktop_background_resources.cc View 1 2 chunks +5 lines, -0 lines 0 comments Download
M ash/shell.cc View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/background/ash_user_wallpaper_delegate.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/mock_user_manager.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/user_manager.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/login/user_manager_impl.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/user_manager_impl.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +17 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/options2/chromeos/set_wallpaper_options_handler2.cc View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
bshe
Hi Nikita. Could you take a look at this? It should make the default root ...
8 years, 6 months ago (2012-06-01 21:59:09 UTC) #1
Nikita (slow)
https://chromiumcodereview.appspot.com/10492003/diff/1/ash/desktop_background/desktop_background_controller.cc File ash/desktop_background/desktop_background_controller.cc (right): https://chromiumcodereview.appspot.com/10492003/diff/1/ash/desktop_background/desktop_background_controller.cc#newcode153 ash/desktop_background/desktop_background_controller.cc:153: background_layer->SetColor(SK_ColorWallpaperGray); I'm not sure whether this affects other code ...
8 years, 6 months ago (2012-06-04 11:23:04 UTC) #2
bshe
https://chromiumcodereview.appspot.com/10492003/diff/1/ash/desktop_background/desktop_background_controller.cc File ash/desktop_background/desktop_background_controller.cc (right): https://chromiumcodereview.appspot.com/10492003/diff/1/ash/desktop_background/desktop_background_controller.cc#newcode153 ash/desktop_background/desktop_background_controller.cc:153: background_layer->SetColor(SK_ColorWallpaperGray); I think we dont use the solid color ...
8 years, 6 months ago (2012-06-04 13:46:22 UTC) #3
bshe
On 2012/06/04 13:46:22, bshe wrote: > https://chromiumcodereview.appspot.com/10492003/diff/1/ash/desktop_background/desktop_background_controller.cc > File ash/desktop_background/desktop_background_controller.cc (right): > > https://chromiumcodereview.appspot.com/10492003/diff/1/ash/desktop_background/desktop_background_controller.cc#newcode153 > ...
8 years, 6 months ago (2012-06-04 18:07:19 UTC) #4
Nikita (slow)
lgtm with nits http://codereview.chromium.org/10492003/diff/6001/ash/desktop_background/desktop_background_controller.cc File ash/desktop_background/desktop_background_controller.cc (right): http://codereview.chromium.org/10492003/diff/6001/ash/desktop_background/desktop_background_controller.cc#newcode142 ash/desktop_background/desktop_background_controller.cc:142: } else if (index == ash::GetSolidColorIndex()) ...
8 years, 6 months ago (2012-06-04 18:23:03 UTC) #5
Nikita (slow)
I've patches this CL and it doesn't seem to be working. When booting into GAIA ...
8 years, 6 months ago (2012-06-05 16:37:39 UTC) #6
Nikita (slow)
http://codereview.chromium.org/10492003/diff/4007/chrome/browser/chromeos/login/user_manager_impl.cc File chrome/browser/chromeos/login/user_manager_impl.cc (right): http://codereview.chromium.org/10492003/diff/4007/chrome/browser/chromeos/login/user_manager_impl.cc#newcode971 chrome/browser/chromeos/login/user_manager_impl.cc:971: void UserManagerImpl::GetLoggedInUserWallpaperProperties( This method is called from: 1. UserManagerImpl::EnsureLoggedInUserWallpaperLoaded() ...
8 years, 6 months ago (2012-06-06 11:27:46 UTC) #7
Nikita (slow)
http://codereview.chromium.org/10492003/diff/4007/chrome/browser/chromeos/login/user_manager_impl.cc File chrome/browser/chromeos/login/user_manager_impl.cc (right): http://codereview.chromium.org/10492003/diff/4007/chrome/browser/chromeos/login/user_manager_impl.cc#newcode364 chrome/browser/chromeos/login/user_manager_impl.cc:364: if (!IsUserLoggedIn() || IsLoggedInAsStub()) { https://chromiumcodereview.appspot.com/10541007/ has landed. It ...
8 years, 6 months ago (2012-06-07 09:40:28 UTC) #8
bshe
Done. http://codereview.chromium.org/10492003/diff/6001/ash/desktop_background/desktop_background_controller.cc File ash/desktop_background/desktop_background_controller.cc (right): http://codereview.chromium.org/10492003/diff/6001/ash/desktop_background/desktop_background_controller.cc#newcode142 ash/desktop_background/desktop_background_controller.cc:142: } else if (index == ash::GetSolidColorIndex()) { It ...
8 years, 6 months ago (2012-06-08 15:06:30 UTC) #9
Nikita (slow)
lgtm
8 years, 6 months ago (2012-06-08 17:24:06 UTC) #10
bshe
derat@ Since you already in the reviewers list, could you please take a look at ...
8 years, 6 months ago (2012-06-11 13:52:28 UTC) #11
James Hawkins
webui LGTM
8 years, 6 months ago (2012-06-11 14:04:04 UTC) #12
Daniel Erat
http://codereview.chromium.org/10492003/diff/19013/ash/desktop_background/desktop_background_resources.h File ash/desktop_background/desktop_background_resources.h (right): http://codereview.chromium.org/10492003/diff/19013/ash/desktop_background/desktop_background_resources.h#newcode29 ash/desktop_background/desktop_background_resources.h:29: #define SK_ColorWallpaperLogin 0xFEFEFE make this be a const variable ...
8 years, 6 months ago (2012-06-11 16:06:05 UTC) #13
bshe
derat@ Done. Thanks! https://chromiumcodereview.appspot.com/10492003/diff/19013/ash/desktop_background/desktop_background_resources.h File ash/desktop_background/desktop_background_resources.h (right): https://chromiumcodereview.appspot.com/10492003/diff/19013/ash/desktop_background/desktop_background_resources.h#newcode29 ash/desktop_background/desktop_background_resources.h:29: #define SK_ColorWallpaperLogin 0xFEFEFE On 2012/06/11 16:06:06, ...
8 years, 6 months ago (2012-06-11 17:04:15 UTC) #14
Daniel Erat
lgtm https://chromiumcodereview.appspot.com/10492003/diff/19013/chrome/browser/chromeos/login/user_manager_impl.cc File chrome/browser/chromeos/login/user_manager_impl.cc (right): https://chromiumcodereview.appspot.com/10492003/diff/19013/chrome/browser/chromeos/login/user_manager_impl.cc#newcode369 chrome/browser/chromeos/login/user_manager_impl.cc:369: bool show_users; DCHECK sounds fine, but make sure ...
8 years, 6 months ago (2012-06-11 17:12:10 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bshe@chromium.org/10492003/31006
8 years, 6 months ago (2012-06-11 23:05:38 UTC) #16
commit-bot: I haz the power
8 years, 6 months ago (2012-06-12 02:00:44 UTC) #17
Change committed as 141596

Powered by Google App Engine
This is Rietveld 408576698