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

Issue 1968393002: Propogate network-worker thread split to api (Closed)

Created:
4 years, 7 months ago by danilchap
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

Propogate network-worker thread split to api BUG=webrtc:5645 Committed: https://crrev.com/e9021a3601eff3e33a103ae35fb866554ee28747 Cr-Commit-Position: refs/heads/master@{#12767}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : rebase past transportcontroller thread rename #

Patch Set 5 : #

Patch Set 6 : fixing ~BaseChannel #

Patch Set 7 : split out BaseChannel destructor fix #

Patch Set 8 : #

Total comments: 3

Patch Set 9 : include back fix for BaseChannel destructor #

Patch Set 10 : rebase #

Total comments: 2

Patch Set 11 : rebase including nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+190 lines, -107 lines) Patch
M talk/app/webrtc/objc/RTCPeerConnectionFactory.mm View 1 2 2 chunks +13 lines, -6 lines 0 comments Download
M webrtc/api/java/jni/peerconnection_jni.cc View 1 2 3 4 5 6 7 8 9 7 chunks +34 lines, -22 lines 0 comments Download
M webrtc/api/java/src/org/webrtc/PeerConnectionFactory.java View 1 2 3 4 5 6 7 8 9 3 chunks +9 lines, -1 line 0 comments Download
M webrtc/api/peerconnection.cc View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -2 lines 0 comments Download
M webrtc/api/peerconnection_unittest.cc View 1 2 3 4 5 6 7 8 9 10 chunks +30 lines, -18 lines 0 comments Download
M webrtc/api/peerconnectionendtoend_unittest.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M webrtc/api/peerconnectionfactory.h View 1 2 3 4 5 6 7 8 9 2 chunks +4 lines, -1 line 0 comments Download
M webrtc/api/peerconnectionfactory.cc View 1 2 3 4 5 6 7 8 9 7 chunks +24 lines, -17 lines 0 comments Download
M webrtc/api/peerconnectionfactory_unittest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -5 lines 0 comments Download
M webrtc/api/peerconnectioninterface.h View 1 2 3 4 5 6 7 8 9 3 chunks +20 lines, -5 lines 0 comments Download
M webrtc/api/peerconnectioninterface_unittest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/api/statscollector_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/api/test/peerconnectiontestwrapper.h View 2 chunks +5 lines, -3 lines 0 comments Download
M webrtc/api/test/peerconnectiontestwrapper.cc View 1 2 3 4 5 6 7 8 9 2 chunks +10 lines, -6 lines 0 comments Download
M webrtc/api/webrtcsession.h View 1 2 3 4 5 6 7 8 9 2 chunks +4 lines, -3 lines 0 comments Download
M webrtc/api/webrtcsession.cc View 1 2 3 4 5 6 7 8 9 1 chunk +5 lines, -4 lines 0 comments Download
M webrtc/api/webrtcsession_unittest.cc View 1 2 3 4 5 6 7 8 9 2 chunks +5 lines, -3 lines 0 comments Download
M webrtc/sdk/objc/Framework/Classes/RTCPeerConnectionFactory.mm View 1 2 3 4 1 chunk +13 lines, -6 lines 0 comments Download

Messages

Total messages: 13 (4 generated)
danilchap
magjed@ can you please check java/android changes. tkchin@ can you review ios/mac changes. this CL ...
4 years, 7 months ago (2016-05-12 16:00:37 UTC) #2
magjed_webrtc
https://codereview.webrtc.org/1968393002/diff/140001/webrtc/api/java/jni/peerconnection_jni.cc File webrtc/api/java/jni/peerconnection_jni.cc (right): https://codereview.webrtc.org/1968393002/diff/140001/webrtc/api/java/jni/peerconnection_jni.cc#newcode1090 webrtc/api/java/jni/peerconnection_jni.cc:1090: m = GetStaticMethodID(jni, j_factory_class, "onNetworkThreadReady", "()V"); You need to ...
4 years, 7 months ago (2016-05-13 11:33:29 UTC) #3
danilchap
https://codereview.webrtc.org/1968393002/diff/140001/webrtc/api/java/jni/peerconnection_jni.cc File webrtc/api/java/jni/peerconnection_jni.cc (right): https://codereview.webrtc.org/1968393002/diff/140001/webrtc/api/java/jni/peerconnection_jni.cc#newcode1090 webrtc/api/java/jni/peerconnection_jni.cc:1090: m = GetStaticMethodID(jni, j_factory_class, "onNetworkThreadReady", "()V"); On 2016/05/13 11:33:29, ...
4 years, 7 months ago (2016-05-13 16:40:31 UTC) #4
pthatcher1
lgtm, with nits https://codereview.webrtc.org/1968393002/diff/180001/webrtc/pc/channel.cc File webrtc/pc/channel.cc (right): https://codereview.webrtc.org/1968393002/diff/180001/webrtc/pc/channel.cc#newcode209 webrtc/pc/channel.cc:209: DisconnectFromTransportChannel(rtcp_transport_channel_); {}s please https://codereview.webrtc.org/1968393002/diff/180001/webrtc/pc/channel.cc#newcode261 webrtc/pc/channel.cc:261: // ...
4 years, 7 months ago (2016-05-13 18:32:50 UTC) #5
magjed_webrtc
java/android changes lgtm https://codereview.webrtc.org/1968393002/diff/140001/webrtc/api/java/jni/peerconnection_jni.cc File webrtc/api/java/jni/peerconnection_jni.cc (right): https://codereview.webrtc.org/1968393002/diff/140001/webrtc/api/java/jni/peerconnection_jni.cc#newcode1090 webrtc/api/java/jni/peerconnection_jni.cc:1090: m = GetStaticMethodID(jni, j_factory_class, "onNetworkThreadReady", "()V"); ...
4 years, 7 months ago (2016-05-16 09:59:34 UTC) #6
tkchin_webrtc
lgtm
4 years, 7 months ago (2016-05-16 20:29:19 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1968393002/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1968393002/200001
4 years, 7 months ago (2016-05-17 07:32:54 UTC) #10
commit-bot: I haz the power
Committed patchset #11 (id:200001)
4 years, 7 months ago (2016-05-17 08:52:06 UTC) #11
commit-bot: I haz the power
4 years, 7 months ago (2016-05-17 08:52:12 UTC) #13
Message was sent while issue was closed.
Patchset 11 (id:??) landed as
https://crrev.com/e9021a3601eff3e33a103ae35fb866554ee28747
Cr-Commit-Position: refs/heads/master@{#12767}

Powered by Google App Engine
This is Rietveld 408576698