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

Issue 1207613006: Support for onbufferedamountlow (Closed)

Created:
5 years, 6 months ago by bemasc2
Modified:
5 years, 5 months ago
CC:
webrtc-reviews_webrtc.org
Base URL:
https://chromium.googlesource.com/external/webrtc/trunk/talk.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Support for onbufferedamountlow Original review at https://webrtc-codereview.appspot.com/54679004/ BUG=https://code.google.com/p/chromium/issues/detail?id=496700 Committed: https://crrev.com/0edd50ccb34cc2dc4746137fdce1f5cf66808274 Cr-Commit-Position: refs/heads/master@{#9527}

Patch Set 1 #

Patch Set 2 : Fix path problems #

Total comments: 2

Patch Set 3 : Improve indentation in FakeDataChannel #

Patch Set 4 : Add Objective C bindings #

Total comments: 10

Patch Set 5 : Cleanup and clang-format #

Patch Set 6 : Add a default OnBufferedAmountChange implementation #

Total comments: 2

Patch Set 7 : Objective C style cleanup #

Total comments: 2

Patch Set 8 : Remove unnecessary comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+87 lines, -9 lines) Patch
M talk/app/webrtc/datachannel.cc View 1 3 chunks +12 lines, -1 line 0 comments Download
M talk/app/webrtc/datachannel_unittest.cc View 1 2 3 4 4 chunks +27 lines, -1 line 0 comments Download
M talk/app/webrtc/datachannelinterface.h View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M talk/app/webrtc/java/jni/peerconnection_jni.cc View 1 2 3 4 2 chunks +14 lines, -5 lines 0 comments Download
M talk/app/webrtc/java/src/org/webrtc/DataChannel.java View 1 1 chunk +2 lines, -0 lines 0 comments Download
M talk/app/webrtc/java/testcommon/src/org/webrtc/PeerConnectionTest.java View 1 1 chunk +5 lines, -0 lines 0 comments Download
M talk/app/webrtc/objc/RTCDataChannel.mm View 1 2 3 4 5 6 7 1 chunk +9 lines, -0 lines 0 comments Download
M talk/app/webrtc/objc/public/RTCDataChannel.h View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
M talk/app/webrtc/objctests/RTCPeerConnectionSyncObserver.m View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
M talk/app/webrtc/test/mockpeerconnectionobservers.h View 1 2 3 4 1 chunk +4 lines, -2 lines 0 comments Download

Messages

Total messages: 37 (13 generated)
bemasc2
PTAL
5 years, 6 months ago (2015-06-24 18:47:00 UTC) #2
pthatcher1
lgtm
5 years, 6 months ago (2015-06-24 21:44:27 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1207613006/1
5 years, 6 months ago (2015-06-24 21:44:44 UTC) #5
commit-bot: I haz the power
No L-G-T-M from a valid reviewer yet. Only full committers are accepted. Even if an ...
5 years, 6 months ago (2015-06-24 21:44:46 UTC) #7
bemasc2
Looks like this needs a Chromium committer bit? Seems like a bug... Over to juberti's ...
5 years, 6 months ago (2015-06-25 18:23:57 UTC) #9
juberti1
lgtm with one style comment. Jiayang can land for you https://codereview.webrtc.org/1207613006/diff/20001/talk/app/webrtc/datachannel_unittest.cc File talk/app/webrtc/datachannel_unittest.cc (right): https://codereview.webrtc.org/1207613006/diff/20001/talk/app/webrtc/datachannel_unittest.cc#newcode39 ...
5 years, 6 months ago (2015-06-25 18:56:23 UTC) #11
bemasc2
https://codereview.webrtc.org/1207613006/diff/20001/talk/app/webrtc/datachannel_unittest.cc File talk/app/webrtc/datachannel_unittest.cc (right): https://codereview.webrtc.org/1207613006/diff/20001/talk/app/webrtc/datachannel_unittest.cc#newcode39 talk/app/webrtc/datachannel_unittest.cc:39: on_buffered_amount_change_count_(0) {} On 2015/06/25 18:56:22, juberti1 wrote: > fix ...
5 years, 6 months ago (2015-06-25 19:56:09 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1207613006/40001
5 years, 6 months ago (2015-06-25 19:56:26 UTC) #15
commit-bot: I haz the power
Exceeded global retry quota
5 years, 6 months ago (2015-06-25 19:58:38 UTC) #17
bemasc2
On 2015/06/25 19:58:38, commit-bot: I haz the power wrote: > Exceeded global retry quota Looks ...
5 years, 6 months ago (2015-06-25 20:01:38 UTC) #18
bemasc2
On 2015/06/25 20:01:38, bemasc2 wrote: > On 2015/06/25 19:58:38, commit-bot: I haz the power wrote: ...
5 years, 5 months ago (2015-06-29 17:28:43 UTC) #20
tkchin_webrtc
just some style nits. https://codereview.webrtc.org/1207613006/diff/60001/talk/app/webrtc/java/jni/peerconnection_jni.cc File talk/app/webrtc/java/jni/peerconnection_jni.cc (right): https://codereview.webrtc.org/1207613006/diff/60001/talk/app/webrtc/java/jni/peerconnection_jni.cc#newcode563 talk/app/webrtc/java/jni/peerconnection_jni.cc:563: "onBufferedAmountChange", "(J)V")), formatting here seems ...
5 years, 5 months ago (2015-06-29 22:18:30 UTC) #21
tkchin_webrtc
On 2015/06/29 22:18:30, tkchin_webrtc wrote: > just some style nits. > > https://codereview.webrtc.org/1207613006/diff/60001/talk/app/webrtc/java/jni/peerconnection_jni.cc > File ...
5 years, 5 months ago (2015-06-29 22:19:41 UTC) #22
bemasc2
On 2015/06/29 22:19:41, tkchin_webrtc wrote: > On 2015/06/29 22:18:30, tkchin_webrtc wrote: > > just some ...
5 years, 5 months ago (2015-06-29 22:53:01 UTC) #23
bemasc2
https://codereview.webrtc.org/1207613006/diff/60001/talk/app/webrtc/java/jni/peerconnection_jni.cc File talk/app/webrtc/java/jni/peerconnection_jni.cc (right): https://codereview.webrtc.org/1207613006/diff/60001/talk/app/webrtc/java/jni/peerconnection_jni.cc#newcode563 talk/app/webrtc/java/jni/peerconnection_jni.cc:563: "onBufferedAmountChange", "(J)V")), On 2015/06/29 22:18:30, tkchin_webrtc wrote: > formatting ...
5 years, 5 months ago (2015-06-29 22:53:17 UTC) #24
tkchin_webrtc
I don't have a strong opinion on breakage prevention because of the branch cut bit ...
5 years, 5 months ago (2015-06-30 00:24:11 UTC) #25
bemasc2
On 2015/06/30 00:24:11, tkchin_webrtc wrote: > I don't have a strong opinion on breakage prevention ...
5 years, 5 months ago (2015-06-30 14:33:25 UTC) #26
tkchin_webrtc
lgtm oops, I could've sworn I had a comment along the lines of - since ...
5 years, 5 months ago (2015-06-30 17:53:47 UTC) #27
bemasc2
https://codereview.webrtc.org/1207613006/diff/120001/talk/app/webrtc/objc/RTCDataChannel.mm File talk/app/webrtc/objc/RTCDataChannel.mm (right): https://codereview.webrtc.org/1207613006/diff/120001/talk/app/webrtc/objc/RTCDataChannel.mm#newcode47 talk/app/webrtc/objc/RTCDataChannel.mm:47: RTCDataChannel* channel = _channel; // Converts weak ptr to ...
5 years, 5 months ago (2015-06-30 18:29:45 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1207613006/140001
5 years, 5 months ago (2015-06-30 18:30:24 UTC) #31
commit-bot: I haz the power
Exceeded global retry quota
5 years, 5 months ago (2015-06-30 19:10:24 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1207613006/140001
5 years, 5 months ago (2015-07-01 19:36:03 UTC) #35
commit-bot: I haz the power
Committed patchset #8 (id:140001)
5 years, 5 months ago (2015-07-01 20:34:38 UTC) #36
commit-bot: I haz the power
5 years, 5 months ago (2015-07-01 20:34:54 UTC) #37
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/0edd50ccb34cc2dc4746137fdce1f5cf66808274
Cr-Commit-Position: refs/heads/master@{#9527}

Powered by Google App Engine
This is Rietveld 408576698