aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/texttracklist.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-2/+6
* 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
* script: Unsilence all main thread `TaskQueue` errors (#34849)Martin Robinson2025-01-071-21/+22
* script: Move `TaskManager` to `GlobalScope` (#34827)Martin Robinson2025-01-041-30/+22
* 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-1/+5
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* cangc fixes in several files + event.rs + rtcpeerconnection.rs (#34002)chickenleaf2024-10-251-1/+1
* CanGc fixes from EventTarget::fire_event (#33985)tanishka2024-10-231-2/+2
* CanGc fixes in several files (#33958)chickenleaf2024-10-211-0/+2
* clippy: Fix some warnings in `script/dom` (#31915)Ekta Siwach2024-03-281-4/+2
* clippy: Fix op_ref warnings (#31900)Oluwatobi Sofela2024-03-271-1/+1
* clippy: Fix `unnecessary_cast` warnings in `components/script` (#31823)Oluwatobi Sofela2024-03-221-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-1/+2
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-6/+2
* Add `track_list` member to AudioTrack, VideoTrack, TextTrack structsKunal Mohan2019-12-231-0/+4
* Remove 'on' prefix from event handler macrosPatrick Ngai2019-03-141-3/+3
* Added AudioTrack, AudioTrackList, VideoTrack, VideoTrackList, and TrackEvent ...sreeise2019-03-031-3/+40
* script: Create structures for TextTrack APIDan Robertson2018-12-111-0/+103