aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/xrreferencespace.rs
Commit message (Expand)AuthorAgeFilesLines
* Filter out webidl files based on special comments, and feature-gate webxr int...Josh Matthews2024-11-241-153/+0
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* More files with CanGc fixes (#33892)chickenleaf2024-10-181-3/+5
* webxr: Implement reference space reset events (#33460)Daniel Adams2024-09-171-0/+7
* Update FakeXRDevice to support updating bounds (#33271)Daniel Adams2024-09-011-2/+2
* webxr: Implement XRBoundedReferenceSpace (#33176)Daniel Adams2024-08-251-3/+10
* clippy: Fix many warnings in `components/script` (#31717)Richard Dushime2024-03-191-1/+1
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-5/+7
* Bump euclid to 0.22Martin Robinson2023-01-261-2/+2
* Update to treat view transforms as native-relativeManish Goregaokar2020-05-181-56/+11
* Update to use webxr_api::ViewerPoseManish Goregaokar2020-05-181-3/+5
* Add XRSession::requestHitTestSource()Manish Goregaokar2020-04-191-1/+12
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+0
* Use actual floor origin for local-floorManish Goregaokar2019-12-111-15/+16
* Support nullable origins and floorsManish Goregaokar2019-12-111-15/+15
* Origin offset fixesManish Goregaokar2019-12-021-7/+6
* Update euclid.Emilio Cobos Álvarez2019-07-231-9/+9
* Add a viewer typed reference spaceManish Goregaokar2019-07-111-7/+5
* Hook webxr data into XRFrame/XRView/XRSpaceManish Goregaokar2019-07-111-13/+15
* Update originOffset semanticsManish Goregaokar2019-06-101-17/+30
* Update reference spaces to new modelManish Goregaokar2019-06-101-20/+60
* Add XRInputSource.targetRaySpaceManish Goregaokar2019-05-031-1/+1
* Add some math verifying relationship between get_viewer_pose and get_poseManish Goregaokar2019-04-081-2/+8
* Add proper get_pose for XRSpacesManish Goregaokar2019-04-041-3/+25
* Rename incorrectly-named get_pose methodsManish Goregaokar2019-04-041-5/+14
* Consistently use GlobalScope in XR codeManish Goregaokar2019-04-031-2/+2
* Switch XRSpace code to using rigid transformsManish Goregaokar2019-04-031-11/+6
* Make XRRigidTransform.position/orientation lazy, default to using euclid thingsManish Goregaokar2019-04-031-16/+0
* Add XRSpace::get_viewer_pose()Manish Goregaokar2019-03-251-0/+34
* Add XRReferenceSpace::identityManish Goregaokar2019-03-181-0/+10
* Add session parameter to XRSpaceManish Goregaokar2019-03-181-3/+5
* Add originOffset to XRReferenceSpaceManish Goregaokar2019-03-181-5/+27
* Silence unused warningsManish Goregaokar2019-01-031-0/+1
* Basic XRReferenceSpace interfaceManish Goregaokar2018-12-191-0/+31