Kit Cambridge
2251282d13
Bug 1044530 - Remove invalid session and key fetch tokens from account storage. r=markh
...
MozReview-Commit-ID: DOLlus0At8s
--HG--
extra : rebase_source : baf9b7ddf71c146995d579d0b6b350f6e315282e
2016-01-20 18:12:22 -08:00
vladikoff
5ceebef356
Bug 1247786 - Add push subscription to device registration r=kitcambridge,markh
...
MozReview-Commit-ID: 40Tt8sJPYrr
--HG--
extra : rebase_source : e80d3230a7a38e2b28c736cb0188c60be1d6a871
2016-03-07 00:00:34 -05:00
Phil Booth
8a5646364e
Bug 1227527 - Implement basic FxA device registration. r=markh
2016-01-13 05:55:00 +01:00
Carsten "Tomcat" Book
08997000eb
Backed out 2 changesets (bug 1202902
) to recking bug 1202902
to be able to reopen inbound on a CLOSED TREE
...
Backed out changeset 647025383676 (bug 1202902
)
Backed out changeset d70c7fe532c6 (bug 1202902
)
2015-10-07 14:03:21 +02:00
Carsten "Tomcat" Book
e7ef778c9d
Backed out 1 changesets (bug 1202902
) for causing merge conflicts to mozilla-central
...
Backed out changeset cfc1820361f5 (bug 1202902
)
--HG--
extra : rebase_source : 5d3db72337754bc7ab0ed0c30b2896100411ff92
2015-10-07 12:13:45 +02:00
Shu-yu Guo
d06b6030f6
Bug 1202902
- Scripted fix the world.
2015-10-06 14:00:31 -07:00
Shu-yu Guo
64db2267cf
Bug 1202902
- Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff)
2015-09-15 11:19:45 -07:00
Mark Hammond
6830b9db61
Bug 1156752 - explicitly list where each FxA field is stored. r=zaach
2015-07-27 08:58:53 +10:00
Fernando Jimenez
a5268caf0a
Bug 1182071 - Allow System app to fetch Sync keys. r=spenrose
2015-07-21 21:34:37 +02:00
Mark Hammond
b6163b6f17
Bug 1157529
- refactor FxA storage to be less lossy and less racey. r=ckarlof
2015-07-21 11:23:12 +10:00
Ryan VanderMeulen
e24be3480e
Backed out changeset b29ec4137962 (bug 1157529
) for various Gaia test failures.
...
CLOSED TREE
2015-07-19 22:59:07 -04:00
Mark Hammond
816c3dd0be
Bug 1157529
- refactor FxA storage to be less lossy and less racey. r=ckarlof
2015-07-18 18:47:55 +10:00
Carsten "Tomcat" Book
450eb77790
Backed out changeset be39e54d4dff (bug 1157529
) for possible causing windows memory leaks
2015-07-15 09:13:36 +02:00
Mark Hammond
201d63d360
Bug 1157529
- refactor FxA storage to be less lossy and less racey. r=ckarlof
2015-07-15 12:16:21 +10:00
Shane Tomlinson
c5ec66d94f
Bug 1146904: Add the FxAccountsWebChannel to drive Sync
...
* * *
fix tests
From 6bb486068a8b002f222f4658989968d86df9eff1 Mon Sep 17 00:00:00 2001
---
.../test/general/browser_fxa_web_channel.html | 2 +-
.../test/general/browser_fxa_web_channel.js | 131 +++++++++++----------
services/fxaccounts/tests/xpcshell/test_profile.js | 26 ----
3 files changed, 70 insertions(+), 89 deletions(-)
--HG--
rename : browser/base/content/test/general/browser_fxa_profile_channel.html => browser/base/content/test/general/browser_fxa_web_channel.html
rename : browser/base/content/test/general/browser_fxa_profile_channel.js => browser/base/content/test/general/browser_fxa_web_channel.js
rename : services/fxaccounts/FxAccountsProfileChannel.jsm => services/fxaccounts/FxAccountsWebChannel.jsm
rename : services/fxaccounts/tests/xpcshell/test_profile_channel.js => services/fxaccounts/tests/xpcshell/test_web_channel.js
2015-04-11 13:23:08 +01:00
Wes Kocher
b3fd288964
Backed out changeset 7ca0864fc405 (bug 1146904) for b2g xpcshell failures
...
--HG--
rename : browser/base/content/test/general/browser_fxa_web_channel.html => browser/base/content/test/general/browser_fxa_profile_channel.html
rename : browser/base/content/test/general/browser_fxa_web_channel.js => browser/base/content/test/general/browser_fxa_profile_channel.js
rename : services/fxaccounts/FxAccountsWebChannel.jsm => services/fxaccounts/FxAccountsProfileChannel.jsm
rename : services/fxaccounts/tests/xpcshell/test_web_channel.js => services/fxaccounts/tests/xpcshell/test_profile_channel.js
2015-05-05 19:40:55 -07:00
Shane Tomlinson
6afb9dff14
Bug 1146904: Add the FxAccountsWebChannel to drive Sync
...
* * *
fix tests
From 6bb486068a8b002f222f4658989968d86df9eff1 Mon Sep 17 00:00:00 2001
---
.../test/general/browser_fxa_web_channel.html | 2 +-
.../test/general/browser_fxa_web_channel.js | 131 +++++++++++----------
services/fxaccounts/tests/xpcshell/test_profile.js | 26 ----
3 files changed, 70 insertions(+), 89 deletions(-)
--HG--
rename : browser/base/content/test/general/browser_fxa_profile_channel.html => browser/base/content/test/general/browser_fxa_web_channel.html
rename : browser/base/content/test/general/browser_fxa_profile_channel.js => browser/base/content/test/general/browser_fxa_web_channel.js
rename : services/fxaccounts/FxAccountsProfileChannel.jsm => services/fxaccounts/FxAccountsWebChannel.jsm
rename : services/fxaccounts/tests/xpcshell/test_profile_channel.js => services/fxaccounts/tests/xpcshell/test_web_channel.js
2015-04-11 13:23:08 +01:00
Mark Hammond
f6ba77b103
Bug 1139743 (part 3) - Cache OAuth tokens. r=ckarlof
2015-04-03 12:47:00 +11:00
Zachary Carter
5d44db928b
Bug 1140627: Make FxAccountsCommon.js variable OAUTH_SERVER_ERRNO_OFFSET non-const, to fix JS warning. r=dholbert
2015-03-31 15:01:31 -07:00
Zachary Carter
7c62c725d7
Bug 1139657 - Expose a method on FxAccounts for retrieving profile information. r=markh
2015-03-26 01:33:38 -07:00
L. David Baron
ee4217303e
Back out changeset 9dce1a90205e (bug 1139657) for B2G emulator xpcshell test failures.
...
Since this landed, every B2G ICS emulator opt xpcshell run has failed with:
TEST-UNEXPECTED-TIMEOUT | services/fxaccounts/tests/xpcshell/test_accounts.js | Test timed out
DMError: Timeout exceeded for shell call
2015-03-24 21:16:21 -07:00
Zachary Carter
a5b86b8750
Bug 1139657 - Expose a method on FxAccounts for retrieving profile information. r=markh
2015-03-24 16:25:42 -07:00
Zachary Carter
2c36e4dc5e
Bug 1138590 - Create a WebChannel for receiving FxA profile change notifications. r=markh
2015-03-05 11:23:06 -08:00
Zachary Carter
9c7eebabd4
Bug 1130634 - More consistent error handing in FxAccounts.getOauthToken r=markh
...
--HG--
extra : rebase_source : 24006d87d3255fac6f0c7dd85f48d95dba42c703
2015-02-13 13:54:15 -08:00
Zachary Carter
3154b578e0
Bug 1127638 - Provide a way to get an OAuth token for a set of desired scopes for the currently logged in user r=markh
2015-02-05 13:31:23 -08:00
Drew Willcoxon
a37730838d
Bug 1018022 - Improve polling for FxA verification email. r=markh
2015-01-22 16:22:47 -08:00
vladikoff
8ec0985c48
Bug 1058424 - Adds a module for fetching FxA profile information. r=MattN
2014-08-28 16:10:00 +02:00
Bill McCloskey
0f6b688b48
Bug 1046964 - Fix some JS warnings (r=ttaubert)
2014-08-19 17:27:58 -07: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
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
Fernando Jiménez
f40d884f09
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
Sam Penrose
d91bae5b76
Bug 1008901 - Fire 'onlogin' when the account is verified. r=jedp
2014-06-06 10:42:22 -07:00
Mark Hammond
57de1ea9c6
Bug 1006943 - non-sensitive FxA log info is included with sync logs. r=rnewman
2014-05-15 12:00:59 +10:00
Sam Penrose
ba8ef55ac1
Bug 981210 - FxAccountsManager.jsm and consumers: change "accountId" attribute to "email" r=jedp
2014-04-29 14:47:59 -07:00
Sam Penrose
1b13d3fab5
Bug 1000395 - Do not sign user out at start of refreshAuth. r=jedp
2014-04-28 11:45:58 -07:00
Chris Karlof
b72f0729f2
Bug 983256 - Change the client generated expiration time in FxA assertions to be 'forever'. r=jedp
2014-03-14 14:50:19 -07:00
Jed Parsons
bfb690dddd
Bug 963835 - FxA client handle incorrect capitalization in emails. r=rnewman
2014-02-19 08:34:42 -08:00
Fernando Jiménez
21321e1ce4
Bug 938635 - Implement forceAuthentication for firefox accounts. Part 2: FxAccountsManager. r=markh
2014-02-19 11:47:11 +01: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
Fernando Jiménez
0570d258e3
Bug 952063 - Trigger FxAccountsIACHelper 'onlogin', 'onlogout' and 'onverified' events when required. Part 1: Add onverified/onlogin. r=markh
2014-01-22 14:22:59 +01:00
Fernando Jiménez
bfc2b73791
Bug 959535 - FxAccountsManager should clear its account cache when FxAccounts performs a logout. r=markh
2014-01-15 13:07:20 +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