aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/gamepadhapticactuator.rs
Commit message (Expand)AuthorAgeFilesLines
* feat: add can_gc argument to to_frozen_array (#36043)Arya Nair2025-03-191-2/+2
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* refactor: add CanGc as argument to Promise::reject_error (#35646)Yerkebulan Tulibergenov2025-02-251-21/+39
* refactor: add CanGc as argument to Promise::resolve (#35616)Yerkebulan Tulibergenov2025-02-231-7/+11
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* Include `WebViewId` into EmbedderMsg variants where possible (#35211)Delan Azabani2025-01-301-3/+12
* libservo: Stop using `script_traits` in the embedding layer (#35185)Martin Robinson2025-01-281-2/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-5/+5
* script: Unsilence all main thread `TaskQueue` errors (#34849)Martin Robinson2025-01-071-12/+10
* script: Move `TaskManager` to `GlobalScope` (#34827)Martin Robinson2025-01-041-30/+12
* script: Eliminate code duplication in the task queue (#34798)Martin Robinson2025-01-011-8/+7
* 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