aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/gamepadbuttonlist.rs
Commit message (Expand)AuthorAgeFilesLines
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* refactor: propagate CanGc arguments through callers (#35591)Auguste Baum2025-02-231-19/+19
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-20/+24
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-3/+3
* Replace unsafe uses of HandleValueArray. (#34588)Josh Matthews2024-12-131-1/+1
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-1/+6
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* Implement non-XR Gamepad discovery and input (#31200)Daniel Adams2024-02-171-4/+35
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-1/+2
* Remove WebVRAlan Jeffrey2020-04-081-20/+4
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-6/+1
* Simplify RootedReference and make it specifically about slicesIt's now called...Anthony Ramine2019-03-111-1/+1
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-6/+6
* Format script componentchansuke2018-09-191-6/+13
* Used the zip function to iterate over both vectors simultaneously instead of anMaximilianDauner2018-03-231-4/+2
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-5/+5
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-3/+3
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Implement Gamepad APIImanol Fernandez2017-04-121-0/+63