mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 14:52:16 +00:00
Bug 1834876 - Part 5: Enable the preference of @starting-style on Nightly. r=webidl,layout-reviewers,saschanaz,emilio
The basic functionality of @starting-style is ready, so it's fine to enable it on Nightly for experiments. Differential Revision: https://phabricator.services.mozilla.com/D208573
This commit is contained in:
parent
ca4cb0656a
commit
03ef57b490
@ -329,7 +329,7 @@ let interfaceNamesInGlobalScope = [
|
||||
// IMPORTANT: Do not change this list without review from a DOM peer!
|
||||
{ name: "CSSRuleList", insecureContext: true },
|
||||
// IMPORTANT: Do not change this list without review from a DOM peer!
|
||||
{ name: "CSSStartingStyleRule", insecureContext: true, disabled: true },
|
||||
{ name: "CSSStartingStyleRule", insecureContext: true, nightly: true },
|
||||
// IMPORTANT: Do not change this list without review from a DOM peer!
|
||||
{ name: "CSSStyleDeclaration", insecureContext: true },
|
||||
// IMPORTANT: Do not change this list without review from a DOM peer!
|
||||
|
@ -8453,7 +8453,7 @@
|
||||
# Whether @starting-style is enabled?
|
||||
- name: layout.css.starting-style-at-rules.enabled
|
||||
type: RelaxedAtomicBool
|
||||
value: false
|
||||
value: @IS_NIGHTLY_BUILD@
|
||||
mirror: always
|
||||
rust: true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user