mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 00:38:39 +09:00
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:
parent
41ad5496ae
commit
82205cf721
7 changed files with 179 additions and 156 deletions
|
|
@ -206,7 +206,7 @@ add_test(function test_login_on_sync() {
|
|||
_("Old passphrase function is " + oldGetter);
|
||||
Service.identity.__defineGetter__("syncKey",
|
||||
function() {
|
||||
throw "User canceled Master Password entry";
|
||||
throw "User canceled master password entry";
|
||||
});
|
||||
|
||||
let oldClearSyncTriggers = Service.scheduler.clearSyncTriggers;
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue