aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/texttracklist.rs
Commit message (Collapse)AuthorAgeFilesLines
* Remove 'on' prefix from event handler macrosPatrick Ngai2019-03-141-3/+3
|
* Added AudioTrack, AudioTrackList, VideoTrack, VideoTrackList, and TrackEvent ↵sreeise2019-03-031-3/+40
| | | | interfaces
* script: Create structures for TextTrack APIDan Robertson2018-12-111-0/+103
Fill out the basics for the WebIDLs for the following: - TextTrack - TextTrackCue - TextTrackCueList - TextTrackList