Bug 1333482 part 9 - [css-ui] Regenerate the DevTools properties database. r=dholbert

MozReview-Commit-ID: Zz6nNpLl1S
This commit is contained in:
Mats Palmgren
2017-03-23 23:13:18 +01:00
committed by Bobby Holley
parent 66c8bd70fc
commit f275f18e3e

View File

@@ -1717,6 +1717,20 @@ exports.CSS_PROPERTIES = {
"unset"
]
},
"-webkit-appearance": {
"isInherited": false,
"subproperties": [
"appearance"
],
"supports": [],
"values": [
"auto",
"inherit",
"initial",
"none",
"unset"
]
},
"-webkit-backface-visibility": {
"isInherited": false,
"subproperties": [
@@ -2787,6 +2801,7 @@ exports.CSS_PROPERTIES = {
"animation-play-state",
"animation-timing-function",
"-moz-appearance",
"appearance",
"backface-visibility",
"background-attachment",
"background-blend-mode",
@@ -3716,6 +3731,20 @@ exports.CSS_PROPERTIES = {
"unset"
]
},
"appearance": {
"isInherited": false,
"subproperties": [
"appearance"
],
"supports": [],
"values": [
"auto",
"inherit",
"initial",
"none",
"unset"
]
},
"backface-visibility": {
"isInherited": false,
"subproperties": [
@@ -9335,6 +9364,14 @@ exports.PREFERENCES = [
"all",
"layout.css.all-shorthand.enabled"
],
[
"-moz-appearance",
"layout.css.moz-appearance.enabled"
],
[
"appearance",
"layout.css.appearance.enabled"
],
[
"background-blend-mode",
"layout.css.background-blend-mode.enabled"
@@ -9659,6 +9696,10 @@ exports.PREFERENCES = [
"-webkit-animation-timing-function",
"layout.css.prefixes.webkit"
],
[
"-webkit-appearance",
"layout.css.appearance.enabled"
],
[
"-webkit-filter",
"layout.css.prefixes.webkit"