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

Issue 2847061: Implement dom-ui proxy settings dialog for Linux/Windows.... (Closed)

Created:
10 years, 5 months ago by csilv
Modified:
9 years, 7 months ago
CC:
chromium-reviews, ben+cc_chromium.org, arv (Not doing code reviews), dhg, Evan Stade
Visibility:
Public.

Description

- Implement proxy settings dialog for Linux/Windows. - Omit Network and SSL sections for ChromeOS. BUG=49038 TEST=Exercise proxy settings dialog in dom-ui options window (--enable-tabbed-options). Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=53990

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 2

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Patch Set 10 : '' #

Patch Set 11 : '' #

Patch Set 12 : '' #

Patch Set 13 : '' #

Total comments: 4

Patch Set 14 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+329 lines, -130 lines) Patch
M chrome/browser/dom_ui/advanced_options_handler.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +10 lines, -12 lines 0 comments Download
M chrome/browser/dom_ui/advanced_options_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 5 chunks +22 lines, -34 lines 0 comments Download
A chrome/browser/dom_ui/advanced_options_utils.h View 6 7 8 9 10 1 chunk +25 lines, -0 lines 0 comments Download
A chrome/browser/dom_ui/advanced_options_utils_gtk.cc View 6 7 8 9 10 11 12 13 1 chunk +132 lines, -0 lines 0 comments Download
D chrome/browser/dom_ui/advanced_options_utils_mac.h View 6 7 8 9 10 11 12 13 1 chunk +0 lines, -24 lines 0 comments Download
M chrome/browser/dom_ui/advanced_options_utils_mac.mm View 6 7 8 9 10 11 12 13 2 chunks +5 lines, -3 lines 0 comments Download
A chrome/browser/dom_ui/advanced_options_utils_win.cc View 6 7 8 9 10 11 1 chunk +67 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/advanced_options.html View 6 7 8 9 10 11 12 13 4 chunks +56 lines, -50 lines 0 comments Download
M chrome/browser/resources/options/advanced_options.js View 6 7 8 9 10 11 12 13 2 chunks +9 lines, -6 lines 0 comments Download
M chrome/chrome_browser.gypi View 6 7 8 9 10 11 12 13 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 10 (0 generated)
csilv
+zel for review. (note: latest windows trybot failure appears to be flake, previous was successful. ...
10 years, 5 months ago (2010-07-21 20:52:43 UTC) #1
csilv
+stuartmorgan, +jhawkins as reviewers. (This CL has little to do with the DOM-UI, it's really ...
10 years, 5 months ago (2010-07-22 22:11:49 UTC) #2
stuartmorgan
Can you convert advanced_options_utils_mac.h to advanced_options_utils.h, and then move all the platform stuff into platform-specific ...
10 years, 5 months ago (2010-07-22 22:32:16 UTC) #3
zel
http://codereview.chromium.org/2847061/diff/12001/13002 File chrome/browser/dom_ui/advanced_options_handler.h (right): http://codereview.chromium.org/2847061/diff/12001/13002#newcode58 chrome/browser/dom_ui/advanced_options_handler.h:58: let's exclude these two functions out of OS_CHROMEOS completely ...
10 years, 5 months ago (2010-07-22 23:17:34 UTC) #4
csilv
http://codereview.chromium.org/2847061/diff/12001/13002 File chrome/browser/dom_ui/advanced_options_handler.h (right): http://codereview.chromium.org/2847061/diff/12001/13002#newcode58 chrome/browser/dom_ui/advanced_options_handler.h:58: On 2010/07/22 23:17:34, zel wrote: > let's exclude these ...
10 years, 5 months ago (2010-07-23 00:15:41 UTC) #5
zel
We will move this functionality to another tab first (Network settings) and implement it as ...
10 years, 5 months ago (2010-07-23 01:08:02 UTC) #6
csilv
Zel, Stuart, re-worked this CL to move platform specific code for SSL & proxy settings ...
10 years, 5 months ago (2010-07-27 23:00:05 UTC) #7
csilv
(FYI, just noticed that I have a couple of lint warnings. Will resolve those before ...
10 years, 5 months ago (2010-07-27 23:01:31 UTC) #8
stuartmorgan
LGTM http://codereview.chromium.org/2847061/diff/48002/51005 File chrome/browser/dom_ui/advanced_options_utils_gtk.cc (right): http://codereview.chromium.org/2847061/diff/48002/51005#newcode34 chrome/browser/dom_ui/advanced_options_utils_gtk.cc:34: "http://code.google.com/p/chromium/wiki/LinuxCertManagement"; Indent 4. http://codereview.chromium.org/2847061/diff/48002/51005#newcode76 chrome/browser/dom_ui/advanced_options_utils_gtk.cc:76: PageTransition::LINK); Align to ...
10 years, 4 months ago (2010-07-28 17:25:23 UTC) #9
csilv
10 years, 4 months ago (2010-07-28 18:30:54 UTC) #10
http://codereview.chromium.org/2847061/diff/48002/51005
File chrome/browser/dom_ui/advanced_options_utils_gtk.cc (right):

http://codereview.chromium.org/2847061/diff/48002/51005#newcode34
chrome/browser/dom_ui/advanced_options_utils_gtk.cc:34:
"http://code.google.com/p/chromium/wiki/LinuxCertManagement";
On 2010/07/28 17:25:23, stuartmorgan wrote:
> Indent 4.

Done.

http://codereview.chromium.org/2847061/diff/48002/51005#newcode76
chrome/browser/dom_ui/advanced_options_utils_gtk.cc:76: PageTransition::LINK);
On 2010/07/28 17:25:23, stuartmorgan wrote:
> Align to just inside the opening paren.

Done.

Powered by Google App Engine
This is Rietveld 408576698