Age | Commit message (Collapse) | Author |
|
String.prototype.includes
In Firefox 48, contains() has been replaced with includes(). See
https://bugzilla.mozilla.org/show_bug.cgi?id=1102219 for more
information. This bug was preventing the extension from configuring a
new Bitmask account (see issues #9 and #10).
|
|
It looks like in newer versions of thunderbird it might be already
defined.
- Closes: #8464
|
|
* Resolves: #6041
|
|
|
|
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).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: drebs <drebs@leap.se>
|
|
|