[Webkit-unassigned] [Bug 119029] Fix HTMLMediaElement so that it doesn't add cues for disabled text tracks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 24 08:25:33 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=119029


Eric Carlson <eric.carlson at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE




--- Comment #1 from Eric Carlson <eric.carlson at apple.com>  2013-07-24 08:25:24 PST ---
(In reply to comment #0)
> Consider merging https://chromium.googlesource.com/chromium/blink/+/3aed1192f832e597e96c4f7695b7ab8d3a2339eb
> 
> 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.

I merged this change in r152721. You reviewed it ;-)

*** This bug has been marked as a duplicate of bug 118682 ***

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list