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

Issue 1317353005: Adding PeerConnectionInterface::SetConfiguration method. (Closed)

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

Description

Adding PeerConnectionInterface::SetConfiguration method. Also updated the JNI and Objective-C bindings. Later, will have a CL to remove UpdateIce, which this method effectively replaces. BUG=webrtc:4945 Committed: https://crrev.com/70702afbcb8418fe93747e7ed63bcbf5e56b90e9 Cr-Commit-Position: refs/heads/master@{#10040}

Patch Set 1 #

Patch Set 2 : typo #

Patch Set 3 : objc compiler error #

Total comments: 6

Patch Set 4 : Deleting some unused code, and adding TODO for pending deletion #

Unified diffs Side-by-side diffs Delta from patch set Stats (+99 lines, -82 lines) Patch
M talk/app/webrtc/java/jni/peerconnection_jni.cc View 1 2 3 3 chunks +34 lines, -27 lines 0 comments Download
M talk/app/webrtc/java/src/org/webrtc/PeerConnection.java View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M talk/app/webrtc/objc/RTCPeerConnection.mm View 1 2 3 1 chunk +3 lines, -7 lines 0 comments Download
M talk/app/webrtc/objc/public/RTCPeerConnection.h View 1 2 3 2 chunks +7 lines, -4 lines 0 comments Download
M talk/app/webrtc/peerconnection.h View 1 chunk +39 lines, -39 lines 0 comments Download
M talk/app/webrtc/peerconnection.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M talk/app/webrtc/peerconnectioninterface.h View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download
M talk/app/webrtc/peerconnectionproxy.h View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (5 generated)
Taylor Brandstetter
Note that this method already existed in PeerConnection (as an overload of "UpdateIce"), but it ...
5 years, 3 months ago (2015-09-03 01:11:43 UTC) #2
pthatcher1
lgtm Just delete however much you can in this CL. If not in this CL, ...
5 years, 3 months ago (2015-09-03 01:54:18 UTC) #3
Taylor Brandstetter
https://codereview.webrtc.org/1317353005/diff/40001/talk/app/webrtc/java/src/org/webrtc/PeerConnection.java File talk/app/webrtc/java/src/org/webrtc/PeerConnection.java (right): https://codereview.webrtc.org/1317353005/diff/40001/talk/app/webrtc/java/src/org/webrtc/PeerConnection.java#newcode194 talk/app/webrtc/java/src/org/webrtc/PeerConnection.java:194: List<IceServer> iceServers, MediaConstraints constraints); On 2015/09/03 01:54:18, pthatcher1 wrote: ...
5 years, 3 months ago (2015-09-03 17:42:04 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1317353005/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1317353005/60001
5 years, 3 months ago (2015-09-23 16:45:27 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: linux_tsan2 on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/linux_tsan2/builds/6911)
5 years, 3 months ago (2015-09-23 17:28:15 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1317353005/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1317353005/60001
5 years, 3 months ago (2015-09-23 23:31:24 UTC) #11
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 3 months ago (2015-09-23 23:32:37 UTC) #12
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/70702afbcb8418fe93747e7ed63bcbf5e56b90e9 Cr-Commit-Position: refs/heads/master@{#10040}
5 years, 3 months ago (2015-09-23 23:32:55 UTC) #13
Taylor Brandstetter
5 years, 3 months ago (2015-09-24 00:30:26 UTC) #14
Message was sent while issue was closed.
A revert of this CL (patchset #4 id:60001) has been created in
https://codereview.webrtc.org/1361263002/ by deadbeef@webrtc.org.

The reason for reverting is: Broke FYI bots because SetConfiguration is pure
virtual and MockPeerConnectionImpl doesn't implement it. Need to reland with
SetConfiguration not pure virtual..

Powered by Google App Engine
This is Rietveld 408576698