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 | 9626500a0ecefde76411b60aeb54051cfdbc90c4 (patch) | |
tree | 9f1608d9776d86cf3f100c9c1d73b9b5f76246ed /browser/base/content/browser-sets.inc | |
parent | d252c5b2320859c58900b68a7f5ac82199aa1e83 (diff) | |
download | UXP-9626500a0ecefde76411b60aeb54051cfdbc90c4.tar UXP-9626500a0ecefde76411b60aeb54051cfdbc90c4.tar.gz UXP-9626500a0ecefde76411b60aeb54051cfdbc90c4.tar.lz UXP-9626500a0ecefde76411b60aeb54051cfdbc90c4.tar.xz UXP-9626500a0ecefde76411b60aeb54051cfdbc90c4.zip |
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 'browser/base/content/browser-sets.inc')
-rw-r--r-- | browser/base/content/browser-sets.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/browser/base/content/browser-sets.inc b/browser/base/content/browser-sets.inc index a5a4ae8aa..0c753520f 100644 --- a/browser/base/content/browser-sets.inc +++ b/browser/base/content/browser-sets.inc @@ -103,10 +103,6 @@ oncommand="Cc['@mozilla.org/browser/browserglue;1'].getService(Ci.nsIBrowserGlue).sanitize(window);"/> <command id="Tools:PrivateBrowsing" oncommand="OpenBrowserWindow({private: true});" reserved="true"/> -#ifdef E10S_TESTING_ONLY - <command id="Tools:NonRemoteWindow" - oncommand="OpenBrowserWindow({remote: false});"/> -#endif <command id="History:UndoCloseTab" oncommand="undoCloseTab();"/> <command id="History:UndoCloseWindow" oncommand="undoCloseWindow();"/> <command id="Social:SharePage" oncommand="SocialShare.sharePage();"/> |