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

Issue 8549004: base::Bind: Convert HostResolver::Resolve. (Closed)

Created:
9 years, 1 month ago by James Hawkins
Modified:
9 years, 1 month ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, jam, dpranke-watch+content_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, Paweł Hajdan Jr., mmenke
Visibility:
Public.

Description

base::Bind: Convert HostResolver::Resolve. BUG=none TEST=none R=willchan@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=110333

Patch Set 1 #

Total comments: 6

Patch Set 2 : Test fix. #

Patch Set 3 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+305 lines, -278 lines) Patch
M chrome/browser/net/network_stats.h View 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/net/network_stats.cc View 2 chunks +5 lines, -7 lines 0 comments Download
M chrome/browser/net/predictor.cc View 3 chunks +4 lines, -7 lines 0 comments Download
M content/browser/renderer_host/p2p/socket_dispatcher_host.cc View 1 3 chunks +6 lines, -7 lines 0 comments Download
M content/browser/renderer_host/pepper_message_filter.cc View 1 2 3 chunks +4 lines, -5 lines 0 comments Download
M jingle/notifier/communicator/xmpp_connection_generator.h View 1 2 chunks +0 lines, -2 lines 0 comments Download
M jingle/notifier/communicator/xmpp_connection_generator.cc View 3 chunks +6 lines, -8 lines 0 comments Download
M net/base/host_resolver.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M net/base/host_resolver_impl.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M net/base/host_resolver_impl.cc View 1 7 chunks +10 lines, -9 lines 0 comments Download
M net/base/host_resolver_impl_unittest.cc View 1 26 chunks +77 lines, -69 lines 0 comments Download
M net/base/mapped_host_resolver.h View 1 1 chunk +1 line, -1 line 0 comments Download
M net/base/mapped_host_resolver.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M net/base/mapped_host_resolver_unittest.cc View 10 chunks +19 lines, -11 lines 0 comments Download
M net/base/mock_host_resolver.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M net/base/mock_host_resolver.cc View 1 4 chunks +6 lines, -6 lines 0 comments Download
M net/base/single_request_host_resolver.h View 2 chunks +3 lines, -3 lines 0 comments Download
M net/base/single_request_host_resolver.cc View 4 chunks +20 lines, -17 lines 0 comments Download
M net/base/single_request_host_resolver_unittest.cc View 1 3 chunks +5 lines, -5 lines 0 comments Download
M net/curvecp/test_client.cc View 1 chunk +2 lines, -1 line 0 comments Download
M net/dns/async_host_resolver.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M net/dns/async_host_resolver.cc View 1 8 chunks +12 lines, -12 lines 0 comments Download
M net/dns/async_host_resolver_unittest.cc View 1 17 chunks +42 lines, -41 lines 0 comments Download
M net/ftp/ftp_network_transaction.cc View 2 chunks +6 lines, -1 line 0 comments Download
M net/http/http_auth_handler_negotiate.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M net/http/http_auth_handler_negotiate.cc View 3 chunks +7 lines, -4 lines 0 comments Download
M net/http/http_network_transaction_unittest.cc View 1 11 chunks +23 lines, -20 lines 0 comments Download
M net/proxy/proxy_resolver_js_bindings_unittest.cc View 1 chunk +2 lines, -1 line 0 comments Download
M net/proxy/sync_host_resolver_bridge.cc View 4 chunks +3 lines, -4 lines 0 comments Download
net/proxy/sync_host_resolver_bridge_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M net/socket/socks5_client_socket_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M net/socket/socks_client_socket.cc View 2 chunks +4 lines, -1 line 0 comments Download
M net/socket/socks_client_socket_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M net/socket/ssl_client_socket_pool_unittest.cc View 1 4 chunks +8 lines, -7 lines 0 comments Download
M net/socket/transport_client_socket_pool.cc View 1 1 chunk +4 lines, -2 lines 0 comments Download
M net/socket/transport_client_socket_unittest.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M net/socket_stream/socket_stream.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M net/spdy/spdy_session_unittest.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M net/test/test_server.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
James Hawkins
Hey Will, I apologize for the length of this CL, but unfortunately it could not ...
9 years, 1 month ago (2011-11-12 20:58:10 UTC) #1
willchan no longer on Chromium
Did my comment in host_resolver_impl_unittest.cc solve the issue? I'm not too clear on what the ...
9 years, 1 month ago (2011-11-14 16:45:12 UTC) #2
James Hawkins
http://codereview.chromium.org/8549004/diff/1/net/base/host_resolver_impl_unittest.cc File net/base/host_resolver_impl_unittest.cc (right): http://codereview.chromium.org/8549004/diff/1/net/base/host_resolver_impl_unittest.cc#newcode1250 net/base/host_resolver_impl_unittest.cc:1250: //callback_.RunWithParams(params); On 2011/11/14 16:45:12, willchan wrote: > Change this ...
9 years, 1 month ago (2011-11-15 23:34:33 UTC) #3
willchan no longer on Chromium
http://codereview.chromium.org/8549004/diff/1/net/base/host_resolver_impl_unittest.cc File net/base/host_resolver_impl_unittest.cc (right): http://codereview.chromium.org/8549004/diff/1/net/base/host_resolver_impl_unittest.cc#newcode1250 net/base/host_resolver_impl_unittest.cc:1250: //callback_.RunWithParams(params); On 2011/11/15 23:34:33, James Hawkins wrote: > On ...
9 years, 1 month ago (2011-11-16 00:08:00 UTC) #4
James Hawkins
http://codereview.chromium.org/8549004/diff/1/net/base/host_resolver_impl_unittest.cc File net/base/host_resolver_impl_unittest.cc (right): http://codereview.chromium.org/8549004/diff/1/net/base/host_resolver_impl_unittest.cc#newcode1250 net/base/host_resolver_impl_unittest.cc:1250: //callback_.RunWithParams(params); On 2011/11/16 00:08:01, willchan wrote: > On 2011/11/15 ...
9 years, 1 month ago (2011-11-16 00:49:53 UTC) #5
willchan no longer on Chromium
lgtm
9 years, 1 month ago (2011-11-16 00:53:02 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jhawkins@chromium.org/8549004/7001
9 years, 1 month ago (2011-11-16 17:30:56 UTC) #7
commit-bot: I haz the power
Can't process patch for file net/base/host_resolver_impl.h. File's status is None, patchset upload is incomplete.
9 years, 1 month ago (2011-11-16 17:31:05 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jhawkins@chromium.org/8549004/12001
9 years, 1 month ago (2011-11-16 18:38:12 UTC) #9
commit-bot: I haz the power
9 years, 1 month ago (2011-11-16 18:38:33 UTC) #10
Can't process patch for file net/proxy/sync_host_resolver_bridge_unittest.cc.
File's status is None, patchset upload is incomplete.

Powered by Google App Engine
This is Rietveld 408576698