Bug 1887467 - enable customstateset in nightlies r=emilio

Differential Revision: https://phabricator.services.mozilla.com/D205520
This commit is contained in:
keithamus 2024-03-24 11:11:16 +00:00
parent 6ef51d3561
commit 4ee5b275b8
2 changed files with 3 additions and 1 deletions

View File

@ -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 },

View File

@ -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