# HG changeset patch # User Emilio Cobos Alvarez # Date 1530115144 -7200 # Wed Jun 27 17:59:04 2018 +0200 # Node ID 5c07dcfb636869b36b911473c6611a7ad71f3134 # Parent 9117d2820d8d3687d3a7de3d3570b48d3a3c532c Bug 1464782: Regenerate the devtools db. r=me MozReview-Commit-ID: FJxRDsDFsaU diff --git a/devtools/shared/css/generated/properties-db.js b/devtools/shared/css/generated/properties-db.js --- a/devtools/shared/css/generated/properties-db.js +++ b/devtools/shared/css/generated/properties-db.js @@ -3086,20 +3086,20 @@ exports.CSS_PROPERTIES = { "min-block-size", "-moz-min-font-size-ratio", "min-height", "min-inline-size", "min-width", "mix-blend-mode", "object-fit", "object-position", - "offset-block-end", - "offset-block-start", - "offset-inline-end", - "offset-inline-start", + "inset-block-start", + "inset-block-end", + "inset-inline-start", + "inset-inline-end", "opacity", "order", "-moz-orient", "-moz-osx-font-smoothing", "outline-color", "outline-offset", "-moz-outline-radius-bottomleft", "-moz-outline-radius-bottomright", @@ -7088,16 +7088,84 @@ exports.CSS_PROPERTIES = { "-moz-min-content", "auto", "calc", "inherit", "initial", "unset" ] }, + "inset-block-end": { + "isInherited": false, + "subproperties": [ + "inset-block-end" + ], + "supports": [ + 6, + 8 + ], + "values": [ + "auto", + "calc", + "inherit", + "initial", + "unset" + ] + }, + "inset-block-start": { + "isInherited": false, + "subproperties": [ + "inset-block-start" + ], + "supports": [ + 6, + 8 + ], + "values": [ + "auto", + "calc", + "inherit", + "initial", + "unset" + ] + }, + "inset-inline-end": { + "isInherited": false, + "subproperties": [ + "inset-inline-end" + ], + "supports": [ + 6, + 8 + ], + "values": [ + "auto", + "calc", + "inherit", + "initial", + "unset" + ] + }, + "inset-inline-start": { + "isInherited": false, + "subproperties": [ + "inset-inline-start" + ], + "supports": [ + 6, + 8 + ], + "values": [ + "auto", + "calc", + "inherit", + "initial", + "unset" + ] + }, "isolation": { "isInherited": false, "subproperties": [ "isolation" ], "supports": [], "values": [ "auto", @@ -8033,84 +8101,16 @@ exports.CSS_PROPERTIES = { "inherit", "initial", "left", "right", "top", "unset" ] }, - "offset-block-end": { - "isInherited": false, - "subproperties": [ - "offset-block-end" - ], - "supports": [ - 6, - 8 - ], - "values": [ - "auto", - "calc", - "inherit", - "initial", - "unset" - ] - }, - "offset-block-start": { - "isInherited": false, - "subproperties": [ - "offset-block-start" - ], - "supports": [ - 6, - 8 - ], - "values": [ - "auto", - "calc", - "inherit", - "initial", - "unset" - ] - }, - "offset-inline-end": { - "isInherited": false, - "subproperties": [ - "offset-inline-end" - ], - "supports": [ - 6, - 8 - ], - "values": [ - "auto", - "calc", - "inherit", - "initial", - "unset" - ] - }, - "offset-inline-start": { - "isInherited": false, - "subproperties": [ - "offset-inline-start" - ], - "supports": [ - 6, - 8 - ], - "values": [ - "auto", - "calc", - "inherit", - "initial", - "unset" - ] - }, "opacity": { "isInherited": false, "subproperties": [ "opacity" ], "supports": [ 7 ],