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

Issue 11415015: Remove use of index in wallpaper picker code and some refactor (Closed)

Created:
8 years, 1 month ago by bshe
Modified:
8 years, 1 month ago
Reviewers:
Nikita (slow), sky
CC:
chromium-reviews, dbeam+watch-options_chromium.org, nkostylev+watch_chromium.org, Aaron Boodman, oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

Remove use of index in wallpaper picker code and some refactor BUG=141431 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=168818

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : rebase to master #

Patch Set 5 : Please review this patch #

Total comments: 16

Patch Set 6 : sky's review #

Patch Set 7 : nits #

Patch Set 8 : fix browser tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+190 lines, -383 lines) Patch
M ash/ash.gyp View 1 1 chunk +0 lines, -2 lines 0 comments Download
M ash/desktop_background/desktop_background_controller.h View 1 2 3 4 5 6 6 chunks +35 lines, -16 lines 0 comments Download
M ash/desktop_background/desktop_background_controller.cc View 1 2 3 4 5 6 11 chunks +75 lines, -93 lines 0 comments Download
D ash/desktop_background/desktop_background_resources.h View 1 1 chunk +0 lines, -52 lines 0 comments Download
D ash/desktop_background/desktop_background_resources.cc View 1 1 chunk +0 lines, -125 lines 0 comments Download
M ash/desktop_background/desktop_background_view.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M ash/desktop_background/desktop_background_view.cc View 1 2 3 4 5 2 chunks +4 lines, -4 lines 0 comments Download
M ash/shell.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M ash/shell/content_client/shell_browser_main_parts.cc View 1 2 3 4 5 1 chunk +6 lines, -1 line 0 comments Download
M ash/shell_factory.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/chromeos/background/ash_user_wallpaper_delegate.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/wallpaper_private_api.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/wallpaper_private_api.cc View 1 2 3 4 5 5 chunks +22 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/login/user_manager.h View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/chromeos/login/wallpaper_manager.h View 1 2 3 4 4 chunks +3 lines, -9 lines 0 comments Download
M chrome/browser/chromeos/login/wallpaper_manager.cc View 1 2 3 4 5 21 chunks +37 lines, -60 lines 0 comments Download
M chrome/browser/chromeos/login/wallpaper_manager_browsertest.cc View 1 2 3 4 5 6 7 5 chunks +6 lines, -10 lines 0 comments Download
M chrome/browser/chromeos/login/webui_login_display.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 9 (0 generated)
bshe
This CL removes most of the old wallpaper picker code. I have removed the disable_new_wallpaper_picker ...
8 years, 1 month ago (2012-11-16 02:20:32 UTC) #1
sky
Any chance we could split these out to remove first, then cleanup? That way I ...
8 years, 1 month ago (2012-11-16 03:22:06 UTC) #2
Nikita (slow)
I agree with Scott. CL should contain just cleanup otherwise some aspects of refactoring could ...
8 years, 1 month ago (2012-11-16 14:46:26 UTC) #3
bshe
I have created a new patch here https://codereview.chromium.org/11308068/ to remove all old files. After that ...
8 years, 1 month ago (2012-11-16 15:29:03 UTC) #4
bshe
I have uploaded my CL which removes unused files. This CL is mainly code refactor(most ...
8 years, 1 month ago (2012-11-19 17:26:53 UTC) #5
Nikita (slow)
chromeos/login lgtm
8 years, 1 month ago (2012-11-19 17:45:38 UTC) #6
sky
https://codereview.chromium.org/11415015/diff/6010/ash/desktop_background/desktop_background_controller.cc File ash/desktop_background/desktop_background_controller.cc (right): https://codereview.chromium.org/11415015/diff/6010/ash/desktop_background/desktop_background_controller.cc#newcode83 ash/desktop_background/desktop_background_controller.cc:83: int wallpaper_idr; Can this use WallpaperInfo? https://codereview.chromium.org/11415015/diff/6010/ash/desktop_background/desktop_background_controller.cc#newcode90 ash/desktop_background/desktop_background_controller.cc:90: class ...
8 years, 1 month ago (2012-11-19 22:21:19 UTC) #7
bshe
Done. Thanks for review! Could you please take another look? http://codereview.chromium.org/11415015/diff/6010/ash/desktop_background/desktop_background_controller.cc File ash/desktop_background/desktop_background_controller.cc (right): http://codereview.chromium.org/11415015/diff/6010/ash/desktop_background/desktop_background_controller.cc#newcode83 ...
8 years, 1 month ago (2012-11-20 00:33:59 UTC) #8
sky
8 years, 1 month ago (2012-11-20 03:13:41 UTC) #9
LGTM

Powered by Google App Engine
This is Rietveld 408576698