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

Issue 1504063003: MediaRecorder tests for Pause functionality (Closed)

Created:
5 years ago by cpaulin (no longer in chrome)
Modified:
5 years ago
CC:
chromium-reviews, jam, tnakamura+watch_chromium.org, phoglund+watch_chromium.org, feature-media-reviews_chromium.org, darin-cc_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

MediaRecorder tests for Pause functionality BUG=chromium:548914 Committed: https://crrev.com/4be9c46795da0228e51c1ae8f6e5c35152774eb0 Cr-Commit-Position: refs/heads/master@{#365403}

Patch Set 1 #

Total comments: 13

Patch Set 2 : Disabled one test and merged recorder start funcs #

Patch Set 3 : Enable Android testing #

Patch Set 4 : Check for empty blobs while testing start(slice) #

Total comments: 5

Patch Set 5 : Fixing non sense in testPauseAndNoDataAvailable #

Total comments: 12

Patch Set 6 : Disable android for now and address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+153 lines, -32 lines) Patch
M content/browser/media/webrtc_media_recorder_browsertest.cc View 1 2 3 4 5 2 chunks +26 lines, -1 line 0 comments Download
M content/test/data/media/mediarecorder_test.html View 1 2 3 4 5 12 chunks +127 lines, -31 lines 0 comments Download

Messages

Total messages: 30 (9 generated)
cpaulin (no longer in chrome)
Review of content browser test for Media Recorder Pause
5 years ago (2015-12-07 23:15:11 UTC) #3
mcasas
bots please. https://codereview.chromium.org/1504063003/diff/1/content/test/data/media/mediarecorder_test.html File content/test/data/media/mediarecorder_test.html (right): https://codereview.chromium.org/1504063003/diff/1/content/test/data/media/mediarecorder_test.html#newcode32 content/test/data/media/mediarecorder_test.html:32: function createAndStartWithTimeSliceMediaRecorder(stream, mimeType, slice) { Code duplication??? ...
5 years ago (2015-12-08 02:49:05 UTC) #4
cpaulin (no longer in chrome)
Bots fired up and addressed comment https://codereview.chromium.org/1504063003/diff/1/content/test/data/media/mediarecorder_test.html File content/test/data/media/mediarecorder_test.html (right): https://codereview.chromium.org/1504063003/diff/1/content/test/data/media/mediarecorder_test.html#newcode32 content/test/data/media/mediarecorder_test.html:32: function createAndStartWithTimeSliceMediaRecorder(stream, mimeType, ...
5 years ago (2015-12-08 18:29:11 UTC) #5
mcasas
https://codereview.chromium.org/1504063003/diff/1/content/browser/media/webrtc_media_recorder_browsertest.cc File content/browser/media/webrtc_media_recorder_browsertest.cc (left): https://codereview.chromium.org/1504063003/diff/1/content/browser/media/webrtc_media_recorder_browsertest.cc#oldcode72 content/browser/media/webrtc_media_recorder_browsertest.cc:72: #endif Hmm all this seems to be dragging from ...
5 years ago (2015-12-11 00:08:57 UTC) #7
cpaulin (no longer in chrome)
Enabled Android and addressed comments https://codereview.chromium.org/1504063003/diff/1/content/browser/media/webrtc_media_recorder_browsertest.cc File content/browser/media/webrtc_media_recorder_browsertest.cc (left): https://codereview.chromium.org/1504063003/diff/1/content/browser/media/webrtc_media_recorder_browsertest.cc#oldcode72 content/browser/media/webrtc_media_recorder_browsertest.cc:72: #endif On 2015/12/11 00:08:56, ...
5 years ago (2015-12-11 19:56:55 UTC) #8
cpaulin (no longer in chrome)
mcasas@ PTAL
5 years ago (2015-12-11 23:34:47 UTC) #9
cpaulin (no longer in chrome)
Working merge with https://codereview.chromium.org/1515323002/
5 years ago (2015-12-11 23:35:56 UTC) #10
cpaulin (no longer in chrome)
Patch set 4 is out, mcasas@ PTAL
5 years ago (2015-12-11 23:53:52 UTC) #11
phoglund_chromium
https://codereview.chromium.org/1504063003/diff/60001/content/test/data/media/mediarecorder_test.html File content/test/data/media/mediarecorder_test.html (right): https://codereview.chromium.org/1504063003/diff/60001/content/test/data/media/mediarecorder_test.html#newcode405 content/test/data/media/mediarecorder_test.html:405: navigator.mediaDevices.getUserMedia(DEFAULT_CONSTRAINTS) Does this test actually test anything? It looks ...
5 years ago (2015-12-14 12:54:13 UTC) #12
cpaulin (no longer in chrome)
Patch Set 5 ready for review. Addressed comments https://codereview.chromium.org/1504063003/diff/60001/content/test/data/media/mediarecorder_test.html File content/test/data/media/mediarecorder_test.html (right): https://codereview.chromium.org/1504063003/diff/60001/content/test/data/media/mediarecorder_test.html#newcode405 content/test/data/media/mediarecorder_test.html:405: navigator.mediaDevices.getUserMedia(DEFAULT_CONSTRAINTS) ...
5 years ago (2015-12-14 18:56:50 UTC) #13
phoglund_chromium
Sometimes, if you're unsure if a test actually will catch bugs, try deliberately breaking it ...
5 years ago (2015-12-14 19:00:28 UTC) #14
phoglund_chromium
lgtm
5 years ago (2015-12-14 19:00:37 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1504063003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1504063003/80001
5 years ago (2015-12-14 19:26:23 UTC) #17
mcasas
On 2015/12/14 19:26:23, commit-bot: I haz the power wrote: > CQ is trying da patch. ...
5 years ago (2015-12-14 19:40:15 UTC) #19
cpaulin (no longer in chrome)
On 2015/12/14 19:40:15, mcasas wrote: > On 2015/12/14 19:26:23, commit-bot: I haz the power wrote: ...
5 years ago (2015-12-14 20:51:32 UTC) #20
cpaulin (no longer in chrome)
On 2015/12/14 20:51:32, cpaulin wrote: > On 2015/12/14 19:40:15, mcasas wrote: > > On 2015/12/14 ...
5 years ago (2015-12-14 22:12:14 UTC) #21
mcasas
LGTM nothing is really blocking this CL right now and we can iterate in an ...
5 years ago (2015-12-14 23:48:50 UTC) #22
cpaulin (no longer in chrome)
New patch set addressing some of the comments, the rest is left for crbug/570074. Android ...
5 years ago (2015-12-15 22:44:19 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1504063003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1504063003/100001
5 years ago (2015-12-15 22:45:31 UTC) #26
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years ago (2015-12-16 00:29:48 UTC) #28
commit-bot: I haz the power
5 years ago (2015-12-16 00:30:38 UTC) #30
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/4be9c46795da0228e51c1ae8f6e5c35152774eb0
Cr-Commit-Position: refs/heads/master@{#365403}

Powered by Google App Engine
This is Rietveld 408576698