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

Issue 2910683003: A video tag should play content src is set asynchronously with preload is disabled.

Created:
3 years, 7 months ago by George Joseph
Modified:
3 years, 4 months ago
CC:
blink-reviews, blink-reviews-html_chromium.org, chromium-reviews, dglazkov+blink, eric.carlson_apple.com, feature-media-reviews_chromium.org, fs, gasubic, mlamouri+watch-blink_chromium.org, nessy
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

A video tag should play content src is set asynchronously with preload is disabled. On a video tag, when preload is set to none, if play() has been called and a src has not been set, the video tag should play content when the src is set later asynchronously. BUG=633591

Patch Set 1 #

Patch Set 2 : A video tag should play content src is set asynchronously with preload is disabled. #

Total comments: 4

Patch Set 3 : A video tag should play content when src is set asynchronously ,while preload is disabled. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -0 lines) Patch
A third_party/WebKit/LayoutTests/media/video-play-when-src-set-asynchronously.html View 1 2 1 chunk +16 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLMediaElement.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLMediaElement.cpp View 1 2 3 chunks +13 lines, -0 lines 0 comments Download

Messages

Total messages: 31 (14 generated)
George Joseph
Hello Mlamouri, I did a quick fix of this issue.With this patch , chrome's behavior ...
3 years, 7 months ago (2017-05-26 18:11:10 UTC) #2
mlamouri (slow - plz ping)
Thanks for the CL George. Before adding more states to HTMLMediaElement, I would like to ...
3 years, 6 months ago (2017-05-30 10:08:39 UTC) #4
foolip
Commented on the bug, although this workaround probably works, it's adding more state that'd be ...
3 years, 6 months ago (2017-05-30 10:41:27 UTC) #5
George Joseph
On 2017/05/30 10:41:27, foolip wrote: > Commented on the bug, although this workaround probably works, ...
3 years, 6 months ago (2017-06-05 20:01:58 UTC) #10
foolip
I'll be OOO for the rest of the week and maybe Monday and won't be ...
3 years, 6 months ago (2017-06-07 10:03:05 UTC) #11
foolip
3 years, 6 months ago (2017-06-07 10:03:17 UTC) #13
George Joseph
On 2017/06/07 10:03:17, foolip wrote: Hello mlamouri, Any thought about this patch? Thanks, George.
3 years, 6 months ago (2017-06-14 14:32:58 UTC) #14
George Joseph
Hello mlamouri and foolip, Apologies for asking again. Would you have any thoughts about this ...
3 years, 6 months ago (2017-06-20 10:44:20 UTC) #16
foolip
Removing self as reviewer again to make clear that I won't have time to look ...
3 years, 5 months ago (2017-07-05 14:37:59 UTC) #18
George Joseph
3 years, 5 months ago (2017-07-06 09:42:13 UTC) #20
George Joseph
3 years, 5 months ago (2017-07-06 09:42:16 UTC) #21
Srirama
Have you though of avoiding the extra state we are introducing here as mentioned by ...
3 years, 5 months ago (2017-07-07 09:59:28 UTC) #22
George Joseph
Hello Srirama, Thanks for reviewing the commit. I have made the changes as you have ...
3 years, 5 months ago (2017-07-10 06:58:45 UTC) #27
George Joseph
Hello Srirama, Thanks for reviewing the commit. I have made the changes as you have ...
3 years, 5 months ago (2017-07-10 06:58:46 UTC) #28
Srirama
On 2017/07/10 06:58:46, George Joseph wrote: > Hello Srirama, > Thanks for reviewing the commit. ...
3 years, 5 months ago (2017-07-10 07:03:49 UTC) #29
George Joseph
On 2017/07/10 07:03:49, Srirama wrote: > On 2017/07/10 06:58:46, George Joseph wrote: > > Hello ...
3 years, 4 months ago (2017-08-09 13:49:47 UTC) #30
Srirama
3 years, 4 months ago (2017-08-17 04:53:02 UTC) #31
@Mounir, Please have a look at it.

Powered by Google App Engine
This is Rietveld 408576698