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

Issue 1363573002: Wire up transport sequence number / send time callbacks to webrtc via libjingle. (Closed)

Created:
5 years, 3 months ago by stefan-webrtc
Modified:
5 years, 2 months ago
CC:
webrtc-reviews_webrtc.org, interface-changes_webrtc.org, rwolff_gocast.it, yujie_mao (webrtc), Andrew MacDonald, tterriberry_mozilla.com, qiang.lu, niklas.enbom, andresp, perkj_webrtc, mflodman
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Wire up packet_id / send time callbacks to webrtc via libjingle. BUG=webrtc:4173 Committed: https://crrev.com/c1aeaf0dc37d96f31c92f893f4e30e7a5f7cc2b7 Cr-Commit-Position: refs/heads/master@{#10289}

Patch Set 1 : . #

Total comments: 31

Patch Set 2 : Comments addressed. #

Patch Set 3 : Remove byteorder changes #

Patch Set 4 : Align parameter names. #

Patch Set 5 : No changes to const parameters. #

Total comments: 29

Patch Set 6 : Comments addressed, but still issues to resolve. #

Patch Set 7 : Connect media controller to transport channels #

Patch Set 8 : Cleanups. #

Total comments: 17

Patch Set 9 : Updated tests. #

Patch Set 10 : Rebase. #

Patch Set 11 : Cleanup #

Patch Set 12 : Comments addressed. #

Patch Set 13 : Added finch experiment for enabling transport-wide-seq-num extension. #

Patch Set 14 : Fix mem leak and thread issue. #

Patch Set 15 : Fix crash. #

Patch Set 16 : Resolve field trial deps. #

Patch Set 17 : iOS deps fixed. #

Patch Set 18 : Fixing one more iOS target. #

Patch Set 19 : More ios deps #

Total comments: 2

Patch Set 20 : Moved to WebrtcSession #

Patch Set 21 : Connect to SignalSentPacket when enabling bundle. #

Total comments: 11

Patch Set 22 : Pass a media controller to webrtc session. #

Patch Set 23 : Remove extra callbacks. #

Patch Set 24 : Call OnSentPacket on worker thread. #

Patch Set 25 : Cleanup #

Total comments: 14

Patch Set 26 : Comments addressed #

Patch Set 27 : Clean up bind include. #

Patch Set 28 : Rebase #

Patch Set 29 : Cleanups after merge #

Total comments: 2

Patch Set 30 : Fixed comment. #

Patch Set 31 : Add missing updated_options #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+524 lines, -226 lines) Patch
A + talk/app/webrtc/fakemediacontroller.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 2 chunks +20 lines, -21 lines 0 comments Download
M talk/app/webrtc/mediacontroller.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 2 chunks +8 lines, -2 lines 0 comments Download
M talk/app/webrtc/mediacontroller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 5 chunks +17 lines, -8 lines 0 comments Download
M talk/app/webrtc/peerconnection.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 1 chunk +1 line, -0 lines 0 comments Download
M talk/app/webrtc/peerconnection.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 1 chunk +6 lines, -4 lines 0 comments Download
M talk/app/webrtc/peerconnectionfactory.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 2 chunks +2 lines, -1 line 0 comments Download
M talk/app/webrtc/peerconnectionfactory.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 1 chunk +4 lines, -2 lines 0 comments Download
M talk/app/webrtc/statscollector_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 16 chunks +33 lines, -29 lines 0 comments Download
M talk/app/webrtc/test/fakedatachannelprovider.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 2 chunks +4 lines, -0 lines 0 comments Download
M talk/app/webrtc/webrtcsession.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 3 chunks +5 lines, -2 lines 0 comments Download
M talk/app/webrtc/webrtcsession.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 9 chunks +19 lines, -7 lines 0 comments Download
M talk/app/webrtc/webrtcsession_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 10 chunks +69 lines, -34 lines 0 comments Download
M talk/libjingle.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 2 chunks +2 lines, -1 line 0 comments Download
M talk/libjingle_tests.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 3 chunks +3 lines, -0 lines 0 comments Download
M talk/media/base/constants.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +5 lines, -0 lines 0 comments Download
M talk/media/base/constants.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +4 lines, -0 lines 0 comments Download
M talk/media/base/fakemediaengine.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +3 lines, -3 lines 0 comments Download
M talk/media/base/fakenetworkinterface.h View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -2 lines 0 comments Download
M talk/media/base/mediachannel.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 3 chunks +13 lines, -13 lines 0 comments Download
M talk/media/base/rtpdataengine.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M talk/media/sctp/sctpdataengine.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M talk/media/sctp/sctpdataengine_unittest.cc View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -2 lines 0 comments Download
M talk/media/webrtc/fakewebrtccall.h View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -0 lines 0 comments Download
M talk/media/webrtc/fakewebrtccall.cc View 1 2 3 4 5 6 7 8 2 chunks +5 lines, -2 lines 0 comments Download
M talk/media/webrtc/webrtcvideoengine2.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +9 lines, -2 lines 0 comments Download
M talk/media/webrtc/webrtcvideoengine2_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 6 chunks +52 lines, -4 lines 0 comments Download
M talk/media/webrtc/webrtcvoiceengine.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 1 chunk +4 lines, -2 lines 0 comments Download
M talk/media/webrtc/webrtcvoiceengine.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 2 chunks +6 lines, -0 lines 0 comments Download
M talk/session/media/channel.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 4 chunks +6 lines, -8 lines 0 comments Download
M talk/session/media/channel.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 9 chunks +22 lines, -18 lines 0 comments Download
M talk/session/media/channel_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 4 chunks +16 lines, -10 lines 0 comments Download
M talk/session/media/channelmanager_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 3 chunks +14 lines, -27 lines 0 comments Download
M webrtc/base/asyncpacketsocket.h View 1 2 3 4 5 6 7 8 9 2 chunks +6 lines, -2 lines 0 comments Download
M webrtc/base/asynctcpsocket.cc View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -0 lines 0 comments Download
M webrtc/base/asyncudpsocket.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +8 lines, -2 lines 0 comments Download
M webrtc/base/base_tests.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/base/socket.h View 1 2 3 4 5 6 7 8 9 1 chunk +9 lines, -0 lines 0 comments Download
M webrtc/base/unittest_main.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +9 lines, -0 lines 0 comments Download
M webrtc/call.h View 1 2 3 4 5 2 chunks +3 lines, -0 lines 2 comments Download
M webrtc/call/call.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 2 chunks +6 lines, -0 lines 0 comments Download
M webrtc/config.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/libjingle_examples.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +2 lines, -0 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/transport_feedback_adapter.h View 1 2 3 4 5 1 chunk +3 lines, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/transport_feedback_adapter.cc View 1 2 3 4 5 1 chunk +7 lines, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/transport_feedback_adapter_unittest.cc View 1 2 3 4 5 5 chunks +7 lines, -7 lines 0 comments Download
M webrtc/modules/rtp_rtcp/interface/rtp_rtcp_defines.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +3 lines, -3 lines 0 comments Download
M webrtc/p2p/base/dtlstransportchannel.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 2 chunks +4 lines, -1 line 0 comments Download
M webrtc/p2p/base/dtlstransportchannel.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 2 chunks +10 lines, -0 lines 0 comments Download
M webrtc/p2p/base/dtlstransportchannel_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 6 chunks +21 lines, -0 lines 0 comments Download
M webrtc/p2p/base/faketransportcontroller.h View 1 2 3 4 5 6 7 8 9 2 chunks +4 lines, -0 lines 0 comments Download
M webrtc/p2p/base/p2ptransportchannel.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/p2p/base/p2ptransportchannel.cc View 1 2 3 4 5 6 7 8 9 2 chunks +8 lines, -0 lines 0 comments Download
M webrtc/p2p/base/port.h View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -0 lines 0 comments Download
M webrtc/p2p/base/port.cc View 1 2 3 4 5 6 7 8 9 1 chunk +4 lines, -0 lines 0 comments Download
M webrtc/p2p/base/portinterface.h View 1 2 3 4 5 6 7 8 9 2 chunks +4 lines, -0 lines 0 comments Download
M webrtc/p2p/base/relayport.cc View 1 2 3 4 5 6 7 8 9 3 chunks +10 lines, -0 lines 0 comments Download
M webrtc/p2p/base/stunport.h View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -0 lines 0 comments Download
M webrtc/p2p/base/stunport.cc View 1 2 3 4 5 6 7 8 9 2 chunks +6 lines, -0 lines 0 comments Download
M webrtc/p2p/base/transportchannel.h View 1 2 3 4 5 6 7 8 9 2 chunks +4 lines, -1 line 0 comments Download
M webrtc/transport.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/video_engine/vie_channel_group.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 2 chunks +3 lines, -0 lines 0 comments Download
M webrtc/video_engine/vie_channel_group.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 92 (26 generated)
stefan-webrtc
Hi, it would be great if you guys could take a look at this CL. ...
5 years, 2 months ago (2015-09-25 14:52:13 UTC) #4
pthatcher1
I think the way to test it is: 1. Test the network code can do ...
5 years, 2 months ago (2015-09-25 23:24:58 UTC) #5
stefan-webrtc
https://codereview.webrtc.org/1363573002/diff/40001/talk/media/base/mediachannel.h File talk/media/base/mediachannel.h (right): https://codereview.webrtc.org/1363573002/diff/40001/talk/media/base/mediachannel.h#newcode552 talk/media/base/mediachannel.h:552: virtual void OnPacketSent(const rtc::SentPacket& packet_sent) = 0; On 2015/09/25 ...
5 years, 2 months ago (2015-09-28 12:10:50 UTC) #6
pthatcher1
https://codereview.webrtc.org/1363573002/diff/40001/talk/media/webrtc/webrtcvideoengine2.cc File talk/media/webrtc/webrtcvideoengine2.cc (right): https://codereview.webrtc.org/1363573002/diff/40001/talk/media/webrtc/webrtcvideoengine2.cc#newcode1485 talk/media/webrtc/webrtcvideoengine2.cc:1485: call_->OnSentPacket(webrtc_packet_sent); On 2015/09/28 12:10:49, stefan-webrtc (holmer) wrote: > On ...
5 years, 2 months ago (2015-09-28 23:58:40 UTC) #7
stefan-webrtc
I have made an attempt to address your comments. I'm still not sure about the ...
5 years, 2 months ago (2015-10-02 13:29:12 UTC) #8
stefan-webrtc
Remove byteorder changes
5 years, 2 months ago (2015-10-02 13:32:23 UTC) #9
stefan-webrtc
Note that there was a rebase in patch-set 2. Sorry about that. The best way ...
5 years, 2 months ago (2015-10-02 13:46:06 UTC) #10
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1363573002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1363573002/100001
5 years, 2 months ago (2015-10-02 14:17:53 UTC) #12
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_x64_rel on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/win_x64_rel/builds/9756)
5 years, 2 months ago (2015-10-02 14:37:53 UTC) #14
stefan-webrtc
https://codereview.webrtc.org/1363573002/diff/120001/webrtc/base/asyncpacketsocket.h File webrtc/base/asyncpacketsocket.h (right): https://codereview.webrtc.org/1363573002/diff/120001/webrtc/base/asyncpacketsocket.h#newcode124 webrtc/base/asyncpacketsocket.h:124: SignalPacketSent; I'm not sure if I actually need SocketAddress ...
5 years, 2 months ago (2015-10-05 13:43:19 UTC) #15
pthatcher1
https://codereview.webrtc.org/1363573002/diff/120001/talk/app/webrtc/mediacontroller.h File talk/app/webrtc/mediacontroller.h (right): https://codereview.webrtc.org/1363573002/diff/120001/talk/app/webrtc/mediacontroller.h#newcode48 talk/app/webrtc/mediacontroller.h:48: virtual void OnPacketSent(const webrtc::SentPacket& sent_packet) = 0; Why would ...
5 years, 2 months ago (2015-10-05 18:30:14 UTC) #16
stefan-webrtc
https://codereview.webrtc.org/1363573002/diff/120001/talk/app/webrtc/mediacontroller.h File talk/app/webrtc/mediacontroller.h (right): https://codereview.webrtc.org/1363573002/diff/120001/talk/app/webrtc/mediacontroller.h#newcode48 talk/app/webrtc/mediacontroller.h:48: virtual void OnPacketSent(const webrtc::SentPacket& sent_packet) = 0; On 2015/10/05 ...
5 years, 2 months ago (2015-10-06 13:00:19 UTC) #17
pthatcher1
https://codereview.webrtc.org/1363573002/diff/120001/talk/app/webrtc/mediacontroller.h File talk/app/webrtc/mediacontroller.h (right): https://codereview.webrtc.org/1363573002/diff/120001/talk/app/webrtc/mediacontroller.h#newcode48 talk/app/webrtc/mediacontroller.h:48: virtual void OnPacketSent(const webrtc::SentPacket& sent_packet) = 0; On 2015/10/06 ...
5 years, 2 months ago (2015-10-06 20:23:55 UTC) #18
pthatcher1
Looking much better. https://codereview.webrtc.org/1363573002/diff/120001/talk/media/webrtc/webrtcvideoengine2.cc File talk/media/webrtc/webrtcvideoengine2.cc (right): https://codereview.webrtc.org/1363573002/diff/120001/talk/media/webrtc/webrtcvideoengine2.cc#newcode1666 talk/media/webrtc/webrtcvideoengine2.cc:1666: const webrtc::PacketOptions& options) { On 2015/10/05 ...
5 years, 2 months ago (2015-10-07 16:44:38 UTC) #19
stefan-webrtc
Cleanup
5 years, 2 months ago (2015-10-07 16:46:46 UTC) #20
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1363573002/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1363573002/240001
5 years, 2 months ago (2015-10-07 16:47:52 UTC) #22
stefan-webrtc
Could you take a look at the changes I have done to mediacontroller.h/.cc and channel_unittest.cc? ...
5 years, 2 months ago (2015-10-07 16:55:25 UTC) #23
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_msan on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/linux_msan/builds/5139)
5 years, 2 months ago (2015-10-07 17:01:36 UTC) #25
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1363573002/280001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1363573002/280001
5 years, 2 months ago (2015-10-08 12:53:08 UTC) #27
stefan-webrtc
https://codereview.webrtc.org/1363573002/diff/180001/talk/app/webrtc/mediacontroller.cc File talk/app/webrtc/mediacontroller.cc (right): https://codereview.webrtc.org/1363573002/diff/180001/talk/app/webrtc/mediacontroller.cc#newcode63 talk/app/webrtc/mediacontroller.cc:63: cricket::TransportChannel* transport_channel) override { On 2015/10/07 16:44:37, pthatcher1 wrote: ...
5 years, 2 months ago (2015-10-08 12:53:46 UTC) #28
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_rel on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/win_rel/builds/10015)
5 years, 2 months ago (2015-10-08 13:00:32 UTC) #30
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1363573002/300001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1363573002/300001
5 years, 2 months ago (2015-10-08 13:52:02 UTC) #32
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_rel on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/win_rel/builds/10017)
5 years, 2 months ago (2015-10-08 13:56:54 UTC) #34
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1363573002/340001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1363573002/340001
5 years, 2 months ago (2015-10-08 15:17:59 UTC) #36
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios32_sim_dbg on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/ios32_sim_dbg/builds/2509) ios_arm64_dbg on ...
5 years, 2 months ago (2015-10-08 15:21:18 UTC) #38
stefan-webrtc
iOS deps fixed.
5 years, 2 months ago (2015-10-08 15:32:06 UTC) #39
stefan-webrtc
More ios deps
5 years, 2 months ago (2015-10-08 15:52:53 UTC) #40
pthatcher1
https://codereview.webrtc.org/1363573002/diff/180001/talk/session/media/channel.cc File talk/session/media/channel.cc (right): https://codereview.webrtc.org/1363573002/diff/180001/talk/session/media/channel.cc#newcode352 talk/session/media/channel.cc:352: media_controller_->ConnectTransportChannel(tc); On 2015/10/08 12:53:45, stefan-webrtc (holmer) wrote: > On ...
5 years, 2 months ago (2015-10-08 20:27:55 UTC) #41
stefan-webrtc
https://codereview.webrtc.org/1363573002/diff/180001/talk/session/media/channel.cc File talk/session/media/channel.cc (right): https://codereview.webrtc.org/1363573002/diff/180001/talk/session/media/channel.cc#newcode352 talk/session/media/channel.cc:352: media_controller_->ConnectTransportChannel(tc); On 2015/10/08 20:27:55, pthatcher1 wrote: > On 2015/10/08 ...
5 years, 2 months ago (2015-10-09 14:18:45 UTC) #43
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1363573002/440001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1363573002/440001
5 years, 2 months ago (2015-10-09 14:18:53 UTC) #44
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 2 months ago (2015-10-09 15:15:14 UTC) #46
pthatcher1
Looking better. The only thing I'm worried about now is how we get a fake ...
5 years, 2 months ago (2015-10-09 20:57:48 UTC) #47
stefan-webrtc
On 2015/10/09 20:57:48, pthatcher1 wrote: > Looking better. The only thing I'm worried about now ...
5 years, 2 months ago (2015-10-09 21:27:21 UTC) #48
pthatcher1
On 2015/10/09 21:27:21, stefan-webrtc (holmer) wrote: > On 2015/10/09 20:57:48, pthatcher1 wrote: > > Looking ...
5 years, 2 months ago (2015-10-09 22:50:33 UTC) #49
stefan-webrtc
I would prefer not changing the approach to attaching a signal to the PacketOptions, partly ...
5 years, 2 months ago (2015-10-10 15:32:52 UTC) #50
stefan-webrtc
Pass a media controller to webrtc session.
5 years, 2 months ago (2015-10-12 09:51:37 UTC) #51
stefan-webrtc
Call OnSentPacket on worker thread.
5 years, 2 months ago (2015-10-12 10:04:46 UTC) #52
stefan-webrtc
Cleanup
5 years, 2 months ago (2015-10-12 10:11:14 UTC) #53
stefan-webrtc
https://codereview.webrtc.org/1363573002/diff/440001/talk/app/webrtc/webrtcsession.cc File talk/app/webrtc/webrtcsession.cc (right): https://codereview.webrtc.org/1363573002/diff/440001/talk/app/webrtc/webrtcsession.cc#newcode786 talk/app/webrtc/webrtcsession.cc:786: channel_manager_->media_engine()->GetVoE())); On 2015/10/10 15:32:51, stefan-webrtc (holmer) wrote: > On ...
5 years, 2 months ago (2015-10-12 10:11:45 UTC) #54
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1363573002/520001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1363573002/520001
5 years, 2 months ago (2015-10-12 10:12:35 UTC) #56
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 2 months ago (2015-10-12 11:30:36 UTC) #58
pbos-webrtc
glanced through the libjingle stuff (it scares me), reviewed the rest https://codereview.webrtc.org/1363573002/diff/520001/webrtc/base/asyncudpsocket.cc File webrtc/base/asyncudpsocket.cc (right): ...
5 years, 2 months ago (2015-10-12 20:48:00 UTC) #59
pthatcher1
https://codereview.webrtc.org/1363573002/diff/520001/talk/app/webrtc/peerconnectionfactory.h File talk/app/webrtc/peerconnectionfactory.h (right): https://codereview.webrtc.org/1363573002/diff/520001/talk/app/webrtc/peerconnectionfactory.h#newcode111 talk/app/webrtc/peerconnectionfactory.h:111: rtc::scoped_ptr<webrtc::MediaControllerInterface> media_controller_; I think there's a problem here. A ...
5 years, 2 months ago (2015-10-13 05:31:13 UTC) #60
stefan-webrtc
Comments addressed
5 years, 2 months ago (2015-10-13 08:09:07 UTC) #61
stefan-webrtc
https://codereview.webrtc.org/1363573002/diff/520001/talk/app/webrtc/peerconnectionfactory.h File talk/app/webrtc/peerconnectionfactory.h (right): https://codereview.webrtc.org/1363573002/diff/520001/talk/app/webrtc/peerconnectionfactory.h#newcode111 talk/app/webrtc/peerconnectionfactory.h:111: rtc::scoped_ptr<webrtc::MediaControllerInterface> media_controller_; On 2015/10/13 05:31:13, pthatcher1 wrote: > I ...
5 years, 2 months ago (2015-10-13 08:09:20 UTC) #62
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1363573002/540001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1363573002/540001
5 years, 2 months ago (2015-10-13 08:15:33 UTC) #64
pthatcher1
lgtm
5 years, 2 months ago (2015-10-15 05:19:52 UTC) #65
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1363573002/560001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1363573002/560001
5 years, 2 months ago (2015-10-15 06:53:25 UTC) #67
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios_arm64_dbg on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/ios_arm64_dbg/builds/4897) linux_compile_dbg on ...
5 years, 2 months ago (2015-10-15 06:54:25 UTC) #69
stefan-webrtc
Rebase
5 years, 2 months ago (2015-10-15 08:27:06 UTC) #70
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1363573002/580001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1363573002/580001
5 years, 2 months ago (2015-10-15 08:28:12 UTC) #72
stefan-webrtc
Cleanups after merge
5 years, 2 months ago (2015-10-15 09:17:25 UTC) #73
pbos-webrtc
lgtm https://codereview.webrtc.org/1363573002/diff/520001/webrtc/base/asyncudpsocket.cc File webrtc/base/asyncudpsocket.cc (right): https://codereview.webrtc.org/1363573002/diff/520001/webrtc/base/asyncudpsocket.cc#newcode63 webrtc/base/asyncudpsocket.cc:63: int ret = socket_->Send(pv, cb); On 2015/10/13 08:09:20, ...
5 years, 2 months ago (2015-10-15 09:51:50 UTC) #74
stefan-webrtc
https://codereview.webrtc.org/1363573002/diff/520001/webrtc/base/asyncudpsocket.cc File webrtc/base/asyncudpsocket.cc (right): https://codereview.webrtc.org/1363573002/diff/520001/webrtc/base/asyncudpsocket.cc#newcode63 webrtc/base/asyncudpsocket.cc:63: int ret = socket_->Send(pv, cb); On 2015/10/15 09:51:49, pbos-webrtc ...
5 years, 2 months ago (2015-10-15 10:09:32 UTC) #75
stefan-webrtc
Fixed comment.
5 years, 2 months ago (2015-10-15 10:09:36 UTC) #76
stefan-webrtc
Add missing updated_options
5 years, 2 months ago (2015-10-15 13:37:08 UTC) #77
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1363573002/640001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1363573002/640001
5 years, 2 months ago (2015-10-15 13:39:44 UTC) #80
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/1241)
5 years, 2 months ago (2015-10-15 13:44:37 UTC) #82
stefan-webrtc
...and one OWNER missing. +mflodman for reviewing the root of webrtc/
5 years, 2 months ago (2015-10-15 13:47:10 UTC) #84
stefan-webrtc
On 2015/10/15 13:47:10, stefan-webrtc (holmer) wrote: > ...and one OWNER missing. > > +mflodman for ...
5 years, 2 months ago (2015-10-15 13:49:43 UTC) #85
mflodman
https://codereview.webrtc.org/1363573002/diff/640001/webrtc/call.h File webrtc/call.h (right): https://codereview.webrtc.org/1363573002/diff/640001/webrtc/call.h#newcode19 webrtc/call.h:19: #include "webrtc/base/socket.h" Is this really needed in this header? ...
5 years, 2 months ago (2015-10-15 13:58:22 UTC) #86
mflodman
lgtm
5 years, 2 months ago (2015-10-15 14:05:58 UTC) #87
stefan-webrtc
https://codereview.webrtc.org/1363573002/diff/640001/webrtc/call.h File webrtc/call.h (right): https://codereview.webrtc.org/1363573002/diff/640001/webrtc/call.h#newcode19 webrtc/call.h:19: #include "webrtc/base/socket.h" On 2015/10/15 13:58:22, mflodman wrote: > Is ...
5 years, 2 months ago (2015-10-15 14:08:51 UTC) #88
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1363573002/640001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1363573002/640001
5 years, 2 months ago (2015-10-15 14:09:30 UTC) #90
commit-bot: I haz the power
Committed patchset #31 (id:640001)
5 years, 2 months ago (2015-10-15 14:26:13 UTC) #91
commit-bot: I haz the power
5 years, 2 months ago (2015-10-15 14:26:29 UTC) #92
Message was sent while issue was closed.
Patchset 31 (id:??) landed as
https://crrev.com/c1aeaf0dc37d96f31c92f893f4e30e7a5f7cc2b7
Cr-Commit-Position: refs/heads/master@{#10289}

Powered by Google App Engine
This is Rietveld 408576698