зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1468651: followup: Regenerate the devtools database on a CLOSED TREE. r=me
My last version of the patch changes the order style structs get rendered (in particular inherited_svg was moved up for consistency). MozReview-Commit-ID: 9GVAZvNwVhd
This commit is contained in:
Родитель
681f0094ff
Коммит
023a752b65
|
@ -2911,6 +2911,27 @@ exports.CSS_PROPERTIES = {
|
||||||
"caret-color",
|
"caret-color",
|
||||||
"scrollbar-face-color",
|
"scrollbar-face-color",
|
||||||
"scrollbar-track-color",
|
"scrollbar-track-color",
|
||||||
|
"text-anchor",
|
||||||
|
"color-interpolation",
|
||||||
|
"color-interpolation-filters",
|
||||||
|
"fill",
|
||||||
|
"fill-opacity",
|
||||||
|
"fill-rule",
|
||||||
|
"shape-rendering",
|
||||||
|
"stroke",
|
||||||
|
"stroke-width",
|
||||||
|
"stroke-linecap",
|
||||||
|
"stroke-linejoin",
|
||||||
|
"stroke-miterlimit",
|
||||||
|
"stroke-opacity",
|
||||||
|
"stroke-dasharray",
|
||||||
|
"stroke-dashoffset",
|
||||||
|
"clip-rule",
|
||||||
|
"marker-start",
|
||||||
|
"marker-mid",
|
||||||
|
"marker-end",
|
||||||
|
"paint-order",
|
||||||
|
"-moz-context-properties",
|
||||||
"list-style-position",
|
"list-style-position",
|
||||||
"list-style-type",
|
"list-style-type",
|
||||||
"list-style-image",
|
"list-style-image",
|
||||||
|
@ -2980,27 +3001,6 @@ exports.CSS_PROPERTIES = {
|
||||||
"-moz-user-select",
|
"-moz-user-select",
|
||||||
"-moz-window-dragging",
|
"-moz-window-dragging",
|
||||||
"-moz-force-broken-image-icon",
|
"-moz-force-broken-image-icon",
|
||||||
"text-anchor",
|
|
||||||
"color-interpolation",
|
|
||||||
"color-interpolation-filters",
|
|
||||||
"fill",
|
|
||||||
"fill-opacity",
|
|
||||||
"fill-rule",
|
|
||||||
"shape-rendering",
|
|
||||||
"stroke",
|
|
||||||
"stroke-width",
|
|
||||||
"stroke-linecap",
|
|
||||||
"stroke-linejoin",
|
|
||||||
"stroke-miterlimit",
|
|
||||||
"stroke-opacity",
|
|
||||||
"stroke-dasharray",
|
|
||||||
"stroke-dashoffset",
|
|
||||||
"clip-rule",
|
|
||||||
"marker-start",
|
|
||||||
"marker-mid",
|
|
||||||
"marker-end",
|
|
||||||
"paint-order",
|
|
||||||
"-moz-context-properties",
|
|
||||||
"dominant-baseline",
|
"dominant-baseline",
|
||||||
"vector-effect",
|
"vector-effect",
|
||||||
"stop-color",
|
"stop-color",
|
||||||
|
|
Загрузка…
Ссылка в новой задаче