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

Issue 7400032: Multi-profile WebUI settings (Closed)

Created:
9 years, 5 months ago by binji
Modified:
9 years, 5 months ago
CC:
chromium-reviews, arv (Not doing code reviews)
Visibility:
Public.

Description

Multi-profile WebUI settings BUG=89643, 89736 TEST=go to chrome://settings/personal when running with multi-profiles enabled. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=93461

Patch Set 1 #

Patch Set 2 : Fix lint issues #

Patch Set 3 : UI changes #

Patch Set 4 : Notify when deleting profile from cache #

Total comments: 30

Patch Set 5 : Fixes #

Patch Set 6 : renamed profiles_manage -> manage_profile #

Total comments: 6

Patch Set 7 : profilesX -> xProfile, profiles-x -> x-profile, etc. #

Patch Set 8 : Merged w/ trunk, changed list->grid for icon chooser #

Patch Set 9 : profiles_icon_list.js -> profiles_icon_grid.js #

Unified diffs Side-by-side diffs Delta from patch set Stats (+950 lines, -73 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 4 5 6 7 2 chunks +59 lines, -2 lines 0 comments Download
M chrome/browser/profiles/profile_info_cache.h View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/profiles/profile_info_cache.cc View 1 2 3 4 5 6 7 3 chunks +29 lines, -21 lines 0 comments Download
A chrome/browser/resources/options/manage_profile_overlay.css View 1 2 3 4 5 6 7 1 chunk +75 lines, -0 lines 0 comments Download
A chrome/browser/resources/options/manage_profile_overlay.html View 1 2 3 4 5 6 7 1 chunk +39 lines, -0 lines 0 comments Download
A chrome/browser/resources/options/manage_profile_overlay.js View 1 2 3 4 5 6 7 1 chunk +207 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/options.html View 1 2 3 4 5 6 7 3 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/options.js View 1 2 3 4 5 6 7 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/options_bundle.js View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/personal_options.css View 1 2 3 4 2 chunks +6 lines, -5 lines 0 comments Download
M chrome/browser/resources/options/personal_options.html View 1 2 3 4 5 6 7 1 chunk +11 lines, -6 lines 0 comments Download
M chrome/browser/resources/options/personal_options.js View 1 2 3 4 5 6 7 5 chunks +86 lines, -8 lines 0 comments Download
A chrome/browser/resources/options/personal_options_profile_list.js View 1 2 3 4 5 6 1 chunk +92 lines, -0 lines 0 comments Download
A chrome/browser/resources/options/profiles_icon_grid.js View 1 2 3 4 5 6 7 8 1 chunk +68 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/options/manage_profile_handler.h View 1 2 3 4 5 1 chunk +59 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/options/manage_profile_handler.cc View 1 2 3 4 5 6 1 chunk +127 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/options/options_ui.cc View 1 2 3 4 5 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/options/personal_options_handler.h View 1 2 3 4 1 chunk +14 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/options/personal_options_handler.cc View 1 2 3 4 5 6 7 9 chunks +61 lines, -31 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
binji
jhawkins: please review WebUI stuff mirandac: please review profile_info_cache, strings sail: FYI
9 years, 5 months ago (2011-07-19 19:09:29 UTC) #1
sail
LGTM Awesome! http://codereview.chromium.org/7400032/diff/9001/chrome/browser/profiles/profile_info_cache.cc File chrome/browser/profiles/profile_info_cache.cc (right): http://codereview.chromium.org/7400032/diff/9001/chrome/browser/profiles/profile_info_cache.cc#newcode86 chrome/browser/profiles/profile_info_cache.cc:86: NotificationService::current()->Notify( Good catch. Can you add this ...
9 years, 5 months ago (2011-07-19 19:39:50 UTC) #2
James Hawkins
http://codereview.chromium.org/7400032/diff/9001/chrome/browser/resources/options/options.html File chrome/browser/resources/options/options.html (right): http://codereview.chromium.org/7400032/diff/9001/chrome/browser/resources/options/options.html#newcode43 chrome/browser/resources/options/options.html:43: <link rel="stylesheet" href="profiles_manage_overlay.css"> profiles_manage is somewhat strange. Should this ...
9 years, 5 months ago (2011-07-19 20:22:09 UTC) #3
Miranda Callahan
This is great! A few nitty comments, and agree w/James about the need for more ...
9 years, 5 months ago (2011-07-19 20:40:55 UTC) #4
James Hawkins
http://codereview.chromium.org/7400032/diff/9001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): http://codereview.chromium.org/7400032/diff/9001/chrome/app/generated_resources.grd#newcode13016 chrome/app/generated_resources.grd:13016: This name is already used! On 2011/07/19 20:40:55, Miranda ...
9 years, 5 months ago (2011-07-19 20:41:51 UTC) #5
Miranda Callahan
http://codereview.chromium.org/7400032/diff/9001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): http://codereview.chromium.org/7400032/diff/9001/chrome/app/generated_resources.grd#newcode13016 chrome/app/generated_resources.grd:13016: This name is already used! On 2011/07/19 20:41:52, James ...
9 years, 5 months ago (2011-07-19 20:47:32 UTC) #6
binji
On 2011/07/19 20:22:09, James Hawkins wrote: > http://codereview.chromium.org/7400032/diff/9001/chrome/browser/resources/options/options.html > File chrome/browser/resources/options/options.html (right): > > http://codereview.chromium.org/7400032/diff/9001/chrome/browser/resources/options/options.html#newcode43 ...
9 years, 5 months ago (2011-07-19 23:12:43 UTC) #7
binji
> http://codereview.chromium.org/7400032/diff/9001/chrome/app/generated_resources.grd#newcode13016 > chrome/app/generated_resources.grd:13016: This name is already used! > nit: could you change to ...
9 years, 5 months ago (2011-07-19 23:13:58 UTC) #8
binji
Removed profiles_delete_handler.* Merged profiles_delete_handler logic into profiles_manage_handler. Renamed profiles_manage_* -> manage_profile_*
9 years, 5 months ago (2011-07-20 01:18:33 UTC) #9
James Hawkins
http://codereview.chromium.org/7400032/diff/16002/chrome/browser/resources/options/manage_profile_overlay.html File chrome/browser/resources/options/manage_profile_overlay.html (right): http://codereview.chromium.org/7400032/diff/16002/chrome/browser/resources/options/manage_profile_overlay.html#newcode1 chrome/browser/resources/options/manage_profile_overlay.html:1: <div id="profiles-manage-overlay" class="page" hidden> Change the ID and similarly-named ...
9 years, 5 months ago (2011-07-20 01:24:22 UTC) #10
binji
http://codereview.chromium.org/7400032/diff/16002/chrome/browser/resources/options/manage_profile_overlay.html File chrome/browser/resources/options/manage_profile_overlay.html (right): http://codereview.chromium.org/7400032/diff/16002/chrome/browser/resources/options/manage_profile_overlay.html#newcode1 chrome/browser/resources/options/manage_profile_overlay.html:1: <div id="profiles-manage-overlay" class="page" hidden> On 2011/07/20 01:24:22, James Hawkins ...
9 years, 5 months ago (2011-07-20 01:56:17 UTC) #11
James Hawkins
LGTM. You can probably use this for JS readability.
9 years, 5 months ago (2011-07-20 02:00:35 UTC) #12
binji
James, can you take another look? I changed list->grid.
9 years, 5 months ago (2011-07-20 20:20:40 UTC) #13
James Hawkins
SLGTM
9 years, 5 months ago (2011-07-20 20:22:32 UTC) #14
commit-bot: I haz the power
9 years, 5 months ago (2011-07-21 20:17:19 UTC) #15
Change committed as 93461

Powered by Google App Engine
This is Rietveld 408576698