Tooru Fujisawa
1e6eec07d1
Bug 1207496 - Part 1: Remove use of expression closure from services/common/. r=gps
2015-09-23 18:40:52 +09:00
Mark Hammond
f6b024e58b
Bug 1205111 - return a transient error on 401 fetching info/collections using FxA. r=rnewman
2015-09-28 17:21:42 +10:00
Mark Hammond
0a6a13c2b9
No bug - convert 3 test files from CRLF to LF line-endings, r=me
2015-09-28 16:29:06 +10:00
Alessio Placitelli
b49fea80b1
Bug 1208376 - Disable v2 data upload in Firefox 42+. r=gfritzsche
2015-09-25 06:02:00 +02:00
Dave Townsend
f92545710a
Bug 1192924: Expose the update URL formatting code a new UpdateUtils module. r=rstrong
...
The GMP manager uses a copy of the update service's url formatting code and has
since fallen out of sync. We'll also want to use the same formatting code for
the system add-on update checks so this just exposes it in a shared API.
I've moved the contents of UpdateChannel.jsm to UpdateUtils.jsm and exposed
formatUpdateURL there as well as a few properties that the update service still
needs access to.
UpdateUtils.UpdateChannel is intended to be a lazy getter but isn't for now
since tests expect to be able to change the update channel at runtime.
2015-09-14 11:04:19 -07:00
Wes Kocher
27e253a353
Backed out 3 changesets (bug 1192924) for Android bustage CLOSED TREE
...
Backed out changeset 30d612836685 (bug 1192924)
Backed out changeset a6860f880e01 (bug 1192924)
Backed out changeset 10e1fa2cc23a (bug 1192924)
2015-09-22 11:02:55 -07:00
Dave Townsend
eda6b245a0
Bug 1192924: Expose the update URL formatting code a new UpdateUtils module. r=rstrong
...
The GMP manager uses a copy of the update service's url formatting code and has
since fallen out of sync. We'll also want to use the same formatting code for
the system add-on update checks so this just exposes it in a shared API.
I've moved the contents of UpdateChannel.jsm to UpdateUtils.jsm and exposed
formatUpdateURL there as well as a few properties that the update service still
needs access to.
UpdateUtils.UpdateChannel is intended to be a lazy getter but isn't for now
since tests expect to be able to change the update channel at runtime.
2015-09-14 11:04:19 -07:00
ffxbld
0440b19179
Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release
2015-09-21 10:15:23 -04:00
Kit Cambridge
ce2b321f38
Bug 1124428 - Add telemetry probes for FxA-related authentication issues. r=markh,vladan
2015-09-15 18:18:04 -07:00
Shu-yu Guo
45211869c8
Bug 1202902 - Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff)
2015-09-15 11:19:45 -07:00
Carsten "Tomcat" Book
826e271f1a
merge mozilla-inbound to mozilla-central a=merge
2015-09-11 16:36:35 +02:00
Mark Hammond
4ba076c3ac
Bug 1200886 - add tooltips to the Sync buttons which reflect the current state of Sync. r=adw
2015-09-11 10:01:22 +10:00
onemen
1d0c9429aa
Bug 753289 - Apply prefs-related prefs before applying other synced prefs. r=rnewman
2015-09-10 17:33:50 +01:00
Richard Newman
9d6eded43b
Bug 753289 - Pre: rename WEAVE_SYNC_PREFS to PREF_SYNC_PREFS_PREFIX.
2015-09-10 17:33:50 +01:00
Mark Hammond
6c32685ea1
Bug 1186348 - don't initialize the sync identity (and thus don't spin the event loop) as Sync initialized. r=ckarlof
2015-09-07 18:11:40 +10:00
Mark Hammond
186d07b0cb
Bug 1196008 - have test_errorhandler.js use a real server to speed it up. r=rnewman
2015-09-04 08:53:37 +10:00
Edouard Oger
d673507ada
Bug 999190 - Part 2 - Listen to logout commands from fxa remote server. r=markh
2015-09-01 11:42:00 +02:00
Edouard Oger
8a2fe56063
Bug 999190 - Part 1 - Detect fxa deletion on sync auth error. r=markh
2015-09-02 16:44:00 +02:00
Alexandre Lissy
f030d5dc8f
Bug 1164713 - Return error string from FxAccounts. r=ferjm
2015-08-31 07:54:00 -04:00
Ryan VanderMeulen
aa1decaaea
Merge inbound to m-c. a=merge
2015-08-31 15:21:02 -04:00
Mark Hammond
f532297649
Bug 1195603 - prevent Sync from blocking app shutdown. r=rnewman
2015-08-31 11:57:25 +10:00
Fabrice Desré
01d3da022e
Bug 1181209 - Make changes to Gecko needed for b2gdroid to boot. r=fabrice
2015-08-25 13:42:24 -07:00
Nick Alexander
a90799175a
Bug 1195388 - Pre: Include services-* resource:// registrations in b2gdroid. r=fabrice
2015-08-25 11:28:41 -07:00
Mike Hommey
858b9c6d78
Bug 1203032 - Move services/sync/Makefile.in definitions to moz.build. r=gps
2015-09-11 15:01:13 +09:00
Nicholas Nethercote
69d088e45f
Bug 1198334 (part 1) - Replace the opt-in FAIL_ON_WARNINGS with the opt-out ALLOW_COMPILER_WARNINGS. r=glandium.
...
The patch removes 455 occurrences of FAIL_ON_WARNINGS from moz.build files, and
adds 78 instances of ALLOW_COMPILER_WARNINGS. About half of those 78 are in
code we control and which should be removable with a little effort.
2015-08-27 20:44:53 -07:00
Yoshi Huang
de4b8a9d76
Bug 1165272 - Part 2: replace getNoAppCodebasePrincipal. r=bholley
2015-08-18 15:01:42 +08:00
Yoshi Huang
2e408d4ba7
Bug 1165272 - Part 1: remove getAppCodebasePrincipal. r=bholley
2015-08-17 17:03:19 +08:00
Bobby Holley
8f42e826dc
Backed out 3 changesets (bug 1165272) for b2g sanity blocker.
2015-08-25 11:16:21 -07:00
Mark Hammond
f72cb7810b
Bug 1197098 - have Sync notify history observers of a batch update and have NewTabUtils defer most work until the batch is complete. r=adw
2015-08-25 12:41:08 +10:00
Yoshi Huang
cfa9db9f8e
Bug 1165272 - Part 2: Replace getNoAppCodebasePrincipal. r=bholley
2015-08-24 01:18:00 -04:00
Yoshi Huang
f41381bebf
Bug 1165272 - Part 1: Remove getAppCodebasePrincipal. r=bholley
2015-08-24 01:31:00 -04:00
Nick Alexander
fce2d89796
Bug 1191067 - Pre: Don't include services/fxaccounts in Fennec. r=markh
...
This also reveals the underlying exception when there is a failure in
a WebChannel callback.
2015-08-19 16:44:09 -07:00
Jonathan Griffin
75b23850e3
Bug 1136892 - Create an xpcshell-addons tag for running addon-specific xpcshell tests, r=chmanchester
2015-08-18 11:26:14 -07:00
Mark Hammond
2f084c91ca
Bug 1160371 - fix intermittent test_oauth_tokens.js by correctly mocking storage. r=zaach
2015-08-14 10:38:41 +10:00
Mark Hammond
5f41ed1ed2
Bug 1188170 - log the url string when the Sync bookmarks engine fails to get a URI. r=rnewman
2015-08-12 12:08:22 +10:00
Mark Hammond
3679ce9f84
Bug 1185629 - ensure Sync tests arrange for an auto-selected allowed port for its test servers. r=oeger
2015-08-11 10:58:54 +10:00
ffxbld
26b7d0300a
Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release
2015-08-10 12:20:42 -07:00
Georg Fritzsche
69ca9277b5
Bug 1180673 - Part 2 - Change the URL for the unified healthreport content to point to the v4 version. r=bsmedberg
2015-07-29 17:04:14 +02:00
Georg Fritzsche
5e4ea3d74a
Bug 1180673 - Part 1 - Use a different URL pref for healthreport when Unified Telemetry is on and opt-out. r=bsmedberg
2015-07-29 16:59:52 +02:00
Mark Hammond
597c3f8b46
Bug 1180587 - remove most error handling from browser-syncui now it is shown in the hamburger menu. r=adw
2015-08-06 14:47:31 +10:00
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
Shane Tomlinson
d999815e4a
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(-)
2015-04-11 13:23:08 +01:00
Wes Kocher
f1f37588bc
Backed out changeset 7ca0864fc405 (bug 1146904) for b2g xpcshell failures
2015-05-05 19:40:55 -07:00
Mark Hammond
083b82428a
Bug 622657 - catch invalid bookmark items and delete them when syncing bookmarks. r=rnewman
2015-05-06 11:42:07 +10:00
Shane Tomlinson
d76f64b841
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(-)
2015-04-11 13:23:08 +01:00
Mark Hammond
9b28ab9246
Bug 1151666 - avoid multiple verified email timers from running and avoid 'pending' calls in the test. r=zaach
2015-04-30 17:02:02 +10:00
ziyunfei
ec33d43a0e
Bug 1102219 - Part 4: Replace String.prototype.contains
with String.prototype.includes
in chrome code. r=till
2015-04-30 00:32:05 +09:00
Bevis Tseng
4f5cbdec91
Bug 1155142 - Part 3: Refactor MobileIdentityManager. r=ferjm
2015-04-17 19:07:37 +08:00
Georg Fritzsche
baaed403ea
Bug 1149754 - Part 1: Rename TelemetryPing.jsm to TelemetryController.jsm. r=vladan
2015-04-27 18:07:58 +02:00
Carsten "Tomcat" Book
c76ef69f41
merge mozilla-inbound to mozilla-central a=merge
2015-04-24 14:37:13 +02:00
Shane Tomlinson
ba659f200f
Bug 1146724 - Use a SendingContext for WebChannels. r=MattN/markh
2015-04-24 16:07:33 +10:00
Mark Hammond
1215fa061e
Bug 1149729 - ignore more Sync login error states. r=adw
2015-04-24 11:49:22 +10:00
Mark Hammond
8a61e04761
Bug 1070115 - pass the uid and email address of the current FxA user to the account manage url. r=zaach
2015-04-24 10:51:20 +10:00
Kartikaya Gupta
69c50300c9
Bug 1039866 - Rip out a bunch of metro-only code. r=jimm,gavin,rstrong
2015-04-23 15:10:30 -04:00
Mark Hammond
60efcc2540
Bug 1153691 - intTestLogging() now adds timestamps and supports param substitution. r=rnewman
2015-04-22 09:27:43 +10:00
Mark Hammond
d3263bb995
Bug 1152193 - ensure sync/readinglist log directory exists. r=rnewman
2015-04-20 10:00:03 +10:00
Mark Hammond
7aa7209cc7
Bug 1151666 - fix intermittent orange by reducing verified timer intervals and always using mock storage. r=zaach
2015-04-14 10:35:48 +10:00
Ryan VanderMeulen
58facbd193
Merge fx-team to m-c. a=merge
2015-04-07 16:20:54 -04:00
Alessio Placitelli
d598dd0a99
Bug 1147522 - Move SessionRecorder usage from DRS to TelemetryPing. r=gfritzsche
2015-04-03 05:42:00 -04:00
Alessio Placitelli
7f514af83e
Bug 1147522 - Move SessionRecorder to Toolkit/modules. r=gfritzsche
2015-03-26 11:30:00 -04:00
Philip Chee
f0a6022918
Bug 1139958
- Start using AppConstants.jsm in Toolkit r=mossop
2015-04-07 16:09:49 +08:00
Phil Ringnalda
b13c8ab5cb
Merge m-c to m-i, a=release to defeat a buggy hook
2015-04-04 11:16:18 -07:00
Sebastian Hengst
99dc895123
Bug 1151184 - Don't run test_load_modules and bagheera* tests for builds without MOZ_SERVICES_HEALTHREPORT. r=rnewman
2015-04-04 17:37:30 +02:00
Alessio Placitelli
7accdb027d
Bug 1137353 - Make DRS and Telemetry use the ClientID object. r=gfritzsche
2015-04-03 01:54:00 -04:00
Mark Hammond
d127056786
Bug 1139743 (part 3) - Cache OAuth tokens. r=ckarlof
2015-04-03 12:47:00 +11:00
Mark Hammond
9b3d5b258d
Bug 1139743 (part 2) - make the 'current account data' less racey. r=ckarlof
2015-04-03 12:47:00 +11:00
Mark Hammond
1f970c8235
Bug 1139743 (part 1) - Use Task.jsm for fetching OAuth tokens. r=ckarlof
2015-04-03 12:47:00 +11:00
Mark Hammond
973be1e63c
Bug 1146346 - fix sync login when master-password was unlocked by something other than sync. r=ckarlof
2015-04-02 09:51:05 +11:00
Zachary Carter
71244f9afa
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
Carsten "Tomcat" Book
889e5d30e1
merge mozilla-inbound to mozilla-central a=merge
2015-03-31 14:43:50 +02:00
Wes Kocher
780e0d01fb
Merge m-c to fx-team a=merge CLOSED TREE
2015-03-30 19:42:25 -07:00
Richard Newman
2f5577bd2f
Bug 1148990 - Don't ship bagheeraclient.js or tokenserverclient.js on Android. r=gps
...
Neither of these clients are used on Android, and the Bagheera client isn't
used anywhere unless Firefox Health Report is enabled.
This patch conditionalizes their inclusion in services-common, makes the tests
aware, and also tests that they are _not_ present on Android.
Note that some unused test helpers are also omitted.
2015-03-30 15:02:51 -07:00
Richard Newman
0d34766983
Bug 1148933 - Remove old storageservice.js and tests. r=gps
2015-03-30 15:02:51 -07:00
Wes Kocher
c03995a1e1
Backed out changeset 9d80f8548ac9 (bug 1148933) for b2g xpcshell bustage CLOSED TREE
2015-03-30 18:00:10 -07:00
Wes Kocher
5c841d4bbb
Backed out changeset b5e71f873231 (bug 1148990)
2015-03-30 18:00:09 -07:00
Richard Newman
3b95a4999d
Bug 1148990 - Don't ship bagheeraclient.js or tokenserverclient.js on Android. r=gps
...
Neither of these clients are used on Android, and the Bagheera client isn't
used anywhere unless Firefox Health Report is enabled.
This patch conditionalizes their inclusion in services-common, makes the tests
aware, and also tests that they are _not_ present on Android.
Note that some unused test helpers are also omitted.
2015-03-30 15:02:51 -07:00
Richard Newman
e42e46994e
Bug 1148933 - Remove old storageservice.js and tests. r=gps
2015-03-30 15:02:51 -07:00
ffxbld
dce57f8925
Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release
2015-03-30 11:44:20 -07:00
Andrew McCreight
210c51b7d3
Bug 1148070 - Change nsIClassInfo::getHelperForLanguage() to getScriptableHelper(). r=bholley
2015-03-29 07:52:54 -07:00
Wes Kocher
29d000fc41
Merge m-c to inbound a=merge CLOSED TREE
2015-03-30 19:39:04 -07:00
Hiroyuki Ikezoe
f4d0829c0f
Bug 1139254 - Use MockRegistrar in services. r=gps
2015-03-03 19:46:00 -05:00
Wes Kocher
5f9de88ef7
Merge m-c to fx-team a=merge
2015-03-27 17:19:41 -07:00
Allison Naaktgeboren
c8dc36afbe
Bug 1124895 2/2- Add password manager usage data to FHR.r=dolske,r=gfritzsche
2015-03-27 12:32:42 -07:00
Ryan VanderMeulen
6558bd81c3
Merge m-c to b2g-inbound. a=merge
2015-03-27 12:20:00 -04:00
Zachary Carter
012fd3ed00
Bug 1139677 - Display the user's FxA profile image in the Sync Pref pane r=markh,rfeeley
2015-03-27 02:37:55 -07:00
Mike Hommey
57fbadfa4f
Bug 1147283 - Replace mozpack.path with mozpath. r=mshal
...
Back when mozpack.path was added, it was used as:
import mozpack.path
mozpack.path.func()
Nowadays, the common idiom is:
import mozpack.path as mozpath
mozpath.func()
because it's shorter.
$ git grep mozpath\\. | wc -l
423
$ git grep mozpack.path\\. | wc -l
123
This change was done with:
$ git grep -l mozpack.path\\. | xargs sed -i 's/mozpack\.path\./mozpath./g'
$ git grep -l 'import mozpack.path$' | xargs sed -i 's/import mozpack.path$/\0 as mozpath/'
$ (pat='import mozpack.path as mozpath'; git grep -l "$pat" | xargs sed -i "1,/$pat/b;/$pat/d")
2015-03-27 08:13:16 +09:00
Zachary Carter
a4437315a6
Bug 1139657 - Expose a method on FxAccounts for retrieving profile information. r=markh
2015-03-26 01:33:38 -07:00
Bevis Tseng
3265a94e1b
Bug 1114935 - Part 6.8: Migration in MobileIdentityManager.jsm. r=ferjmoreno
2015-01-15 18:46:08 +08:00
Mark Hammond
1cd4832a62
Bug 1147270 - extract Sync's device name logic so it can be used by reading list. r=rnewman
2015-03-25 16:28:19 +11:00
Mark Hammond
7a2e1550f2
Bug 1146068 (part 2) - fix log manager to automatically set log level for all logs under its control. r=adw
2015-03-25 16:28:18 +11:00
Brian Grinstead
75a969b767
Bug 1094821 - Store currently selected lightweight theme in the selectedThemeID pref instead figuring it out based on the order of the usedThemes pref;r=Gijs
2015-03-23 15:32:41 -07:00
Mark Hammond
31a6dfa414
Bug 1131414 (part 1) - add a pref to indicate if sync is disabled in its entirety. r=rnewman
2015-03-20 11:08:51 -07:00
Geoff Brown
cd69b10089
Bug 1140148 - Update xpcshell test manifests for Android 4.3 emulator; r=dminor
2015-03-19 11:00:58 -06:00
Gregor Wagner
8824e5f4f3
Backout Bug 1114935 for causing bug 1144567.
2015-03-18 11:48:52 -07:00
Bevis Tseng
6d3bd95f71
Bug 1114935 - Part 6.8: Migration in MobileIdentityManager.jsm. r=ferjmoreno
2015-01-15 18:46:08 +08:00
David Major
07129e6127
Bug 1135543 - Part 4: Define DailyCrashesMeasurement6 containing main-crash-oom; r=bsmedberg
2015-03-14 18:59:21 +13:00
Ryan Kelly
bbaca287d7
Bug 1132293 - Let reliers access derived encryption keys through FxAccountsOAuthClient. r=mhammond
2015-03-09 21:46:00 -04:00
Jonathan Griffin
8873726f67
Bug 1116187 - Disable failing mochitest-chrome tests for B2G, r=gbrown
2015-02-06 16:30:37 -08:00
Carsten "Tomcat" Book
2550f09581
merge fx-team to mozilla-central a=merge
2015-03-11 12:58:02 +01:00
Wes Kocher
4562de3097
Merge m-c to inbound a=merge CLOSED TREE
2015-03-10 16:11:23 -07:00
Allison Naaktgeboren
8bcfdf65af
Bug 1124895 part 1/2- Add password manager usage data to FHR.r=gps
2015-03-10 16:24:48 -07:00