Resync stylo bindings

Now at gecko-dev acf1cc9adeffe040dcdf7b7cf454cdd9657761e5
This commit is contained in:
Manish Goregaokar 2016-07-26 12:18:20 +05:30
parent 4e18c230d0
commit c8bff6151e
No known key found for this signature in database
GPG key ID: 3BBF4D3E2EF79F98
9 changed files with 118 additions and 107 deletions

View file

@ -82,6 +82,6 @@ ${helpers.single_keyword("box-decoration-break", "slice clone",
${helpers.single_keyword("-moz-float-edge", "content-box margin-box",
gecko_ffi_name="mFloatEdge",
gecko_constant_prefix="NS_STYLE_FLOAT_EDGE",
gecko_enum_prefix="StyleFloatEdge",
products="gecko",
animatable=False)}

View file

@ -71,5 +71,5 @@ ${helpers.single_keyword("-moz-user-modify", "read-only read-write write-only",
${helpers.single_keyword("-moz-user-focus",
"ignore normal select-after select-before select-menu select-same select-all none",
products="gecko", gecko_ffi_name="mUserFocus",
gecko_constant_prefix="NS_STYLE_USER_FOCUS",
gecko_enum_prefix="StyleUserFocus",
animatable=False)}