aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/xrsystem.rs
Commit message (Collapse)AuthorAgeFilesLines
* Auto merge of #27429 - asajeffrey:webxr-user-intent-pref, r=Manishearthbors-servo2020-07-291-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 webxrAlan Jeffrey2020-07-291-2/+7
| |
* | Move secondary view support into a prefManish Goregaokar2020-07-271-0/+2
|/
* Add a sessionavailable event that allows content to enter an XR session ↵Alan Jeffrey2020-07-101-0/+23
| | | | without a user gesture
* Report openxr failure at app startup.Josh Matthews2020-04-241-1/+2
|
* Dirty layers when changing visibility stateManish Goregaokar2020-04-131-14/+1
|
* Dirty canvas when exiting immersive sessionsManish Goregaokar2020-04-091-0/+16
|
* Remove WebVRAlan Jeffrey2020-04-081-227/+5
|
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+0
|
* Avoid accessing DOM global from XR's destructor.Josh Matthews2020-02-241-14/+19
|
* Avoid accessing DOM global from VRDisplay's destructor.Josh Matthews2020-02-241-1/+1
|
* refactor: rename XR to XRSystemJavaScript Joe2020-02-231-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