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

Issue 370203004: Eliminate MediaPlayer abstraction(play/pause, other APIs) (Closed)

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

Description

Eliminate MediaPlayer abstraction(play/pause, other APIs) BUG=350571 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=177703

Patch Set 1 #

Total comments: 9

Patch Set 2 : Fixed review comments #

Total comments: 2

Patch Set 3 : updated as per the comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -75 lines) Patch
M Source/core/html/HTMLMediaElement.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLMediaElement.cpp View 1 2 6 chunks +15 lines, -15 lines 0 comments Download
M Source/platform/graphics/media/MediaPlayer.h View 3 chunks +0 lines, -13 lines 0 comments Download
M Source/web/WebMediaPlayerClientImpl.h View 1 chunk +0 lines, -6 lines 0 comments Download
M Source/web/WebMediaPlayerClientImpl.cpp View 3 chunks +0 lines, -40 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Srirama
As the BUG=382721 seems to be solved, landing these changes. Removed play, pause, paused, supportsSave, ...
6 years, 5 months ago (2014-07-07 13:34:03 UTC) #1
acolwell GONE FROM CHROMIUM
https://codereview.chromium.org/370203004/diff/1/Source/core/html/HTMLMediaElement.cpp File Source/core/html/HTMLMediaElement.cpp (right): https://codereview.chromium.org/370203004/diff/1/Source/core/html/HTMLMediaElement.cpp#newcode3263 Source/core/html/HTMLMediaElement.cpp:3263: if (webMediaPlayer() && !webMediaPlayer()->paused()) It seems like there are ...
6 years, 5 months ago (2014-07-08 00:26:33 UTC) #2
Srirama
Fixed review comments. PTAL https://codereview.chromium.org/370203004/diff/1/Source/core/html/HTMLMediaElement.cpp File Source/core/html/HTMLMediaElement.cpp (right): https://codereview.chromium.org/370203004/diff/1/Source/core/html/HTMLMediaElement.cpp#newcode3273 Source/core/html/HTMLMediaElement.cpp:3273: bool playerPaused = webMediaPlayer() && ...
6 years, 5 months ago (2014-07-08 05:06:52 UTC) #3
acolwell GONE FROM CHROMIUM
lgtm https://codereview.chromium.org/370203004/diff/40001/Source/core/html/HTMLMediaElement.cpp File Source/core/html/HTMLMediaElement.cpp (right): https://codereview.chromium.org/370203004/diff/40001/Source/core/html/HTMLMediaElement.cpp#newcode3275 Source/core/html/HTMLMediaElement.cpp:3275: WTF_LOG(Media, "HTMLMediaElement::updatePlayState - shouldBePlaying = %s, playerPaused = ...
6 years, 5 months ago (2014-07-08 15:01:15 UTC) #4
Srirama
abarth@: owners review for web/ and platform/ please. https://codereview.chromium.org/370203004/diff/40001/Source/core/html/HTMLMediaElement.cpp File Source/core/html/HTMLMediaElement.cpp (right): https://codereview.chromium.org/370203004/diff/40001/Source/core/html/HTMLMediaElement.cpp#newcode3275 Source/core/html/HTMLMediaElement.cpp:3275: WTF_LOG(Media, ...
6 years, 5 months ago (2014-07-08 16:47:27 UTC) #5
abarth-chromium
LGTM
6 years, 5 months ago (2014-07-08 19:34:11 UTC) #6
Srirama
The CQ bit was checked by srirama.m@samsung.com
6 years, 5 months ago (2014-07-09 01:23:45 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/srirama.m@samsung.com/370203004/60001
6 years, 5 months ago (2014-07-09 01:24:03 UTC) #8
commit-bot: I haz the power
6 years, 5 months ago (2014-07-09 01:27:00 UTC) #9
Message was sent while issue was closed.
Change committed as 177703

Powered by Google App Engine
This is Rietveld 408576698