зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1407351 - Remove E10S_TESTING_ONLY defines. r=glandium
MozReview-Commit-ID: jVUo2l7eQd
This commit is contained in:
Родитель
8d67452c0a
Коммит
046e4a269a
|
@ -14,17 +14,6 @@ include('build/moz.configure/init.configure')
|
||||||
# - Spidermonkey-specific options and rules should go in js/moz.configure.
|
# - Spidermonkey-specific options and rules should go in js/moz.configure.
|
||||||
# - etc.
|
# - 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',
|
option('--enable-artifact-builds', env='MOZ_ARTIFACT_BUILDS',
|
||||||
help='Download and use prebuilt binary artifacts.')
|
help='Download and use prebuilt binary artifacts.')
|
||||||
|
|
||||||
|
|
|
@ -180,13 +180,6 @@ this.AppConstants = Object.freeze({
|
||||||
false,
|
false,
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
E10S_TESTING_ONLY:
|
|
||||||
#ifdef E10S_TESTING_ONLY
|
|
||||||
true,
|
|
||||||
#else
|
|
||||||
false,
|
|
||||||
#endif
|
|
||||||
|
|
||||||
DEBUG:
|
DEBUG:
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
true,
|
true,
|
||||||
|
|
Загрузка…
Ссылка в новой задаче