Bug 1251161 - enable CSS positioned mask support. draft
authorAstley Chen <aschen@mozilla.com>
Tue, 15 Nov 2016 13:31:49 +0800
changeset 438915 f39c9bbb8e7f9d9691eb97b9f3d2077fbc8809b9
parent 438818 5e76768327660437bf3486554ad318e4b70276e1
child 537012 d0f08fa8abe656acb0197b258bdef2b006c7b087
push id35840
push useraschen@mozilla.com
push dateTue, 15 Nov 2016 05:33:33 +0000
bugs1251161
milestone53.0a1
Bug 1251161 - enable CSS positioned mask support. MozReview-Commit-ID: FCVfLzP1HxD
old-configure.in
--- a/old-configure.in
+++ b/old-configure.in
@@ -5827,24 +5827,18 @@ fi
 AC_SUBST(PREPROCESS_OPTION)
 
 dnl ========================================================
 dnl mask as shorthand property
 dnl ========================================================
 
 # The control structure code will be removed as soon as the feature is stable
 # Refer to bug 1281101 for more details.
-
-# Enable mask-as-shorthand property by default for nightly and aurora channels
-if test -z "$RELEASE_OR_BETA"; then
-  dnl mask as shorthand property enabled
-  MOZ_ENABLE_MASK_AS_SHORTHAND=1
-  AC_DEFINE(MOZ_ENABLE_MASK_AS_SHORTHAND)
-fi
-
+MOZ_ENABLE_MASK_AS_SHORTHAND=1
+AC_DEFINE(MOZ_ENABLE_MASK_AS_SHORTHAND)
 AC_SUBST(MOZ_ENABLE_MASK_AS_SHORTHAND)
 
 # Avoid using obsolete NSPR features
 AC_DEFINE(NO_NSPR_10_SUPPORT)
 
 # Don't build NSS libpkix
 NSS_DISABLE_LIBPKIX=1
 AC_SUBST(NSS_DISABLE_LIBPKIX)