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

Issue 131763011: Expose the poster image URL to WebMediaPlayer subclasses (Closed)

Created:
6 years, 10 months ago by cimamoglu (inactive)
Modified:
6 years, 10 months ago
CC:
blink-reviews, jamesr, eric.carlson_apple.com, abarth-chromium, feature-media-reviews_chromium.org, dglazkov+blink, michaelbai, Peter Beverloo
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Expose the poster image URL to WebMediaPlayer subclasses This is the Blink change for exposing the poster image to Chrome for Android. BUG=333260 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=167054

Patch Set 1 #

Total comments: 1

Patch Set 2 : Addressed Anton & Aaron's comments #

Total comments: 4

Patch Set 3 : Address Aaron's comments #

Total comments: 2

Patch Set 4 : jochen@ comment #

Total comments: 1

Patch Set 5 : Address Aaron's final comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -0 lines) Patch
M Source/core/html/HTMLMediaElement.h View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/html/HTMLVideoElement.h View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M Source/core/html/HTMLVideoElement.cpp View 1 2 3 4 2 chunks +8 lines, -0 lines 0 comments Download
M Source/platform/graphics/media/MediaPlayer.h View 1 2 3 4 2 chunks +6 lines, -0 lines 0 comments Download
M Source/web/WebMediaPlayerClientImpl.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M Source/web/WebMediaPlayerClientImpl.cpp View 1 2 3 4 3 chunks +11 lines, -0 lines 0 comments Download
M public/platform/WebMediaPlayer.h View 1 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
whywhat
lgtm https://codereview.chromium.org/131763011/diff/1/Source/web/WebMediaPlayerClientImpl.cpp File Source/web/WebMediaPlayerClientImpl.cpp (right): https://codereview.chromium.org/131763011/diff/1/Source/web/WebMediaPlayerClientImpl.cpp#newcode247 Source/web/WebMediaPlayerClientImpl.cpp:247: if (!poster.isEmpty()) { nit: you don't need the ...
6 years, 10 months ago (2014-02-04 15:51:58 UTC) #1
philipj_slow
This seems rather odd, why does the platform need the poster URL? I tried to ...
6 years, 10 months ago (2014-02-04 16:10:09 UTC) #2
whywhat
On 2014/02/04 16:10:09, philipj wrote: > This seems rather odd, why does the platform need ...
6 years, 10 months ago (2014-02-04 16:15:43 UTC) #3
acolwell GONE FROM CHROMIUM
On 2014/02/04 16:15:43, whywhat wrote: > On 2014/02/04 16:10:09, philipj wrote: > > This seems ...
6 years, 10 months ago (2014-02-04 18:07:49 UTC) #4
whywhat
On 2014/02/04 18:07:49, acolwell wrote: > On 2014/02/04 16:15:43, whywhat wrote: > > On 2014/02/04 ...
6 years, 10 months ago (2014-02-04 18:20:14 UTC) #5
whywhat
6 years, 10 months ago (2014-02-04 18:20:37 UTC) #6
acolwell GONE FROM CHROMIUM
On 2014/02/04 18:20:14, whywhat wrote: > On 2014/02/04 18:07:49, acolwell wrote: > > On 2014/02/04 ...
6 years, 10 months ago (2014-02-04 18:32:26 UTC) #7
michaelbai
I don't know why you need to set poster url, but there is method to ...
6 years, 10 months ago (2014-02-04 18:43:42 UTC) #8
whywhat
On 2014/02/04 18:43:42, michaelbai wrote: > I don't know why you need to set poster ...
6 years, 10 months ago (2014-02-04 19:02:30 UTC) #9
whywhat
On 2014/02/04 19:02:30, whywhat wrote: > On 2014/02/04 18:43:42, michaelbai wrote: > > I don't ...
6 years, 10 months ago (2014-02-04 19:03:43 UTC) #10
michaelbai
So, Is it ok to download poster twice?
6 years, 10 months ago (2014-02-04 19:55:24 UTC) #11
cimamoglu (inactive)
PTAL? michealbai: yes, for now we're okay with it.
6 years, 10 months ago (2014-02-06 22:39:51 UTC) #12
acolwell GONE FROM CHROMIUM
Overall this change is looking good. I just have a few minor nits. After looking ...
6 years, 10 months ago (2014-02-06 22:53:50 UTC) #13
cimamoglu (inactive)
+jochen for OWNERS review Aaron, thanks for the comments. PTAL? https://codereview.chromium.org/131763011/diff/140001/Source/web/WebMediaPlayerClientImpl.cpp File Source/web/WebMediaPlayerClientImpl.cpp (right): https://codereview.chromium.org/131763011/diff/140001/Source/web/WebMediaPlayerClientImpl.cpp#newcode417 ...
6 years, 10 months ago (2014-02-07 14:36:18 UTC) #14
jochen (gone - plz use gerrit)
i'm happy to rubberstamp once acolwell@ is happy https://codereview.chromium.org/131763011/diff/200001/Source/web/WebMediaPlayerClientImpl.cpp File Source/web/WebMediaPlayerClientImpl.cpp (right): https://codereview.chromium.org/131763011/diff/200001/Source/web/WebMediaPlayerClientImpl.cpp#newcode417 Source/web/WebMediaPlayerClientImpl.cpp:417: if ...
6 years, 10 months ago (2014-02-07 14:41:36 UTC) #15
cimamoglu (inactive)
Thanks! https://codereview.chromium.org/131763011/diff/200001/Source/web/WebMediaPlayerClientImpl.cpp File Source/web/WebMediaPlayerClientImpl.cpp (right): https://codereview.chromium.org/131763011/diff/200001/Source/web/WebMediaPlayerClientImpl.cpp#newcode417 Source/web/WebMediaPlayerClientImpl.cpp:417: if (m_webMediaPlayer && !poster.isEmpty()) On 2014/02/07 14:41:36, jochen ...
6 years, 10 months ago (2014-02-07 14:52:09 UTC) #16
acolwell GONE FROM CHROMIUM
lgtm % comment. In the future we should figure out a way to make these ...
6 years, 10 months ago (2014-02-11 02:02:49 UTC) #17
jochen (gone - plz use gerrit)
lgtm
6 years, 10 months ago (2014-02-11 10:12:52 UTC) #18
whywhat
The CQ bit was checked by avayvod@chromium.org
6 years, 10 months ago (2014-02-12 22:07:02 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/cimamoglu@chromium.org/131763011/380001
6 years, 10 months ago (2014-02-12 22:07:11 UTC) #20
cimamoglu (inactive)
Addressed Aaron's final comment, tried locally and submitted. Thanks a lot to all the reviewers!
6 years, 10 months ago (2014-02-12 22:11:06 UTC) #21
commit-bot: I haz the power
6 years, 10 months ago (2014-02-13 00:27:17 UTC) #22
Message was sent while issue was closed.
Change committed as 167054

Powered by Google App Engine
This is Rietveld 408576698