Closed
Bug 985484
Opened 11 years ago
Closed 11 years ago
[WebVTT] Remove TextTrackCue::CueChanged
Categories
(Core :: Audio/Video, defect)
Core
Audio/Video
Tracking
()
RESOLVED
FIXED
mozilla31
People
(Reporter: reyre, Assigned: reyre)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
6.69 KB,
patch
|
Details | Diff | Splinter Review |
This method is not needed in the current spec version. I'm unsure if it was ever needed. The purpose of it was to dispatch 'oncuechange' events, but reading the spec these events only happen in the 'time marches on' algorithm when a cue either becomes active or stops being active.
See: http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#event-media-cuechange
And: http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#time-marches-on step 16.
Also see bug 952130 for more info.
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8393520 -
Flags: review?(cpearce)
Updated•11 years ago
|
Attachment #8393520 -
Flags: review?(cpearce) → review+
Assignee | ||
Comment 2•11 years ago
|
||
Just rebasing.
Carrying forward r=cpearce.
Attachment #8393520 -
Attachment is obsolete: true
Assignee | ||
Comment 3•11 years ago
|
||
Thanks for review Chris.
Try looks green: https://tbpl.mozilla.org/?tree=Try&rev=c3c1a4afff4c
Please land bug 977302 before this one.
Keywords: checkin-needed
Comment 4•11 years ago
|
||
Keywords: checkin-needed
Comment 5•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla31
You need to log in
before you can comment on or make changes to this bug.
Description
•