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

Issue 18856005: Fix HTMLMediaElement so that it doesn't add cues for disabled text tracks. (Closed)

Created:
7 years, 5 months ago by acolwell GONE FROM CHROMIUM
Modified:
7 years, 5 months ago
Reviewers:
adamk
CC:
blink-reviews, feature-media-reviews_chromium.org, dglazkov+blink, eae+blinkwatch, vcarbune.chromium, adamk+blink_chromium.org
Visibility:
Public.

Description

Fix HTMLMediaElement so that it doesn't add cues for disabled text tracks. This patch reverts the change to TextTrackCue added in https://src.chromium.org/viewvc/blink?revision=153206&view=revision and addresses the actual underlying issue. The real problem is that HTMLMediaElement was allowing cues from disabled tracks to be added to m_cueTree under certain circumstances. This patch adds checks to textTrackAddCues() and textTrackAddCue() to prevent disabled track cues from being added. BUG=230708 TEST=media/track/track-disabled.html & media/track/track-disabled-addcue.html LayoutTests Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=153810

Patch Set 1 #

Total comments: 2

Patch Set 2 : Address CR comment #

Patch Set 3 : Fix cues added to disabled tracks by JavaScript #

Patch Set 4 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+76 lines, -12 lines) Patch
M LayoutTests/media/track/track-disabled.html View 1 2 1 chunk +15 lines, -3 lines 0 comments Download
A LayoutTests/media/track/track-disabled-addcue.html View 1 2 1 chunk +44 lines, -0 lines 0 comments Download
A LayoutTests/media/track/track-disabled-addcue-expected.txt View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M LayoutTests/media/track/track-disabled-expected.txt View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M Source/core/html/HTMLMediaElement.cpp View 1 2 3 2 chunks +7 lines, -2 lines 0 comments Download
M Source/core/html/track/TextTrackCue.cpp View 1 2 3 2 chunks +2 lines, -6 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
acolwell GONE FROM CHROMIUM
7 years, 5 months ago (2013-07-08 18:02:54 UTC) #1
acolwell GONE FROM CHROMIUM
Relevant discussion on the original CL. https://chromiumcodereview.appspot.com/17002002/#msg31
7 years, 5 months ago (2013-07-08 18:04:27 UTC) #2
adamk
lgtm with a comment https://codereview.chromium.org/18856005/diff/1/Source/core/html/HTMLMediaElement.cpp File Source/core/html/HTMLMediaElement.cpp (right): https://codereview.chromium.org/18856005/diff/1/Source/core/html/HTMLMediaElement.cpp#newcode1268 Source/core/html/HTMLMediaElement.cpp:1268: ASSERT(track->mode() != TextTrack::disabledKeyword()); Not sure ...
7 years, 5 months ago (2013-07-08 19:16:38 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/acolwell@chromium.org/18856005/4001
7 years, 5 months ago (2013-07-08 19:24:02 UTC) #4
acolwell GONE FROM CHROMIUM
https://codereview.chromium.org/18856005/diff/1/Source/core/html/HTMLMediaElement.cpp File Source/core/html/HTMLMediaElement.cpp (right): https://codereview.chromium.org/18856005/diff/1/Source/core/html/HTMLMediaElement.cpp#newcode1268 Source/core/html/HTMLMediaElement.cpp:1268: ASSERT(track->mode() != TextTrack::disabledKeyword()); On 2013/07/08 19:16:38, adamk wrote: > ...
7 years, 5 months ago (2013-07-08 19:25:48 UTC) #5
Eric Carlson
On 2013/07/08 19:25:48, acolwell wrote: > https://codereview.chromium.org/18856005/diff/1/Source/core/html/HTMLMediaElement.cpp > File Source/core/html/HTMLMediaElement.cpp (right): > > https://codereview.chromium.org/18856005/diff/1/Source/core/html/HTMLMediaElement.cpp#newcode1268 > ...
7 years, 5 months ago (2013-07-08 20:23:30 UTC) #6
acolwell GONE FROM CHROMIUM
On 2013/07/08 20:23:30, carlson.eric wrote: > On 2013/07/08 19:25:48, acolwell wrote: > > > https://codereview.chromium.org/18856005/diff/1/Source/core/html/HTMLMediaElement.cpp ...
7 years, 5 months ago (2013-07-08 22:57:12 UTC) #7
acolwell GONE FROM CHROMIUM
PTAL. I've addressed Eric's concerns and added another test to verify a crash that was ...
7 years, 5 months ago (2013-07-09 18:33:42 UTC) #8
adamk
lgtm Looks much nicer! Thanks, Eric, for the extra review.
7 years, 5 months ago (2013-07-09 19:03:23 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/acolwell@chromium.org/18856005/27001
7 years, 5 months ago (2013-07-09 19:05:57 UTC) #10
commit-bot: I haz the power
Retried try job too often on linux_layout_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_layout_rel&number=15531
7 years, 5 months ago (2013-07-09 19:59:18 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/acolwell@chromium.org/18856005/27001
7 years, 5 months ago (2013-07-09 20:14:09 UTC) #12
commit-bot: I haz the power
7 years, 5 months ago (2013-07-09 20:29:30 UTC) #13
Message was sent while issue was closed.
Change committed as 153810

Powered by Google App Engine
This is Rietveld 408576698