DescriptionFix 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 #
Messages
Total messages: 13 (0 generated)
|