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

Issue 544173012: Add LayoutTest for media with positive start times. (Closed)

Created:
6 years, 3 months ago by DaleCurtis
Modified:
6 years, 3 months ago
CC:
blink-reviews, feature-media-reviews_chromium.org, eric.carlson_apple.com
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Add LayoutTest for media with positive start times. BUG=413292 TEST=this! Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=182286

Patch Set 1 #

Total comments: 3

Patch Set 2 : Style. #

Total comments: 2

Patch Set 3 : testharness.js #

Total comments: 5

Patch Set 4 : Moar tests! #

Patch Set 5 : Better video! #

Unified diffs Side-by-side diffs Delta from patch set Stats (+63 lines, -0 lines) Patch
A LayoutTests/media/resources/test-positive-start-time.webm View 1 2 3 4 Binary file 0 comments Download
A LayoutTests/media/video-positive-start-time.html View 1 2 3 4 1 chunk +21 lines, -0 lines 0 comments Download
A LayoutTests/media/video-positive-start-time-seek-after-start-time.html View 1 2 3 1 chunk +21 lines, -0 lines 0 comments Download
A LayoutTests/media/video-positive-start-time-seek-before-start-time.html View 1 2 3 4 1 chunk +21 lines, -0 lines 0 comments Download

Messages

Total messages: 23 (4 generated)
DaleCurtis
As previously discussed.
6 years, 3 months ago (2014-09-15 22:56:45 UTC) #2
DaleCurtis
Won't pass until after https://codereview.chromium.org/575643002/ lands.
6 years, 3 months ago (2014-09-15 22:57:59 UTC) #3
acolwell GONE FROM CHROMIUM
lgtm % nits https://codereview.chromium.org/544173012/diff/1/LayoutTests/media/video-positive-start-time.html File LayoutTests/media/video-positive-start-time.html (right): https://codereview.chromium.org/544173012/diff/1/LayoutTests/media/video-positive-start-time.html#newcode6 LayoutTests/media/video-positive-start-time.html:6: <script src="video-test.js"></script> nit: Please put all ...
6 years, 3 months ago (2014-09-15 23:34:44 UTC) #4
DaleCurtis
I've indented, but have not added the <head> tag or made the other changes. The ...
6 years, 3 months ago (2014-09-16 20:46:17 UTC) #5
philipj_slow
The new test-positive-start-time.webm is 36K which will forever be part of the repo size. Admittedly ...
6 years, 3 months ago (2014-09-17 11:25:36 UTC) #7
DaleCurtis
I looked at recreating the video, but I was unable to generate a solid color ...
6 years, 3 months ago (2014-09-18 01:54:04 UTC) #8
philipj_slow
https://codereview.chromium.org/544173012/diff/40001/LayoutTests/media/video-positive-start-time.html File LayoutTests/media/video-positive-start-time.html (right): https://codereview.chromium.org/544173012/diff/40001/LayoutTests/media/video-positive-start-time.html#newcode16 LayoutTests/media/video-positive-start-time.html:16: console.log(video.currentTime); Why console.log here? Will it should up somewhere? ...
6 years, 3 months ago (2014-09-18 20:07:43 UTC) #9
DaleCurtis
https://codereview.chromium.org/544173012/diff/40001/LayoutTests/media/video-positive-start-time.html File LayoutTests/media/video-positive-start-time.html (right): https://codereview.chromium.org/544173012/diff/40001/LayoutTests/media/video-positive-start-time.html#newcode16 LayoutTests/media/video-positive-start-time.html:16: console.log(video.currentTime); On 2014/09/18 20:07:43, philipj wrote: > Why console.log ...
6 years, 3 months ago (2014-09-18 20:17:12 UTC) #10
philipj_slow
https://codereview.chromium.org/544173012/diff/40001/LayoutTests/media/video-positive-start-time.html File LayoutTests/media/video-positive-start-time.html (right): https://codereview.chromium.org/544173012/diff/40001/LayoutTests/media/video-positive-start-time.html#newcode18 LayoutTests/media/video-positive-start-time.html:18: video.currentTime = seekTime; On 2014/09/18 20:17:12, DaleCurtis wrote: > ...
6 years, 3 months ago (2014-09-18 20:38:17 UTC) #11
DaleCurtis
Okay, split out into three tests, one w/o a seek, one w/ before, and one ...
6 years, 3 months ago (2014-09-18 20:50:42 UTC) #13
philipj_slow
About the file, my old swiss army knife of choice is GStreamer's command line tools. ...
6 years, 3 months ago (2014-09-18 20:52:43 UTC) #14
DaleCurtis
I bow before your superior swiss army knife! I'll have to check out gstreamer, I've ...
6 years, 3 months ago (2014-09-18 20:57:53 UTC) #15
philipj_slow
The tests look good now. With "One test that sets currentTime = 5 right before ...
6 years, 3 months ago (2014-09-18 20:58:40 UTC) #16
philipj_slow
On 2014/09/18 20:57:53, DaleCurtis wrote: > I bow before your superior swiss army knife! I'll ...
6 years, 3 months ago (2014-09-18 21:00:21 UTC) #17
philipj_slow
Anyway, LGTM to land if the tests now pass!
6 years, 3 months ago (2014-09-18 21:00:55 UTC) #18
DaleCurtis
On 2014/09/18 21:00:21, philipj wrote: > On 2014/09/18 20:57:53, DaleCurtis wrote: > > I bow ...
6 years, 3 months ago (2014-09-18 21:01:19 UTC) #19
philipj_slow
On 2014/09/18 21:01:19, DaleCurtis wrote: > On 2014/09/18 21:00:21, philipj wrote: > > On 2014/09/18 ...
6 years, 3 months ago (2014-09-18 21:11:02 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/544173012/100001
6 years, 3 months ago (2014-09-18 22:28:15 UTC) #22
commit-bot: I haz the power
6 years, 3 months ago (2014-09-19 00:03:30 UTC) #23
Message was sent while issue was closed.
Committed patchset #5 (id:100001) as 182286

Powered by Google App Engine
This is Rietveld 408576698