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

Issue 1022743002: Document calls to the "rules for updating the text track rendering" (Closed)

Created:
5 years, 9 months ago by philipj_slow
Modified:
5 years, 9 months ago
Reviewers:
fs
CC:
blink-reviews, nessy, gasubic, fs, eric.carlson_apple.com, feature-media-reviews_chromium.org, dglazkov+blink, blink-reviews-html_chromium.org, vcarbune.chromium
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Document calls to the "rules for updating the text track rendering" Per spec there are only two calls to these rules: * The last step of the "time marches on" algorithm. * "When the user agent starts exposing a user interface for a video element." We have the first call, and two others that are needed when the text track mode changes between hidden and visible. A spec bug was filed for this case: https://www.w3.org/Bugs/Public/show_bug.cgi?id=28236 BUG=322434 NOTRY=true Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=192148

Patch Set 1 #

Patch Set 2 : realize fault; lower ambitions #

Total comments: 2

Patch Set 3 : leave comments only #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -0 lines) Patch
M Source/core/html/HTMLMediaElement.cpp View 1 2 2 chunks +10 lines, -0 lines 0 comments Download
M Source/core/html/track/CueTimeline.cpp View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/html/track/TextTrackContainer.cpp View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (3 generated)
philipj_slow
PTAL
5 years, 9 months ago (2015-03-19 06:19:00 UTC) #2
philipj_slow
realize fault; lower ambitions
5 years, 9 months ago (2015-03-19 06:46:26 UTC) #3
philipj_slow
OK, so there actually wasn't much cleanup possible here without breaking things, but hopefully documenting ...
5 years, 9 months ago (2015-03-19 06:47:52 UTC) #4
fs
LGTM w/ comment https://codereview.chromium.org/1022743002/diff/20001/Source/core/html/HTMLMediaElement.cpp File Source/core/html/HTMLMediaElement.cpp (right): https://codereview.chromium.org/1022743002/diff/20001/Source/core/html/HTMLMediaElement.cpp#newcode3361 Source/core/html/HTMLMediaElement.cpp:3361: if (assumption == AssumeVisibleChange) I'm not ...
5 years, 9 months ago (2015-03-19 09:50:33 UTC) #5
philipj_slow
https://codereview.chromium.org/1022743002/diff/20001/Source/core/html/HTMLMediaElement.cpp File Source/core/html/HTMLMediaElement.cpp (right): https://codereview.chromium.org/1022743002/diff/20001/Source/core/html/HTMLMediaElement.cpp#newcode3361 Source/core/html/HTMLMediaElement.cpp:3361: if (assumption == AssumeVisibleChange) On 2015/03/19 09:50:33, fs wrote: ...
5 years, 9 months ago (2015-03-19 10:04:54 UTC) #6
philipj_slow
leave comments only
5 years, 9 months ago (2015-03-19 10:06:55 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1022743002/40001
5 years, 9 months ago (2015-03-19 10:09:29 UTC) #10
commit-bot: I haz the power
5 years, 9 months ago (2015-03-19 10:10:02 UTC) #11
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=192148

Powered by Google App Engine
This is Rietveld 408576698