aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/gamepadhapticactuator.rs
Commit message (Expand)AuthorAgeFilesLines
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* Use out parameter for generated methods returning JSVal (#34087)Josh Matthews2024-11-051-3/+3
* Mark promise creation methods with CanGc (#33928)Josh Matthews2024-10-221-3/+4
* Use `ROUTER::add_typed_route` instead of `ROUTER::add_route` everywhere (#33866)Simon Wülker2024-10-181-16/+10
* CanGc fixes (#33852)chickenleaf2024-10-161-2/+4
* fix many clippy warnings (#33510)Gae242024-09-211-1/+1
* clippy: Fix suggestions in `script`, `libservo`, and `servoshell` (#33453)Ali2024-09-141-5/+4
* Start marking functions that can transitively trigger a GC (#33144)Josh Matthews2024-08-221-1/+2
* script: Fix two build warnings about unused imports (#32910)Martin Robinson2024-08-021-1/+0
* clippy: components/script/realms (#32859)Rémy SAISSY2024-07-261-1/+1
* Gamepad: Implement GamepadHapticActuator (#32046)Daniel Adams2024-07-201-0/+388