aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/texttrack.rs
Commit message (Collapse)AuthorAgeFilesLines
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-2/+4
| | | | | * strict imports formatting * Reformat all imports
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+1
|
* Add `track_list` member to AudioTrack, VideoTrack, TextTrack structsKunal Mohan2019-12-231-2/+18
| | | | | Add member to the track structs pointing at their associated tracklist and update it when the track is added or removed from a tracklist.
* Remove 'on' prefix from event handler macrosPatrick Ngai2019-03-141-1/+1
|
* Changed return value of GetActiveCuesAdit Jain2019-01-211-1/+1
| | | | | | Return an empty TextTrackCueList rather than Some. Added previously removed comments.
* Expose TextTrack.activeCuesFernando Jiménez Moreno2019-01-111-0/+7
|
* script: Create structures for TextTrack APIDan Robertson2018-12-111-0/+145
Fill out the basics for the WebIDLs for the following: - TextTrack - TextTrackCue - TextTrackCueList - TextTrackList