Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not allow XR session on non user-activated events | Paul Rouget | 2019-09-20 | 1 | -0/+6 |
| | |||||
* | Add support for OpenXR hololens backend | Manish Goregaokar | 2019-08-12 | 1 | -4/+0 |
| | |||||
* | Replace use of callbacks in webxr by channels | Alan Jeffrey | 2019-07-26 | 1 | -30/+5 |
| | |||||
* | Support end events and end() | Manish Goregaokar | 2019-07-22 | 1 | -0/+11 |
| | |||||
* | Update xr.requestSession() arguments | Manish Goregaokar | 2019-07-16 | 1 | -6/+7 |
| | |||||
* | Remove session deactivation | Manish Goregaokar | 2019-07-11 | 1 | -5/+0 |
| | |||||
* | Clean up vrdisplay, set active immersive session correctly | Manish Goregaokar | 2019-07-11 | 1 | -2/+3 |
| | |||||
* | Hook requestSession() into new XR crate | Manish Goregaokar | 2019-07-11 | 1 | -21/+59 |
| | |||||
* | Hook supportsSession() into new xr crate | Manish Goregaokar | 2019-07-11 | 1 | -6/+60 |
| | |||||
* | Auto merge of #23459 - Eijebong:compartments, r=jdm | bors-servo | 2019-06-02 | 1 | -13/+9 |
|\ | | | | | | | | | | | | | | | | | | | | | Add an inCompartments config option for bindings Fixes #23257 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23459) <!-- Reviewable:end --> | ||||
| * | Use the newly added inCompartments option everywhere it can be | Bastien Orivel | 2019-05-25 | 1 | -13/+9 |
| | | |||||
* | | Add XR.test() | Manish Goregaokar | 2019-05-30 | 1 | -0/+8 |
|/ | |||||
* | Pass InCompartment by value | Aron Zwaan | 2019-04-25 | 1 | -2/+2 |
| | |||||
* | Add proof parameter to Promise::new_in_current_compartment | Aron Zwaan | 2019-04-24 | 1 | -4/+11 |
| | |||||
* | 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. |