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

Issue 11272026: Remove the managed banner from the Chrome settings UI (Closed)

Created:
8 years, 2 months ago by bartfab (slow)
Modified:
8 years, 1 month ago
CC:
chromium-reviews, nkostylev+watch_chromium.org, Aaron Boodman, arv (Not doing code reviews), oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

Remove the managed banner from the Chrome settings UI This banner has been obsoleted by the controlled setting indicators. BUG=104955 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=164195

Patch Set 1 #

Total comments: 12

Patch Set 2 : Comments addressed. #

Total comments: 2

Patch Set 3 : Updated CSS to reference class instead of id. #

Patch Set 4 : Rebased. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -507 lines) Patch
M chrome/app/chromeos_strings.grdp View 1 chunk +10 lines, -1 line 0 comments Download
M chrome/app/generated_resources.grd View 1 chunk +0 lines, -12 lines 0 comments Download
M chrome/browser/chromeos/proxy_cros_settings_parser.cc View 1 1 chunk +13 lines, -13 lines 0 comments Download
M chrome/browser/policy/policy_prefs_browsertest.cc View 1 10 chunks +7 lines, -116 lines 0 comments Download
M chrome/browser/resources/extensions/extensions.css View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/extensions/extensions.html View 1 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/browser/resources/options/browser_options.html View 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/resources/options/browser_options.js View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/resources/options/chromeos/internet_detail.html View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/resources/options/chromeos/internet_detail.js View 1 chunk +4 lines, -3 lines 0 comments Download
M chrome/browser/resources/options/content_settings.js View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/resources/options/options.html View 1 chunk +0 lines, -8 lines 0 comments Download
M chrome/browser/resources/options/options_page.js View 3 chunks +0 lines, -63 lines 0 comments Download
M chrome/browser/resources/options/pref_ui.js View 2 chunks +0 lines, -2 lines 0 comments Download
M chrome/browser/resources/uber/uber_shared.css View 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/options/chromeos/proxy_handler.cc View 1 chunk +7 lines, -5 lines 0 comments Download
M chrome/browser/ui/webui/options/core_options_handler.cc View 1 chunk +0 lines, -8 lines 0 comments Download
M chrome/common/extensions/docs/examples/api/fontSettings/css/uber_shared.css View 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/test/data/policy/policy_test_cases.json View 1 2 3 121 chunks +12 lines, -259 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
bartfab (slow)
Hi everyone, I would appreciate your review as I try to finish this feature for ...
8 years, 2 months ago (2012-10-25 09:10:43 UTC) #1
Nikita (slow)
lgtm https://chromiumcodereview.appspot.com/11272026/diff/1/chrome/browser/resources/options/chromeos/internet_detail.html File chrome/browser/resources/options/chromeos/internet_detail.html (right): https://chromiumcodereview.appspot.com/11272026/diff/1/chrome/browser/resources/options/chromeos/internet_detail.html#newcode522 chrome/browser/resources/options/chromeos/internet_detail.html:522: <span id="banner-text" class="page-banner-text"></span> Warning text has to stay?
8 years, 2 months ago (2012-10-25 09:28:54 UTC) #2
bartfab (slow)
https://chromiumcodereview.appspot.com/11272026/diff/1/chrome/browser/resources/options/chromeos/internet_detail.html File chrome/browser/resources/options/chromeos/internet_detail.html (right): https://chromiumcodereview.appspot.com/11272026/diff/1/chrome/browser/resources/options/chromeos/internet_detail.html#newcode522 chrome/browser/resources/options/chromeos/internet_detail.html:522: <span id="banner-text" class="page-banner-text"></span> Yes, this is a custom banner ...
8 years, 2 months ago (2012-10-25 09:31:44 UTC) #3
Joao da Silva
https://chromiumcodereview.appspot.com/11272026/diff/1/chrome/browser/chromeos/proxy_cros_settings_parser.cc File chrome/browser/chromeos/proxy_cros_settings_parser.cc (right): https://chromiumcodereview.appspot.com/11272026/diff/1/chrome/browser/chromeos/proxy_cros_settings_parser.cc#newcode327 chrome/browser/chromeos/proxy_cros_settings_parser.cc:327: case ProxyPrefs::CONFIG_POLICY: The indentation of the case: labels should ...
8 years, 1 month ago (2012-10-25 11:07:52 UTC) #4
falken
chrome/common/extensions/docs/examples/api/fontSettings/ lgtm
8 years, 1 month ago (2012-10-25 13:01:55 UTC) #5
bartfab (slow)
https://chromiumcodereview.appspot.com/11272026/diff/1/chrome/browser/chromeos/proxy_cros_settings_parser.cc File chrome/browser/chromeos/proxy_cros_settings_parser.cc (right): https://chromiumcodereview.appspot.com/11272026/diff/1/chrome/browser/chromeos/proxy_cros_settings_parser.cc#newcode327 chrome/browser/chromeos/proxy_cros_settings_parser.cc:327: case ProxyPrefs::CONFIG_POLICY: On 2012/10/25 11:07:52, Joao da Silva wrote: ...
8 years, 1 month ago (2012-10-25 13:13:12 UTC) #6
Joao da Silva
lgtm
8 years, 1 month ago (2012-10-25 13:22:52 UTC) #7
bartfab (slow)
Pam, I removed the ids that were not being used anyway from two div elements ...
8 years, 1 month ago (2012-10-25 14:10:13 UTC) #8
Pam (message me for reviews)
https://chromiumcodereview.appspot.com/11272026/diff/8001/chrome/browser/resources/extensions/extensions.html File chrome/browser/resources/extensions/extensions.html (right): https://chromiumcodereview.appspot.com/11272026/diff/8001/chrome/browser/resources/extensions/extensions.html#newcode45 chrome/browser/resources/extensions/extensions.html:45: <div class="page-banner managed-mode-banner"> extensions.css uses #managed-mode-banner It should be ...
8 years, 1 month ago (2012-10-25 14:19:26 UTC) #9
bartfab (slow)
https://chromiumcodereview.appspot.com/11272026/diff/8001/chrome/browser/resources/extensions/extensions.html File chrome/browser/resources/extensions/extensions.html (right): https://chromiumcodereview.appspot.com/11272026/diff/8001/chrome/browser/resources/extensions/extensions.html#newcode45 chrome/browser/resources/extensions/extensions.html:45: <div class="page-banner managed-mode-banner"> Oh, I just knew I would ...
8 years, 1 month ago (2012-10-25 14:26:28 UTC) #10
Pam (message me for reviews)
LGTM, assuming you've done the quick manual test again. - Pam
8 years, 1 month ago (2012-10-25 14:49:43 UTC) #11
James Hawkins
lgtm
8 years, 1 month ago (2012-10-25 15:25:24 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bartfab@chromium.org/11272026/13002
8 years, 1 month ago (2012-10-25 19:55:40 UTC) #13
commit-bot: I haz the power
8 years, 1 month ago (2012-10-25 22:36:18 UTC) #14
Change committed as 164195

Powered by Google App Engine
This is Rietveld 408576698