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

Issue 1369773003: Add a continual_gathering_policy in PeerConnection RTCConfiguration (Closed)

Created:
5 years, 2 months ago by honghaiz3
Modified:
5 years, 2 months 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
Base URL:
https://chromium.googlesource.com/external/webrtc@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Passing the new policy from PeerConnection RTCConfiguration to p2ptransportchannel. This CL does not use the new policy yet. BUG= Committed: https://crrev.com/1f429e34180ca19a7fb98b89bacd34d42e9b01ec Cr-Commit-Position: refs/heads/master@{#10092}

Patch Set 1 : #

Total comments: 11

Patch Set 2 : Addressed comments #

Total comments: 10

Patch Set 3 : Variable name changes #

Patch Set 4 : Rebase to master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+129 lines, -48 lines) Patch
M talk/app/webrtc/java/jni/classreferenceholder.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M talk/app/webrtc/java/jni/peerconnection_jni.cc View 1 2 3 chunks +26 lines, -0 lines 0 comments Download
M talk/app/webrtc/java/src/org/webrtc/PeerConnection.java View 1 2 3 chunks +7 lines, -0 lines 0 comments Download
M talk/app/webrtc/peerconnection.cc View 1 chunk +1 line, -2 lines 0 comments Download
M talk/app/webrtc/peerconnectioninterface.h View 1 2 3 chunks +8 lines, -1 line 0 comments Download
M talk/app/webrtc/webrtcsession.h View 1 chunk +3 lines, -0 lines 0 comments Download
M talk/app/webrtc/webrtcsession.cc View 1 2 2 chunks +10 lines, -2 lines 0 comments Download
M webrtc/p2p/base/dtlstransportchannel.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/p2p/base/faketransportcontroller.h View 1 2 2 chunks +5 lines, -2 lines 0 comments Download
M webrtc/p2p/base/p2ptransportchannel.h View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M webrtc/p2p/base/p2ptransportchannel.cc View 1 2 1 chunk +8 lines, -5 lines 0 comments Download
M webrtc/p2p/base/p2ptransportchannel_unittest.cc View 1 2 6 chunks +16 lines, -7 lines 0 comments Download
M webrtc/p2p/base/session.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/p2p/base/session.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/p2p/base/transport.h View 1 2 3 chunks +10 lines, -2 lines 0 comments Download
M webrtc/p2p/base/transport.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M webrtc/p2p/base/transportchannelimpl.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/p2p/base/transportcontroller.h View 3 chunks +3 lines, -6 lines 0 comments Download
M webrtc/p2p/base/transportcontroller.cc View 3 chunks +6 lines, -7 lines 0 comments Download
M webrtc/p2p/base/transportcontroller_unittest.cc View 1 2 2 chunks +12 lines, -2 lines 0 comments Download

Messages

Total messages: 23 (9 generated)
honghaiz3
Please take a look at this CL, especially on the naming.
5 years, 2 months ago (2015-09-25 17:20:38 UTC) #4
pthatcher1
https://codereview.webrtc.org/1369773003/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/1369773003/diff/40001/talk/app/webrtc/java/src/org/webrtc/PeerConnection.java#newcode149 talk/app/webrtc/java/src/org/webrtc/PeerConnection.java:149: public boolean iceContinueGettingPorts; I think we should call this ...
5 years, 2 months ago (2015-09-25 17:37:47 UTC) #5
pthatcher1
https://codereview.webrtc.org/1369773003/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/1369773003/diff/40001/talk/app/webrtc/java/src/org/webrtc/PeerConnection.java#newcode149 talk/app/webrtc/java/src/org/webrtc/PeerConnection.java:149: public boolean iceContinueGettingPorts; On 2015/09/25 17:37:46, pthatcher1 wrote: > ...
5 years, 2 months ago (2015-09-25 17:58:36 UTC) #6
honghaiz3
PTAL. https://codereview.webrtc.org/1369773003/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/1369773003/diff/40001/talk/app/webrtc/java/src/org/webrtc/PeerConnection.java#newcode149 talk/app/webrtc/java/src/org/webrtc/PeerConnection.java:149: public boolean iceContinueGettingPorts; On 2015/09/25 17:37:46, pthatcher1 wrote: ...
5 years, 2 months ago (2015-09-25 20:10:20 UTC) #7
pthatcher1
Just name changes :). https://codereview.webrtc.org/1369773003/diff/60001/talk/app/webrtc/peerconnectioninterface.h File talk/app/webrtc/peerconnectioninterface.h (right): https://codereview.webrtc.org/1369773003/diff/60001/talk/app/webrtc/peerconnectioninterface.h#newcode228 talk/app/webrtc/peerconnectioninterface.h:228: enum ContinuousGatheringPolicy { Based on ...
5 years, 2 months ago (2015-09-25 22:26:57 UTC) #8
honghaiz3
Thanks! PTAL. https://codereview.webrtc.org/1369773003/diff/60001/talk/app/webrtc/peerconnectioninterface.h File talk/app/webrtc/peerconnectioninterface.h (right): https://codereview.webrtc.org/1369773003/diff/60001/talk/app/webrtc/peerconnectioninterface.h#newcode228 talk/app/webrtc/peerconnectioninterface.h:228: enum ContinuousGatheringPolicy { On 2015/09/25 22:26:57, pthatcher1 ...
5 years, 2 months ago (2015-09-25 23:05:00 UTC) #10
pthatcher1
lgtm
5 years, 2 months ago (2015-09-25 23:45:56 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1369773003/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1369773003/120001
5 years, 2 months ago (2015-09-26 00:04:27 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on tryserver.webrtc (JOB_TIMED_OUT, no build URL) android_dbg on ...
5 years, 2 months ago (2015-09-26 01:10:43 UTC) #15
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1369773003/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1369773003/120001
5 years, 2 months ago (2015-09-28 02:49:54 UTC) #17
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 2 months ago (2015-09-28 03:33:06 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1369773003/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1369773003/120001
5 years, 2 months ago (2015-09-28 14:56:16 UTC) #21
commit-bot: I haz the power
Committed patchset #4 (id:120001)
5 years, 2 months ago (2015-09-28 14:57:40 UTC) #22
commit-bot: I haz the power
5 years, 2 months ago (2015-09-28 14:57:50 UTC) #23
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/1f429e34180ca19a7fb98b89bacd34d42e9b01ec
Cr-Commit-Position: refs/heads/master@{#10092}

Powered by Google App Engine
This is Rietveld 408576698