mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Auto merge of #13067 - bholley:regen_bindings_again, r=emilio
stylo: Regenerate bindings again This handles the changes in https://bugzilla.mozilla.org/show_bug.cgi?id=1297982 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13067) <!-- Reviewable:end -->
This commit is contained in:
commit
0a18cb12c1
4 changed files with 54 additions and 41 deletions
|
@ -78,6 +78,7 @@
|
|||
% endfor
|
||||
|
||||
${helpers.single_keyword("box-decoration-break", "slice clone",
|
||||
gecko_enum_prefix="StyleBoxDecorationBreak",
|
||||
products="gecko", animatable=False)}
|
||||
|
||||
${helpers.single_keyword("-moz-float-edge", "content-box margin-box",
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
${helpers.single_keyword("-moz-box-align", "stretch start center baseline end",
|
||||
products="gecko", gecko_ffi_name="mBoxAlign",
|
||||
gecko_constant_prefix="NS_STYLE_BOX_ALIGN",
|
||||
gecko_enum_prefix="StyleBoxAlign",
|
||||
animatable=False)}
|
||||
|
||||
${helpers.predefined_type("-moz-box-flex", "Number", "0.0", "parse_non_negative",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue