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

Issue 3413037: Change the default SOCKS version used by gnome settings (and environment vari... (Closed)

Created:
10 years, 3 months ago by eroman
Modified:
9 years, 6 months ago
Reviewers:
wtc
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

Change the default SOCKS version used by gnome settings (and environment variables) to be 5 instead of 4. BUG=56833 TEST=Open Chrome in gnome. Go to change the proxy settings (which will pop open the gnome network settings). Enter as socks proxy server, "localhost:8080". Now load chrome://net-internals/#proxy and verify that it says the proxy server is "socks5://localhost:8080" (and NOT socks4://localhost:8080). Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=60734

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 2

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -16 lines) Patch
M net/proxy/proxy_config_service_linux.cc View 1 2 4 chunks +14 lines, -10 lines 0 comments Download
M net/proxy/proxy_config_service_linux_unittest.cc View 5 chunks +6 lines, -6 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
eroman
10 years, 3 months ago (2010-09-24 21:01:52 UTC) #1
wtc
LGTM. Nit: add TEST= to the description of this CL.
10 years, 3 months ago (2010-09-24 21:50:19 UTC) #2
wtc
http://codereview.chromium.org/3413037/diff/4001/5001 File net/proxy/proxy_config_service_linux.cc (right): http://codereview.chromium.org/3413037/diff/4001/5001#newcode989 net/proxy/proxy_config_service_linux.cc:989: // http://code.google.com/p/chromium/issues/detail?id=55912 Add #c2 to this URL?
10 years, 3 months ago (2010-09-24 21:53:11 UTC) #3
eroman
10 years, 3 months ago (2010-09-24 22:12:13 UTC) #4
Done. Here is the manual test comment I added (since we also have unit-tests):

TEST=Open Chrome in gnome. Go to options and change the network settings. This
will pop open the gnome network settings. In the dialog, enter the socks proxy
server as "localhost:8080". Now load chrome://net-internals/#proxy and verify
that it says the proxy server is "socks5://localhost:8080" (and NOT
socks4://localhost:8080).

http://codereview.chromium.org/3413037/diff/4001/5001
File net/proxy/proxy_config_service_linux.cc (right):

http://codereview.chromium.org/3413037/diff/4001/5001#newcode989
net/proxy/proxy_config_service_linux.cc:989: //
http://code.google.com/p/chromium/issues/detail?id=55912
On 2010/09/24 21:53:12, wtc wrote:
> Add #c2 to this URL?

Done.

Powered by Google App Engine
This is Rietveld 408576698