aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/trackevent.rs
Commit message (Expand)AuthorAgeFilesLines
* clippy: Fix many warnings in `components/script` (#31717)Richard Dushime2024-03-191-1/+1
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-2/+2
* Use Foo_Binding instead of FooBinding for namespace modules (#30447)Samson2023-09-301-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-3/+4
* Rename reflect_dom_object2.Josh Matthews2023-05-311-2/+6
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-3/+17
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-5/+1
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-0/+2
* Use `#![register_tool]` instead of `#![register_attr]`Simon Sapin2019-11-151-1/+1
* Added AudioTrack, AudioTrackList, VideoTrack, VideoTrackList, and TrackEvent ...sreeise2019-03-031-0/+114