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

Issue 1972043004: Revert of Implement RTCConfiguration.iceCandidatePoolSize. (Closed)

Created:
4 years, 7 months ago by Taylor Brandstetter
Modified:
4 years, 7 months ago
Reviewers:
pthatcher1, honghaiz3
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 Implement RTCConfiguration.iceCandidatePoolSize. (patchset #7 id:120001 of https://codereview.webrtc.org/1956453003/ ) Reason for revert: Breaks remoting_unittests. They defined their own operator== which conflicts with this one. I'll remove the operator== in a roll CL. But until it's approved, I'm reverting this so the FYI bots will pass. Original issue's description: > Implement RTCConfiguration.iceCandidatePoolSize. > > 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 TBR=pthatcher@webrtc.org,honghaiz@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Committed: https://crrev.com/c55fb30649db2656546739ed6c2d23497424e6fd Cr-Commit-Position: refs/heads/master@{#12709}

Patch Set 1 #

Patch Set 2 : Rebasing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+520 lines, -2943 lines) Patch
M webrtc/api/peerconnection.h View 1 4 chunks +5 lines, -9 lines 0 comments Download
M webrtc/api/peerconnection.cc View 1 5 chunks +34 lines, -93 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 1 chunk +1 line, -3 lines 0 comments Download
M webrtc/api/peerconnectionfactory_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/api/peerconnectioninterface.h View 1 1 chunk +25 lines, -13 lines 0 comments Download
M webrtc/api/peerconnectioninterface_unittest.cc View 1 6 chunks +13 lines, -89 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 1 3 chunks +4 lines, -0 lines 0 comments Download
M webrtc/api/webrtcsession.cc View 1 4 chunks +25 lines, -0 lines 0 comments Download
M webrtc/api/webrtcsession_unittest.cc View 1 2 chunks +50 lines, -0 lines 0 comments Download
M webrtc/p2p/base/candidate.h View 1 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 1 3 chunks +3 lines, -3 lines 0 comments Download
M webrtc/p2p/base/p2ptransportchannel.cc View 1 3 chunks +15 lines, -31 lines 0 comments Download
M webrtc/p2p/base/p2ptransportchannel_unittest.cc View 1 5 chunks +2 lines, -92 lines 0 comments Download
M webrtc/p2p/base/port.h View 1 2 chunks +14 lines, -12 lines 0 comments Download
M webrtc/p2p/base/port.cc View 1 1 chunk +0 lines, -13 lines 0 comments Download
M webrtc/p2p/base/port_unittest.cc View 1 1 chunk +0 lines, -17 lines 0 comments Download
M webrtc/p2p/base/portallocator.h View 1 12 chunks +15 lines, -99 lines 0 comments Download
M webrtc/p2p/base/portallocator.cc View 1 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 1 chunk +1 line, -1 line 0 comments Download
M webrtc/p2p/client/basicportallocator.h View 1 5 chunks +27 lines, -14 lines 0 comments Download
M webrtc/p2p/client/basicportallocator.cc View 1 13 chunks +51 lines, -99 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 5 chunks +38 lines, -69 lines 0 comments Download
A + webrtc/p2p/client/portallocator_unittest.cc View 1 61 chunks +185 lines, -273 lines 0 comments Download
M webrtc/p2p/p2p.gyp View 1 2 chunks +2 lines, -3 lines 0 comments Download

Messages

Total messages: 10 (4 generated)
Taylor Brandstetter
Created Revert of Implement RTCConfiguration.iceCandidatePoolSize.
4 years, 7 months ago (2016-05-12 19:43:38 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1972043004/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1972043004/1
4 years, 7 months ago (2016-05-12 19:43:50 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-12 19:44:01 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1972043004/310001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1972043004/310001
4 years, 7 months ago (2016-05-12 19:51:29 UTC) #6
commit-bot: I haz the power
Committed patchset #2 (id:310001)
4 years, 7 months ago (2016-05-12 19:51:43 UTC) #8
commit-bot: I haz the power
4 years, 7 months ago (2016-05-12 19:51:53 UTC) #10
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/c55fb30649db2656546739ed6c2d23497424e6fd
Cr-Commit-Position: refs/heads/master@{#12709}

Powered by Google App Engine
This is Rietveld 408576698