mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 16:22:00 +00:00
Backed out changeset b1dedc536b88 (bug 1883724
) for causing build bustages with StaticPrefList.yaml CLOSED TREE
This commit is contained in:
parent
9c170be621
commit
a414ebe1ef
@ -1967,9 +1967,9 @@ let interfaceNamesInGlobalScope = [
|
||||
// IMPORTANT: Do not change this list without review from a DOM peer!
|
||||
{ name: "visualViewport", insecureContext: true },
|
||||
// IMPORTANT: Do not change this list without review from a DOM peer!
|
||||
{ name: "WakeLock", earlyBetaOrEarlier: true },
|
||||
{ name: "WakeLock" },
|
||||
// IMPORTANT: Do not change this list without review from a DOM peer!
|
||||
{ name: "WakeLockSentinel", earlyBetaOrEarlier: true },
|
||||
{ name: "WakeLockSentinel" },
|
||||
// IMPORTANT: Do not change this list without review from a DOM peer!
|
||||
{ name: "webkitURL", insecureContext: true },
|
||||
// IMPORTANT: Do not change this list without review from a DOM peer!
|
||||
|
@ -3505,7 +3505,7 @@
|
||||
# Enable Screen Wake Lock API
|
||||
- name: dom.screenwakelock.enabled
|
||||
type: bool
|
||||
value: @EARLY_BETA_OR_EARLIER@
|
||||
value: true
|
||||
mirror: always
|
||||
|
||||
# Whether to enable the JavaScript start-up cache. This causes one of the first
|
||||
|
Loading…
Reference in New Issue
Block a user