mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Backed out changeset 8c5d173f19b4 (bug 1381645) for mochitest test failures e.g. dom/vr/test/mochitest/test_vrDisplay_exitPresent.html r=backout on a CLOSED TREE
This commit is contained in:
parent
2ad33ca349
commit
1750c2726f
@ -223,10 +223,10 @@ partial interface Navigator {
|
||||
};
|
||||
|
||||
partial interface Navigator {
|
||||
[SecureContext, Throws, Pref="dom.vr.enabled"]
|
||||
[Throws, Pref="dom.vr.enabled"]
|
||||
Promise<sequence<VRDisplay>> getVRDisplays();
|
||||
// TODO: Use FrozenArray once available. (Bug 1236777)
|
||||
[SecureContext, Frozen, Cached, Pure, Pref="dom.vr.enabled"]
|
||||
[Frozen, Cached, Pure, Pref="dom.vr.enabled"]
|
||||
readonly attribute sequence<VRDisplay> activeVRDisplays;
|
||||
[ChromeOnly, Pref="dom.vr.enabled"]
|
||||
readonly attribute boolean isWebVRContentDetected;
|
||||
|
@ -9,7 +9,6 @@ enum VREye {
|
||||
};
|
||||
|
||||
[Pref="dom.vr.enabled",
|
||||
SecureContext,
|
||||
HeaderFile="mozilla/dom/VRDisplay.h"]
|
||||
interface VRFieldOfView {
|
||||
readonly attribute double upDegrees;
|
||||
@ -50,7 +49,6 @@ dictionary VRLayer {
|
||||
* These are expected to be static per-device/per-user.
|
||||
*/
|
||||
[Pref="dom.vr.enabled",
|
||||
SecureContext,
|
||||
HeaderFile="mozilla/dom/VRDisplay.h"]
|
||||
interface VRDisplayCapabilities {
|
||||
/**
|
||||
@ -92,7 +90,6 @@ interface VRDisplayCapabilities {
|
||||
* that support room-scale experiences.
|
||||
*/
|
||||
[Pref="dom.vr.enabled",
|
||||
SecureContext,
|
||||
HeaderFile="mozilla/dom/VRDisplay.h"]
|
||||
interface VRStageParameters {
|
||||
/**
|
||||
@ -118,7 +115,6 @@ interface VRStageParameters {
|
||||
};
|
||||
|
||||
[Pref="dom.vr.enabled",
|
||||
SecureContext,
|
||||
HeaderFile="mozilla/dom/VRDisplay.h"]
|
||||
interface VRPose
|
||||
{
|
||||
@ -140,7 +136,6 @@ interface VRPose
|
||||
|
||||
[Constructor,
|
||||
Pref="dom.vr.enabled",
|
||||
SecureContext,
|
||||
HeaderFile="mozilla/dom/VRDisplay.h"]
|
||||
interface VRFrameData {
|
||||
readonly attribute DOMHighResTimeStamp timestamp;
|
||||
@ -163,7 +158,6 @@ interface VRSubmitFrameResult {
|
||||
};
|
||||
|
||||
[Pref="dom.vr.enabled",
|
||||
SecureContext,
|
||||
HeaderFile="mozilla/dom/VRDisplay.h"]
|
||||
interface VREyeParameters {
|
||||
/**
|
||||
@ -187,7 +181,6 @@ interface VREyeParameters {
|
||||
};
|
||||
|
||||
[Pref="dom.vr.enabled",
|
||||
SecureContext,
|
||||
HeaderFile="mozilla/dom/VRDisplay.h"]
|
||||
interface VRDisplay : EventTarget {
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user