diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-03-03 21:26:56 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-03-03 21:26:56 +0100 |
commit | af4b7310469a892fa8ca36351b943e3161128437 (patch) | |
tree | 9f1608d9776d86cf3f100c9c1d73b9b5f76246ed /toolkit | |
parent | dfa5d2c460a84afd0c4aa1d3caa0c04cb3b985ed (diff) | |
download | uxp-af4b7310469a892fa8ca36351b943e3161128437.tar.gz |
Remove testing-only UI components for e10s
This removes front-end tools only applicable for testing e10s (open non-e10s window, etc.)
This resolves #37
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/modules/AppConstants.jsm | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/toolkit/modules/AppConstants.jsm b/toolkit/modules/AppConstants.jsm index 8d9fa103c3..ba5d82c015 100644 --- a/toolkit/modules/AppConstants.jsm +++ b/toolkit/modules/AppConstants.jsm @@ -204,13 +204,6 @@ this.AppConstants = Object.freeze({ false, #endif - E10S_TESTING_ONLY: -#ifdef E10S_TESTING_ONLY - true, -#else - false, -#endif - DEBUG: #ifdef DEBUG true, |