Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Auto merge of #27429 - asajeffrey:webxr-user-intent-pref, r=Manishearth | bors-servo | 2020-07-29 | 1 | -2/+6 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a pref to indicate user intent to enter webxr <!-- Please describe your changes on the following line: --> Add a pref to indicate that the user has indicated intent to enter webxr. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes do not require tests because it's a command-line pref <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> | ||||
| * | Add a pref to indicate user intent to enter webxr | Alan Jeffrey | 2020-07-29 | 1 | -2/+7 |
| | | |||||
* | | Move secondary view support into a pref | Manish Goregaokar | 2020-07-27 | 1 | -0/+2 |
|/ | |||||
* | Add a sessionavailable event that allows content to enter an XR session ↵ | Alan Jeffrey | 2020-07-10 | 1 | -0/+23 |
| | | | | without a user gesture | ||||
* | Report openxr failure at app startup. | Josh Matthews | 2020-04-24 | 1 | -1/+2 |
| | |||||
* | Dirty layers when changing visibility state | Manish Goregaokar | 2020-04-13 | 1 | -14/+1 |
| | |||||
* | Dirty canvas when exiting immersive sessions | Manish Goregaokar | 2020-04-09 | 1 | -0/+16 |
| | |||||
* | Remove WebVR | Alan Jeffrey | 2020-04-08 | 1 | -227/+5 |
| | |||||
* | Add trait DomObjectWrap to provide WRAP function | YUAN LYU | 2020-03-20 | 1 | -2/+0 |
| | |||||
* | Avoid accessing DOM global from XR's destructor. | Josh Matthews | 2020-02-24 | 1 | -14/+19 |
| | |||||
* | Avoid accessing DOM global from VRDisplay's destructor. | Josh Matthews | 2020-02-24 | 1 | -1/+1 |
| | |||||
* | refactor: rename XR to XRSystem | JavaScript Joe | 2020-02-23 | 1 | -0/+507 |
chore: fix formatting refactor: change filename and ref to xrsystem refactor: change filename XRSystem.webidl refactor: update crate in navigator refactor: use XRSystem instead of XR in navigator refactor: update Bindings.conf refactor: use XRSystemMethods fix: update assertions for XRSystem fix: update manifest json |