Closed
Bug 972479
Opened 12 years ago
Closed 12 years ago
[webvtt] TextTracks added to a TextTrackList through an HTMLTrackElement should dispatch 'onaddtrack' event
Categories
(Core :: Audio/Video, defect)
Core
Audio/Video
Tracking
()
RESOLVED
FIXED
mozilla30
People
(Reporter: reyre, Assigned: reyre)
References
Details
(Keywords: dev-doc-needed)
Attachments
(1 file, 1 obsolete file)
We're dispatching 'onaddtrack' events for TextTracks added to a TextTrackList via the TextTrackList::AddTrack function, but not when a TextTrack gets added via an HTMLTrackElement.
| Assignee | ||
Comment 1•12 years ago
|
||
Attachment #8375662 -
Flags: review?(giles)
Comment 2•12 years ago
|
||
Comment on attachment 8375662 [details] [diff] [review]
v1: TextTracks added to a TextTrackList through an HTMLTrackElement should dispatch 'onaddtrack' event r=rillian
Review of attachment 8375662 [details] [diff] [review]:
-----------------------------------------------------------------
Would be good to document in the body of the commit message that this worked because of which AddTextTrack method HTMLTrackElement calls.
Attachment #8375662 -
Flags: review?(giles) → review+
| Assignee | ||
Comment 3•12 years ago
|
||
Update the commit message as per Ralph's request.
| Assignee | ||
Updated•12 years ago
|
Attachment #8375662 -
Attachment is obsolete: true
| Assignee | ||
Comment 4•12 years ago
|
||
Thanks for review Ralph.
Try: https://tbpl.mozilla.org/?tree=Try&rev=06be8ca840b7
Comment 6•12 years ago
|
||
Flags: in-testsuite+
Keywords: checkin-needed
Comment 7•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla30
Updated•9 years ago
|
Keywords: dev-doc-needed
You need to log in
before you can comment on or make changes to this bug.
Description
•