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

Issue 1297983002: Update poster code as per https://html.spec.whatwg.org/#show-poster-flag (Closed)

Created:
5 years, 4 months ago by Srirama
Modified:
5 years, 1 month ago
Reviewers:
philipj_slow
CC:
blink-reviews, nessy, mlamouri+watch-blink_chromium.org, gasubic, fs, eric.carlson_apple.com, feature-media-reviews_chromium.org, dglazkov+blink, blink-reviews-html_chromium.org, vcarbune.chromium
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Update poster code as per https://html.spec.whatwg.org/#show-poster-flag Update poster related code as per spec and clean up displayMode() and setDisplayMode() functions. BUG=342621

Patch Set 1 #

Total comments: 3

Patch Set 2 : update poster logic as per spec #

Patch Set 3 : clean up #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -39 lines) Patch
M Source/core/html/HTMLMediaElement.h View 1 3 chunks +2 lines, -6 lines 0 comments Download
M Source/core/html/HTMLMediaElement.cpp View 1 2 12 chunks +11 lines, -13 lines 0 comments Download
M Source/core/html/HTMLVideoElement.h View 1 2 chunks +5 lines, -3 lines 0 comments Download
M Source/core/html/HTMLVideoElement.cpp View 1 2 5 chunks +20 lines, -17 lines 0 comments Download

Messages

Total messages: 17 (2 generated)
Srirama
PTAL
5 years, 4 months ago (2015-08-17 17:04:16 UTC) #2
philipj_slow
https://codereview.chromium.org/1297983002/diff/1/Source/core/html/HTMLMediaElement.h File Source/core/html/HTMLMediaElement.h (right): https://codereview.chromium.org/1297983002/diff/1/Source/core/html/HTMLMediaElement.h#newcode284 Source/core/html/HTMLMediaElement.h:284: virtual DisplayMode displayMode() const { return Unknown; } Do ...
5 years, 4 months ago (2015-08-18 08:24:48 UTC) #3
Srirama
https://codereview.chromium.org/1297983002/diff/1/Source/core/html/HTMLMediaElement.h File Source/core/html/HTMLMediaElement.h (right): https://codereview.chromium.org/1297983002/diff/1/Source/core/html/HTMLMediaElement.h#newcode284 Source/core/html/HTMLMediaElement.h:284: virtual DisplayMode displayMode() const { return Unknown; } On ...
5 years, 4 months ago (2015-08-18 08:58:26 UTC) #4
philipj_slow
https://codereview.chromium.org/1297983002/diff/1/Source/core/html/HTMLMediaElement.h File Source/core/html/HTMLMediaElement.h (right): https://codereview.chromium.org/1297983002/diff/1/Source/core/html/HTMLMediaElement.h#newcode284 Source/core/html/HTMLMediaElement.h:284: virtual DisplayMode displayMode() const { return Unknown; } On ...
5 years, 4 months ago (2015-08-18 09:10:29 UTC) #5
Srirama
On 2015/08/18 09:10:29, philipj wrote: > https://codereview.chromium.org/1297983002/diff/1/Source/core/html/HTMLMediaElement.h > File Source/core/html/HTMLMediaElement.h (right): > > https://codereview.chromium.org/1297983002/diff/1/Source/core/html/HTMLMediaElement.h#newcode284 > ...
5 years, 4 months ago (2015-08-20 05:36:37 UTC) #6
philipj_slow
On 2015/08/20 05:36:37, Srirama wrote: > On 2015/08/18 09:10:29, philipj wrote: > > > https://codereview.chromium.org/1297983002/diff/1/Source/core/html/HTMLMediaElement.h ...
5 years, 4 months ago (2015-08-20 09:09:54 UTC) #7
Srirama
On 2015/08/20 09:09:54, philipj wrote: > On 2015/08/20 05:36:37, Srirama wrote: > > On 2015/08/18 ...
5 years, 4 months ago (2015-08-20 10:00:09 UTC) #8
Srirama
On 2015/08/20 10:00:09, Srirama wrote: > On 2015/08/20 09:09:54, philipj wrote: > > On 2015/08/20 ...
5 years, 3 months ago (2015-09-06 12:17:16 UTC) #9
philipj_slow
On 2015/09/06 12:17:16, Srirama wrote: > Sorry for the late response. I was a bit ...
5 years, 3 months ago (2015-09-08 08:22:04 UTC) #10
Srirama
On 2015/09/08 08:22:04, philipj wrote: > On 2015/09/06 12:17:16, Srirama wrote: > > Sorry for ...
5 years, 3 months ago (2015-09-08 12:58:01 UTC) #11
philipj_slow
On 2015/09/08 12:58:01, Srirama wrote: > On 2015/09/08 08:22:04, philipj wrote: > > On 2015/09/06 ...
5 years, 3 months ago (2015-09-09 10:05:31 UTC) #12
Srirama
On 2015/09/09 10:05:31, philipj wrote: > On 2015/09/08 12:58:01, Srirama wrote: > > On 2015/09/08 ...
5 years, 3 months ago (2015-09-09 10:13:30 UTC) #13
Srirama
Please have a quick look if it is fine. probably need to update the commit ...
5 years, 3 months ago (2015-09-16 15:12:13 UTC) #14
philipj_slow
On 2015/09/16 15:12:13, Srirama wrote: > Please have a quick look if it is fine. ...
5 years, 1 month ago (2015-11-12 20:32:19 UTC) #16
Srirama
5 years, 1 month ago (2015-11-13 05:24:05 UTC) #17
Message was sent while issue was closed.
On 2015/11/12 20:32:19, philipj wrote:
> On 2015/09/16 15:12:13, Srirama wrote:
> > Please have a quick look if it is fine.
> > probably need to update the commit message and comments referring to
> > m_displayMode in few places in the code.
> > Layout tests are fine locally but infact there isn't much coverage for
poster
> > handling in layout tests.
> 
> Om my, I've totally forgotten this review! I see that all the bots are purple
or
> red, is this still ready to review? Looks like you have to move it to the
> Chromium tree, if you do that (new CL) and make the bots green I will take a
> look!

I have already moved it to https://codereview.chromium.org/1377353002/ and i
need to get back to it :)

Powered by Google App Engine
This is Rietveld 408576698