style: Remove -moz-binding, nsStyleDisplay::mBinding and similar.

Differential Revision: https://phabricator.services.mozilla.com/D50556
This commit is contained in:
Emilio Cobos Álvarez 2019-10-26 11:37:33 +00:00
parent 5f30ecc9b1
commit fc1233f3d2
4 changed files with 1 additions and 38 deletions

View file

@ -630,18 +630,6 @@ ${helpers.predefined_type(
gecko_ffi_name="mAppearance",
)}
${helpers.predefined_type(
"-moz-binding",
"url::UrlOrNone",
"computed::url::UrlOrNone::none()",
engines="gecko",
animation_value_type="none",
gecko_ffi_name="mBinding",
gecko_pref="layout.css.moz-binding.content.enabled",
enabled_in="chrome",
spec="Nonstandard (https://developer.mozilla.org/en-US/docs/Web/CSS/-moz-binding)",
)}
${helpers.single_keyword(
"-moz-orient",
"inline block horizontal vertical",