summaryrefslogtreecommitdiff
path: root/chrome/content/statusBar/statusBarOverlay.xul
diff options
context:
space:
mode:
authordb <drebs@riseup.net>2015-01-06 17:00:19 -0200
committerdb <drebs@riseup.net>2015-01-06 17:08:47 -0200
commitb37aaf3f4677fe62ef5948460898abbf6a1ded71 (patch)
treea4222bc6c09cc54f947e86365581ab394eb2c598 /chrome/content/statusBar/statusBarOverlay.xul
parent4f931e73a5154242ed0f9e51cff63cddd73756c0 (diff)
Remove the status bar overlay (#6613).
Initially, the status bar overlay was used for three purposes: indicate whether there was a bitmask account configured, as an entry point to the bitmask account wizard (by clicking on it), and as a watchdog that would popup the bitmask account wizard everytime thunderbird started, if there was no account configured. We don't want any of these features, so this commit completelly removes the status bar overlay. The issue indicated above (#6613) has to do with removal of the last of these features (i.e. automated wizard popup).
Diffstat (limited to 'chrome/content/statusBar/statusBarOverlay.xul')
-rw-r--r--chrome/content/statusBar/statusBarOverlay.xul18
1 files changed, 0 insertions, 18 deletions
diff --git a/chrome/content/statusBar/statusBarOverlay.xul b/chrome/content/statusBar/statusBarOverlay.xul
deleted file mode 100644
index 4557a14..0000000
--- a/chrome/content/statusBar/statusBarOverlay.xul
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0"?>
-<overlay id="bitmaskStatusBarOverlay"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
- <script type="application/javascript"
- src="chrome://bitmask/content/util.js"/>
- <script type="application/javascript"
- src="chrome://bitmask/content/serverConfig.js"/>
- <script type="application/javascript"
- src="chrome://bitmask/content/accountWizard/bitmaskAccountManagerOverlay.js"/>
- <script type="application/javascript"
- src="chrome://bitmask/content/statusBar/statusBarOverlay.js"/>
- <statusbar id="status-bar">
- <!-- We don't want messages in status bar for now (#4871) -->
- <!--<statusbarpanel id="bitmask-status-bar"
- label="Bitmask"
- onclick="handleStatusBarClick();" />-->
- </statusbar>
-</overlay>