aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/xr.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rename Promise::new to Promise::new_in_current_compartmentAron Zwaan2019-04-031-2/+4
|
* Handle erroring out when there are multiple immersive sessionsManish Goregaokar2019-02-191-1/+35
|
* Use async VR presentation code for XRSessionManish Goregaokar2019-01-071-3/+1
|
* Init XR present on XR::RequestSession() with empty contextManish Goregaokar2019-01-071-3/+2
|
* Remove now-unnecessary must_root and allow(unrooted_must_root) annotationsManish Goregaokar2019-01-041-2/+0
|
* Remove unrooted_must_rootManish Goregaokar2019-01-031-1/+0
|
* Add spec linksManish Goregaokar2018-12-221-0/+2
|
* Fill in XR frame/pose/view implementationsManish Goregaokar2018-12-211-2/+3
|
* Simple presentationManish Goregaokar2018-12-201-0/+3
|
* Fill in XR.requestSessionManish Goregaokar2018-12-191-14/+53
|
* Basic XRSession interfaceManish Goregaokar2018-12-191-1/+1
|
* Move VR interface to XRManish Goregaokar2018-12-191-0/+266
The WebVR spec no longer has a navigator.vr, but there is a navigator.XR in the XR spec. Instead of duplicating work I've combined the two.