aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/TextTrack.webidl
Commit message (Collapse)AuthorAgeFilesLines
* script: Move code generation and webidl files to new script_bindings crate. ↵Josh Matthews2025-01-241-30/+0
| | | | | (#35157) Signed-off-by: Josh Matthews <josh@joshmatthews.net>
* Convert Web IDL void to undefinedKagami Sascha Rosylight2022-01-051-2/+2
| | | | Fixes #27660
* Expose TextTrack.activeCuesFernando Jiménez Moreno2019-01-111-1/+1
|
* script: Create structures for TextTrack APIDan Robertson2018-12-111-0/+30
Fill out the basics for the WebIDLs for the following: - TextTrack - TextTrackCue - TextTrackCueList - TextTrackList