aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/wheelevent.rs
Commit message (Expand)AuthorAgeFilesLines
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-2/+2
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* CanGc fixes in components/script/dom (#33843)tanishka2024-10-151-12/+3
* script: Include constructors and static methods in generated DOM traits (#33665)Josh Matthews2024-10-081-4/+4
* Start marking functions that can transitively trigger a GC (#33144)Josh Matthews2024-08-221-4/+22
* clippy: Allow `too_many_arguments` for all functions (#31962)komuhangi2024-04-011-0/+2
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-3/+5
* Rename reflect_dom_object2.Josh Matthews2023-05-311-2/+2
* Formatting.Josh Matthews2023-05-281-10/+1
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-5/+36
* 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/+1
* Upgrade to rustc 1.38.0-nightly (dddb7fca0 2019-07-30)Simon Sapin2019-07-311-2/+2
* Implement WheelEvent InterfaceRobert Snakard2019-06-091-0/+163