Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename Promise::new to Promise::new_in_current_compartment | Aron Zwaan | 2019-04-03 | 1 | -2/+4 |
| | |||||
* | Handle erroring out when there are multiple immersive sessions | Manish Goregaokar | 2019-02-19 | 1 | -1/+35 |
| | |||||
* | Use async VR presentation code for XRSession | Manish Goregaokar | 2019-01-07 | 1 | -3/+1 |
| | |||||
* | Init XR present on XR::RequestSession() with empty context | Manish Goregaokar | 2019-01-07 | 1 | -3/+2 |
| | |||||
* | Remove now-unnecessary must_root and allow(unrooted_must_root) annotations | Manish Goregaokar | 2019-01-04 | 1 | -2/+0 |
| | |||||
* | Remove unrooted_must_root | Manish Goregaokar | 2019-01-03 | 1 | -1/+0 |
| | |||||
* | Add spec links | Manish Goregaokar | 2018-12-22 | 1 | -0/+2 |
| | |||||
* | Fill in XR frame/pose/view implementations | Manish Goregaokar | 2018-12-21 | 1 | -2/+3 |
| | |||||
* | Simple presentation | Manish Goregaokar | 2018-12-20 | 1 | -0/+3 |
| | |||||
* | Fill in XR.requestSession | Manish Goregaokar | 2018-12-19 | 1 | -14/+53 |
| | |||||
* | Basic XRSession interface | Manish Goregaokar | 2018-12-19 | 1 | -1/+1 |
| | |||||
* | Move VR interface to XR | Manish Goregaokar | 2018-12-19 | 1 | -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. |