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

Issue 188853002: Remove MediaControls::bufferingProgressed() (Closed)

Created:
6 years, 9 months ago by philipj_slow
Modified:
6 years, 9 months ago
CC:
blink-reviews, nessy, philipj_slow, gasubic, fs, eric.carlson_apple.com, feature-media-reviews_chromium.org, dglazkov+blink, adamk+blink_chromium.org, vcarbune.chromium
Visibility:
Public.

Description

Remove MediaControls::bufferingProgressed() The implementation just updates the position on the timeline, which playbackProgressed() already does. This callback would make sense if buffering progress were actually shown, but until someone implements that it's cleaner to not have it. BUG=341813 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=168708

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -13 lines) Patch
M Source/core/html/HTMLMediaElement.cpp View 2 chunks +0 lines, -4 lines 0 comments Download
M Source/core/html/shadow/MediaControls.h View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/html/shadow/MediaControls.cpp View 1 chunk +0 lines, -8 lines 4 comments Download

Messages

Total messages: 6 (0 generated)
philipj_slow
Just one less thing to deal with when doing the MediaControllerInterface rewrite...
6 years, 9 months ago (2014-03-06 17:47:02 UTC) #1
acolwell GONE FROM CHROMIUM
lgtm https://codereview.chromium.org/188853002/diff/1/Source/core/html/shadow/MediaControls.cpp File Source/core/html/shadow/MediaControls.cpp (left): https://codereview.chromium.org/188853002/diff/1/Source/core/html/shadow/MediaControls.cpp#oldcode235 Source/core/html/shadow/MediaControls.cpp:235: m_timeline->setPosition(m_mediaController->currentTime()); So we are relying on the playbackStopped() ...
6 years, 9 months ago (2014-03-06 21:33:51 UTC) #2
philipj_slow
https://codereview.chromium.org/188853002/diff/1/Source/core/html/shadow/MediaControls.cpp File Source/core/html/shadow/MediaControls.cpp (left): https://codereview.chromium.org/188853002/diff/1/Source/core/html/shadow/MediaControls.cpp#oldcode235 Source/core/html/shadow/MediaControls.cpp:235: m_timeline->setPosition(m_mediaController->currentTime()); On 2014/03/06 21:33:51, acolwell wrote: > So we ...
6 years, 9 months ago (2014-03-07 05:44:08 UTC) #3
philipj_slow
The CQ bit was checked by philipj@opera.com
6 years, 9 months ago (2014-03-07 05:44:13 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/philipj@opera.com/188853002/1
6 years, 9 months ago (2014-03-07 05:44:34 UTC) #5
commit-bot: I haz the power
6 years, 9 months ago (2014-03-07 06:24:28 UTC) #6
Message was sent while issue was closed.
Change committed as 168708

Powered by Google App Engine
This is Rietveld 408576698