author | Jonathan Kingston <jkt@mozilla.com> |
Thu, 01 Mar 2018 22:10:41 +0000 | |
changeset 461234 | 43bb2de777af409e75eb21048ba0e19cd3e7d9b1 |
parent 461233 | 81f389c2524e58b4b95844667719cc1642573019 |
child 461235 | ff1003dc4e6e980ba9a27bad7636c25594a7a345 |
push id | 1683 |
push user | sfraser@mozilla.com |
push date | Thu, 26 Apr 2018 16:43:40 +0000 |
treeherder | mozilla-release@5af6cb21869d [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | bz |
bugs | 1442417 |
milestone | 60.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/dom/tests/mochitest/general/test_interfaces.js +++ b/dom/tests/mochitest/general/test_interfaces.js @@ -290,23 +290,23 @@ var interfaceNamesInGlobalScope = {name: "DataTransfer", insecureContext: true}, // IMPORTANT: Do not change this list without review from a DOM peer! {name: "DataTransferItem", insecureContext: true}, // IMPORTANT: Do not change this list without review from a DOM peer! {name: "DataTransferItemList", insecureContext: true}, // IMPORTANT: Do not change this list without review from a DOM peer! {name: "DelayNode", insecureContext: true}, // IMPORTANT: Do not change this list without review from a DOM peer! - {name: "DeviceLightEvent", insecureContext: true, release: true}, + {name: "DeviceLightEvent", insecureContext: true, disabled: isEarlyBetaOrEarlier}, // IMPORTANT: Do not change this list without review from a DOM peer! {name: "DeviceMotionEvent", insecureContext: true}, // IMPORTANT: Do not change this list without review from a DOM peer! {name: "DeviceOrientationEvent", insecureContext: true}, // IMPORTANT: Do not change this list without review from a DOM peer! - {name: "DeviceProximityEvent", insecureContext: true, release: true}, + {name: "DeviceProximityEvent", insecureContext: true, disabled: isEarlyBetaOrEarlier}, // IMPORTANT: Do not change this list without review from a DOM peer! {name: "Directory", insecureContext: true}, // IMPORTANT: Do not change this list without review from a DOM peer! {name: "Document", insecureContext: true}, // IMPORTANT: Do not change this list without review from a DOM peer! {name: "DocumentFragment", insecureContext: true}, // IMPORTANT: Do not change this list without review from a DOM peer! {name: "DocumentTimeline", insecureContext: true, release: false}, @@ -1160,17 +1160,17 @@ var interfaceNamesInGlobalScope = {name: "U2F", insecureContext: true, disabled: true}, // IMPORTANT: Do not change this list without review from a DOM peer! {name: "UIEvent", insecureContext: true}, // IMPORTANT: Do not change this list without review from a DOM peer! {name: "URL", insecureContext: true}, // IMPORTANT: Do not change this list without review from a DOM peer! {name: "URLSearchParams", insecureContext: true}, // IMPORTANT: Do not change this list without review from a DOM peer! - {name: "UserProximityEvent", insecureContext: true, release: true}, + {name: "UserProximityEvent", insecureContext: true, disabled: isEarlyBetaOrEarlier}, // IMPORTANT: Do not change this list without review from a DOM peer! {name: "ValidityState", insecureContext: true}, // IMPORTANT: Do not change this list without review from a DOM peer! {name: "VideoPlaybackQuality", insecureContext: true}, // IMPORTANT: Do not change this list without review from a DOM peer! {name: "VideoStreamTrack", insecureContext: true}, // IMPORTANT: Do not change this list without review from a DOM peer! {name: "VRDisplay", insecureContext: true, releaseNonWindowsAndMac: false},