Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clippy: Fix various warnings in `components/script/dom` (#31890) | Rosemary Ajayi | 2024-03-27 | 1 | -4/+4 |
| | | | | | * redundant field names in struct initialization * reduthis pattern creates a reference to a reference | ||||
* | clippy: fix some warnings in components/script (#31865) | Ekta Siwach | 2024-03-26 | 1 | -5/+5 |
| | |||||
* | 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 | -3/+12 |
| | | | | | Add member to the track structs pointing at their associated tracklist and update it when the track is added or removed from a tracklist. | ||||
* | Integrates media track selection | sreeise | 2019-09-22 | 1 | -2/+14 |
| | |||||
* | Media fragment parser | sreeise | 2019-07-22 | 1 | -1/+5 |
| | |||||
* | Added AudioTrack, AudioTrackList, VideoTrack, VideoTrackList, and TrackEvent ↵ | sreeise | 2019-03-03 | 1 | -0/+97 |
interfaces |