Bug 129770 - Implement VideoTrackList.selectedIndex
Summary: Implement VideoTrackList.selectedIndex
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brendan Long
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-05 19:13 PST by Brendan Long
Modified: 2014-03-06 09:31 PST (History)
11 users (show)

See Also:


Attachments
Patch (3.86 KB, patch)
2014-03-05 19:29 PST, Brendan Long
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brendan Long 2014-03-05 19:13:37 PST
We're missing selectedIndex:

interface VideoTrackList : EventTarget {
  readonly attribute unsigned long length;
  getter VideoTrack (unsigned long index);
  VideoTrack? getTrackById(DOMString id);
  readonly attribute long selectedIndex;

           attribute EventHandler onchange;
           attribute EventHandler onaddtrack;
           attribute EventHandler onremovetrack;
};

http://www.w3.org/html/wg/drafts/html/CR/embedded-content-0.html#videotracklist
Comment 1 Brendan Long 2014-03-05 19:29:54 PST
Created attachment 225938 [details]
Patch
Comment 2 WebKit Commit Bot 2014-03-06 09:31:21 PST
Comment on attachment 225938 [details]
Patch

Clearing flags on attachment: 225938

Committed r165194: <http://trac.webkit.org/changeset/165194>
Comment 3 WebKit Commit Bot 2014-03-06 09:31:24 PST
All reviewed patches have been landed.  Closing bug.