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

Issue 10827154: Preload default wallpaper. (Closed)

Created:
8 years, 4 months ago by bshe
Modified:
8 years, 4 months ago
Reviewers:
Nikita (slow), sky
CC:
chromium-reviews, sadrul, nkostylev+watch_chromium.org, ben+watch_chromium.org, oshima+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 3

Patch Set 2 : Nikita's reivew #

Total comments: 10

Patch Set 3 : Address nikita's comment 8 #

Patch Set 4 : Delay start cache wallpapers after wallpaper animation finished #

Patch Set 5 : Merge to trunk #

Patch Set 6 : Compile error fix #

Total comments: 4

Patch Set 7 : Use DCHECK replace if cause. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+126 lines, -33 lines) Patch
M ash/desktop_background/desktop_background_controller.h View 1 2 3 4 5 2 chunks +8 lines, -0 lines 0 comments Download
M ash/desktop_background/desktop_background_controller.cc View 1 2 3 4 5 6 3 chunks +26 lines, -9 lines 0 comments Download
M chrome/browser/chromeos/login/user_manager_impl.cc View 1 2 3 4 5 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/wallpaper_manager.h View 1 2 3 3 chunks +17 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/login/wallpaper_manager.cc View 1 2 3 4 5 7 chunks +75 lines, -19 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
bshe
Hi Nikita. Could you take a look at this CL? I rely on the resouces ...
8 years, 4 months ago (2012-08-03 15:04:02 UTC) #1
Nikita (slow)
looks good overall, is there a visible speed improvement seen?
8 years, 4 months ago (2012-08-03 18:07:38 UTC) #2
Nikita (slow)
http://codereview.chromium.org/10827154/diff/1/chrome/browser/chromeos/login/user_manager_impl.cc File chrome/browser/chromeos/login/user_manager_impl.cc (right): http://codereview.chromium.org/10827154/diff/1/chrome/browser/chromeos/login/user_manager_impl.cc#newcode735 chrome/browser/chromeos/login/user_manager_impl.cc:735: WallpaperManager::Get()->CacheUserWallpaper(email); I've just realized that this place doesn't seem ...
8 years, 4 months ago (2012-08-03 18:09:39 UTC) #3
bshe
http://codereview.chromium.org/10827154/diff/1/chrome/browser/chromeos/login/user_manager_impl.cc File chrome/browser/chromeos/login/user_manager_impl.cc (right): http://codereview.chromium.org/10827154/diff/1/chrome/browser/chromeos/login/user_manager_impl.cc#newcode735 chrome/browser/chromeos/login/user_manager_impl.cc:735: WallpaperManager::Get()->CacheUserWallpaper(email); I see. Where do you think is the ...
8 years, 4 months ago (2012-08-03 18:14:54 UTC) #4
Nikita (slow)
http://codereview.chromium.org/10827154/diff/1/chrome/browser/chromeos/login/user_manager_impl.cc File chrome/browser/chromeos/login/user_manager_impl.cc (right): http://codereview.chromium.org/10827154/diff/1/chrome/browser/chromeos/login/user_manager_impl.cc#newcode735 chrome/browser/chromeos/login/user_manager_impl.cc:735: WallpaperManager::Get()->CacheUserWallpaper(email); On 2012/08/03 18:14:54, bshe wrote: > I see. ...
8 years, 4 months ago (2012-08-03 18:21:31 UTC) #5
bshe
On 2012/08/03 18:21:31, Nikita Kostylev wrote: > http://codereview.chromium.org/10827154/diff/1/chrome/browser/chromeos/login/user_manager_impl.cc > File chrome/browser/chromeos/login/user_manager_impl.cc (right): > > http://codereview.chromium.org/10827154/diff/1/chrome/browser/chromeos/login/user_manager_impl.cc#newcode735 ...
8 years, 4 months ago (2012-08-03 22:21:36 UTC) #6
Nikita (slow)
On 2012/08/03 22:21:36, bshe wrote: > On 2012/08/03 18:21:31, Nikita Kostylev wrote: > > > ...
8 years, 4 months ago (2012-08-04 03:38:17 UTC) #7
Nikita (slow)
http://codereview.chromium.org/10827154/diff/7/ash/desktop_background/desktop_background_controller.cc File ash/desktop_background/desktop_background_controller.cc (right): http://codereview.chromium.org/10827154/diff/7/ash/desktop_background/desktop_background_controller.cc#newcode138 ash/desktop_background/desktop_background_controller.cc:138: if (index == ash::GetInvalidWallpaperIndex() || just check for index ...
8 years, 4 months ago (2012-08-06 16:36:00 UTC) #8
bshe
nikita@ This patch addressed your comment 8 and I am working on your comment 7. ...
8 years, 4 months ago (2012-08-07 15:18:57 UTC) #9
bshe
On 2012/08/04 03:38:17, Nikita Kostylev wrote: > On 2012/08/03 22:21:36, bshe wrote: > > On ...
8 years, 4 months ago (2012-08-07 15:39:58 UTC) #10
Nikita (slow)
lgtm
8 years, 4 months ago (2012-08-07 18:02:20 UTC) #11
bshe
+sky for OWNERS: ash/* Thanks!
8 years, 4 months ago (2012-08-07 19:25:52 UTC) #12
sky
http://codereview.chromium.org/10827154/diff/12005/ash/desktop_background/desktop_background_controller.cc File ash/desktop_background/desktop_background_controller.cc (right): http://codereview.chromium.org/10827154/diff/12005/ash/desktop_background/desktop_background_controller.cc#newcode154 ash/desktop_background/desktop_background_controller.cc:154: if (index < 0) Should this be a DCHECK? ...
8 years, 4 months ago (2012-08-07 20:44:18 UTC) #13
bshe
sky@ http://codereview.chromium.org/10827154/diff/12005/ash/desktop_background/desktop_background_controller.cc File ash/desktop_background/desktop_background_controller.cc (right): http://codereview.chromium.org/10827154/diff/12005/ash/desktop_background/desktop_background_controller.cc#newcode154 ash/desktop_background/desktop_background_controller.cc:154: if (index < 0) Done On 2012/08/07 20:44:18, ...
8 years, 4 months ago (2012-08-07 22:00:01 UTC) #14
sky
Sorry, I was reading the code wrong.
8 years, 4 months ago (2012-08-07 22:49:44 UTC) #15
sky
LGTM
8 years, 4 months ago (2012-08-08 22:00:12 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bshe@chromium.org/10827154/15010
8 years, 4 months ago (2012-08-08 22:02:02 UTC) #17
commit-bot: I haz the power
Try job failure for 10827154-15010 (retry) on mac_rel for step "browser_tests". It's a second try, ...
8 years, 4 months ago (2012-08-08 23:24:56 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bshe@chromium.org/10827154/15010
8 years, 4 months ago (2012-08-09 00:32:43 UTC) #19
commit-bot: I haz the power
Try job failure for 10827154-15010 (retry) (retry) (retry) on linux_rel for step "nacl_integration". It's a ...
8 years, 4 months ago (2012-08-09 02:16:01 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bshe@chromium.org/10827154/15010
8 years, 4 months ago (2012-08-09 03:00:09 UTC) #21
commit-bot: I haz the power
8 years, 4 months ago (2012-08-09 04:08:38 UTC) #22
Change committed as 150726

Powered by Google App Engine
This is Rietveld 408576698