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

Issue 185363002: Count how often a Media Fragments URI is applied in HTMLMediaElement (Closed)

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

Description

Count how often a Media Fragments URI is applied in HTMLMediaElement http://lists.w3.org/Archives/Public/public-media-fragment/2014Feb/0000.html http://lists.w3.org/Archives/Public/public-media-fragment/2014Feb/0002.html In this thread about looping over media fragments it became clear that no spec actually says how media fragment end times integrate in HTMLMediaElement. (The start time is mapped to the "initial playback position", which almost matches what Blink does.) Blink/WebKit pauses at the fragment end time once. Firefox Nightly does the same, while IE11 appears to not support MF URIs at all. The counter data will tell us whether or not breaking changes can be made and the relative usage could help inform the spec discussion. BUG=none R=acolwell@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=168441

Patch Set 1 #

Total comments: 2

Patch Set 2 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -0 lines) Patch
M Source/core/frame/UseCounter.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/html/HTMLMediaElement.cpp View 1 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
philipj_slow
6 years, 9 months ago (2014-03-02 06:52:48 UTC) #1
acolwell GONE FROM CHROMIUM
lgtm https://codereview.chromium.org/185363002/diff/1/Source/core/html/HTMLMediaElement.cpp File Source/core/html/HTMLMediaElement.cpp (right): https://codereview.chromium.org/185363002/diff/1/Source/core/html/HTMLMediaElement.cpp#newcode2406 Source/core/html/HTMLMediaElement.cpp:2406: if (!m_mediaController && !m_paused) { The mediaController portion ...
6 years, 9 months ago (2014-03-04 01:22:15 UTC) #2
philipj_slow
https://codereview.chromium.org/185363002/diff/1/Source/core/html/HTMLMediaElement.cpp File Source/core/html/HTMLMediaElement.cpp (right): https://codereview.chromium.org/185363002/diff/1/Source/core/html/HTMLMediaElement.cpp#newcode2406 Source/core/html/HTMLMediaElement.cpp:2406: if (!m_mediaController && !m_paused) { On 2014/03/04 01:22:15, acolwell ...
6 years, 9 months ago (2014-03-04 03:53:20 UTC) #3
philipj_slow
The CQ bit was checked by philipj@opera.com
6 years, 9 months ago (2014-03-04 03:53:44 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/185363002/1
6 years, 9 months ago (2014-03-04 03:53:52 UTC) #5
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-04 03:53:53 UTC) #6
commit-bot: I haz the power
Failed to apply patch for Source/core/frame/UseCounter.h: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 9 months ago (2014-03-04 03:53:53 UTC) #7
philipj_slow
The CQ bit was checked by philipj@opera.com
6 years, 9 months ago (2014-03-04 06:50:42 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/philipj@opera.com/185363002/20001
6 years, 9 months ago (2014-03-04 06:50:52 UTC) #9
nessy
On 2014/03/04 03:53:20, philipj wrote: > > I hadn't given the controller condition any thought, ...
6 years, 9 months ago (2014-03-04 07:54:37 UTC) #10
philipj_slow
6 years, 9 months ago (2014-03-05 07:27:30 UTC) #11
Message was sent while issue was closed.
Committed patchset #2 manually as r168441 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698