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

Issue 1308753003: Revert "Reland "Remove GICE (gone forever!) and PORTALLOCATOR_ENABLE_SHARED_UFRAG (enabled forever)… (Closed)

Created:
5 years, 4 months ago by minyue-webrtc
Modified:
5 years, 4 months ago
Reviewers:
pthatcher1
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, qiang.lu, niklas.enbom, yujie_mao (webrtc)
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Revert "Reland "Remove GICE (gone forever!) and PORTALLOCATOR_ENABLE_SHARED_UFRAG (enabled forever)." becauese remoting code is using dead constants and breaks the FYI bots."" This reverts commit 081f34b564e1a26ffbbe9515eba1fef7c736fdde. Original code review see https://codereview.webrtc.org/1291363005 The revert is due to a suspicion of "Reland "Remove GICE..." being the cause of failure on Linux memcheck, see https://build.chromium.org/p/client.webrtc/builders/Linux%20Memcheck/builds/4137 TBR=pthatcher@webrtc.org, BUG= Committed: https://chromium.googlesource.com/external/webrtc/+/5bdafd44c86ee46bd7e040f19828324583418b33

Patch Set 1 #

Total comments: 1

Patch Set 2 : try to solve a failure #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2341 lines, -470 lines) Patch
M talk/app/webrtc/jsepsessiondescription_unittest.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M talk/app/webrtc/peerconnection.cc View 1 chunk +2 lines, -1 line 0 comments Download
M talk/app/webrtc/peerconnectionendtoend_unittest.cc View 4 chunks +53 lines, -0 lines 0 comments Download
M talk/app/webrtc/webrtcsdp.cc View 3 chunks +5 lines, -2 lines 0 comments Download
M talk/app/webrtc/webrtcsdp_unittest.cc View 8 chunks +17 lines, -7 lines 0 comments Download
M talk/app/webrtc/webrtcsession_unittest.cc View 10 chunks +73 lines, -6 lines 0 comments Download
M talk/app/webrtc/webrtcsessiondescriptionfactory.cc View 1 chunk +1 line, -0 lines 0 comments Download
M talk/session/media/mediasession.h View 1 chunk +19 lines, -0 lines 0 comments Download
M talk/session/media/mediasession.cc View 1 chunk +67 lines, -0 lines 0 comments Download
M talk/session/media/mediasession_unittest.cc View 1 chunk +6 lines, -3 lines 0 comments Download
M webrtc/p2p/base/candidate.h View 2 chunks +4 lines, -4 lines 0 comments Download
M webrtc/p2p/base/constants.h View 2 chunks +14 lines, -0 lines 0 comments Download
M webrtc/p2p/base/constants.cc View 3 chunks +15 lines, -0 lines 0 comments Download
M webrtc/p2p/base/dtlstransportchannel.h View 1 chunk +6 lines, -0 lines 0 comments Download
M webrtc/p2p/base/dtlstransportchannel_unittest.cc View 7 chunks +32 lines, -2 lines 0 comments Download
M webrtc/p2p/base/fakesession.h View 5 chunks +9 lines, -1 line 0 comments Download
M webrtc/p2p/base/p2ptransport.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/p2p/base/p2ptransportchannel.h View 2 chunks +3 lines, -0 lines 0 comments Download
M webrtc/p2p/base/p2ptransportchannel.cc View 1 15 chunks +162 lines, -73 lines 0 comments Download
M webrtc/p2p/base/p2ptransportchannel_unittest.cc View 32 chunks +268 lines, -148 lines 0 comments Download
M webrtc/p2p/base/port.h View 4 chunks +22 lines, -1 line 0 comments Download
M webrtc/p2p/base/port.cc View 24 chunks +207 lines, -69 lines 0 comments Download
M webrtc/p2p/base/port_unittest.cc View 31 chunks +372 lines, -68 lines 0 comments Download
M webrtc/p2p/base/portallocator.h View 1 chunk +0 lines, -5 lines 0 comments Download
M webrtc/p2p/base/portallocator.cc View 1 chunk +5 lines, -2 lines 0 comments Download
M webrtc/p2p/base/portinterface.h View 1 chunk +3 lines, -0 lines 0 comments Download
M webrtc/p2p/base/rawtransport.h View 1 chunk +46 lines, -2 lines 0 comments Download
M webrtc/p2p/base/rawtransport.cc View 1 chunk +43 lines, -2 lines 0 comments Download
M webrtc/p2p/base/rawtransportchannel.h View 1 chunk +200 lines, -2 lines 0 comments Download
M webrtc/p2p/base/rawtransportchannel.cc View 1 chunk +260 lines, -2 lines 0 comments Download
M webrtc/p2p/base/session.h View 2 chunks +3 lines, -0 lines 0 comments Download
M webrtc/p2p/base/session.cc View 4 chunks +8 lines, -1 line 0 comments Download
M webrtc/p2p/base/transport.h View 7 chunks +11 lines, -1 line 0 comments Download
M webrtc/p2p/base/transport.cc View 8 chunks +84 lines, -1 line 0 comments Download
M webrtc/p2p/base/transport_unittest.cc View 12 chunks +27 lines, -15 lines 0 comments Download
M webrtc/p2p/base/transportchannelimpl.h View 2 chunks +3 lines, -9 lines 0 comments Download
M webrtc/p2p/base/transportdescription.h View 4 chunks +22 lines, -5 lines 0 comments Download
M webrtc/p2p/base/transportdescriptionfactory.h View 2 chunks +3 lines, -0 lines 0 comments Download
M webrtc/p2p/base/transportdescriptionfactory.cc View 4 chunks +38 lines, -5 lines 0 comments Download
M webrtc/p2p/base/transportdescriptionfactory_unittest.cc View 7 chunks +132 lines, -23 lines 0 comments Download
M webrtc/p2p/base/turnport_unittest.cc View 4 chunks +14 lines, -0 lines 0 comments Download
M webrtc/p2p/client/basicportallocator.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M webrtc/p2p/client/connectivitychecker.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M webrtc/p2p/client/fakeportallocator.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/p2p/client/httpportallocator.cc View 1 chunk +6 lines, -4 lines 0 comments Download
M webrtc/p2p/client/portallocator_unittest.cc View 19 chunks +57 lines, -4 lines 0 comments Download
M webrtc/p2p/p2p.gyp View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (5 generated)
minyue-webrtc
Hi Peter, As sheriff, I revert your CL for you to make further investigation. The ...
5 years, 4 months ago (2015-08-21 13:19:57 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1308753003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1308753003/40001
5 years, 4 months ago (2015-08-21 13:20:14 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/451)
5 years, 4 months ago (2015-08-21 13:22:21 UTC) #8
minyue-webrtc
Committed patchset #2 (id:40001) manually as 5bdafd44c86ee46bd7e040f19828324583418b33 (presubmit successful).
5 years, 4 months ago (2015-08-21 13:53:06 UTC) #9
Andrew MacDonald
5 years, 4 months ago (2015-08-21 17:26:51 UTC) #10
Message was sent while issue was closed.
Arg, sorry Minyue, I should have emailed you about this. Peter and I tried to
repro the memcheck failure locally yesterday and were unable to. I suspected
this CL wasn't the cause, but your revert should shortly settle the matter.

Powered by Google App Engine
This is Rietveld 408576698