Bug 1308708 - Port bug 1304829 - rename RELEASE_BUILD to RELEASE_OR_BETA: suite. r?Ratty draft
authorSebastian Hengst <archaeopteryx@coole-files.de>
Sat, 08 Oct 2016 12:42:32 +0200
changeset 20924 bd2fe07fd3d11e566ff33797665642ec205b5c59
parent 20923 af38593d7633aaf0c28b2c04072e89156f502308
push id71
push userarchaeopteryx@coole-files.de
push dateSat, 08 Oct 2016 10:43:27 +0000
reviewersRatty
bugs1308708, 1304829
Bug 1308708 - Port bug 1304829 - rename RELEASE_BUILD to RELEASE_OR_BETA: suite. r?Ratty MozReview-Commit-ID: 2n2UEkoVOFk
suite/browser/browser-prefs.js
suite/common/pref/pref-scripts.xul
--- a/suite/browser/browser-prefs.js
+++ b/suite/browser/browser-prefs.js
@@ -542,17 +542,17 @@ pref("app.update.certs.2.issuerName", "C
 pref("app.update.certs.2.commonName", "aus2-community.mozilla.org");
 
 // Interval: Time between checks for a new version (in seconds)
 //           default=1 day
 pref("app.update.interval", 86400);
 // The minimum delay in seconds for the timer to fire.
 // default=2 minutes
 pref("app.update.timerMinimumDelay", 120);
-#ifdef RELEASE_BUILD
+#ifdef RELEASE_OR_BETA
 // Give the user x seconds to react before showing the big UI. default=8 days
 pref("app.update.promptWaitTime", 691200);
 #else
 // For nightly and aurora builds, before showing the big UI, default=12 hrs
 pref("app.update.promptWaitTime", 43200);
 #endif
 // Show the Update Checking/Ready UI when the user was idle for x seconds
 pref("app.update.idletime", 60);
--- a/suite/common/pref/pref-scripts.xul
+++ b/suite/common/pref/pref-scripts.xul
@@ -72,17 +72,17 @@
                   preference="dom.disable_window_status_change"/>
         <listitem type="checkbox" id="allowContextmenuDisable"
                   label="&allowContextmenuDisable.label;"
                   preference="dom.event.contextmenu.enabled"/>
       </listbox>
     </groupbox>
 
     <!-- REMOVE #ifndef once EME are ready for prime time, meta bug 1015800 -->
-#ifndef RELEASE_BUILD
+#ifndef RELEASE_OR_BETA
     <groupbox id="drmPreferences">
       <caption label="&enableDrmMedia.label;"/>
       <checkbox id="emeForSuite"
                 label="&enableEmeForSuite.label;"
                 accesskey="&enableEmeForSuite.accesskey;"
                 preference="media.eme.enabled"/>
     </groupbox>
 #endif