aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/xrviewerpose.rs
Commit message (Expand)AuthorAgeFilesLines
* 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/+3
* add XREye.noneManish Goregaokar2019-07-161-1/+1
* Add a viewer typed reference spaceManish Goregaokar2019-07-111-3/+3
* Hook webxr data into XRFrame/XRView/XRSpaceManish Goregaokar2019-07-111-9/+14
* Remove mozjs dep from malloc_size_of.Josh Matthews2019-05-021-0/+1
* Consistently use GlobalScope in XR codeManish Goregaokar2019-04-031-1/+1
* Make XRViewerPose inherit from XRPoseManish Goregaokar2019-04-031-7/+21
* Switch viewerpose to an any attributeManish Goregaokar2018-12-221-14/+24
* Add spec linksManish Goregaokar2018-12-221-0/+1
* Fill in XR frame/pose/view implementationsManish Goregaokar2018-12-211-4/+19
* Basic XRViewerPose interfaceManish Goregaokar2018-12-191-0/+30