summaryrefslogtreecommitdiff
path: root/chrome
AgeCommit message (Collapse)Author
2017-12-20[feat] Add icons to bitmask status barSukhbir Singh
Display the status of bitmaskd in Thunderbird's status bar by connecting to it using bitmask.js
2017-12-18[feat] Display status of bitmaskd in status barSukhbir Singh
Display the status of bitmaskd in Thunderbird's status bar by connecting to it using bitmask.js
2017-10-30[bug] Replace instances of String.prototype.contains with ↵Sukhbir Singh
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).
2016-09-22[bug] check if gEmailWizardLogger is already definedRuben Pollan
It looks like in newer versions of thunderbird it might be already defined. - Closes: #8464
2016-04-07[feature] Fetch IMAP/SMTP password from the tokens fileRuben Pollan
* Resolves: #6041
2015-02-24Use upstream's email wizard javascript utilities.db
2015-01-06Remove the status bar overlay (#6613).db
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).
2014-09-15Improve error message when configuring account (#4881).db
2014-09-15Remove status bar messages (#4871).drebs
2014-06-03Only disable caching checkbox if caching is already disabled (#4811).drebs
2014-03-13Fix error string on new account setup (#5193).drebs
2013-12-20Remove misleading encryption info from wizard (#4545).drebs
2013-11-19Remove password field from account wizard. Closes #4525.drebs
2013-11-05Fix items from mozilla review. Closes #4374.drebs
2013-10-31Fix makefile and install.rdf template.drebs
2013-10-12add extension logosKali Kaneko
Signed-off-by: drebs <drebs@leap.se>
2013-10-04Initial import.drebs