vladikoff
|
8ec0985c48
|
Bug 1058424 - Adds a module for fetching FxA profile information. r=MattN
|
2014-08-28 16:10:00 +02:00 |
Mark Hammond
|
15fe2e0f21
|
Bug 1013064 (part 2) - Store sensitive FxA credentials in the login manager. r=ckarlof,dveditz
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 |
Vlad Filippov
|
d39fe7ffd8
|
Bug 1022064 - Add WebChannel Communication API and FxAccountsOAuthClient API to facilitate Firefox Accounts OAuth authentication. r=MattN, sr=gavin
|
2014-08-01 01:42:00 -04:00 |
Mike Hommey
|
2bab6202af
|
Bug 1043820 - Remove PARALLEL_DIRS. r=gps
|
2014-07-29 08:57:59 +09:00 |
Neil Deakin
|
f191a1b74f
|
Bug 1013064, backout e5dfe9801f76, 11f3a97d1d2c, e2374762f521, 91db8acb8d7e, d0050ba0b875 due to sync issues
|
2014-07-21 09:09:41 -04:00 |
Mark Hammond
|
e520f78577
|
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 |
Nicholas Nethercote
|
ffa2ba1723
|
Bug 996430 - Remove FxAccountsUtils.jsm. r=ttaubert.
--HG--
extra : rebase_source : 797c0af77bedf9e5c768bd7083dda4f8d80610a9
|
2014-04-16 20:48:00 -07:00 |
Jed Parsons
|
ebbd34b84b
|
Bug 943521 - Use onepw prototcol in fxa client. r=ckarlof
|
2014-02-04 22:14:30 -08:00 |
Ryan VanderMeulen
|
2905a47b7f
|
Backed out changeset 79b198be3e50 (bug 943521) for xpcshell failures.
|
2014-02-07 17:55:12 -05:00 |
Jed Parsons
|
7deb4b713b
|
Bug 943521 - Use onepw prototcol in fxa client. r=ckarlof
|
2014-02-04 22:14:30 -08:00 |
Tim Taubert
|
ccfeb9d238
|
Bug 967120 - Clean up FxAccounts' public/internal API implementation r=markh
|
2014-02-04 11:12:37 +01:00 |
Phil Ringnalda
|
4124f6c54b
|
Back out 2865fd5e5458 (bug 967120) for xpcshell and browser-chrome bustage
|
2014-02-03 20:30:45 -08:00 |
Tim Taubert
|
a587938b11
|
Bug 967120 - Clean up FxAccounts' public/internal API implementation r=markh
|
2014-02-03 19:30:47 +01:00 |
Fernando Jiménez
|
6f4e632c54
|
Bug 943998 - Need debug and uri pref for FirefoxAccounts. r=markh
--HG--
rename : services/fxaccounts/FxAccountsConsts.js => services/fxaccounts/FxAccountsCommon.js
|
2013-12-13 12:37:55 +01:00 |
Fernando Jiménez
|
e0fba84689
|
Bug 949526 - FxAccountsManager and B2G implementation. Part 2: UI Glue r=fabrice
|
2013-12-13 12:25:26 +01:00 |
Fernando Jiménez
|
71e468b2a6
|
Bug 949526 - FxAccountsManager and B2G implementation. Part 1: FxAccountsManager. r=markh
|
2013-12-13 12:25:26 +01:00 |
Jed Parsons
|
66b2173268
|
Bug 909967 - Firefox Account Signed-in User module. p=warner,spenrose,zcarter,jedp, r=markh
|
2013-12-05 22:46:12 -08:00 |
Zachary Carter
|
983b37578f
|
Bug 935232 - Implement a client for the Firefox Accounts auth server. r=markh
|
2013-12-02 13:56:24 -08:00 |