gecko/services/fxaccounts
Mark Hammond a44155a2a4 Bug 1013064 (part 2) - Store sensitive FxA credentials in the login manager. r=ckarlof
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
2014-06-14 14:33:20 +10:00
..
interfaces Bug 981210 - FxAccountsManager.jsm and consumers: change "accountId" attribute to "email" r=jedp 2014-04-29 14:47:59 -07:00
tests Bug 1013064 (part 2) - Store sensitive FxA credentials in the login manager. r=ckarlof 2014-06-14 14:33:20 +10:00
Credentials.jsm Backed out changeset 79b198be3e50 (bug 943521) for xpcshell failures. 2014-02-07 17:55:12 -05:00
FxAccounts.jsm Bug 1013064 (part 2) - Store sensitive FxA credentials in the login manager. r=ckarlof 2014-06-14 14:33:20 +10:00
FxAccountsClient.jsm Bug 1020859 Part 1 - Make HawkClient return all the response details for a request, and make deriveHawkCredentials common code. r=jparsons 2014-06-18 10:42:15 +01:00
FxAccountsCommon.js Bug 1013064 (part 2) - Store sensitive FxA credentials in the login manager. r=ckarlof 2014-06-14 14:33:20 +10:00
FxAccountsManager.jsm Bug 1028398 - FxA will silently provide user's email to privileged apps in 2.0. Part 2: Trigger forceAuth when new privileged app tries to get a FxA assertion. r=jedp" 2014-07-11 16:13:32 +02:00
moz.build Bug 1013064 (part 2) - Store sensitive FxA credentials in the login manager. r=ckarlof 2014-06-14 14:33:20 +10:00