aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/texttrack.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-3/+9
* 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-7/+7
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-0/+2
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* clippy: Fix some warnings in `script/dom` (#31915)Ekta Siwach2024-03-281-1/+1
* fix redundant closures in component/script/dom (#31917)Ekta Siwach2024-03-281-1/+1
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-1/+1
* clippy: Fix many warnings in `components/script` (#31717)Richard Dushime2024-03-191-2/+2
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-2/+4
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+1
* Add `track_list` member to AudioTrack, VideoTrack, TextTrack structsKunal Mohan2019-12-231-2/+18
* Remove 'on' prefix from event handler macrosPatrick Ngai2019-03-141-1/+1
* Changed return value of GetActiveCuesAdit Jain2019-01-211-1/+1
* Expose TextTrack.activeCuesFernando Jiménez Moreno2019-01-111-0/+7
* script: Create structures for TextTrack APIDan Robertson2018-12-111-0/+145