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

Issue 155792: Try again: Add proxy config (using gnome-network-preferences) (Closed)

Created:
11 years, 5 months ago by mattm
Modified:
9 years, 7 months ago
Reviewers:
eroman, Evan Stade
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Try again: Add proxy config (using gnome-network-preferences) BUG=11507 TEST=Open options, click change proxy, gnome-network-preferences should launch.  If gnome isn't installed or running, LinuxProxyConfig wiki page should load. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=21246

Patch Set 1 #

Patch Set 2 : set GTK_PATH, use zombie reaper #

Total comments: 2

Patch Set 3 : nits fixed #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+142 lines, -55 lines) Patch
M base/linux_util.h View 1 chunk +18 lines, -0 lines 0 comments Download
M base/linux_util.cc View 2 chunks +50 lines, -0 lines 0 comments Download
M chrome/app/resources/locale_settings.grd View 1 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/gtk/options/advanced_contents_gtk.cc View 1 2 5 chunks +59 lines, -1 line 0 comments Download
M net/proxy/proxy_config_service_linux.h View 5 chunks +4 lines, -12 lines 0 comments Download
M net/proxy/proxy_config_service_linux.cc View 4 chunks +4 lines, -40 lines 1 comment Download
M net/proxy/proxy_config_service_linux_unittest.cc View 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
mattm
11 years, 5 months ago (2009-07-20 20:10:48 UTC) #1
Evan Stade
I think you will have to do something like in http://codereview.chromium.org/159112 to make sure that ...
11 years, 5 months ago (2009-07-21 20:40:41 UTC) #2
mattm
On 2009/07/21 20:40:41, Evan Stade wrote: > I think you will have to do something ...
11 years, 5 months ago (2009-07-21 21:56:20 UTC) #3
Evan Stade
lgtm (nits) http://codereview.chromium.org/155792/diff/10/14 File chrome/browser/gtk/options/advanced_contents_gtk.cc (right): http://codereview.chromium.org/155792/diff/10/14#newcode310 Line 310: env.push_back(std::make_pair("GTK_PATH", getenv("CHROMIUM_SAVED_GTK_PATH"))); 80 chars http://codereview.chromium.org/155792/diff/10/14#newcode322 Line ...
11 years, 5 months ago (2009-07-21 22:01:25 UTC) #4
eroman
11 years, 5 months ago (2009-07-22 00:33:30 UTC) #5
http://codereview.chromium.org/155792/diff/23/1016
File net/proxy/proxy_config_service_linux.cc (right):

http://codereview.chromium.org/155792/diff/23/1016#newcode508
Line 508: // I (sdoyon) would have liked to prioritize environment variables
seems this comment should be moved into UseGnomeForSettings(), or removed.

Powered by Google App Engine
This is Rietveld 408576698