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

Issue 1354863002: MediaRecorder: Adding BlobEvent and connecting it in MediaRecorderHandler (Closed)

Created:
5 years, 3 months ago by mcasas
Modified:
5 years, 3 months ago
Reviewers:
Peter Beverloo
CC:
blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

MediaRecorder: Adding BlobEvent and connecting it in MediaRecorderHandler Note: MediaRecorder-basic-video.html is not reconnected yet due to missing infra (See http://crbug.com/532509 and this is ref'd in TestExpectations [1]) BUG=262211 TEST= https://rawgit.com/Miguelao/demos/master/mediarecorder.html (video of it at [2] -- sorry, just for @google accounts). [1] https://code.google.com/p/chromium/codesearch#chromium/src/third_party/WebKit/LayoutTests/TestExpectations&sq=package:chromium&type=cs&q=TestExpectations%20MEdiaRecorder&l=409 [2] https://drive.google.com/open?id=0BwgFm5xOT0yCU3hScVh4WjIzZzQ Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=202646

Patch Set 1 : MediaRecorder: BlobEvent #

Total comments: 18

Patch Set 2 : peter@ comments, added BlobEventInit and LayoutTest #

Total comments: 10

Patch Set 3 : peter@s comments #

Patch Set 4 : missed peter's comment #

Patch Set 5 : BlobEvent in global-interface-listing-expected.txt, and rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+185 lines, -13 lines) Patch
A LayoutTests/fast/mediarecorder/BlobEvent-basic.html View 1 1 chunk +25 lines, -0 lines 0 comments Download
M LayoutTests/fast/mediarecorder/MediaRecorder-basic-video.html View 1 2 3 2 chunks +19 lines, -4 lines 0 comments Download
M LayoutTests/webexposed/global-interface-listing-expected.txt View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
A Source/modules/mediarecorder/BlobEvent.h View 1 2 1 chunk +44 lines, -0 lines 0 comments Download
A Source/modules/mediarecorder/BlobEvent.cpp View 1 2 1 chunk +55 lines, -0 lines 0 comments Download
A Source/modules/mediarecorder/BlobEvent.idl View 1 2 1 chunk +15 lines, -0 lines 0 comments Download
A Source/modules/mediarecorder/BlobEventInit.idl View 1 1 chunk +7 lines, -0 lines 0 comments Download
M Source/modules/mediarecorder/MediaRecorder.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M Source/modules/mediarecorder/MediaRecorder.cpp View 1 2 5 chunks +7 lines, -7 lines 0 comments Download
M Source/modules/mediarecorder/MediaRecorder.idl View 1 1 chunk +1 line, -0 lines 0 comments Download
M Source/modules/modules.gypi View 1 5 chunks +7 lines, -0 lines 0 comments Download

Messages

Total messages: 29 (16 generated)
mcasas
peter@ could you please have a fist pass? Thanks!
5 years, 3 months ago (2015-09-18 02:55:00 UTC) #3
Peter Beverloo
Done! Mostly nits, plus a request to add a test for the BlobEvent interface. https://codereview.chromium.org/1354863002/diff/20001/LayoutTests/fast/mediarecorder/MediaRecorder-basic-video.html ...
5 years, 3 months ago (2015-09-18 13:07:27 UTC) #4
mcasas
Peter@ PTAL. https://codereview.chromium.org/1354863002/diff/20001/LayoutTests/fast/mediarecorder/MediaRecorder-basic-video.html File LayoutTests/fast/mediarecorder/MediaRecorder-basic-video.html (right): https://codereview.chromium.org/1354863002/diff/20001/LayoutTests/fast/mediarecorder/MediaRecorder-basic-video.html#newcode20 LayoutTests/fast/mediarecorder/MediaRecorder-basic-video.html:20: recorder.onstop = recorderOnStopExpected; On 2015/09/18 13:07:26, Peter ...
5 years, 3 months ago (2015-09-21 15:24:15 UTC) #7
mcasas
On 2015/09/21 15:24:15, mcasas wrote: > Peter@ PTAL. > > https://codereview.chromium.org/1354863002/diff/20001/LayoutTests/fast/mediarecorder/MediaRecorder-basic-video.html > File LayoutTests/fast/mediarecorder/MediaRecorder-basic-video.html (right): ...
5 years, 3 months ago (2015-09-22 13:45:19 UTC) #10
Peter Beverloo
lgtm % comments (particularly the RuntimeEnabled= annotation). Thanks! https://codereview.chromium.org/1354863002/diff/20001/LayoutTests/fast/mediarecorder/MediaRecorder-basic-video.html File LayoutTests/fast/mediarecorder/MediaRecorder-basic-video.html (right): https://codereview.chromium.org/1354863002/diff/20001/LayoutTests/fast/mediarecorder/MediaRecorder-basic-video.html#newcode20 LayoutTests/fast/mediarecorder/MediaRecorder-basic-video.html:20: recorder.onstop ...
5 years, 3 months ago (2015-09-22 14:03:43 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1354863002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1354863002/160001
5 years, 3 months ago (2015-09-22 16:18:17 UTC) #15
mcasas
https://codereview.chromium.org/1354863002/diff/120001/Source/modules/mediarecorder/BlobEvent.cpp File Source/modules/mediarecorder/BlobEvent.cpp (right): https://codereview.chromium.org/1354863002/diff/120001/Source/modules/mediarecorder/BlobEvent.cpp#newcode8 Source/modules/mediarecorder/BlobEvent.cpp:8: On 2015/09/22 14:03:42, Peter Beverloo wrote: > micro nit: ...
5 years, 3 months ago (2015-09-22 16:18:48 UTC) #16
Peter Beverloo
Thank you for the updates. https://codereview.chromium.org/1354863002/diff/20001/LayoutTests/fast/mediarecorder/MediaRecorder-basic-video.html File LayoutTests/fast/mediarecorder/MediaRecorder-basic-video.html (right): https://codereview.chromium.org/1354863002/diff/20001/LayoutTests/fast/mediarecorder/MediaRecorder-basic-video.html#newcode20 LayoutTests/fast/mediarecorder/MediaRecorder-basic-video.html:20: recorder.onstop = recorderOnStopExpected; On ...
5 years, 3 months ago (2015-09-22 16:19:50 UTC) #17
mcasas
https://codereview.chromium.org/1354863002/diff/20001/LayoutTests/fast/mediarecorder/MediaRecorder-basic-video.html File LayoutTests/fast/mediarecorder/MediaRecorder-basic-video.html (right): https://codereview.chromium.org/1354863002/diff/20001/LayoutTests/fast/mediarecorder/MediaRecorder-basic-video.html#newcode20 LayoutTests/fast/mediarecorder/MediaRecorder-basic-video.html:20: recorder.onstop = recorderOnStopExpected; On 2015/09/22 16:19:50, Peter Beverloo wrote: ...
5 years, 3 months ago (2015-09-22 16:35:12 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1354863002/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1354863002/180001
5 years, 3 months ago (2015-09-22 16:35:39 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/116349)
5 years, 3 months ago (2015-09-22 18:23:10 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1354863002/220001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1354863002/220001
5 years, 3 months ago (2015-09-22 19:00:50 UTC) #28
commit-bot: I haz the power
5 years, 3 months ago (2015-09-22 21:13:20 UTC) #29
Message was sent while issue was closed.
Committed patchset #5 (id:220001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=202646

Powered by Google App Engine
This is Rietveld 408576698