mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-25 11:58:55 +00:00
Bug 1887467 - enable customstateset in nightlies r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D205520
This commit is contained in:
parent
6ef51d3561
commit
4ee5b275b8
@ -340,6 +340,8 @@ let interfaceNamesInGlobalScope = [
|
||||
// IMPORTANT: Do not change this list without review from a DOM peer!
|
||||
{ name: "CustomEvent", insecureContext: true },
|
||||
// IMPORTANT: Do not change this list without review from a DOM peer!
|
||||
{ name: "CustomStateSet", insecureContext: true },
|
||||
// IMPORTANT: Do not change this list without review from a DOM peer!
|
||||
{ name: "DecompressionStream", insecureContext: true },
|
||||
// IMPORTANT: Do not change this list without review from a DOM peer!
|
||||
{ name: "DataTransfer", insecureContext: true },
|
||||
|
@ -2394,7 +2394,7 @@
|
||||
# Whether CustomStateSet is enabled
|
||||
- name: dom.element.customstateset.enabled
|
||||
type: RelaxedAtomicBool
|
||||
value: false
|
||||
value: @IS_NIGHTLY_BUILD@
|
||||
mirror: always
|
||||
rust: true
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user