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

Issue 9464053: Hide/Disable several (meaningless) options in Settings uber-page for Guest. (Closed)

Created:
8 years, 10 months ago by Denis Kuznetsov (DE-MUC)
Modified:
8 years, 9 months ago
Reviewers:
csilv, James Hawkins
CC:
chromium-reviews
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Hide/Disable several (meaningless) options in Settings uber-page for Guest. For detailed description of changes see individual issues / https://docs.google.com/a/google.com/document/d/1o9bKsCyvYnFAu2tilRqFbyIwR1dPs2XdLkdvSZ3u8eg/edit BUG=chromium-os:26899, chromium-os:26898, chromium-os:26897, chromium-os:26896, chromium-os:26894, chromium-os:26893, chromium-os:26891 TEST=tested manually Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=127538

Patch Set 1 #

Patch Set 2 : Wrench menu should not be in CL #

Patch Set 3 : No change picture button anymore #

Total comments: 22

Patch Set 4 : Post-review fixes #

Total comments: 8

Patch Set 5 : Nit fixes + merge with TOT + gray out labels for disabled elements #

Total comments: 14

Patch Set 6 : Fix nits + merge again #

Patch Set 7 : Rename variable #

Total comments: 14

Patch Set 8 : Review issues fixed #

Patch Set 9 : Fix after merge #

Patch Set 10 : Declarative way #

Total comments: 2

Patch Set 11 : fix last nits #

Patch Set 12 : Manual merge #

Patch Set 13 : AccountsOptions only available in ChromeOS #

Patch Set 14 : Merge with ToT #

Patch Set 15 : Another merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+134 lines, -59 lines) Patch
M chrome/browser/resources/options/chromeos/accounts_options.js View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/options2/browser_options.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 7 chunks +16 lines, -12 lines 0 comments Download
M chrome/browser/resources/options2/browser_options.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 7 chunks +10 lines, -35 lines 0 comments Download
M chrome/browser/resources/options2/chromeos/accounts_options.js View 1 2 3 4 5 6 7 8 9 10 2 chunks +68 lines, -1 line 0 comments Download
M chrome/browser/resources/options2/chromeos/accounts_options_page.css View 1 2 3 4 5 1 chunk +10 lines, -0 lines 0 comments Download
M chrome/browser/resources/options2/content_settings.html View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/options2/content_settings.js View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/resources/options2/language_options.js View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/options2/password_manager.js View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/options2/search_page.js View 1 2 3 4 5 6 7 2 chunks +7 lines, -4 lines 0 comments Download
M chrome/browser/ui/webui/options2/chromeos/accounts_options_handler2.cc View 1 2 3 4 5 6 7 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/options2/chromeos/core_chromeos_options_handler2.h View 1 2 3 4 5 6 7 8 9 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/options2/chromeos/core_chromeos_options_handler2.cc View 1 2 3 4 5 6 7 8 9 2 chunks +12 lines, -0 lines 0 comments Download

Messages

Total messages: 28 (0 generated)
Denis Kuznetsov (DE-MUC)
8 years, 10 months ago (2012-02-27 12:22:33 UTC) #1
James Hawkins
+csilv to take a look at the search-hidden stuff. https://chromiumcodereview.appspot.com/9464053/diff/3004/chrome/browser/resources/options2/advanced_options.html File chrome/browser/resources/options2/advanced_options.html (right): https://chromiumcodereview.appspot.com/9464053/diff/3004/chrome/browser/resources/options2/advanced_options.html#newcode53 chrome/browser/resources/options2/advanced_options.html:53: ...
8 years, 9 months ago (2012-02-28 20:03:35 UTC) #2
Denis Kuznetsov (DE-MUC)
PTAL https://chromiumcodereview.appspot.com/9464053/diff/3004/chrome/browser/resources/options2/advanced_options.html File chrome/browser/resources/options2/advanced_options.html (right): https://chromiumcodereview.appspot.com/9464053/diff/3004/chrome/browser/resources/options2/advanced_options.html#newcode53 chrome/browser/resources/options2/advanced_options.html:53: <div id="searchSuggestEnabledGroup" class="checkbox"> On 2012/02/28 20:03:35, James Hawkins ...
8 years, 9 months ago (2012-02-29 08:41:43 UTC) #3
csilv
I really like the cleanups. LGTM w/ style nits. https://chromiumcodereview.appspot.com/9464053/diff/10001/chrome/browser/resources/options2/advanced_options.html File chrome/browser/resources/options2/advanced_options.html (right): https://chromiumcodereview.appspot.com/9464053/diff/10001/chrome/browser/resources/options2/advanced_options.html#newcode60 chrome/browser/resources/options2/advanced_options.html:60: ...
8 years, 9 months ago (2012-03-01 01:32:18 UTC) #4
Denis Kuznetsov (DE-MUC)
James Hawkins, please take a look again -- had to merge with TOT (changes in ...
8 years, 9 months ago (2012-03-01 14:21:54 UTC) #5
James Hawkins
https://chromiumcodereview.appspot.com/9464053/diff/17001/chrome/browser/resources/options2/advanced_options.html File chrome/browser/resources/options2/advanced_options.html (right): https://chromiumcodereview.appspot.com/9464053/diff/17001/chrome/browser/resources/options2/advanced_options.html#newcode14 chrome/browser/resources/options2/advanced_options.html:14: <select id="timezone-select" class="control" i18n-options="timezoneList" nit: 80 cols. https://chromiumcodereview.appspot.com/9464053/diff/17001/chrome/browser/resources/options2/chromeos/accounts_options.js File ...
8 years, 9 months ago (2012-03-01 20:00:19 UTC) #6
Denis Kuznetsov (DE-MUC)
James Hawkins, please take a look. I had to merge, advanced_options are now part of ...
8 years, 9 months ago (2012-03-02 17:32:25 UTC) #7
James Hawkins
https://chromiumcodereview.appspot.com/9464053/diff/17001/chrome/browser/ui/webui/options2/chromeos/core_chromeos_options_handler2.cc File chrome/browser/ui/webui/options2/chromeos/core_chromeos_options_handler2.cc (right): https://chromiumcodereview.appspot.com/9464053/diff/17001/chrome/browser/ui/webui/options2/chromeos/core_chromeos_options_handler2.cc#newcode217 chrome/browser/ui/webui/options2/chromeos/core_chromeos_options_handler2.cc:217: "logged_in_as_guest", On 2012/03/02 17:32:25, Denis Kuznetsov wrote: > On ...
8 years, 9 months ago (2012-03-02 22:26:17 UTC) #8
Denis Kuznetsov (DE-MUC)
https://chromiumcodereview.appspot.com/9464053/diff/17001/chrome/browser/ui/webui/options2/chromeos/core_chromeos_options_handler2.cc File chrome/browser/ui/webui/options2/chromeos/core_chromeos_options_handler2.cc (right): https://chromiumcodereview.appspot.com/9464053/diff/17001/chrome/browser/ui/webui/options2/chromeos/core_chromeos_options_handler2.cc#newcode217 chrome/browser/ui/webui/options2/chromeos/core_chromeos_options_handler2.cc:217: "logged_in_as_guest", On 2012/03/02 22:26:17, James Hawkins wrote: > On ...
8 years, 9 months ago (2012-03-05 09:25:57 UTC) #9
James Hawkins
https://chromiumcodereview.appspot.com/9464053/diff/30001/chrome/browser/resources/options2/browser_options.html File chrome/browser/resources/options2/browser_options.html (right): https://chromiumcodereview.appspot.com/9464053/diff/30001/chrome/browser/resources/options2/browser_options.html#newcode116 chrome/browser/resources/options2/browser_options.html:116: <div class="settings-row" id="home-page-select-container"> nit: IDs should be the first ...
8 years, 9 months ago (2012-03-05 17:07:12 UTC) #10
Denis Kuznetsov (DE-MUC)
http://codereview.chromium.org/9464053/diff/30001/chrome/browser/resources/options2/browser_options.html File chrome/browser/resources/options2/browser_options.html (right): http://codereview.chromium.org/9464053/diff/30001/chrome/browser/resources/options2/browser_options.html#newcode116 chrome/browser/resources/options2/browser_options.html:116: <div class="settings-row" id="home-page-select-container"> On 2012/03/05 17:07:12, James Hawkins wrote: ...
8 years, 9 months ago (2012-03-12 10:32:15 UTC) #11
James Hawkins
I really think we should be using a custom attribute instead of hard-coding the sections ...
8 years, 9 months ago (2012-03-13 20:43:11 UTC) #12
Denis Kuznetsov (DE-MUC)
On the one hand, I like the idea of declarative control for settings. On the ...
8 years, 9 months ago (2012-03-14 13:17:31 UTC) #13
James Hawkins
This is just for elements that should be hidden for guests, right? So this CL ...
8 years, 9 months ago (2012-03-14 17:37:11 UTC) #14
Denis Kuznetsov (DE-MUC)
Done, please take a look.
8 years, 9 months ago (2012-03-15 16:37:55 UTC) #15
James Hawkins
Thanks! LGTM (really good) with nits. http://codereview.chromium.org/9464053/diff/46001/chrome/browser/resources/options2/chromeos/accounts_options.js File chrome/browser/resources/options2/chromeos/accounts_options.js (right): http://codereview.chromium.org/9464053/diff/46001/chrome/browser/resources/options2/chromeos/accounts_options.js#newcode172 chrome/browser/resources/options2/chromeos/accounts_options.js:172: if (cr.isChromeOS && ...
8 years, 9 months ago (2012-03-15 17:21:32 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/antrim@chromium.org/9464053/50001
8 years, 9 months ago (2012-03-15 18:01:31 UTC) #17
commit-bot: I haz the power
Can't apply patch for file chrome/browser/resources/options2/browser_options.html. While running patch -p1 --forward --force; patching file chrome/browser/resources/options2/browser_options.html ...
8 years, 9 months ago (2012-03-15 18:01:34 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/antrim@chromium.org/9464053/50002
8 years, 9 months ago (2012-03-16 14:58:20 UTC) #19
commit-bot: I haz the power
Try job failure for 9464053-50002 (retry) on linux_rel for step "browser_tests". It's a second try, ...
8 years, 9 months ago (2012-03-16 15:35:25 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/antrim@chromium.org/9464053/46003
8 years, 9 months ago (2012-03-16 19:40:42 UTC) #21
commit-bot: I haz the power
Can't apply patch for file chrome/browser/resources/options2/browser_options.html. While running patch -p1 --forward --force; patching file chrome/browser/resources/options2/browser_options.html ...
8 years, 9 months ago (2012-03-16 19:40:45 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/antrim@chromium.org/9464053/54001
8 years, 9 months ago (2012-03-19 15:29:44 UTC) #23
commit-bot: I haz the power
Try job failure for 9464053-54001 (retry) on mac_rel for step "browser_tests". It's a second try, ...
8 years, 9 months ago (2012-03-19 17:19:11 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/antrim@chromium.org/9464053/54001
8 years, 9 months ago (2012-03-19 17:42:31 UTC) #25
commit-bot: I haz the power
Try job failure for 9464053-54001 (retry) on mac_rel for step "browser_tests". It's a second try, ...
8 years, 9 months ago (2012-03-19 19:28:37 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/antrim@chromium.org/9464053/62003
8 years, 9 months ago (2012-03-19 19:41:52 UTC) #27
commit-bot: I haz the power
8 years, 9 months ago (2012-03-19 21:24:50 UTC) #28
Change committed as 127538

Powered by Google App Engine
This is Rietveld 408576698