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

Issue 1982513002: Revert of Relanding: Implement RTCConfiguration.iceCandidatePoolSize. (Closed)

Created:
4 years, 7 months ago by tommi
Modified:
4 years, 7 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Revert of Relanding: Implement RTCConfiguration.iceCandidatePoolSize. (patchset #7 id:120001 of https://codereview.webrtc.org/1956453003/ ) Reason for revert: Speculative revert to see if this could be triggering an error on the Memcheck build bot where EndToEndTest.SendsAndReceivesH264 consistently times out: https://build.chromium.org/p/client.webrtc/builders/Linux%20Memcheck Original issue's description: > Relanding: Implement RTCConfiguration.iceCandidatePoolSize. > > Depends on this CL in order to work in Chromium: > https://codereview.chromium.org/1976673002/ > > It works by creating pooled PortAllocatorSessions which can be picked up > by a P2PTransportChannel when needed (after a local description is set). > > This can optimize candidate gathering time when there is some time between > creating a PeerConnection and setting a local description. > > R=pthatcher@webrtc.org > > Committed: https://chromium.googlesource.com/external/webrtc/+/48e9d05f510b1616c81303944008f75825971802 > > Committed: https://crrev.com/a1c303535fe7a29b87879047996efa2952f9701b > Cr-Commit-Position: refs/heads/master@{#12729} TBR=pthatcher@webrtc.org,honghaiz@webrtc.org,deadbeef@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1911 lines, -2614 lines) Patch
M webrtc/api/peerconnection.h View 4 chunks +5 lines, -9 lines 0 comments Download
M webrtc/api/peerconnection.cc View 5 chunks +35 lines, -94 lines 0 comments Download
M webrtc/api/peerconnection_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/api/peerconnectionfactory.cc View 1 chunk +1 line, -3 lines 0 comments Download
M webrtc/api/peerconnectionfactory_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/api/peerconnectioninterface.h View 1 chunk +25 lines, -13 lines 0 comments Download
M webrtc/api/peerconnectioninterface_unittest.cc View 6 chunks +16 lines, -92 lines 0 comments Download
M webrtc/api/test/peerconnectiontestwrapper.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/api/webrtcsession.h View 3 chunks +4 lines, -0 lines 0 comments Download
M webrtc/api/webrtcsession.cc View 4 chunks +25 lines, -0 lines 0 comments Download
M webrtc/api/webrtcsession_unittest.cc View 2 chunks +50 lines, -0 lines 0 comments Download
M webrtc/p2p/base/candidate.h View 1 chunk +0 lines, -13 lines 0 comments Download
D webrtc/p2p/base/fakeportallocator.h View 1 chunk +0 lines, -220 lines 0 comments Download
M webrtc/p2p/base/p2ptransportchannel.h View 3 chunks +3 lines, -3 lines 0 comments Download
M webrtc/p2p/base/p2ptransportchannel.cc View 3 chunks +16 lines, -32 lines 0 comments Download
M webrtc/p2p/base/p2ptransportchannel_unittest.cc View 5 chunks +2 lines, -92 lines 0 comments Download
M webrtc/p2p/base/port.h View 2 chunks +14 lines, -12 lines 0 comments Download
M webrtc/p2p/base/port.cc View 1 chunk +0 lines, -13 lines 0 comments Download
M webrtc/p2p/base/port_unittest.cc View 1 chunk +0 lines, -17 lines 0 comments Download
M webrtc/p2p/base/portallocator.h View 12 chunks +17 lines, -101 lines 0 comments Download
M webrtc/p2p/base/portallocator.cc View 1 chunk +7 lines, -69 lines 0 comments Download
D webrtc/p2p/base/portallocator_unittest.cc View 1 chunk +0 lines, -205 lines 0 comments Download
M webrtc/p2p/base/transportcontroller_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/p2p/client/basicportallocator.h View 5 chunks +27 lines, -14 lines 0 comments Download
M webrtc/p2p/client/basicportallocator.cc View 13 chunks +57 lines, -105 lines 0 comments Download
D webrtc/p2p/client/basicportallocator_unittest.cc View 1 chunk +0 lines, -1500 lines 0 comments Download
A webrtc/p2p/client/fakeportallocator.h View 1 chunk +189 lines, -0 lines 0 comments Download
A webrtc/p2p/client/portallocator_unittest.cc View 1 chunk +1412 lines, -0 lines 0 comments Download
M webrtc/p2p/p2p.gyp View 2 chunks +2 lines, -3 lines 0 comments Download

Messages

Total messages: 11 (2 generated)
tommi
Created Revert of Relanding: Implement RTCConfiguration.iceCandidatePoolSize.
4 years, 7 months ago (2016-05-14 10:23:46 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1982513002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1982513002/1
4 years, 7 months ago (2016-05-14 10:23:55 UTC) #2
commit-bot: I haz the power
Failed to apply patch for webrtc/p2p/p2p.gyp: While running git apply --index -3 -p1; error: patch ...
4 years, 7 months ago (2016-05-14 10:24:06 UTC) #4
tommi
On 2016/05/14 10:24:06, commit-bot: I haz the power wrote: > Failed to apply patch for ...
4 years, 7 months ago (2016-05-14 10:26:58 UTC) #6
Taylor Brandstetter
On 2016/05/14 10:26:58, tommi-webrtc wrote: > On 2016/05/14 10:24:06, commit-bot: I haz the power wrote: ...
4 years, 7 months ago (2016-05-16 17:38:46 UTC) #7
tommi
On 2016/05/16 17:38:46, Taylor Brandstetter wrote: > On 2016/05/14 10:26:58, tommi-webrtc wrote: > > On ...
4 years, 7 months ago (2016-05-16 18:51:50 UTC) #8
tommi
A revert of this CL (patchset #1 id:1) has been created in https://codereview.webrtc.org/1984573003/ by tommi@webrtc.org. ...
4 years, 7 months ago (2016-05-16 18:52:27 UTC) #9
Taylor Brandstetter
On 2016/05/16 18:52:27, tommi-webrtc wrote: > A revert of this CL (patchset #1 id:1) has ...
4 years, 7 months ago (2016-05-16 20:01:08 UTC) #10
tommi
4 years, 7 months ago (2016-05-16 20:02:43 UTC) #11
Message was sent while issue was closed.
On 2016/05/16 20:01:08, Taylor Brandstetter wrote:
> On 2016/05/16 18:52:27, tommi-webrtc wrote:
> > A revert of this CL (patchset #1 id:1) has been created in
> > https://codereview.webrtc.org/1984573003/ by mailto:tommi@webrtc.org.
> > 
> > The reason for reverting is: Relanding.
> 
> No need to reland since it wasn't actually reverted; I just wanted to make
sure
> I didn't need to revert it after all.

ah, thanks

Powered by Google App Engine
This is Rietveld 408576698