Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Strict import formatting (grouping and granularity) (#30325) | Samson | 2023-09-11 | 1 | -1/+2 |
| | | | | | * strict imports formatting * Reformat all imports | ||||
* | Add trait DomObjectWrap to provide WRAP function | YUAN LYU | 2020-03-20 | 1 | -6/+2 |
| | |||||
* | Add `track_list` member to AudioTrack, VideoTrack, TextTrack structs | Kunal Mohan | 2019-12-23 | 1 | -0/+4 |
| | | | | | 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 | -3/+3 |
| | |||||
* | Added AudioTrack, AudioTrackList, VideoTrack, VideoTrackList, and TrackEvent ↵ | sreeise | 2019-03-03 | 1 | -3/+40 |
| | | | | interfaces | ||||
* | script: Create structures for TextTrack API | Dan Robertson | 2018-12-11 | 1 | -0/+103 |
Fill out the basics for the WebIDLs for the following: - TextTrack - TextTrackCue - TextTrackCueList - TextTrackList |