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

Issue 8373014: Add new text for indicating we are resolving hosts during proxy resolution. (Closed)

Created:
9 years, 2 months ago by willchan no longer on Chromium
Modified:
9 years, 1 month ago
Reviewers:
eroman
CC:
chromium-reviews, Avi (use Gerrit), creis+watch_chromium.org, brettw-cc_chromium.org, cbentzel+watch_chromium.org, Paweł Hajdan Jr., darin-cc_chromium.org, ajwong+watch_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Add new text for indicating we are resolving hosts during proxy resolution. Required adding a new GetLoadStateThreadSafe() virtual method to the ProxyResolver interface. ProxyResolverV8 uses this. BUG=59308 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=108950

Patch Set 1 #

Patch Set 2 : Fix win. #

Patch Set 3 : Oops #

Total comments: 1

Patch Set 4 : Address eroman's comments. #

Patch Set 5 : win/mac #

Total comments: 8

Patch Set 6 : Address eroman's nits. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+232 lines, -5 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/tab_contents/tab_contents_wrapper.cc View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M net/base/load_states.h View 1 2 3 4 5 1 chunk +6 lines, -3 lines 0 comments Download
M net/http/http_network_transaction_unittest.cc View 1 2 3 4 5 1 chunk +11 lines, -0 lines 0 comments Download
M net/http/http_stream_factory_impl_job.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M net/proxy/init_proxy_resolver_unittest.cc View 1 2 3 1 chunk +11 lines, -0 lines 0 comments Download
M net/proxy/mock_proxy_resolver.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M net/proxy/mock_proxy_resolver.cc View 1 2 3 1 chunk +12 lines, -0 lines 0 comments Download
M net/proxy/multi_threaded_proxy_resolver.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M net/proxy/multi_threaded_proxy_resolver.cc View 1 2 3 4 5 1 chunk +16 lines, -0 lines 0 comments Download
M net/proxy/multi_threaded_proxy_resolver_unittest.cc View 1 2 3 2 chunks +22 lines, -0 lines 0 comments Download
M net/proxy/proxy_resolver.h View 1 2 3 2 chunks +7 lines, -0 lines 0 comments Download
M net/proxy/proxy_resolver_mac.h View 1 2 3 4 1 chunk +5 lines, -0 lines 0 comments Download
M net/proxy/proxy_resolver_mac.cc View 1 2 3 4 5 1 chunk +10 lines, -0 lines 0 comments Download
M net/proxy/proxy_resolver_v8.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M net/proxy/proxy_resolver_v8.cc View 1 2 3 4 5 9 chunks +53 lines, -1 line 0 comments Download
M net/proxy/proxy_resolver_winhttp.h View 1 2 3 4 1 chunk +5 lines, -0 lines 0 comments Download
M net/proxy/proxy_resolver_winhttp.cc View 1 2 3 4 5 1 chunk +10 lines, -0 lines 0 comments Download
M net/proxy/proxy_service.h View 2 chunks +4 lines, -0 lines 0 comments Download
M net/proxy/proxy_service.cc View 1 2 3 4 chunks +33 lines, -0 lines 0 comments Download
M net/proxy/sync_host_resolver_bridge_unittest.cc View 1 2 3 1 chunk +11 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
willchan no longer on Chromium
Eric, please advise on a better way to improve this so I can detect the ...
9 years, 1 month ago (2011-10-24 19:28:48 UTC) #1
eroman
There are a couple different ways to get this information accurately. Probably the easiest (since ...
9 years, 1 month ago (2011-10-25 00:26:37 UTC) #2
willchan no longer on Chromium
OK Eric, I think I've implemented stuff as we discussed. Lemme know what you think.
9 years, 1 month ago (2011-10-26 17:39:48 UTC) #3
willchan no longer on Chromium
On 2011/10/26 17:39:48, willchan wrote: > OK Eric, I think I've implemented stuff as we ...
9 years, 1 month ago (2011-10-31 16:51:30 UTC) #4
willchan no longer on Chromium
On 2011/10/31 16:51:30, willchan wrote: > On 2011/10/26 17:39:48, willchan wrote: > > OK Eric, ...
9 years, 1 month ago (2011-11-01 18:58:34 UTC) #5
eroman
yikes apologies for the lag, went radio-silent last week. Looking now!
9 years, 1 month ago (2011-11-07 21:41:46 UTC) #6
eroman
LGTM! http://codereview.chromium.org/8373014/diff/10001/net/proxy/multi_threaded_proxy_resolver.cc File net/proxy/multi_threaded_proxy_resolver.cc (right): http://codereview.chromium.org/8373014/diff/10001/net/proxy/multi_threaded_proxy_resolver.cc#newcode466 net/proxy/multi_threaded_proxy_resolver.cc:466: return job->executor()->resolver()->GetLoadStateThreadSafe(req); passing in |req| doesn't make sense ...
9 years, 1 month ago (2011-11-07 21:52:00 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/willchan@chromium.org/8373014/16004
9 years, 1 month ago (2011-11-07 23:22:54 UTC) #8
willchan no longer on Chromium
http://codereview.chromium.org/8373014/diff/10001/net/proxy/multi_threaded_proxy_resolver.cc File net/proxy/multi_threaded_proxy_resolver.cc (right): http://codereview.chromium.org/8373014/diff/10001/net/proxy/multi_threaded_proxy_resolver.cc#newcode466 net/proxy/multi_threaded_proxy_resolver.cc:466: return job->executor()->resolver()->GetLoadStateThreadSafe(req); On 2011/11/07 21:52:01, eroman wrote: > passing ...
9 years, 1 month ago (2011-11-07 23:23:39 UTC) #9
commit-bot: I haz the power
9 years, 1 month ago (2011-11-08 00:33:19 UTC) #10
Change committed as 108950

Powered by Google App Engine
This is Rietveld 408576698