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

Issue 304353005: Eliminate MediaPlayer & MediaPlayerClient abstractions(rate, setRate and other APIs) (Closed)

Created:
6 years, 6 months ago by Srirama
Modified:
6 years, 5 months ago
CC:
blink-reviews, jamesr, blink-reviews-html_chromium.org, Rik, pdr., 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(rate, setRate and other APIs) BUG=350571 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=177366

Patch Set 1 #

Total comments: 10

Patch Set 2 : Fixed review comments #

Patch Set 3 : Rebase with latest code #

Total comments: 2

Patch Set 4 : Final patch for commit #

Patch Set 5 : Rebase with latest #

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

Messages

Total messages: 26 (0 generated)
Srirama
Removed rate, setRate, maxTimeSeekable, buffered and didLoadingProgress APIs from WebMediaPlayerClientImpl. I have moved validation of ...
6 years, 6 months ago (2014-05-30 12:33:44 UTC) #1
acolwell GONE FROM CHROMIUM
https://codereview.chromium.org/304353005/diff/1/Source/core/html/HTMLMediaElement.cpp File Source/core/html/HTMLMediaElement.cpp (right): https://codereview.chromium.org/304353005/diff/1/Source/core/html/HTMLMediaElement.cpp#newcode1977 Source/core/html/HTMLMediaElement.cpp:1977: if (m_player && potentiallyPlaying() && !m_mediaController && webMediaPlayer()) I ...
6 years, 6 months ago (2014-06-02 23:01:13 UTC) #2
Srirama
Fixed review comments. PTAL. https://codereview.chromium.org/304353005/diff/1/Source/core/html/HTMLMediaElement.cpp File Source/core/html/HTMLMediaElement.cpp (right): https://codereview.chromium.org/304353005/diff/1/Source/core/html/HTMLMediaElement.cpp#newcode1977 Source/core/html/HTMLMediaElement.cpp:1977: if (m_player && potentiallyPlaying() && ...
6 years, 6 months ago (2014-06-04 06:48:13 UTC) #3
Srirama
Rebased with latest code. PTAL.
6 years, 6 months ago (2014-06-05 13:23:12 UTC) #4
acolwell GONE FROM CHROMIUM
lgtm https://codereview.chromium.org/304353005/diff/40001/Source/core/html/HTMLMediaElement.cpp File Source/core/html/HTMLMediaElement.cpp (right): https://codereview.chromium.org/304353005/diff/40001/Source/core/html/HTMLMediaElement.cpp#newcode3034 Source/core/html/HTMLMediaElement.cpp:3034: webMediaPlayer()->setRate(m_playbackRate); Is this call actually still needed? Your ...
6 years, 6 months ago (2014-06-06 05:35:37 UTC) #5
Srirama
Removed the unneeded call to setRate in WebMediaPlayerClientImpl. https://codereview.chromium.org/304353005/diff/40001/Source/core/html/HTMLMediaElement.cpp File Source/core/html/HTMLMediaElement.cpp (right): https://codereview.chromium.org/304353005/diff/40001/Source/core/html/HTMLMediaElement.cpp#newcode3034 Source/core/html/HTMLMediaElement.cpp:3034: webMediaPlayer()->setRate(m_playbackRate); ...
6 years, 6 months ago (2014-06-06 05:56:33 UTC) #6
Srirama
adamk@: owners review for web/ and platform/ changes please
6 years, 6 months ago (2014-06-06 06:03:59 UTC) #7
adamk
lgtm for web/
6 years, 6 months ago (2014-06-06 15:44:55 UTC) #8
Srirama
The CQ bit was checked by srirama.m@samsung.com
6 years, 6 months ago (2014-06-06 16:52:26 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/srirama.m@samsung.com/304353005/60001
6 years, 6 months ago (2014-06-06 16:52:52 UTC) #10
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: blink_presubmit on tryserver.blink ...
6 years, 6 months ago (2014-06-06 17:57:46 UTC) #11
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-06 18:00:38 UTC) #12
commit-bot: I haz the power
Could not make sense out of svn commit message.
6 years, 6 months ago (2014-06-06 18:00:46 UTC) #13
Srirama
The CQ bit was checked by srirama.m@samsung.com
6 years, 6 months ago (2014-06-07 01:07:38 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/srirama.m@samsung.com/304353005/60001
6 years, 6 months ago (2014-06-07 01:08:20 UTC) #15
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-07 01:08:28 UTC) #16
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-07 01:08:29 UTC) #17
Srirama
The CQ bit was checked by srirama.m@samsung.com
6 years, 6 months ago (2014-06-09 14:15:04 UTC) #18
Srirama
The CQ bit was unchecked by srirama.m@samsung.com
6 years, 6 months ago (2014-06-09 14:15:05 UTC) #19
philipj_slow
What happened to this? It look good to land...
6 years, 6 months ago (2014-06-17 07:16:27 UTC) #20
Srirama
On 2014/06/17 07:16:27, philipj wrote: > What happened to this? It look good to land... ...
6 years, 6 months ago (2014-06-17 07:34:20 UTC) #21
Srirama
PTAL
6 years, 5 months ago (2014-06-27 19:13:44 UTC) #22
acolwell GONE FROM CHROMIUM
lgtm
6 years, 5 months ago (2014-06-30 20:04:24 UTC) #23
Srirama
The CQ bit was checked by srirama.m@samsung.com
6 years, 5 months ago (2014-07-02 08:05:16 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/srirama.m@samsung.com/304353005/120001
6 years, 5 months ago (2014-07-02 08:05:35 UTC) #25
commit-bot: I haz the power
6 years, 5 months ago (2014-07-02 12:54:08 UTC) #26
Message was sent while issue was closed.
Change committed as 177366

Powered by Google App Engine
This is Rietveld 408576698