Support flex-{grow,shrink}, stroke-miterlimit and -moz-box-flex in geckolib.

This commit is contained in:
Cameron McCormack 2016-05-02 10:10:52 +10:00
parent 3255bb809e
commit 53649b19d0
3 changed files with 11 additions and 0 deletions

View file

@ -10,3 +10,6 @@
${helpers.single_keyword("-moz-box-align", "stretch start center baseline end", products="gecko",
gecko_ffi_name="mBoxAlign", gecko_constant_prefix="NS_STYLE_BOX_ALIGN")}
${helpers.predefined_type("-moz-box-flex", "Number", "0.0", "parse_non_negative", products="gecko",
gecko_ffi_name="mBoxFlex")}