mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-26 23:23:33 +00:00
e520f78577
From 4a92f9ee1ba35989f82a24bba18806f8616a5be8 Mon Sep 17 00:00:00 2001 --- services/fxaccounts/FxAccounts.jsm | 170 ++++++++++++++++++ services/fxaccounts/FxAccountsCommon.js | 13 ++ services/fxaccounts/moz.build | 5 +- .../tests/xpcshell/test_loginmgr_storage.js | 196 +++++++++++++++++++++ services/fxaccounts/tests/xpcshell/xpcshell.ini | 2 + services/sync/modules/util.js | 12 +- 6 files changed, 396 insertions(+), 2 deletions(-) create mode 100644 services/fxaccounts/tests/xpcshell/test_loginmgr_storage.js