aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/xrinputsourcearray.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix GC borrow hazard in XRInputSourceArray (#33857)chickenleaf2024-10-161-16/+11
* CanGc fixes (#33852)chickenleaf2024-10-161-1/+4
* Various CanGc fixes (#33800)webbeef2024-10-111-4/+11
* webxr: Update XRInputSource Gamepad handling, FakeXRInputController (#33403)Daniel Adams2024-09-121-0/+2
* clippy: Fix a few problems in `components/scripts` (#31959)Rosemary Ajayi2024-04-011-1/+1
* clippy: Fix many warnings in `components/script` (#31717)Richard Dushime2024-03-191-2/+2
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-2/+2
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-2/+3
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-6/+1
* Always trigger an input sources change event on session creationManish Goregaokar2020-02-151-21/+13
* Support profilesManish Goregaokar2020-01-211-2/+2
* Handle SetTargetRayMode and SetHandednessManish Goregaokar2020-01-211-0/+31
* Handle AddInput/RemoveInput eventsManish Goregaokar2020-01-091-1/+54
* Hook XRInputSourceArray into XRSessionManish Goregaokar2019-10-081-0/+9
* Add methods to XRInputSourceArrayManish Goregaokar2019-10-081-0/+16
* Store inputs array in XRInputSourceArrayManish Goregaokar2019-10-081-2/+20
* Add empty XRInputSourceArray interfaceManish Goregaokar2019-10-081-0/+30