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

Issue 2514883002: Create //webrtc/api:libjingle_peerconnection_api + refactorings. (Closed)

Created:
4 years, 1 month ago by ossu
Modified:
3 years, 11 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, sakal
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Create //webrtc/api:libjingle_peerconnection_api + refactorings. Create a new target //webrtc/api:libjingle_peerconnection_api and start moving things into it. Move remaining parts of //webrtc/api:libjingle_peerconnection to //webrtc/pc:libjingle_peerconnection. Moved the RTCStatsCollectorCallback into its own header file, so that PeerConnectionInterface can include that instead of pulling in RTCStatsCollector and PeerConnection and everything. Separated cricket::MediaType into its own header/source set, so that it can be used in the api. BUG=webrtc:5883 Review-Url: https://codereview.webrtc.org/2514883002 Cr-Commit-Position: refs/heads/master@{#16210} Committed: https://chromium.googlesource.com/external/webrtc/+/7bb87ee4e8b6620ebb647f2573d429b78b42440c

Patch Set 1 #

Total comments: 7

Patch Set 2 : Big move! #

Total comments: 5

Patch Set 3 : Backed out of android-related changes, rebased. #

Patch Set 4 : Moved proxies back into api/, added a few headers for backwards-compatibility. #

Patch Set 5 : Added three headers for backwards-compatibility, specifically for building chromium. #

Total comments: 11

Patch Set 6 : Added TODO #

Patch Set 7 : Rebase #

Total comments: 13

Patch Set 8 : Put JSEP back, sorted DEPS, moved fakeconstraints.h to separate target in api/ #

Patch Set 9 : Rebase 2: The rebasening #

Patch Set 10 : Attempted to fix build issues. #

Patch Set 11 : Moved jsep implementation back into pc/ but kept headers in api/ #

Patch Set 12 : Rebase 3: With a vengeance #

Patch Set 13 : gn_isolate_map: {api -> pc}:peerconnection_unittests #

Patch Set 14 : Rebased and moved OrtcFactory from api/ to pc/ #

Patch Set 15 : Moved MediaStreamTrackInterface::k{Audio,Video}Kind into mediastreaminterface.cc #

Patch Set 16 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+724 lines, -46728 lines) Patch
M webrtc/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +1 line, -1 line 0 comments Download
M webrtc/api/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 5 chunks +25 lines, -195 lines 0 comments Download
M webrtc/api/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -25 lines 0 comments Download
D webrtc/api/audiotrack.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -59 lines 0 comments Download
D webrtc/api/audiotrack.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -75 lines 0 comments Download
M webrtc/api/datachannel.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +3 lines, -283 lines 0 comments Download
D webrtc/api/datachannel.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -652 lines 0 comments Download
D webrtc/api/datachannel_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -714 lines 0 comments Download
D webrtc/api/dtmfsender.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -124 lines 0 comments Download
D webrtc/api/dtmfsender.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -240 lines 0 comments Download
D webrtc/api/dtmfsender_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -350 lines 0 comments Download
D webrtc/api/fakemediacontroller.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -42 lines 0 comments Download
D webrtc/api/jsepicecandidate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -95 lines 0 comments Download
D webrtc/api/jsepsessiondescription.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -199 lines 0 comments Download
D webrtc/api/jsepsessiondescription_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -230 lines 0 comments Download
D webrtc/api/localaudiosource.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -60 lines 0 comments Download
D webrtc/api/localaudiosource.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -56 lines 0 comments Download
D webrtc/api/localaudiosource_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -113 lines 0 comments Download
D webrtc/api/mediaconstraintsinterface_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -75 lines 0 comments Download
M webrtc/api/mediacontroller.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +3 lines, -29 lines 0 comments Download
D webrtc/api/mediacontroller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -99 lines 0 comments Download
M webrtc/api/mediastream.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +4 lines, -44 lines 0 comments Download
D webrtc/api/mediastream.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -96 lines 0 comments Download
D webrtc/api/mediastream_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -154 lines 0 comments Download
A + webrtc/api/mediastreaminterface.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +4 lines, -6 lines 0 comments Download
D webrtc/api/mediastreamobserver.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -48 lines 0 comments Download
D webrtc/api/mediastreamobserver.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -84 lines 0 comments Download
M webrtc/api/mediastreamtrack.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +3 lines, -47 lines 0 comments Download
A webrtc/api/mediatypes.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +28 lines, -0 lines 0 comments Download
A webrtc/api/mediatypes.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +35 lines, -0 lines 0 comments Download
D webrtc/api/ortcfactory.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -64 lines 0 comments Download
D webrtc/api/ortcfactory.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -119 lines 0 comments Download
D webrtc/api/ortcfactory_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -122 lines 0 comments Download
D webrtc/api/peerconnection.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -455 lines 0 comments Download
D webrtc/api/peerconnection.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -2573 lines 0 comments Download
D webrtc/api/peerconnection_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -2844 lines 0 comments Download
D webrtc/api/peerconnectionendtoend_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -461 lines 0 comments Download
D webrtc/api/peerconnectionfactory.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -146 lines 0 comments Download
D webrtc/api/peerconnectionfactory.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -355 lines 0 comments Download
D webrtc/api/peerconnectionfactory_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -363 lines 0 comments Download
M webrtc/api/peerconnectioninterface.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
D webrtc/api/peerconnectioninterface_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -3412 lines 0 comments Download
D webrtc/api/proxy_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -312 lines 0 comments Download
D webrtc/api/quicdatachannel.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -220 lines 0 comments Download
D webrtc/api/quicdatachannel.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -396 lines 0 comments Download
D webrtc/api/quicdatachannel_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -658 lines 0 comments Download
D webrtc/api/quicdatatransport.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -115 lines 0 comments Download
D webrtc/api/quicdatatransport.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -197 lines 0 comments Download
D webrtc/api/quicdatatransport_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -350 lines 0 comments Download
D webrtc/api/remoteaudiosource.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -76 lines 0 comments Download
D webrtc/api/remoteaudiosource.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -160 lines 0 comments Download
D webrtc/api/rtcstats_integrationtest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -632 lines 0 comments Download
D webrtc/api/rtcstatscollector.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -200 lines 0 comments Download
D webrtc/api/rtcstatscollector.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -1227 lines 0 comments Download
D webrtc/api/rtcstatscollector_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -2262 lines 0 comments Download
D webrtc/api/rtpreceiver.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -157 lines 0 comments Download
D webrtc/api/rtpreceiver.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -242 lines 0 comments Download
M webrtc/api/rtpreceiverinterface.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M webrtc/api/rtpsender.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +3 lines, -220 lines 0 comments Download
D webrtc/api/rtpsender.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -409 lines 0 comments Download
M webrtc/api/rtpsenderinterface.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
D webrtc/api/rtpsenderreceiver_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -724 lines 0 comments Download
D webrtc/api/sctputils.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -41 lines 0 comments Download
D webrtc/api/sctputils.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -188 lines 0 comments Download
D webrtc/api/sctputils_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -162 lines 0 comments Download
A webrtc/api/stats/rtcstatscollectorcallback.h View 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +30 lines, -0 lines 0 comments Download
D webrtc/api/statscollector.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -152 lines 0 comments Download
D webrtc/api/statscollector.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -994 lines 0 comments Download
D webrtc/api/statscollector_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -2035 lines 0 comments Download
M webrtc/api/statstypes.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/api/statstypes.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/api/streamcollection.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +3 lines, -93 lines 0 comments Download
D webrtc/api/test/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -5 lines 0 comments Download
D webrtc/api/test/androidtestinitializer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -20 lines 0 comments Download
D webrtc/api/test/androidtestinitializer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -57 lines 0 comments Download
D webrtc/api/test/fakeaudiocapturemodule.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -281 lines 0 comments Download
D webrtc/api/test/fakeaudiocapturemodule.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -725 lines 0 comments Download
D webrtc/api/test/fakeaudiocapturemodule_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -214 lines 0 comments Download
D webrtc/api/test/fakedatachannelprovider.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -147 lines 0 comments Download
D webrtc/api/test/fakeperiodicvideocapturer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -74 lines 0 comments Download
D webrtc/api/test/fakertccertificategenerator.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -231 lines 0 comments Download
D webrtc/api/test/fakevideotrackrenderer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -33 lines 0 comments Download
D webrtc/api/test/fakevideotracksource.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -49 lines 0 comments Download
D webrtc/api/test/mock_datachannel.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -58 lines 0 comments Download
D webrtc/api/test/mock_peerconnection.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -46 lines 0 comments Download
D webrtc/api/test/mock_webrtcsession.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -65 lines 0 comments Download
D webrtc/api/test/mockpeerconnectionobservers.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -230 lines 0 comments Download
D webrtc/api/test/peerconnectiontestwrapper.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -118 lines 0 comments Download
D webrtc/api/test/peerconnectiontestwrapper.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -281 lines 0 comments Download
D webrtc/api/test/rtcstatsobtainer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -53 lines 0 comments Download
D webrtc/api/test/testsdpstrings.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -132 lines 0 comments Download
D webrtc/api/videocapturertracksource.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -84 lines 0 comments Download
D webrtc/api/videocapturertracksource.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -397 lines 0 comments Download
D webrtc/api/videocapturertracksource_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -466 lines 0 comments Download
D webrtc/api/videotrack.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -60 lines 0 comments Download
D webrtc/api/videotrack.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -95 lines 0 comments Download
D webrtc/api/videotrack_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -93 lines 0 comments Download
M webrtc/api/videotracksource.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +3 lines, -40 lines 0 comments Download
D webrtc/api/videotracksource.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -53 lines 0 comments Download
D webrtc/api/webrtcsdp.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -87 lines 0 comments Download
D webrtc/api/webrtcsdp.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -3240 lines 0 comments Download
D webrtc/api/webrtcsdp_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -3374 lines 0 comments Download
D webrtc/api/webrtcsession.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -654 lines 0 comments Download
D webrtc/api/webrtcsession.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -2434 lines 0 comments Download
D webrtc/api/webrtcsession_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -4451 lines 0 comments Download
D webrtc/api/webrtcsessiondescriptionfactory.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -169 lines 0 comments Download
D webrtc/api/webrtcsessiondescriptionfactory.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -510 lines 0 comments Download
M webrtc/build/gn_isolate_map.pyl View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M webrtc/examples/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M webrtc/examples/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/p2p/base/p2ptransportchannel_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +7 lines, -7 lines 0 comments Download
M webrtc/pc/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 4 chunks +225 lines, -1 line 0 comments Download
M webrtc/pc/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +15 lines, -1 line 0 comments Download
A + webrtc/pc/audiotrack.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/pc/audiotrack.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +1 line, -3 lines 0 comments Download
M webrtc/pc/channelmanager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +1 line, -1 line 0 comments Download
M webrtc/pc/channelmanager_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +1 line, -1 line 0 comments Download
A + webrtc/pc/datachannel.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/pc/datachannel.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +2 lines, -2 lines 0 comments Download
A + webrtc/pc/datachannel_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +3 lines, -3 lines 0 comments Download
A + webrtc/pc/dtmfsender.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/pc/dtmfsender.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/pc/dtmfsender_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +2 lines, -2 lines 0 comments Download
A + webrtc/pc/fakemediacontroller.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/pc/jsepicecandidate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/pc/jsepsessiondescription.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/pc/jsepsessiondescription_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/pc/localaudiosource.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/pc/localaudiosource.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/pc/localaudiosource_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/pc/mediaconstraintsinterface_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/pc/mediacontroller.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/pc/mediacontroller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M webrtc/pc/mediasession.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +1 line, -8 lines 0 comments Download
M webrtc/pc/mediasession.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -19 lines 0 comments Download
A + webrtc/pc/mediastream.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/pc/mediastream.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/pc/mediastream_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +4 lines, -4 lines 0 comments Download
A + webrtc/pc/mediastreamobserver.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/pc/mediastreamobserver.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/pc/mediastreamtrack.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/pc/ortcfactory.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/pc/ortcfactory.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/pc/ortcfactory_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/pc/peerconnection.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +10 lines, -10 lines 0 comments Download
A + webrtc/pc/peerconnection.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +12 lines, -11 lines 0 comments Download
A + webrtc/pc/peerconnection_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +9 lines, -9 lines 0 comments Download
A + webrtc/pc/peerconnectionendtoend_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +6 lines, -6 lines 0 comments Download
A + webrtc/pc/peerconnectionfactory.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/pc/peerconnectionfactory.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +7 lines, -7 lines 0 comments Download
A + webrtc/pc/peerconnectionfactory_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +6 lines, -6 lines 0 comments Download
A + webrtc/pc/peerconnectioninterface_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +11 lines, -11 lines 0 comments Download
A + webrtc/pc/proxy_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/pc/quicdatachannel.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/pc/quicdatachannel.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/pc/quicdatachannel_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/pc/quicdatatransport.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/pc/quicdatatransport.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/pc/quicdatatransport_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +2 lines, -2 lines 0 comments Download
A + webrtc/pc/remoteaudiosource.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/pc/remoteaudiosource.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/pc/rtcstats_integrationtest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +2 lines, -2 lines 0 comments Download
A + webrtc/pc/rtcstatscollector.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 4 chunks +5 lines, -13 lines 0 comments Download
A + webrtc/pc/rtcstatscollector.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +4 lines, -4 lines 0 comments Download
A + webrtc/pc/rtcstatscollector_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +7 lines, -7 lines 0 comments Download
A + webrtc/pc/rtpreceiver.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +6 lines, -5 lines 0 comments Download
A + webrtc/pc/rtpreceiver.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +3 lines, -3 lines 0 comments Download
A + webrtc/pc/rtpsender.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/pc/rtpsender.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +2 lines, -2 lines 0 comments Download
A + webrtc/pc/rtpsenderreceiver_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +11 lines, -11 lines 0 comments Download
A + webrtc/pc/sctputils.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/pc/sctputils.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/pc/sctputils_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/pc/statscollector.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/pc/statscollector.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +2 lines, -2 lines 0 comments Download
A + webrtc/pc/statscollector_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +10 lines, -10 lines 0 comments Download
A + webrtc/pc/streamcollection.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/pc/test/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/pc/test/androidtestinitializer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/pc/test/androidtestinitializer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/pc/test/fakeaudiocapturemodule.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/pc/test/fakeaudiocapturemodule.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/pc/test/fakeaudiocapturemodule_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/pc/test/fakedatachannelprovider.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/pc/test/fakeperiodicvideocapturer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/pc/test/fakertccertificategenerator.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/pc/test/fakevideotrackrenderer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/pc/test/fakevideotracksource.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/pc/test/mock_datachannel.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/pc/test/mock_peerconnection.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/pc/test/mock_webrtcsession.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/pc/test/mockpeerconnectionobservers.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/pc/test/peerconnectiontestwrapper.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +5 lines, -5 lines 0 comments Download
A + webrtc/pc/test/peerconnectiontestwrapper.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +4 lines, -4 lines 0 comments Download
A + webrtc/pc/test/rtcstatsobtainer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/pc/test/testsdpstrings.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/pc/videocapturertracksource.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/pc/videocapturertracksource.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/pc/videocapturertracksource_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/pc/videotrack.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/pc/videotrack.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -3 lines 0 comments Download
A + webrtc/pc/videotrack_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +3 lines, -3 lines 0 comments Download
A + webrtc/pc/videotracksource.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/pc/videotracksource.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/pc/webrtcsdp.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/pc/webrtcsdp.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/pc/webrtcsdp_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/pc/webrtcsession.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +7 lines, -7 lines 0 comments Download
A + webrtc/pc/webrtcsession.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/pc/webrtcsession_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +8 lines, -8 lines 0 comments Download
A + webrtc/pc/webrtcsessiondescriptionfactory.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/pc/webrtcsessiondescriptionfactory.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/sdk/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M webrtc/sdk/android/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +3 lines, -3 lines 0 comments Download
M webrtc/sdk/android/src/jni/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/sdk/android/src/jni/androidvideotracksource_jni.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M webrtc/sdk/android/src/jni/peerconnection_jni.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +8 lines, -8 lines 0 comments Download
M webrtc/sdk/objc/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +2 lines, -1 line 0 comments Download
M webrtc/sdk/objc/Framework/Classes/RTCPeerConnectionFactory+Private.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M webrtc/test/fuzzers/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 81 (42 generated)
Taylor Brandstetter
https://codereview.webrtc.org/2514883002/diff/1/webrtc/api/BUILD.gn File webrtc/api/BUILD.gn (left): https://codereview.webrtc.org/2514883002/diff/1/webrtc/api/BUILD.gn#oldcode74 webrtc/api/BUILD.gn:74: "mediaconstraintsinterface.h", mediaconstraintsinterface.h would go in the api target. https://codereview.webrtc.org/2514883002/diff/1/webrtc/api/mediatype.h ...
4 years, 1 month ago (2016-11-18 21:10:32 UTC) #2
the sun
https://codereview.webrtc.org/2514883002/diff/1/webrtc/api/mediatype.h File webrtc/api/mediatype.h (right): https://codereview.webrtc.org/2514883002/diff/1/webrtc/api/mediatype.h#newcode28 webrtc/api/mediatype.h:28: #endif // WEBRTC_API_MEDIATYPE_H_ On 2016/11/18 21:10:31, Taylor Brandstetter wrote: ...
4 years, 1 month ago (2016-11-22 12:59:50 UTC) #4
the sun
https://codereview.webrtc.org/2514883002/diff/1/webrtc/api/mediatype.cc File webrtc/api/mediatype.cc (right): https://codereview.webrtc.org/2514883002/diff/1/webrtc/api/mediatype.cc#newcode28 webrtc/api/mediatype.cc:28: default: I think it's preferred to not have the ...
4 years, 1 month ago (2016-11-22 13:08:22 UTC) #5
ossu
I've uploaded a second patch-set that moves a lot of the files and it's nearly ...
4 years, 1 month ago (2016-11-22 15:36:16 UTC) #8
ossu
+ magjed specifically for the changes to androidtests. I'm looking at moving the peerconnection implementation ...
4 years ago (2016-11-29 13:59:18 UTC) #10
magjed_webrtc
On 2016/11/29 13:59:18, ossu wrote: > + magjed specifically for the changes to androidtests. > ...
4 years ago (2016-11-29 16:27:31 UTC) #11
magjed_webrtc
On 2016/11/29 16:27:31, magjed_webrtc wrote: > On 2016/11/29 13:59:18, ossu wrote: > > + magjed ...
4 years ago (2016-11-30 12:47:51 UTC) #12
ossu
On 2016/11/30 12:47:51, magjed_webrtc wrote: > On 2016/11/29 16:27:31, magjed_webrtc wrote: > > On 2016/11/29 ...
4 years ago (2016-11-30 12:51:13 UTC) #13
magjed_webrtc
On 2016/11/30 12:51:13, ossu wrote: > On 2016/11/30 12:47:51, magjed_webrtc wrote: > > On 2016/11/29 ...
4 years ago (2016-11-30 12:54:59 UTC) #14
magjed_webrtc
webrtc/api/androidtests has been moved to webrtc/sdk/android in https://codereview.webrtc.org/2541823002/. I'm removing myself as reviewer.
4 years ago (2016-12-01 11:49:32 UTC) #15
ossu
Great stuff! Thanks! (also removed you as a reviewer for real)
4 years ago (2016-12-01 11:52:52 UTC) #17
Taylor Brandstetter
I'm not sure what folder the Android stuff is ultimately destined for. But disregarding that, ...
4 years ago (2016-12-02 04:15:29 UTC) #18
Taylor Brandstetter
On 2016/12/02 04:15:29, Taylor Brandstetter wrote: > I'm not sure what folder the Android stuff ...
4 years ago (2016-12-02 04:17:45 UTC) #19
ossu
I've moved some things back into api/ and I've run through internal builds to try ...
4 years ago (2016-12-08 19:16:40 UTC) #22
Taylor Brandstetter
https://codereview.webrtc.org/2514883002/diff/20001/webrtc/api/BUILD.gn File webrtc/api/BUILD.gn (right): https://codereview.webrtc.org/2514883002/diff/20001/webrtc/api/BUILD.gn#newcode52 webrtc/api/BUILD.gn:52: "fakemetricsobserver.h", On 2016/12/08 19:16:39, ossu wrote: > On 2016/12/02 ...
4 years ago (2016-12-08 20:14:35 UTC) #23
ossu
I've added a few more header files that redirect into pc/ to get chromium to ...
4 years ago (2016-12-09 15:15:29 UTC) #25
miu
I'm removing myself from this review, as I've only worked on the Chromium-side of things ...
4 years ago (2016-12-13 21:28:56 UTC) #28
ossu
On 2016/12/13 21:28:56, miu wrote: > I'm removing myself from this review, as I've only ...
4 years ago (2016-12-15 12:23:02 UTC) #29
perkj_webrtc
On 2016/12/15 12:23:02, ossu wrote: > On 2016/12/13 21:28:56, miu wrote: > > I'm removing ...
4 years ago (2016-12-15 12:33:24 UTC) #30
ossu
On 2016/12/15 12:33:24, perkj_webrtc wrote: > On 2016/12/15 12:23:02, ossu wrote: > > On 2016/12/13 ...
4 years ago (2016-12-15 13:14:21 UTC) #31
Taylor Brandstetter
lgtm from my perspective. It may be good to have someone else more familiar with ...
4 years ago (2016-12-15 21:31:55 UTC) #32
ossu
https://codereview.webrtc.org/2514883002/diff/70001/webrtc/api/BUILD.gn File webrtc/api/BUILD.gn (right): https://codereview.webrtc.org/2514883002/diff/70001/webrtc/api/BUILD.gn#newcode45 webrtc/api/BUILD.gn:45: "fakemetricsobserver.cc", On 2016/12/15 21:31:54, Taylor Brandstetter wrote: > I'd ...
4 years ago (2016-12-16 09:45:33 UTC) #33
ossu
Tested the change on chromium and internal projects and hit no errors. Adding kjellander to ...
4 years ago (2016-12-16 13:55:17 UTC) #35
noahric
On 2016/12/16 13:55:17, ossu wrote: > Tested the change on chromium and internal projects and ...
4 years ago (2016-12-19 21:09:21 UTC) #36
noahric
https://codereview.webrtc.org/2514883002/diff/90001/webrtc/api/jsepicecandidate.h File webrtc/api/jsepicecandidate.h (left): https://codereview.webrtc.org/2514883002/diff/90001/webrtc/api/jsepicecandidate.h#oldcode24 webrtc/api/jsepicecandidate.h:24: class JsepIceCandidate : public IceCandidateInterface { This one as ...
4 years ago (2016-12-19 21:09:36 UTC) #37
kjellander_webrtc
https://codereview.webrtc.org/2514883002/diff/90001/webrtc/api/BUILD.gn File webrtc/api/BUILD.gn (right): https://codereview.webrtc.org/2514883002/diff/90001/webrtc/api/BUILD.gn#newcode74 webrtc/api/BUILD.gn:74: "test/fakeconstraints.h", This wasn't here before and seems to be ...
4 years ago (2016-12-20 07:17:06 UTC) #38
ossu
On 2016/12/19 21:09:21, noahric wrote: > Added two comments, but the general comment is: if ...
4 years ago (2016-12-20 14:06:43 UTC) #39
ossu
https://codereview.webrtc.org/2514883002/diff/90001/webrtc/api/jsepsessiondescription.h File webrtc/api/jsepsessiondescription.h (left): https://codereview.webrtc.org/2514883002/diff/90001/webrtc/api/jsepsessiondescription.h#oldcode40 webrtc/api/jsepsessiondescription.h:40: bool Initialize(cricket::SessionDescription* description, On 2016/12/19 21:09:36, noahric wrote: > ...
4 years ago (2016-12-20 16:22:25 UTC) #40
ossu
https://codereview.webrtc.org/2514883002/diff/90001/webrtc/api/jsepsessiondescription.h File webrtc/api/jsepsessiondescription.h (left): https://codereview.webrtc.org/2514883002/diff/90001/webrtc/api/jsepsessiondescription.h#oldcode40 webrtc/api/jsepsessiondescription.h:40: bool Initialize(cricket::SessionDescription* description, On 2016/12/20 16:22:25, ossu wrote: > ...
4 years ago (2016-12-20 16:29:10 UTC) #41
Taylor Brandstetter
https://codereview.webrtc.org/2514883002/diff/90001/webrtc/api/jsepsessiondescription.h File webrtc/api/jsepsessiondescription.h (left): https://codereview.webrtc.org/2514883002/diff/90001/webrtc/api/jsepsessiondescription.h#oldcode40 webrtc/api/jsepsessiondescription.h:40: bool Initialize(cricket::SessionDescription* description, On 2016/12/20 16:29:09, ossu wrote: > ...
4 years ago (2016-12-20 19:19:10 UTC) #42
noahric
On 2016/12/20 19:19:10, Taylor Brandstetter wrote: > https://codereview.webrtc.org/2514883002/diff/90001/webrtc/api/jsepsessiondescription.h > File webrtc/api/jsepsessiondescription.h (left): > > https://codereview.webrtc.org/2514883002/diff/90001/webrtc/api/jsepsessiondescription.h#oldcode40 ...
4 years ago (2016-12-20 22:06:01 UTC) #43
ossu
I've moved the JSEP headers back into api/ but I've had to leave the .cc ...
3 years, 11 months ago (2017-01-12 14:03:07 UTC) #48
ossu
kjellander@ could you have a look and possibly approve the build changes? magjed@ could you ...
3 years, 11 months ago (2017-01-17 15:03:16 UTC) #56
magjed_webrtc
On 2017/01/17 15:03:16, ossu wrote: > kjellander@ could you have a look and possibly approve ...
3 years, 11 months ago (2017-01-18 10:22:49 UTC) #57
kjellander_webrtc
This is awesome work. lgtm if the internal trybot is happy. I updated the beginning ...
3 years, 11 months ago (2017-01-20 10:10:53 UTC) #61
ossu
Thanks! deadbeef@: I've moved the OrtcFactory code into pc/. I suspect it should go into ...
3 years, 11 months ago (2017-01-20 15:39:52 UTC) #70
Taylor Brandstetter
On 2017/01/20 15:39:52, ossu wrote: > Thanks! > > deadbeef@: I've moved the OrtcFactory code ...
3 years, 11 months ago (2017-01-20 17:42:10 UTC) #71
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2514883002/200001
3 years, 11 months ago (2017-01-23 12:52:40 UTC) #78
commit-bot: I haz the power
3 years, 11 months ago (2017-01-23 12:56:34 UTC) #81
Message was sent while issue was closed.
Committed patchset #16 (id:200001) as
https://chromium.googlesource.com/external/webrtc/+/7bb87ee4e8b6620ebb647f257...

Powered by Google App Engine
This is Rietveld 408576698