aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/audiotracklist.rs
Commit message (Expand)AuthorAgeFilesLines
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-1/+2
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-10/+10
* script: Unsilence all main thread `TaskQueue` errors (#34849)Martin Robinson2025-01-071-1/+1
* script: Move `TaskManager` to `GlobalScope` (#34827)Martin Robinson2025-01-041-12/+5
* script: Eliminate code duplication in the task queue (#34798)Martin Robinson2025-01-011-1/+0
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-0/+1
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* CanGc fixes from EventTarget::fire_event (#33985)tanishka2024-10-231-1/+2
* clippy: fix some warnings in components/script (#31865)Ekta Siwach2024-03-261-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-1/+2
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+1
* Add `track_list` member to AudioTrack, VideoTrack, TextTrack structsKunal Mohan2019-12-231-0/+5
* Integrates media track selectionsreeise2019-09-221-4/+20
* Added AudioTrack, AudioTrackList, VideoTrack, VideoTrackList, and TrackEvent ...sreeise2019-03-031-0/+126