Commit Graph

3818 Commits

Author SHA1 Message Date
Mark Hammond
66d05651db Bug 1182740 - treat keypair and certificate as an atomic pair to avoid invalid assertions. r=stomlinson 2015-07-29 16:06:29 +10:00
Mark Hammond
f95b58f250 Bug 1156752 - explicitly list where each FxA field is stored. r=zaach 2015-07-27 08:58:53 +10:00
Riadh Chtara
49c4fe781c Bug 1134881 - Test sync password timeCreated & timePasswordChanged fields. r=rnewman 2015-07-13 23:02:07 -07:00
Richard Newman
e855eb7456 Bug 1134881 - Sync password timeCreated & timePasswordChanged fields. r=rnewman 2014-10-15 18:56:29 -07:00
Mark Hammond
7a6cacb90c Bug 1184825 - treat FxAccountsWebChannel as a singleton to avoid creating one per window. r=stomlinson 2015-07-23 08:49:22 +10:00
Carsten "Tomcat" Book
f6fad857f8 merge mozilla-inbound to mozilla-central a=merge 2015-07-22 13:59:02 +02:00
Mark Hammond
1e6713632f Bug 1182366 - avoid an invalid bookmark from preventing all bookmarks syncing. r=rnewman 2015-07-22 15:10:42 +10:00
Kyle Machulis
41b0486ee9 Bug 1165981 - Mochitests and test plugin for Win64 plugin disabling; r=bsmedberg 2015-07-21 08:55:18 -07:00
Mark Hammond
31ff11f463 Bug 1157529 - refactor FxA storage to be less lossy and less racey. r=ckarlof 2015-07-21 11:23:12 +10:00
Florian Quèze
7e33b7c6ba Bug 1184705 - Search A/B testing cohort identifier should be recorded in FHR, r=rnewman. 2015-07-20 18:58:21 +02:00
Fernando Jimenez
9f09cb5308 Bug 1182071 - Allow System app to fetch Sync keys. r=spenrose 2015-07-21 21:34:37 +02:00
Ryan VanderMeulen
ed0f372f64 Backed out changeset a7c3d752bd6a (bug 1184705) for browser_urlbar_search_healthreport.js failures.
CLOSED TREE
2015-07-20 14:24:25 -04:00
Florian Quèze
e93d825ecc Bug 1184705 - Search A/B testing cohort identifier should be recorded in FHR, r=rnewman. 2015-07-20 18:58:21 +02:00
Ryan VanderMeulen
6214528626 Backed out changeset b29ec4137962 (bug 1157529) for various Gaia test failures.
CLOSED TREE
2015-07-19 22:59:07 -04:00
Mark Hammond
2e2645d0d2 Bug 1157529 - refactor FxA storage to be less lossy and less racey. r=ckarlof 2015-07-18 18:47:55 +10:00
Mark Hammond
aaea074304 Bug 1003708 - Sync token server pref now lives under identity root. r=nalexander 2015-07-16 13:19:10 +10:00
Mark Hammond
a3dfe31de5 Bug 1183934 - only log an error saving JSON if an error actually occurred. r=rnewman 2015-07-16 10:58:02 +10:00
Carsten "Tomcat" Book
ca54d83251 Backed out changeset be39e54d4dff (bug 1157529) for possible causing windows memory leaks 2015-07-15 09:13:36 +02:00
Mark Hammond
35321774fd Bug 1157529 - refactor FxA storage to be less lossy and less racey. r=ckarlof 2015-07-15 12:16:21 +10:00
Mark Hammond
3cf6ff5afd Bug 1181952 - limit the number of FxA profile requests we make in a short period. r=zaach 2015-07-15 09:50:59 +10:00
Wes Kocher
87ca3721a1 Merge m-c to inbound, a=merge CLOSED TREE 2015-07-10 16:20:27 -07:00
Geoff Brown
f8e98ea39a Bug 1026290 - Update mochitest-chrome manifests for android; r=jgriffin 2015-07-10 14:41:59 -06:00
Alessio Placitelli
b101b73f68 Bug 1180790 - Stop resetting the client id on FHR opt-out. r=gfritzsche 2015-07-09 04:47:00 +02:00
ffxbld
e847a9f863 Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2015-06-29 13:34:04 -07:00
Gregory Szorc
0d16ec0cfa Bug 1176642 - Use absolute_import in mach_commands.py files; r=glandium
This removes ambiguity as to which modules are being imported, making
import slightly faster as Python doesn't need to test so many
directories for file presence.

All files should already be using absolute imports because mach command
modules aren't imported to the package they belong to: they instead
belong to the "mach" package. So relative imports shouldn't have been
used.
2015-06-21 17:39:09 -07:00
Gregory Szorc
97fe4bc7c7 Bug 1176642 - Remove unused imports; r=glandium 2015-06-25 12:16:38 -07:00
Mark Hammond
6a05686b86 Bug 1171253 - enable FxA profile image in Sync preferences pane. r=zaach 2015-06-18 19:28:11 +10:00
Fernando Jimenez
a47d821378 Bug 1174191 - ./mach storage-server is not working. r=rnewman 2015-06-12 19:04:20 +02:00
Richard Newman
f11f5b049c Bug 1164660 - Sync more visits. r=mak 2015-06-05 10:59:25 -07:00
Richard Newman
d556440770 Bug 1167827 - Quietly ignore unknown visit codes and invalid visit dates. r=mak 2015-06-05 10:59:24 -07:00
Marco Bonardo
b2e223763d Bug 1012597 - Part 2: ensure Sync invalidates the Places GUIDs cache when needed. r=rnewman 2015-05-25 17:18:36 +02:00
Phil Ringnalda
4f077d45b0 Merge f-t to m-c, a=merge 2015-05-23 14:28:07 -07:00
Tim Taubert
d2531032b3 Bug 1167502 - Convert CloudSync test r=billm 2015-05-08 21:14:38 +02:00
Marco Bonardo
37616243f9 Bug 1166853 - Sync "hangs" when trying to apply a livemark to a reconciled folder. r=rnewman 2015-05-22 19:02:44 +02:00
Zachary Carter
84290145e8 Bug 1165510 - Add "entrypoint" query param to links to FxA settings pages. r=markh 2015-05-15 15:56:00 -04:00
Carsten "Tomcat" Book
0adcc581e9 merge mozilla-inbound to mozilla-central a=merge 2015-05-21 14:56:34 +02:00
Fabrice Desré
2934d0333c Bug 1166931 - JS Warning in MobileIdentityManager.jsm r=ferjm 2015-05-20 22:56:43 -07:00
Wes Kocher
8d022113f2 Merge m-c to inbound, a=merge 2015-05-20 18:30:33 -07:00
Bobby Holley
17dddddb65 Bug 1165162 - Serialize originSuffix into .origin. r=gabor,sr=sicking
We also provide an opt-out for the original behavior, and use it in various
consumers that look like they need fixing up. Most of the usage here is in
code with persistence considerations, where we may need some sort of migration
path.
2015-05-20 17:11:49 -07:00
Bobby Holley
4d24bef4e9 Bug 1165162 - Stop recreating principals from the message manager. r=smaug 2015-05-20 17:08:56 -07:00
Bobby Holley
7784a97e2b Bug 1165162 - Fix up test_manager.js to use real principals. rpending=ferjm 2015-05-20 17:08:55 -07:00
Gijs Kruitbosch
7fbd93437e Bug 1166406 - use Object.create in sync code, r=rnewman 2015-05-19 19:45:29 +01:00
Carsten "Tomcat" Book
a2e9431125 Merge mozilla-central to fx-team 2015-05-18 13:52:33 +02:00
Mark Hammond
adebd0ef35 Bug 1152116 - prevent Sync from spamming the browser console. r=rnewman 2015-05-18 17:34:22 +10:00
Mark Hammond
3b4ee9fb65 Bug 1148980 - have success and error log files for Sync and ReadingList based on whether an error record was written to the log. r=rnewman 2015-05-18 17:34:22 +10:00
Magnus Melin
60cc0c0dd8 Bug 1164658 - disable test_web_channel.js for thunderbird, as it requires weave which thunderbird doesn't have. r=markh
TEST-UNEXPECTED-FAIL | services/fxaccounts/tests/xpcshell/test_web_channel.js | xpcshell return code: 0
TypeError: Cc['@mozilla.org/weave/service;1'] is undefined at resource://gre/modules/FxAccountsWebChannel.jsm:227
2015-05-18 08:18:44 +02:00
Christoph Kerschbaumer
6c7838c166 Bug 1167053 - Convert NetUtil.newChannel2 callsites to use new API - update asyncFetch2 (r=sicking,paolo) 2015-05-21 19:51:40 -07:00
ffxbld
bb5e7ed3f3 Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2015-05-11 15:06:43 -04:00
Mark Banner
aaa5a96002 Bug 1162495 - When using FxAccountsOAuthClient, unable to specify email parameter to go with action="force_auth". r=MattN 2015-05-08 13:46:52 +01:00
Mark Hammond
67baa2b4ee Bug 1160371 - use mock storage in the oauth token test to avoid intermittent orange on b2g. r=zaach 2015-05-08 11:01:00 +10:00