зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1644102 - Turn on constructable stylesheets by default. r=edgar,preferences-reviewers,mstriemer
All known issues have patches. Let's try this after these land. Differential Revision: https://phabricator.services.mozilla.com/D144570
This commit is contained in:
Родитель
82f5738318
Коммит
8247453c26
|
@ -7330,7 +7330,7 @@
|
|||
# Whether Constructable Stylesheets are enabled in script.
|
||||
- name: layout.css.constructable-stylesheets.enabled
|
||||
type: bool
|
||||
value: false
|
||||
value: true
|
||||
mirror: always
|
||||
|
||||
# Whether trigonometric constants and functions are enabled in calc().
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
[observable-array-ownkeys.window.html]
|
||||
[ObservableArray's ownKeys trap]
|
||||
expected: FAIL
|
||||
prefs: [layout.css.constructable-stylesheets.enabled:true]
|
||||
|
|
|
@ -40,7 +40,7 @@ preference = "layout.css.constructable-stylesheets.enabled"
|
|||
type = "boolean"
|
||||
bug-numbers = [1520690]
|
||||
is-public = {default = false, nightly = true}
|
||||
default-value = false
|
||||
default-value = true
|
||||
|
||||
[devtools-compatibility-panel]
|
||||
title = "experimental-features-devtools-compatibility-panel"
|
||||
|
|
Загрузка…
Ссылка в новой задаче