aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/gamepad.rs
Commit message (Expand)AuthorAgeFilesLines
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* libservo: Stop using `script_traits` in the embedding layer (#35185)Martin Robinson2025-01-281-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-14/+14
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* cangc fixes in several files + event.rs + rtcpeerconnection.rs (#34002)chickenleaf2024-10-251-1/+1
* CanGc fixes in several files (#33958)chickenleaf2024-10-211-4/+4
* CanGc fixes (#33852)chickenleaf2024-10-161-1/+1
* CanGc fixes originating from `gamepadevent.rs` & `stereopannernode.rs` (#33828)tanishka2024-10-141-1/+1
* Various CanGc fixes (#33800)webbeef2024-10-111-1/+4
* clippy: Fix too_many_arguments warnings (#33648)tanishka2024-10-041-0/+2
* clippy: Fix suggestions in `script`, `libservo`, and `servoshell` (#33453)Ali2024-09-141-1/+1
* webxr: Update XRInputSource gamepad index to be -1 (#33369)Daniel Adams2024-09-091-1/+5
* Start marking functions that can transitively trigger a GC (#33144)Josh Matthews2024-08-221-1/+2
* Implement WebXR Gamepads Module (#32860)Daniel Adams2024-08-031-1/+4
* Gamepad: Implement GamepadHapticActuator (#32046)Daniel Adams2024-07-201-2/+27
* Gamepad: Remove GamepadList and fix dropped connection event on startup (#31684)Daniel Adams2024-04-081-0/+4
* clippy: Allow `too_many_arguments` for existing functions (#31974)eri2024-04-021-0/+1
* clippy: remove unneeded return statements (#31923)Azhar Ismagulova2024-03-281-7/+3
* clippy: Fix needless borrow warnings (#31813)Oluwatobi Sofela2024-03-211-1/+1
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-6/+6
* Gamepad: Align closer to spec and implement missing slots (#31385)Daniel Adams2024-03-121-3/+33
* WedIDL: bring dom/bindings/typedarray further in line with spec (#31375)Taym Haddadi2024-02-251-7/+5
* Implement non-XR Gamepad discovery and input (#31200)Daniel Adams2024-02-171-4/+120
* webidlg: Handle `Float64Array` as a `TypedArray` rather than a raw `JSObject`...Taym Haddadi2024-01-301-7/+8
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-6/+7
* Remove WebVRAlan Jeffrey2020-04-081-79/+14
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+0
* Modify *::get_cx methods to return a safe JSContext instead of a raw onemarmeladema2019-07-241-3/+3
* Convert CGTraitInterface to use safe JSContext instead of raw JSContextmarmeladema2019-07-241-3/+4
* Remove mozjs dep from malloc_size_of.Josh Matthews2019-05-021-0/+1
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-2/+2
* `cargo fix --edition`Simon Sapin2018-11-061-13/+13
* Format script componentchansuke2018-09-191-20/+26
* Replace NonNullJSObjectPtr with std::ptr::NonNull<JSObject>Simon Sapin2018-01-221-3/+3
* Fix tyvar_behind_raw_pointer warningsSimon Sapin2018-01-101-1/+1
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-1/+1
* Replace NonZero<*mut JSObject> with a wrapper to enable local trait impls.Simon Sapin2017-10-161-3/+3
* Remove use of unstable box syntax.Simon Sapin2017-10-161-12/+16
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-6/+6
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-5/+5
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Upgrade to rustc 1.21.0-nightly (599be0d18 2017-07-26)Simon Sapin2017-07-271-1/+1
* GC FixesImanol Fernandez2017-07-051-1/+6
* Fix unsafe Heap constructor usage in DOM objects Imanol Fernandez2017-05-041-22/+16
* Implement Gamepad APIImanol Fernandez2017-04-121-0/+206