Bug 61127
| Summary: | Integrate the Track List objects into the existing HTMLMediaElement code. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Leandro Graciá Gil <leandrogracia> |
| Component: | Media | Assignee: | Leandro Graciá Gil <leandrogracia> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | annacc |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 60184 | ||
| Bug Blocks: | |||
Leandro Graciá Gil
Integrate the different track list objects into the HTMLMediaElement code, providing also access from the TrackList object to a script execution context to allow posting asynchronous events.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Anna Cavender
This is no longer blocking 43668 since TrackList has been deprecated from the spec. The new TextTrackList has been implemented:
http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#texttracklist
however VideoTrackList and AudioTrackList have yet to be included.