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

Issue 306123003: Eliminate MediaPlayer & MediaPlayerClient abstractions(seek, duration, poster APIs) (Closed)

Created:
6 years, 6 months ago by Srirama
Modified:
6 years, 6 months ago
CC:
blink-reviews, jamesr, blink-reviews-html_chromium.org, Rik, pdr., philipj_slow, gasubic, fs, eric.carlson_apple.com, jbroman, danakj, feature-media-reviews_chromium.org, dglazkov+blink, nessy, krit, Stephen Chennney, vcarbune.chromium, rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Eliminate MediaPlayer & MediaPlayerClient abstractions(seek, duration, poster APIs) Bug=350571 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175546

Patch Set 1 #

Total comments: 10

Patch Set 2 : Fixed review comments #

Total comments: 2

Patch Set 3 : Final patch with comment fix #

Patch Set 4 : Rebase with latest code #

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

Messages

Total messages: 15 (0 generated)
Srirama
Removed duration, currentTime, seek, seeking and setPoster APIs from WebMediaPlayerClientImpl. PTAL.
6 years, 6 months ago (2014-05-30 07:12:10 UTC) #1
acolwell GONE FROM CHROMIUM
https://codereview.chromium.org/306123003/diff/1/Source/core/html/HTMLMediaElement.cpp File Source/core/html/HTMLMediaElement.cpp (right): https://codereview.chromium.org/306123003/diff/1/Source/core/html/HTMLMediaElement.cpp#newcode1844 Source/core/html/HTMLMediaElement.cpp:1844: if (webMediaPlayer()) You should not need this check. You ...
6 years, 6 months ago (2014-06-02 22:34:17 UTC) #2
Srirama
PTAL. https://codereview.chromium.org/306123003/diff/1/Source/core/html/HTMLMediaElement.cpp File Source/core/html/HTMLMediaElement.cpp (right): https://codereview.chromium.org/306123003/diff/1/Source/core/html/HTMLMediaElement.cpp#newcode1844 Source/core/html/HTMLMediaElement.cpp:1844: if (webMediaPlayer()) On 2014/06/02 22:34:17, acolwell wrote: > ...
6 years, 6 months ago (2014-06-03 07:06:01 UTC) #3
acolwell GONE FROM CHROMIUM
https://codereview.chromium.org/306123003/diff/20001/Source/core/html/HTMLMediaElement.cpp File Source/core/html/HTMLMediaElement.cpp (right): https://codereview.chromium.org/306123003/diff/20001/Source/core/html/HTMLMediaElement.cpp#newcode1884 Source/core/html/HTMLMediaElement.cpp:1884: m_cachedTime = webMediaPlayer() ? webMediaPlayer()->currentTime() : 0.0; Just return ...
6 years, 6 months ago (2014-06-03 17:02:37 UTC) #4
acolwell GONE FROM CHROMIUM
lgtm % comment
6 years, 6 months ago (2014-06-03 17:02:55 UTC) #5
Srirama
adamk@: Owners review for web/ and platform/ changes please. https://codereview.chromium.org/306123003/diff/20001/Source/core/html/HTMLMediaElement.cpp File Source/core/html/HTMLMediaElement.cpp (right): https://codereview.chromium.org/306123003/diff/20001/Source/core/html/HTMLMediaElement.cpp#newcode1884 Source/core/html/HTMLMediaElement.cpp:1884: ...
6 years, 6 months ago (2014-06-04 06:01:12 UTC) #6
adamk
lgtm for web and platform
6 years, 6 months ago (2014-06-04 16:57:41 UTC) #7
Srirama
The CQ bit was checked by srirama.m@samsung.com
6 years, 6 months ago (2014-06-04 17:44:35 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/srirama.m@samsung.com/306123003/40001
6 years, 6 months ago (2014-06-04 17:45:24 UTC) #9
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-04 19:45:21 UTC) #10
commit-bot: I haz the power
Failed to apply patch for Source/platform/graphics/media/MediaPlayer.h: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 6 months ago (2014-06-04 19:45:22 UTC) #11
Srirama
Rebased to latest code as the commit failed.
6 years, 6 months ago (2014-06-05 06:23:32 UTC) #12
Srirama
The CQ bit was checked by srirama.m@samsung.com
6 years, 6 months ago (2014-06-05 06:23:43 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/srirama.m@samsung.com/306123003/60001
6 years, 6 months ago (2014-06-05 06:24:05 UTC) #14
commit-bot: I haz the power
6 years, 6 months ago (2014-06-05 07:30:34 UTC) #15
Message was sent while issue was closed.
Change committed as 175546

Powered by Google App Engine
This is Rietveld 408576698