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

Issue 1657: This change implements the performance recommendation from: ... (Closed)

Created:
12 years, 3 months ago by darin (slow to review)
Modified:
9 years, 7 months ago
Reviewers:
Nicolas Sylvain, Jesse, wtc
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

This change implements the performance recommendation from: http://msdn.microsoft.com/en-us/library/aa383153(VS.85).aspx This fixes the performance problem of resolving PAC query when WinHTTP AutoProxy service is running, which seems to at least be default on Vista and Win2k3. Contributed by griffinz@gmail.com BUG=1684 R=nsylvain Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=1924

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -11 lines) Patch
M AUTHORS View 1 chunk +1 line, -0 lines 0 comments Download
M net/proxy/proxy_resolver_winhttp.cc View 1 2 chunks +27 lines, -11 lines 3 comments Download

Messages

Total messages: 5 (0 generated)
darin (slow to review)
This is http://codereview.chromium.org/1656 cleaned up to conform to the style guide.
12 years, 3 months ago (2008-09-09 05:46:12 UTC) #1
Jesse
Looks good, thanks for the quick help with this Nicolas, Darin and Ian.
12 years, 3 months ago (2008-09-09 06:31:43 UTC) #2
Nicolas Sylvain
Thanks ! One small comment: http://codereview.chromium.org/1657/diff/3/203 File net/proxy/proxy_resolver_winhttp.cc (right): http://codereview.chromium.org/1657/diff/3/203#newcode118 Line 118: LOG(ERROR) << "WinHttpGetProxyForUrl ...
12 years, 3 months ago (2008-09-09 15:18:12 UTC) #3
Jesse
I have made updates to http://codereview.chromium.org/1656, since I don't think I could update here.
12 years, 3 months ago (2008-09-09 17:44:53 UTC) #4
wtc
12 years, 3 months ago (2008-09-09 19:03:10 UTC) #5
I agree with Nicolas's suggestion of moving the
LOG(ERROR) code.

http://codereview.chromium.org/1657/diff/3/203
File net/proxy/proxy_resolver_winhttp.cc (right):

http://codereview.chromium.org/1657/diff/3/203#newcode104
Line 104: // Otherwise, we failover to trying it with a value of true.  This way
we get
Nit: "fail over", two words.

http://codereview.chromium.org/1657/diff/3/203#newcode105
Line 105: // good performance in the case where WinHTTP uses an out-of-proc
resolver.
Nit: "out-of-process"

Powered by Google App Engine
This is Rietveld 408576698