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

Issue 518042: Log the results of proxy resolution to LoadLog when "full logging mode" is en... (Closed)

Created:
10 years, 11 months ago by eroman
Modified:
9 years, 6 months ago
Reviewers:
wtc
CC:
chromium-reviews_googlegroups.com, darin (slow to review), Paweł Hajdan Jr.
Visibility:
Public.

Description

Log the results of proxy resolution to LoadLog when "full logging mode" is enabled. Examples of what the logged text looks like: "Resolved proxy list: PROXY foobar:6233" "Resolved proxy list: DIRECT" "Resolved proxy list: PROXY foobar:80;SOCKS5 baz:1080;DIRECT" Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=35749

Patch Set 1 #

Total comments: 5

Patch Set 2 : Address wtc's comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -17 lines) Patch
M net/base/load_log.h View 2 chunks +13 lines, -0 lines 0 comments Download
M net/proxy/proxy_info.h View 1 chunk +1 line, -1 line 0 comments Download
M net/proxy/proxy_info.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/proxy/proxy_service.h View 1 1 chunk +7 lines, -0 lines 0 comments Download
M net/proxy/proxy_service.cc View 1 3 chunks +26 lines, -11 lines 0 comments Download
M net/proxy/proxy_service_unittest.cc View 2 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
eroman
http://codereview.chromium.org/518042/diff/1/3 File net/proxy/proxy_service.cc (right): http://codereview.chromium.org/518042/diff/1/3#newcode275 net/proxy/proxy_service.cc:275: return FinishedResolvingProxy(result, rv, load_log); A side-effect of this is ...
10 years, 11 months ago (2010-01-05 22:14:12 UTC) #1
wtc
LGTM. http://codereview.chromium.org/518042/diff/1/7 File net/base/load_log.h (right): http://codereview.chromium.org/518042/diff/1/7#newcode149 net/base/load_log.h:149: Why do we need this static method, which ...
10 years, 11 months ago (2010-01-07 19:41:50 UTC) #2
eroman
http://codereview.chromium.org/518042/diff/1/7 File net/base/load_log.h (right): http://codereview.chromium.org/518042/diff/1/7#newcode149 net/base/load_log.h:149: On 2010/01/07 19:41:50, wtc wrote: > Why do we ...
10 years, 11 months ago (2010-01-07 21:15:08 UTC) #3
wtc
10 years, 11 months ago (2010-01-07 21:24:42 UTC) #4
LGTM.

Powered by Google App Engine
This is Rietveld 408576698