Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Strict import formatting (grouping and granularity) (#30325) | Samson | 2023-09-11 | 1 | -2/+4 |
| | | | | | * strict imports formatting * Reformat all imports | ||||
* | Add trait DomObjectWrap to provide WRAP function | YUAN LYU | 2020-03-20 | 1 | -2/+1 |
| | |||||
* | Add `track_list` member to AudioTrack, VideoTrack, TextTrack structs | Kunal Mohan | 2019-12-23 | 1 | -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 macros | Patrick Ngai | 2019-03-14 | 1 | -1/+1 |
| | |||||
* | Changed return value of GetActiveCues | Adit Jain | 2019-01-21 | 1 | -1/+1 |
| | | | | | | Return an empty TextTrackCueList rather than Some. Added previously removed comments. | ||||
* | Expose TextTrack.activeCues | Fernando Jiménez Moreno | 2019-01-11 | 1 | -0/+7 |
| | |||||
* | script: Create structures for TextTrack API | Dan Robertson | 2018-12-11 | 1 | -0/+145 |
Fill out the basics for the WebIDLs for the following: - TextTrack - TextTrackCue - TextTrackCueList - TextTrackList |