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

Issue 466843002: Fix the hostname used to setup a TURN/TSL connection. (Closed)

Created:
6 years, 4 months ago by jiayl
Modified:
6 years, 4 months ago
CC:
chromium-reviews, darin-cc_chromium.org, jam, miu+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Fix the hostname used to setup a TURN/TSL connection. BUG=https://code.google.com/p/webrtc/issues/detail?id=3601 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=289972

Patch Set 1 : #

Total comments: 2

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Total comments: 6

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -15 lines) Patch
M content/browser/renderer_host/p2p/socket_host_tcp.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M content/renderer/p2p/ipc_socket_factory.cc View 1 2 3 1 chunk +13 lines, -7 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
jiayl
PTAL
6 years, 4 months ago (2014-08-12 19:22:46 UTC) #1
Mallinath (Gone from Chromium)
https://codereview.chromium.org/466843002/diff/20001/content/renderer/p2p/ipc_socket_factory.cc File content/renderer/p2p/ipc_socket_factory.cc (right): https://codereview.chromium.org/466843002/diff/20001/content/renderer/p2p/ipc_socket_factory.cc#newcode247 content/renderer/p2p/ipc_socket_factory.cc:247: P2PHostAndIPEndPoint remote_info(remote_address.hostname(), remote_endpoint); are you sure remote_endpoint will have ...
6 years, 4 months ago (2014-08-12 21:22:07 UTC) #2
jiayl
https://codereview.chromium.org/466843002/diff/20001/content/renderer/p2p/ipc_socket_factory.cc File content/renderer/p2p/ipc_socket_factory.cc (right): https://codereview.chromium.org/466843002/diff/20001/content/renderer/p2p/ipc_socket_factory.cc#newcode247 content/renderer/p2p/ipc_socket_factory.cc:247: P2PHostAndIPEndPoint remote_info(remote_address.hostname(), remote_endpoint); On 2014/08/12 21:22:07, mallinath2 wrote: > ...
6 years, 4 months ago (2014-08-12 21:39:51 UTC) #3
jiayl
PTAL
6 years, 4 months ago (2014-08-12 21:40:18 UTC) #4
Mallinath (Gone from Chromium)
On 2014/08/12 21:40:18, jiayl wrote: > PTAL lgtm
6 years, 4 months ago (2014-08-12 21:47:51 UTC) #5
jiayl
Ping Sergey.
6 years, 4 months ago (2014-08-13 21:11:23 UTC) #6
Sergey Ulanov
https://codereview.chromium.org/466843002/diff/40001/content/renderer/p2p/ipc_socket_factory.cc File content/renderer/p2p/ipc_socket_factory.cc (right): https://codereview.chromium.org/466843002/diff/40001/content/renderer/p2p/ipc_socket_factory.cc#newcode244 content/renderer/p2p/ipc_socket_factory.cc:244: if (remote_address.IsUnresolvedIP()) { In case when the anderss is ...
6 years, 4 months ago (2014-08-14 17:55:09 UTC) #7
jiayl
PTAL https://codereview.chromium.org/466843002/diff/40001/content/renderer/p2p/ipc_socket_factory.cc File content/renderer/p2p/ipc_socket_factory.cc (right): https://codereview.chromium.org/466843002/diff/40001/content/renderer/p2p/ipc_socket_factory.cc#newcode244 content/renderer/p2p/ipc_socket_factory.cc:244: if (remote_address.IsUnresolvedIP()) { On 2014/08/14 17:55:09, Sergey Ulanov ...
6 years, 4 months ago (2014-08-14 18:09:53 UTC) #8
Sergey Ulanov
https://codereview.chromium.org/466843002/diff/60001/content/renderer/p2p/ipc_socket_factory.cc File content/renderer/p2p/ipc_socket_factory.cc (right): https://codereview.chromium.org/466843002/diff/60001/content/renderer/p2p/ipc_socket_factory.cc#newcode238 content/renderer/p2p/ipc_socket_factory.cc:238: if (!remote_address.IsNil() && I suggest formatting this code as ...
6 years, 4 months ago (2014-08-14 20:47:24 UTC) #9
jiayl
https://codereview.chromium.org/466843002/diff/60001/content/renderer/p2p/ipc_socket_factory.cc File content/renderer/p2p/ipc_socket_factory.cc (right): https://codereview.chromium.org/466843002/diff/60001/content/renderer/p2p/ipc_socket_factory.cc#newcode238 content/renderer/p2p/ipc_socket_factory.cc:238: if (!remote_address.IsNil() && That isn't the same logic. 1. ...
6 years, 4 months ago (2014-08-14 22:31:48 UTC) #10
jiayl
https://codereview.chromium.org/466843002/diff/60001/content/renderer/p2p/ipc_socket_factory.cc File content/renderer/p2p/ipc_socket_factory.cc (right): https://codereview.chromium.org/466843002/diff/60001/content/renderer/p2p/ipc_socket_factory.cc#newcode238 content/renderer/p2p/ipc_socket_factory.cc:238: if (!remote_address.IsNil() && On 2014/08/14 22:31:47, jiayl wrote: > ...
6 years, 4 months ago (2014-08-15 00:05:33 UTC) #11
Sergey Ulanov
https://codereview.chromium.org/466843002/diff/60001/content/renderer/p2p/ipc_socket_factory.cc File content/renderer/p2p/ipc_socket_factory.cc (right): https://codereview.chromium.org/466843002/diff/60001/content/renderer/p2p/ipc_socket_factory.cc#newcode238 content/renderer/p2p/ipc_socket_factory.cc:238: if (!remote_address.IsNil() && On 2014/08/14 22:31:47, jiayl wrote: > ...
6 years, 4 months ago (2014-08-15 00:37:06 UTC) #12
jiayl
PTAL https://codereview.chromium.org/466843002/diff/60001/content/renderer/p2p/ipc_socket_factory.cc File content/renderer/p2p/ipc_socket_factory.cc (right): https://codereview.chromium.org/466843002/diff/60001/content/renderer/p2p/ipc_socket_factory.cc#newcode238 content/renderer/p2p/ipc_socket_factory.cc:238: if (!remote_address.IsNil() && OK. That makes sense. done. ...
6 years, 4 months ago (2014-08-15 16:23:11 UTC) #13
Sergey Ulanov
lgtm
6 years, 4 months ago (2014-08-15 17:09:55 UTC) #14
jiayl
The CQ bit was checked by jiayl@chromium.org
6 years, 4 months ago (2014-08-15 17:11:18 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jiayl@chromium.org/466843002/80001
6 years, 4 months ago (2014-08-15 17:17:19 UTC) #16
commit-bot: I haz the power
6 years, 4 months ago (2014-08-15 19:21:55 UTC) #17
Message was sent while issue was closed.
Committed patchset #4 (80001) as 289972

Powered by Google App Engine
This is Rietveld 408576698