mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 1251161
- enable CSS positioned mask support. r=heycam
MozReview-Commit-ID: FCVfLzP1HxD --HG-- extra : rebase_source : 16910d58baef527d5234ba311aeed50408e5d948
This commit is contained in:
parent
21cc93d13e
commit
ee2b7e5511
@ -5848,14 +5848,8 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user