mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Bug 1414147 - Move fontSmoothingBackgroundColor from nsStyleUserInterface to nsFont, stylo changes.
This commit is contained in:
parent
0f5325d0a7
commit
c439475b66
3 changed files with 33 additions and 36 deletions
File diff suppressed because one or more lines are too long
|
@ -2178,6 +2178,15 @@ ${helpers.single_keyword("-moz-osx-font-smoothing",
|
||||||
flags="APPLIES_TO_FIRST_LETTER APPLIES_TO_FIRST_LINE APPLIES_TO_PLACEHOLDER",
|
flags="APPLIES_TO_FIRST_LETTER APPLIES_TO_FIRST_LINE APPLIES_TO_PLACEHOLDER",
|
||||||
animation_value_type="discrete")}
|
animation_value_type="discrete")}
|
||||||
|
|
||||||
|
${helpers.predefined_type("-moz-font-smoothing-background-color",
|
||||||
|
"RGBAColor",
|
||||||
|
"RGBA::transparent()",
|
||||||
|
animation_value_type="AnimatedRGBA",
|
||||||
|
products="gecko",
|
||||||
|
gecko_ffi_name="mFont.fontSmoothingBackgroundColor",
|
||||||
|
internal=True,
|
||||||
|
spec="None (Nonstandard internal property)")}
|
||||||
|
|
||||||
${helpers.predefined_type("-moz-min-font-size-ratio",
|
${helpers.predefined_type("-moz-min-font-size-ratio",
|
||||||
"Percentage",
|
"Percentage",
|
||||||
"computed::Percentage::hundred()",
|
"computed::Percentage::hundred()",
|
||||||
|
|
|
@ -181,14 +181,3 @@ ${helpers.predefined_type(
|
||||||
ignored_when_colors_disabled=True,
|
ignored_when_colors_disabled=True,
|
||||||
products="gecko",
|
products="gecko",
|
||||||
)}
|
)}
|
||||||
|
|
||||||
${helpers.predefined_type(
|
|
||||||
"-moz-font-smoothing-background-color",
|
|
||||||
"RGBAColor",
|
|
||||||
"RGBA::transparent()",
|
|
||||||
animation_value_type="AnimatedRGBA",
|
|
||||||
products="gecko",
|
|
||||||
gecko_ffi_name="mFontSmoothingBackgroundColor",
|
|
||||||
internal=True,
|
|
||||||
spec="None (Nonstandard internal property)"
|
|
||||||
)}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue