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

Issue 7599003: Add IPC for DNS host address resolution. (Closed)

Created:
9 years, 4 months ago by Sergey Ulanov
Modified:
9 years, 4 months ago
Reviewers:
jam, awong, Wez
CC:
chromium-reviews, joi+watch-content_chromium.org, jam
Visibility:
Public.

Description

Add IPC for DNS host address resolution. TEST=None BUG=83242 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=96047

Patch Set 1 #

Total comments: 18

Patch Set 2 : - #

Patch Set 3 : - #

Unified diffs Side-by-side diffs Delta from patch set Stats (+337 lines, -8 lines) Patch
M content/browser/renderer_host/browser_render_process_host.cc View 1 chunk +2 lines, -1 line 0 comments Download
M content/browser/renderer_host/p2p/socket_dispatcher_host.h View 1 4 chunks +18 lines, -1 line 0 comments Download
M content/browser/renderer_host/p2p/socket_dispatcher_host.cc View 1 4 chunks +116 lines, -2 lines 0 comments Download
M content/common/p2p_messages.h View 2 chunks +8 lines, -0 lines 0 comments Download
M content/content_renderer.gypi View 1 1 chunk +2 lines, -0 lines 0 comments Download
A content/renderer/p2p/host_address_request.h View 1 2 1 chunk +68 lines, -0 lines 0 comments Download
A content/renderer/p2p/host_address_request.cc View 1 chunk +78 lines, -0 lines 0 comments Download
M content/renderer/p2p/socket_dispatcher.h View 3 chunks +19 lines, -2 lines 0 comments Download
M content/renderer/p2p/socket_dispatcher.cc View 5 chunks +26 lines, -2 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Sergey Ulanov
John, please review content/browser/renderer_host/browser_render_process_host.cc content/common/p2p_messages.h content/content_renderer.gypi Albert - everything else.
9 years, 4 months ago (2011-08-08 18:51:34 UTC) #1
Wez
Some unsolicited comments. http://codereview.chromium.org/7599003/diff/1/content/browser/renderer_host/p2p/socket_dispatcher_host.cc File content/browser/renderer_host/p2p/socket_dispatcher_host.cc (right): http://codereview.chromium.org/7599003/diff/1/content/browser/renderer_host/p2p/socket_dispatcher_host.cc#newcode101 content/browser/renderer_host/p2p/socket_dispatcher_host.cc:101: DCHECK(sockets_.empty()); Check |dns_requests_| here, or clean ...
9 years, 4 months ago (2011-08-08 21:47:18 UTC) #2
awong
looks mostly good. Only one major comment question about lifetime of tasks. http://codereview.chromium.org/7599003/diff/1/content/browser/renderer_host/p2p/socket_dispatcher_host.cc File content/browser/renderer_host/p2p/socket_dispatcher_host.cc ...
9 years, 4 months ago (2011-08-09 00:25:56 UTC) #3
Sergey Ulanov
http://codereview.chromium.org/7599003/diff/1/content/browser/renderer_host/p2p/socket_dispatcher_host.cc File content/browser/renderer_host/p2p/socket_dispatcher_host.cc (right): http://codereview.chromium.org/7599003/diff/1/content/browser/renderer_host/p2p/socket_dispatcher_host.cc#newcode33 content/browser/renderer_host/p2p/socket_dispatcher_host.cc:33: const DoneCallback& done_callback) { On 2011/08/09 00:25:56, awong wrote: ...
9 years, 4 months ago (2011-08-09 00:41:35 UTC) #4
awong
LGTM
9 years, 4 months ago (2011-08-09 19:37:44 UTC) #5
jam
9 years, 4 months ago (2011-08-09 19:52:53 UTC) #6
lgtm, sorryI thought I already lgtm'd this before

Powered by Google App Engine
This is Rietveld 408576698