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

Issue 1391013007: Adding the ability to change ICE servers through SetConfiguration. (Closed)

Created:
5 years, 2 months ago by Taylor Brandstetter
Modified:
5 years, 1 month ago
Reviewers:
pthatcher1
CC:
webrtc-reviews_webrtc.org, interface-changes_webrtc.org, rwolff_gocast.it, yujie_mao (webrtc), Andrew MacDonald, tterriberry_mozilla.com, qiang.lu, niklas.enbom, peah-webrtc
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Adding the ability to change ICE servers through SetConfiguration. Added a SetIceServers method to PortAllocator. Also added a new PeerConnection Initialize method that takes a PortAllocator, in the hope that we can get rid of PortAllocatorFactoryInterface, since the only substantial thing a factory does is convert the webrtc:: ICE servers to cricket:: versions. Committed: https://crrev.com/d3b26d94399ff539db375a9b84010ee75479d4cf Cr-Commit-Position: refs/heads/master@{#10420}

Patch Set 1 #

Total comments: 17

Patch Set 2 : relays -> turn_servers #

Patch Set 3 : #

Patch Set 4 : Fixing patch conflicts. #

Patch Set 5 : More renaming. #

Total comments: 2

Patch Set 6 : Adding a renaming TODO. #

Patch Set 7 : Fixing patch conflict. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+211 lines, -106 lines) Patch
M talk/app/webrtc/fakeportallocatorfactory.h View 3 chunks +10 lines, -1 line 0 comments Download
M talk/app/webrtc/peerconnection.h View 1 2 3 4 5 6 1 chunk +10 lines, -0 lines 0 comments Download
M talk/app/webrtc/peerconnection.cc View 1 2 3 4 5 6 3 chunks +70 lines, -32 lines 0 comments Download
M talk/app/webrtc/peerconnectioninterface_unittest.cc View 1 2 3 4 5 6 1 chunk +17 lines, -0 lines 0 comments Download
M talk/app/webrtc/portallocatorfactory.cc View 1 2 3 4 1 chunk +6 lines, -6 lines 0 comments Download
M talk/app/webrtc/webrtcsession_unittest.cc View 1 2 3 4 5 6 1 chunk +5 lines, -5 lines 0 comments Download
M webrtc/p2p/base/p2ptransportchannel_unittest.cc View 1 2 3 4 1 chunk +5 lines, -5 lines 0 comments Download
M webrtc/p2p/base/portallocator.h View 1 2 3 4 5 3 chunks +27 lines, -0 lines 0 comments Download
M webrtc/p2p/client/basicportallocator.h View 1 2 3 4 6 chunks +14 lines, -29 lines 0 comments Download
M webrtc/p2p/client/basicportallocator.cc View 1 2 3 4 3 chunks +13 lines, -8 lines 0 comments Download
M webrtc/p2p/client/fakeportallocator.h View 1 2 2 chunks +16 lines, -1 line 0 comments Download
M webrtc/p2p/client/portallocator_unittest.cc View 1 2 3 4 4 chunks +18 lines, -19 lines 0 comments Download

Messages

Total messages: 19 (6 generated)
Taylor Brandstetter
5 years, 2 months ago (2015-10-14 18:33:40 UTC) #2
pthatcher1
https://codereview.webrtc.org/1391013007/diff/1/talk/app/webrtc/peerconnection.cc File talk/app/webrtc/peerconnection.cc (right): https://codereview.webrtc.org/1391013007/diff/1/talk/app/webrtc/peerconnection.cc#newcode309 talk/app/webrtc/peerconnection.cc:309: std::vector<cricket::RelayServerConfig>* cricket_turns) { How feasible is it to simply ...
5 years, 2 months ago (2015-10-15 05:36:58 UTC) #3
Taylor Brandstetter
https://codereview.webrtc.org/1391013007/diff/1/talk/app/webrtc/peerconnection.cc File talk/app/webrtc/peerconnection.cc (right): https://codereview.webrtc.org/1391013007/diff/1/talk/app/webrtc/peerconnection.cc#newcode309 talk/app/webrtc/peerconnection.cc:309: std::vector<cricket::RelayServerConfig>* cricket_turns) { On 2015/10/15 05:36:58, pthatcher1 wrote: > ...
5 years, 2 months ago (2015-10-15 17:13:37 UTC) #4
pthatcher1
lgtm, with nits https://codereview.webrtc.org/1391013007/diff/1/talk/app/webrtc/peerconnection.cc File talk/app/webrtc/peerconnection.cc (right): https://codereview.webrtc.org/1391013007/diff/1/talk/app/webrtc/peerconnection.cc#newcode430 talk/app/webrtc/peerconnection.cc:430: dtls_identity_store.Pass(), observer); On 2015/10/15 17:13:37, Taylor ...
5 years, 2 months ago (2015-10-20 18:31:27 UTC) #5
Taylor Brandstetter
https://codereview.webrtc.org/1391013007/diff/1/talk/app/webrtc/peerconnection.cc File talk/app/webrtc/peerconnection.cc (right): https://codereview.webrtc.org/1391013007/diff/1/talk/app/webrtc/peerconnection.cc#newcode430 talk/app/webrtc/peerconnection.cc:430: dtls_identity_store.Pass(), observer); On 2015/10/20 18:31:26, pthatcher1 wrote: > On ...
5 years, 2 months ago (2015-10-20 22:01:33 UTC) #6
pthatcher1
lgtm https://codereview.webrtc.org/1391013007/diff/80001/webrtc/p2p/base/portallocator.h File webrtc/p2p/base/portallocator.h (right): https://codereview.webrtc.org/1391013007/diff/80001/webrtc/p2p/base/portallocator.h#newcode85 webrtc/p2p/base/portallocator.h:85: // TODO(deadbeef): Rename to TurnServerConfig. And RelayCredentials to ...
5 years, 2 months ago (2015-10-20 22:22:00 UTC) #7
Taylor Brandstetter
https://codereview.webrtc.org/1391013007/diff/80001/webrtc/p2p/base/portallocator.h File webrtc/p2p/base/portallocator.h (right): https://codereview.webrtc.org/1391013007/diff/80001/webrtc/p2p/base/portallocator.h#newcode85 webrtc/p2p/base/portallocator.h:85: // TODO(deadbeef): Rename to TurnServerConfig. On 2015/10/20 22:22:00, pthatcher1 ...
5 years, 2 months ago (2015-10-20 23:45:30 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1391013007/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1391013007/100001
5 years, 2 months ago (2015-10-22 18:15:46 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on tryserver.webrtc (JOB_TIMED_OUT, no build URL)
5 years, 2 months ago (2015-10-22 20:15:55 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1391013007/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1391013007/120001
5 years, 1 month ago (2015-10-26 22:43:39 UTC) #16
commit-bot: I haz the power
Committed patchset #7 (id:120001)
5 years, 1 month ago (2015-10-27 00:55:25 UTC) #17
commit-bot: I haz the power
Patchset 7 (id:??) landed as https://crrev.com/d3b26d94399ff539db375a9b84010ee75479d4cf Cr-Commit-Position: refs/heads/master@{#10420}
5 years, 1 month ago (2015-10-27 00:55:37 UTC) #18
Taylor Brandstetter
5 years, 1 month ago (2015-10-27 02:21:26 UTC) #19
Message was sent while issue was closed.
A revert of this CL (patchset #7 id:120001) has been created in
https://codereview.webrtc.org/1424803004/ by deadbeef@webrtc.org.

The reason for reverting is: Caused compiler warning, breaking Chrome FYI bots..

Powered by Google App Engine
This is Rietveld 408576698