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

Issue 1171553002: Initial implementation of onbufferedamountlow (Closed)

Created:
5 years, 6 months ago by bemasc
Modified:
5 years, 3 months ago
CC:
blink-reviews, dglazkov+blink, tommyw+watchlist_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Initial implementation of onbufferedamountlow BUG=496700 Committed: https://crrev.com/41bdc151d985678d2bbd91ffa883f4a40213b76d git-svn-id: svn://svn.chromium.org/blink/trunk@199694 bbb929c8-8fbe-4397-9dbb-9b2b20218538

Patch Set 1 #

Patch Set 2 : Add basic unit tests for RTCDataChannel::onbufferedamountlow #

Total comments: 2

Patch Set 3 : Use |final| in RTCDataChannelTest #

Total comments: 2

Patch Set 4 : Check bufferedAmount() throughout RTCDataChannelTest #

Patch Set 5 : Merge intervening changes #

Patch Set 6 : Add MODULES_EXPORT annotation to RTCDataChannel #

Patch Set 7 : Minor changes to make trybots pass #

Patch Set 8 : More changes for trybots #

Patch Set 9 : Remove reference to file that no longer exists #

Unified diffs Side-by-side diffs Delta from patch set Stats (+184 lines, -2 lines) Patch
M Source/core/events/EventTypeNames.in View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M Source/modules/mediastream/RTCDataChannel.h View 1 2 3 4 5 5 chunks +11 lines, -1 line 0 comments Download
M Source/modules/mediastream/RTCDataChannel.cpp View 3 chunks +19 lines, -0 lines 0 comments Download
M Source/modules/mediastream/RTCDataChannel.idl View 1 chunk +2 lines, -0 lines 0 comments Download
A Source/modules/mediastream/RTCDataChannelTest.cpp View 1 2 3 4 5 6 7 8 1 chunk +147 lines, -0 lines 0 comments Download
M Source/modules/modules.gypi View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M public/platform/WebRTCDataChannelHandlerClient.h View 1 2 3 4 5 6 7 2 chunks +3 lines, -1 line 0 comments Download

Messages

Total messages: 41 (16 generated)
bemasc
tommi@: Please review for OWNERS on Source/modules/mediastream/RTCDatachannel.* mkwst@: Please review for OWNERS on EventTypeNames.in and ...
5 years, 6 months ago (2015-06-05 19:29:49 UTC) #2
Mike West
1. Did you send an intent to implement/ship? 2. Tests?
5 years, 6 months ago (2015-06-07 13:48:16 UTC) #3
bemasc
1. I didn't send an intent-to-implement. I figured this was a trivial feature. I also ...
5 years, 6 months ago (2015-06-07 14:07:50 UTC) #4
tommi (sloooow) - chröme
lgtm
5 years, 6 months ago (2015-06-08 08:57:10 UTC) #5
Mike West
On 2015/06/07 at 14:07:50, bemasc wrote: > 1. I didn't send an intent-to-implement. I figured ...
5 years, 6 months ago (2015-06-08 09:28:46 UTC) #6
pthatcher2
lgtm
5 years, 6 months ago (2015-06-08 22:35:27 UTC) #7
bemasc
On 2015/06/08 09:28:46, Mike West wrote: > On 2015/06/07 at 14:07:50, bemasc wrote: > > ...
5 years, 6 months ago (2015-06-09 15:51:53 UTC) #9
tkent
On 2015/06/07 14:07:50, bemasc wrote: > 1. I didn't send an intent-to-implement. I figured this ...
5 years, 6 months ago (2015-06-09 23:42:40 UTC) #10
tkent
On 2015/06/09 15:51:53, bemasc wrote: > I've added tkent@ as a reviewer, because the unit ...
5 years, 6 months ago (2015-06-09 23:47:20 UTC) #11
tkent
lgtm https://codereview.chromium.org/1171553002/diff/20001/Source/modules/mediastream/RTCDataChannelTest.cpp File Source/modules/mediastream/RTCDataChannelTest.cpp (right): https://codereview.chromium.org/1171553002/diff/20001/Source/modules/mediastream/RTCDataChannelTest.cpp#newcode33 Source/modules/mediastream/RTCDataChannelTest.cpp:33: virtual void setClient(WebRTCDataChannelHandlerClient* client) { m_client = client; ...
5 years, 6 months ago (2015-06-09 23:47:27 UTC) #12
bemasc
> Please add an entry of https://www.chromestatus.com/features. Done. https://www.chromestatus.com/features/5515010235170816 On 2015/06/09 23:47:27, tkent wrote: > ...
5 years, 6 months ago (2015-06-10 14:21:13 UTC) #13
tommi (sloooow) - chröme
lgtm
5 years, 6 months ago (2015-06-10 14:28:27 UTC) #14
lally
lgtm as-is, with suggestions. https://codereview.chromium.org/1171553002/diff/40001/Source/modules/mediastream/RTCDataChannelTest.cpp File Source/modules/mediastream/RTCDataChannelTest.cpp (right): https://codereview.chromium.org/1171553002/diff/40001/Source/modules/mediastream/RTCDataChannelTest.cpp#newcode42 Source/modules/mediastream/RTCDataChannelTest.cpp:42: WebRTCDataChannelHandlerClient::ReadyState state() const override { ...
5 years, 6 months ago (2015-06-10 17:59:41 UTC) #15
bemasc
On 2015/06/10 17:59:41, lally wrote: > lgtm as-is, with suggestions. > > https://codereview.chromium.org/1171553002/diff/40001/Source/modules/mediastream/RTCDataChannelTest.cpp > File ...
5 years, 6 months ago (2015-06-10 18:23:16 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1171553002/60001
5 years, 5 months ago (2015-07-20 17:31:56 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: mac_blink_rel on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/mac_blink_rel/builds/63392)
5 years, 5 months ago (2015-07-20 17:34:49 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1171553002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1171553002/80001
5 years, 4 months ago (2015-07-27 19:53:52 UTC) #24
commit-bot: I haz the power
Try jobs failed on following builders: win_blink_compile_dbg on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/win_blink_compile_dbg/builds/52182)
5 years, 4 months ago (2015-07-27 20:28:53 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1171553002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1171553002/100001
5 years, 4 months ago (2015-07-28 16:05:44 UTC) #29
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_gn_rel on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/linux_chromium_gn_rel/builds/42495)
5 years, 4 months ago (2015-07-28 16:27:38 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1171553002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1171553002/120001
5 years, 4 months ago (2015-07-28 18:22:02 UTC) #34
commit-bot: I haz the power
Try jobs failed on following builders: win_blink_compile_dbg on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/win_blink_compile_dbg/builds/52290)
5 years, 4 months ago (2015-07-28 19:02:47 UTC) #36
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1171553002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1171553002/160001
5 years, 4 months ago (2015-07-30 00:00:35 UTC) #39
commit-bot: I haz the power
Committed patchset #9 (id:160001) as https://src.chromium.org/viewvc/blink?view=rev&revision=199694
5 years, 4 months ago (2015-07-30 01:26:21 UTC) #40
commit-bot: I haz the power
5 years, 3 months ago (2015-09-23 11:54:49 UTC) #41
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/41bdc151d985678d2bbd91ffa883f4a40213b76d

Powered by Google App Engine
This is Rietveld 408576698