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

Issue 12594029: Create interface to manage manual exceptions. (Closed)

Created:
7 years, 9 months ago by Sergiu
Modified:
7 years, 8 months ago
CC:
chromium-reviews, dbeam+watch-options_chromium.org, pam+watch_chromium.org, arv+watch_chromium.org, Adrian Kuegel, Pam (message me for reviews)
Visibility:
Public.

Description

Create interface to manage manual exceptions. Adds a new dialog that allows a user to edit the list of manual exceptions for managed mode. Authentication is not yet tied in. R=bauerb@chromium.org, markusheintz@chromium.org, jhawkins@chromium.org BUG=171370 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=192937

Patch Set 1 #

Patch Set 2 : Minor fixes #

Total comments: 3

Patch Set 3 : Fixes #

Patch Set 4 : Canonical form #

Total comments: 9

Patch Set 5 : Rebase #

Patch Set 6 : Fixes #

Total comments: 2

Patch Set 7 : Minor fix #

Total comments: 16

Patch Set 8 : Fixes #

Patch Set 9 : Rebase #

Patch Set 10 : Add a TODO #

Patch Set 11 : Load the overlay only when managed users are available. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+368 lines, -273 lines) Patch
M chrome/app/generated_resources.grd View 1 chunk +8 lines, -2 lines 0 comments Download
A chrome/browser/resources/options/managed_user_exceptions_area.html View 1 2 3 4 5 6 7 1 chunk +24 lines, -0 lines 0 comments Download
A + chrome/browser/resources/options/managed_user_exceptions_area.js View 1 2 3 4 5 6 7 8 9 10 18 chunks +72 lines, -267 lines 0 comments Download
M chrome/browser/resources/options/managed_user_settings.css View 1 2 3 4 5 6 7 2 chunks +27 lines, -1 line 0 comments Download
M chrome/browser/resources/options/managed_user_settings.html View 1 2 3 4 5 6 7 1 chunk +4 lines, -1 line 0 comments Download
M chrome/browser/resources/options/managed_user_settings.js View 1 2 3 4 5 6 7 2 chunks +32 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/options.html View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/options/options.js View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/options_bundle.js View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/options/managed_user_settings_handler.h View 1 2 3 4 5 6 7 2 chunks +23 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/options/managed_user_settings_handler.cc View 1 2 3 4 5 6 7 8 8 chunks +172 lines, -2 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
Sergiu
7 years, 9 months ago (2013-03-27 14:24:57 UTC) #1
Bernhard Bauer
https://codereview.chromium.org/12594029/diff/2001/chrome/browser/ui/webui/options/managed_user_settings_handler.cc File chrome/browser/ui/webui/options/managed_user_settings_handler.cc (right): https://codereview.chromium.org/12594029/diff/2001/chrome/browser/ui/webui/options/managed_user_settings_handler.cc#newcode259 chrome/browser/ui/webui/options/managed_user_settings_handler.cc:259: !url.has_ref(); How about using CanonicalizeHost() (from gurl.h)? It will ...
7 years, 9 months ago (2013-03-27 14:41:11 UTC) #2
Sergiu
Fixed that and the stuff from the other side. https://codereview.chromium.org/12594029/diff/2001/chrome/browser/ui/webui/options/managed_user_settings_handler.cc File chrome/browser/ui/webui/options/managed_user_settings_handler.cc (right): https://codereview.chromium.org/12594029/diff/2001/chrome/browser/ui/webui/options/managed_user_settings_handler.cc#newcode259 chrome/browser/ui/webui/options/managed_user_settings_handler.cc:259: ...
7 years, 9 months ago (2013-03-27 15:26:45 UTC) #3
Bernhard Bauer
https://codereview.chromium.org/12594029/diff/2001/chrome/browser/ui/webui/options/managed_user_settings_handler.cc File chrome/browser/ui/webui/options/managed_user_settings_handler.cc (right): https://codereview.chromium.org/12594029/diff/2001/chrome/browser/ui/webui/options/managed_user_settings_handler.cc#newcode259 chrome/browser/ui/webui/options/managed_user_settings_handler.cc:259: !url.has_ref(); On 2013/03/27 15:26:46, Sergiu wrote: > On 2013/03/27 ...
7 years, 9 months ago (2013-03-27 15:55:12 UTC) #4
Sergiu
On 2013/03/27 15:55:12, Bernhard Bauer wrote: > https://codereview.chromium.org/12594029/diff/2001/chrome/browser/ui/webui/options/managed_user_settings_handler.cc > File chrome/browser/ui/webui/options/managed_user_settings_handler.cc (right): > > https://codereview.chromium.org/12594029/diff/2001/chrome/browser/ui/webui/options/managed_user_settings_handler.cc#newcode259 ...
7 years, 9 months ago (2013-03-27 19:07:06 UTC) #5
Bernhard Bauer
https://codereview.chromium.org/12594029/diff/7003/chrome/browser/resources/options/managed_user_settings.js File chrome/browser/resources/options/managed_user_settings.js (right): https://codereview.chromium.org/12594029/diff/7003/chrome/browser/resources/options/managed_user_settings.js#newcode202 chrome/browser/resources/options/managed_user_settings.js:202: var exceptionsList = $('manual-exceptions'); I think you could inline ...
7 years, 8 months ago (2013-04-02 11:08:36 UTC) #6
Sergiu
https://codereview.chromium.org/12594029/diff/7003/chrome/browser/resources/options/managed_user_settings.js File chrome/browser/resources/options/managed_user_settings.js (right): https://codereview.chromium.org/12594029/diff/7003/chrome/browser/resources/options/managed_user_settings.js#newcode202 chrome/browser/resources/options/managed_user_settings.js:202: var exceptionsList = $('manual-exceptions'); On 2013/04/02 11:08:36, Bernhard Bauer ...
7 years, 8 months ago (2013-04-02 14:55:38 UTC) #7
Bernhard Bauer
LGTM with a nit: https://codereview.chromium.org/12594029/diff/7003/chrome/browser/ui/webui/options/managed_user_settings_handler.cc File chrome/browser/ui/webui/options/managed_user_settings_handler.cc (right): https://codereview.chromium.org/12594029/diff/7003/chrome/browser/ui/webui/options/managed_user_settings_handler.cc#newcode40 chrome/browser/ui/webui/options/managed_user_settings_handler.cc:40: bool CheckHostname(std::string host, std::string* output_string) ...
7 years, 8 months ago (2013-04-02 15:07:55 UTC) #8
Sergiu
Hey James, please take a look at this. Thanks! > > Renamed to CanonicalizeHost, as ...
7 years, 8 months ago (2013-04-02 15:22:55 UTC) #9
James Hawkins
https://codereview.chromium.org/12594029/diff/21007/chrome/browser/resources/options/managed_user_exceptions_area.html File chrome/browser/resources/options/managed_user_exceptions_area.html (right): https://codereview.chromium.org/12594029/diff/21007/chrome/browser/resources/options/managed_user_exceptions_area.html#newcode6 chrome/browser/resources/options/managed_user_exceptions_area.html:6: <div class="manual-exception-pattern-column" Why use class when there's only one ...
7 years, 8 months ago (2013-04-02 15:57:32 UTC) #10
Sergiu
https://codereview.chromium.org/12594029/diff/21007/chrome/browser/resources/options/managed_user_exceptions_area.html File chrome/browser/resources/options/managed_user_exceptions_area.html (right): https://codereview.chromium.org/12594029/diff/21007/chrome/browser/resources/options/managed_user_exceptions_area.html#newcode6 chrome/browser/resources/options/managed_user_exceptions_area.html:6: <div class="manual-exception-pattern-column" On 2013/04/02 15:57:33, James Hawkins wrote: > ...
7 years, 8 months ago (2013-04-02 17:14:09 UTC) #11
Bernhard Bauer
https://codereview.chromium.org/12594029/diff/21007/chrome/browser/resources/options/managed_user_exceptions_area.js File chrome/browser/resources/options/managed_user_exceptions_area.js (left): https://codereview.chromium.org/12594029/diff/21007/chrome/browser/resources/options/managed_user_exceptions_area.js#oldcode15 chrome/browser/resources/options/managed_user_exceptions_area.js:15: * @param {string} contentType The type of the list. ...
7 years, 8 months ago (2013-04-02 17:18:55 UTC) #12
James Hawkins
https://codereview.chromium.org/12594029/diff/21007/chrome/browser/resources/options/managed_user_exceptions_area.js File chrome/browser/resources/options/managed_user_exceptions_area.js (left): https://codereview.chromium.org/12594029/diff/21007/chrome/browser/resources/options/managed_user_exceptions_area.js#oldcode15 chrome/browser/resources/options/managed_user_exceptions_area.js:15: * @param {string} contentType The type of the list. ...
7 years, 8 months ago (2013-04-02 17:19:09 UTC) #13
Sergiu
On 2013/04/02 17:19:09, James Hawkins wrote: > https://codereview.chromium.org/12594029/diff/21007/chrome/browser/resources/options/managed_user_exceptions_area.js > File chrome/browser/resources/options/managed_user_exceptions_area.js (left): > > https://codereview.chromium.org/12594029/diff/21007/chrome/browser/resources/options/managed_user_exceptions_area.js#oldcode15 ...
7 years, 8 months ago (2013-04-03 13:28:50 UTC) #14
James Hawkins
On 2013/04/03 13:28:50, Sergiu wrote: > On 2013/04/02 17:19:09, James Hawkins wrote: > > > ...
7 years, 8 months ago (2013-04-05 18:38:25 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergiu@chromium.org/12594029/38001
7 years, 8 months ago (2013-04-08 09:35:39 UTC) #16
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 8 months ago (2013-04-08 09:43:08 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergiu@chromium.org/12594029/48001
7 years, 8 months ago (2013-04-08 21:28:36 UTC) #18
commit-bot: I haz the power
7 years, 8 months ago (2013-04-08 22:53:26 UTC) #19
Message was sent while issue was closed.
Change committed as 192937

Powered by Google App Engine
This is Rietveld 408576698