From 8488875a563b37ed83ce4f6283c07f3cdbcf4ad6 Mon Sep 17 00:00:00 2001 From: Gerald Squelart Date: Thu, 28 Jun 2018 14:51:38 +1000 Subject: [PATCH] style: Removed layout.css.all-shorthand.enabled pref. The 'all' shorthand has shipped a long time ago, so this pref is not needed anymore. Bug: 1459524 Reviewed-by: heycam MozReview-Commit-ID: GND8qSVAfCG --- components/style/properties/properties.mako.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/components/style/properties/properties.mako.rs b/components/style/properties/properties.mako.rs index 5ba3619611b..d49eabefe6e 100644 --- a/components/style/properties/properties.mako.rs +++ b/components/style/properties/properties.mako.rs @@ -178,7 +178,6 @@ pub mod shorthands { data.declare_shorthand( "all", logical_longhands + other_longhands, - gecko_pref="layout.css.all-shorthand.enabled", spec="https://drafts.csswg.org/css-cascade-3/#all-shorthand" ) %>