aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/xrhand.rs
Commit message (Collapse)AuthorAgeFilesLines
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-2/+3
| | | | | * strict imports formatting * Reformat all imports
* Use mozjs tracing infrastructure (#29918)Samson2023-08-101-0/+1
| | | | | | | * Update mozjs https://github.com/servo/mozjs/commit/64711ec2e6dc4595df691bffc7f1e5052ab86c8d also fixes https://github.com/servo/servo/issues/30043 * Move to mozjs Traceable and introduce CustomTraceable
* Add XRHand[index]Manish Goregaokar2020-04-271-5/+60
|
* Add XRHand interfaceManish Goregaokar2020-04-271-0/+33