Closed
Bug 1570151
Opened 6 years ago
Closed 6 years ago
WebXR - Implement VRManagerEventObserver
Categories
(Core :: WebVR, task, P2)
Tracking
()
RESOLVED
FIXED
mozilla70
| Tracking | Status | |
|---|---|---|
| firefox70 | --- | fixed |
People
(Reporter: kip, Assigned: kip)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
In order to support multiple API's (WebVR + WebXR) being enabled simultaneously, a new class, gfx::VRManagerEventObserver, implements a pure virtual interface to be shared by both the WebVR and WebXR observers of XR device related events.
| Assignee | ||
Comment 1•6 years ago
|
||
In order to support multiple API's (WebVR + WebXR) being enabled simultaneously, a new class, gfx::VRManagerEventObserver, implements a pure virtual interface to be shared by both the WebVR and WebXR observers of XR device related events.
| Assignee | ||
Updated•6 years ago
|
Priority: -- → P2
| Assignee | ||
Comment 2•6 years ago
|
||
| Assignee | ||
Comment 3•6 years ago
|
||
Rebased and updated patch based on review feedback. Updated try push:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=1c3c8acdf075dab6c5820c1ece723a768e0d9d49
Pushed by kgilbert@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1005b332af57
WebXR: Implement VRManagerEventObserver r=imanol
Comment 5•6 years ago
|
||
| bugherder | ||
You need to log in
before you can comment on or make changes to this bug.
Description
•