moebius#30 and #37: ForgetAboutSite.jsm - promise - serialize vs. parallel + a comment

https://github.com/MoonchildProductions/moebius/pull/30
https://github.com/MoonchildProductions/moebius/pull/37
This commit is contained in:
janekptacijarabaci 2018-04-24 19:23:04 +02:00 committed by Roy Tam
commit 82205cf721
7 changed files with 179 additions and 156 deletions

View file

@ -535,7 +535,7 @@ add_task(function* test_autoconnect_mp_locked() {
delete Service.identity.syncKey;
Service.identity.__defineGetter__("syncKey", function() {
_("Faking Master Password entry cancelation.");
throw "User canceled Master Password entry";
throw "User canceled master password entry";
});
let deferred = Promise.defer();