From 5ec199817e719186591acc87a7617f2a495c164d Mon Sep 17 00:00:00 2001 From: Felipe Gomes Date: Mon, 16 Oct 2017 14:00:50 -0200 Subject: [PATCH] Bug 1407351 - Remove E10S_TESTING_ONLY defines. r=glandium MozReview-Commit-ID: Kp5DH075X2f --HG-- extra : rebase_source : 135a54f2a42fc636db8308e4d70d47d43a8dffdd --- moz.configure | 11 ----------- toolkit/modules/AppConstants.jsm | 7 ------- 2 files changed, 18 deletions(-) diff --git a/moz.configure b/moz.configure index 4ea93b7a3d15..da81abffb532 100755 --- a/moz.configure +++ b/moz.configure @@ -14,17 +14,6 @@ include('build/moz.configure/init.configure') # - Spidermonkey-specific options and rules should go in js/moz.configure. # - etc. -# Multiprocess Firefox Testing UI - Nightly and Aurora -# To be removed in Bug 1003313 -@depends(milestone) -def e10s_testing_only(milestone): - if not milestone.is_release_or_beta: - return True - -set_config('E10S_TESTING_ONLY', e10s_testing_only) -set_define('E10S_TESTING_ONLY', e10s_testing_only) - - option('--enable-artifact-builds', env='MOZ_ARTIFACT_BUILDS', help='Download and use prebuilt binary artifacts.') diff --git a/toolkit/modules/AppConstants.jsm b/toolkit/modules/AppConstants.jsm index db6176d95b47..327f5e796958 100644 --- a/toolkit/modules/AppConstants.jsm +++ b/toolkit/modules/AppConstants.jsm @@ -180,13 +180,6 @@ this.AppConstants = Object.freeze({ false, #endif - E10S_TESTING_ONLY: -#ifdef E10S_TESTING_ONLY - true, -#else - false, -#endif - DEBUG: #ifdef DEBUG true,