Bug 1382705 - Pref off MOZ_PHOTON_PREFERENCES for Fx56 r?jaws draft
authorRicky Chien <ricky060709@gmail.com>
Fri, 21 Jul 2017 00:05:47 +0800
changeset 612303 91b7499f2d5fc6ad4c62d694e25a32eb42e54072
parent 611714 eb1d92b2b6a4161492561250f51bae5bafeda68a
child 638376 0ade0c984f17b787150ede45f43d073e62831786
push id69461
push userbmo:rchien@mozilla.com
push dateThu, 20 Jul 2017 16:06:07 +0000
reviewersjaws
bugs1382705
milestone56.0a1
Bug 1382705 - Pref off MOZ_PHOTON_PREFERENCES for Fx56 r?jaws MozReview-Commit-ID: DvexcY9fmIz
toolkit/moz.configure
--- a/toolkit/moz.configure
+++ b/toolkit/moz.configure
@@ -511,17 +511,17 @@ def photon_animations(value):
     if value:
         return bool(value)
 
 set_config('MOZ_PHOTON_ANIMATIONS', photon_animations)
 set_define('MOZ_PHOTON_ANIMATIONS', photon_animations)
 
 option(env='MOZ_PHOTON_PREFERENCES',
        help='Enable Photon preferences',
-       default=milestone.is_nightly)
+       default=False)
 
 @depends('MOZ_PHOTON_PREFERENCES')
 def photon_preferences(value):
     if value:
         return bool(value)
 
 set_config('MOZ_PHOTON_PREFERENCES', photon_preferences)
 set_define('MOZ_PHOTON_PREFERENCES', photon_preferences)