Wes Kocher
e47ebd8c1d
Backed out changeset 7ca0864fc405 (bug 1146904) for b2g xpcshell failures
2015-05-05 19:40:55 -07:00
Mark Hammond
7144844b7a
Bug 622657 - catch invalid bookmark items and delete them when syncing bookmarks. r=rnewman
2015-05-06 11:42:07 +10:00
Shane Tomlinson
207da47c51
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
edb8cdbd2d
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
a2bb96ff77
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
2eb26952d0
Bug 1155142 - Part 3: Refactor MobileIdentityManager. r=ferjm
2015-04-17 19:07:37 +08:00
Georg Fritzsche
ea26082224
Bug 1149754 - Part 1: Rename TelemetryPing.jsm to TelemetryController.jsm. r=vladan
2015-04-27 18:07:58 +02:00
Carsten "Tomcat" Book
1a74144837
merge mozilla-inbound to mozilla-central a=merge
2015-04-24 14:37:13 +02:00
Shane Tomlinson
6b33c809e6
Bug 1146724 - Use a SendingContext for WebChannels. r=MattN/markh
2015-04-24 16:07:33 +10:00
Mark Hammond
0abd4d143c
Bug 1149729 - ignore more Sync login error states. r=adw
2015-04-24 11:49:22 +10:00
Mark Hammond
9ae02ad421
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
8ec41da08a
Bug 1039866 - Rip out a bunch of metro-only code. r=jimm,gavin,rstrong
2015-04-23 15:10:30 -04:00
Mark Hammond
9b4396476a
Bug 1153691 - intTestLogging() now adds timestamps and supports param substitution. r=rnewman
2015-04-22 09:27:43 +10:00
Mark Hammond
748a16bbb1
Bug 1152193 - ensure sync/readinglist log directory exists. r=rnewman
2015-04-20 10:00:03 +10:00
Mark Hammond
cb4f226c53
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
af7e60c85a
Merge fx-team to m-c. a=merge
2015-04-07 16:20:54 -04:00
Alessio Placitelli
be05a94f76
Bug 1147522 - Move SessionRecorder usage from DRS to TelemetryPing. r=gfritzsche
2015-04-03 05:42:00 -04:00
Alessio Placitelli
00eef8d8b4
Bug 1147522 - Move SessionRecorder to Toolkit/modules. r=gfritzsche
2015-03-26 11:30:00 -04:00
Philip Chee
e689cc9f39
Bug 1139958
- Start using AppConstants.jsm in Toolkit r=mossop
2015-04-07 16:09:49 +08:00
Phil Ringnalda
c704c52021
Merge m-c to m-i, a=release to defeat a buggy hook
2015-04-04 11:16:18 -07:00
Sebastian Hengst
976fb13bd7
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
eadda8a3d3
Bug 1137353 - Make DRS and Telemetry use the ClientID object. r=gfritzsche
2015-04-03 01:54:00 -04:00
Mark Hammond
92921624cf
Bug 1139743 (part 3) - Cache OAuth tokens. r=ckarlof
2015-04-03 12:47:00 +11:00
Mark Hammond
7df982bdb6
Bug 1139743 (part 2) - make the 'current account data' less racey. r=ckarlof
2015-04-03 12:47:00 +11:00
Mark Hammond
d9903f871e
Bug 1139743 (part 1) - Use Task.jsm for fetching OAuth tokens. r=ckarlof
2015-04-03 12:47:00 +11:00
Mark Hammond
afa5735bce
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
c7eb99baf5
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
dcbafd2e5e
merge mozilla-inbound to mozilla-central a=merge
2015-03-31 14:43:50 +02:00
Wes Kocher
a2dfd3e7e0
Merge m-c to fx-team a=merge CLOSED TREE
2015-03-30 19:42:25 -07:00
Richard Newman
f9564e63f1
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
2b8d5aaf70
Bug 1148933 - Remove old storageservice.js and tests. r=gps
2015-03-30 15:02:51 -07:00
Wes Kocher
132512f817
Backed out changeset 9d80f8548ac9 (bug 1148933) for b2g xpcshell bustage CLOSED TREE
2015-03-30 18:00:10 -07:00
Wes Kocher
450a667772
Backed out changeset b5e71f873231 (bug 1148990)
2015-03-30 18:00:09 -07:00
Richard Newman
fffbc1eac5
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
bb6c9a3474
Bug 1148933 - Remove old storageservice.js and tests. r=gps
2015-03-30 15:02:51 -07:00
ffxbld
78dfbf6c8b
Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release
2015-03-30 11:44:20 -07:00
Andrew McCreight
4b767927e9
Bug 1148070 - Change nsIClassInfo::getHelperForLanguage() to getScriptableHelper(). r=bholley
2015-03-29 07:52:54 -07:00
Wes Kocher
77420a9c15
Merge m-c to inbound a=merge CLOSED TREE
2015-03-30 19:39:04 -07:00
Hiroyuki Ikezoe
1781d850fc
Bug 1139254 - Use MockRegistrar in services. r=gps
2015-03-03 19:46:00 -05:00
Wes Kocher
1f8faf5d0d
Merge m-c to fx-team a=merge
2015-03-27 17:19:41 -07:00
Allison Naaktgeboren
feebc2ddab
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
dbc2e6caa3
Merge m-c to b2g-inbound. a=merge
2015-03-27 12:20:00 -04:00
Zachary Carter
1b7b53b3fb
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
6ee628d425
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
1f80a1db53
Bug 1139657 - Expose a method on FxAccounts for retrieving profile information. r=markh
2015-03-26 01:33:38 -07:00
Bevis Tseng
7f17accc4f
Bug 1114935 - Part 6.8: Migration in MobileIdentityManager.jsm. r=ferjmoreno
2015-01-15 18:46:08 +08:00
Mark Hammond
4c8bbefca4
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
ee4a5841f6
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
988139d2de
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
ca4ddb1457
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
a3e7accefa
Bug 1140148 - Update xpcshell test manifests for Android 4.3 emulator; r=dminor
2015-03-19 11:00:58 -06:00
Gregor Wagner
f8527dd881
Backout Bug 1114935 for causing bug 1144567.
2015-03-18 11:48:52 -07:00
Bevis Tseng
04d04c2c0e
Bug 1114935 - Part 6.8: Migration in MobileIdentityManager.jsm. r=ferjmoreno
2015-01-15 18:46:08 +08:00
David Major
34f5df89ee
Bug 1135543 - Part 4: Define DailyCrashesMeasurement6 containing main-crash-oom; r=bsmedberg
2015-03-14 18:59:21 +13:00
Ryan Kelly
d5eb4dcf62
Bug 1132293 - Let reliers access derived encryption keys through FxAccountsOAuthClient. r=mhammond
2015-03-09 21:46:00 -04:00
Jonathan Griffin
84011a87cc
Bug 1116187 - Disable failing mochitest-chrome tests for B2G, r=gbrown
2015-02-06 16:30:37 -08:00
Carsten "Tomcat" Book
f9728b1f23
merge fx-team to mozilla-central a=merge
2015-03-11 12:58:02 +01:00
Wes Kocher
f87c38fe16
Merge m-c to inbound a=merge CLOSED TREE
2015-03-10 16:11:23 -07:00
Allison Naaktgeboren
fa8959fbc5
Bug 1124895 part 1/2- Add password manager usage data to FHR.r=gps
2015-03-10 16:24:48 -07:00
Benjamin Smedberg
e20913b8b2
Bug 1132192 - Enable org.mozilla.searches.engines by default in FHR, r=gps
2015-03-05 14:45:17 -05:00
Magnus Melin
4a7c8befaa
Bug 1138322 - TelemetryEnvironment.jsm should not use |ProfileTimesAccessor|. r=vladan
2015-03-07 18:53:36 +02:00
Wes Kocher
240e1e5df1
Backed out changeset dcf73ba1d6bc (bug 1124895) for apparently breaking all android tests on a CLOSED TREE
2015-03-09 19:14:54 -07:00
Allison Naaktgeboren
5e4f41d760
Bug 1124895 -1/2 Add password manager data to FHR.r=gps
2015-03-09 18:06:10 -07:00
Zachary Carter
13691da45d
Bug 1138590 - Create a WebChannel for receiving FxA profile change notifications. r=markh
2015-03-05 11:23:06 -08:00
Mark Hammond
446cb6e42c
Bug 1128785 - ensureLoggedIn() failure is now always noticed by Sync. r=rnewman
2015-03-05 16:32:18 +11:00
Mark Hammond
6608577711
Bug 1081158 - ensure we report all login related errors. r=rnewman
2015-03-05 16:12:51 +11:00
Anish
b9d3be97ea
Bug 958147 - Choose one of run-if or skip-if and get rid of the other.r=jmaher, mwargers
2015-03-03 08:46:37 -05:00
Wes Kocher
50789ffa1a
Merge m-c to fx-team a=merge CLOSED TREE
2015-03-02 13:07:53 -08:00
Wes Kocher
c4ac9859cf
Merge fx-team to m-c a=merge
2015-03-02 12:41:37 -08:00
Nigel Babu
efd4454ae7
Backout Bug 1132771 for spidermonkey build bustage on CLOSED TREE
2015-03-02 17:13:05 +05:30
Mark Hammond
cc43e5d39e
Bug 1137459 - avoid sensitive information in the FxA logs. r=ckarlof
2015-03-02 10:02:13 +11:00
Gregory Szorc
886d400168
NO BUG - Fix reStructuredText warnings
...
Sphinx has been complaining about a number of reStructuredText warnings
for a while. Fix all the ones in .rst files.
Not asking for review because this is docs only and changing .rst files
can't break anything important.
DONTBUILD (NPOTB)
2015-03-01 22:51:32 -08:00
Gregory Szorc
6ad26eb327
Bug 1132771 - Define some bug components; r=glandium
...
This patch defines bug components for code that I have historically
touched.
2015-02-26 11:43:45 -08:00
Tooru Fujisawa
20a8c15d94
Bug 1108382 - Part 11: Do not use non-standard flag argument of String.prototype.replace in services/. r=rnewman
2015-03-01 09:51:33 +09:00
Gregory Szorc
85dc822c42
Bug 1132771 - Define some bug components; r=glandium
...
This patch defines bug components for code that I have historically
touched.
2015-02-26 11:43:45 -08:00
Mark Hammond
2b4c3a5df8
Bug 1131413 (part 2) - add readinglist support to browser-syncui.js. r=adw
2015-02-26 18:48:11 +11:00
Mark Hammond
00efdeb6fb
Bug 1131410 followup - addressing review comments I missed in part1, r=adw/rnewman
2015-02-26 18:48:11 +11:00
Wes Kocher
3e8159d4e0
Merge fx-team to m-c a=merge
2015-02-25 17:39:55 -08:00
Mark Hammond
818d55afbc
Bug 1131410 - Extract sync's log management so it can be reused by the reading-list back-end. r=adw
2015-02-17 22:06:00 +01:00
Carsten "Tomcat" Book
61e1ea70cd
Backed out changeset cd1f981b5e58 (bug 1131410) for XPC Bustage
2015-02-25 10:41:23 +01:00
Mark Hammond
ea2bdd9221
Bug 1131410 - Extract sync's log management so it can be reused by the reading-list back-end. r=adw
2015-02-25 18:54:59 +11:00
ffxbld
c75707c7de
Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release
2015-02-23 10:22:56 -05:00
Patrick McManus
2c0421d96a
Bug 967792 - Make localhost resolve offline. r=dragana
2015-02-25 14:02:38 -05:00
Ryan VanderMeulen
8fcbb92fd8
Backed out changeset 13d9a5e39eb3 (bug 967792) for Gaia unit test failures.
2015-02-25 11:39:14 -05:00
Patrick McManus
f2bdf74d8a
bug 967792 - make localhost resolve offline r=dragana
2015-02-15 13:50:48 -05:00
Christoph Kerschbaumer
a674edf8a4
Bug 1131455 - about:sync-log assertion failure: newly created channel must have a loadinfo attached (r=rnewman)
2015-02-17 19:54:12 -08:00
Chris Peterson
f8f65a77a7
Bug 1133284 - Remove nonstandard expression closures from services/sync. r=rnewman
2015-01-24 23:50:01 -08:00
Zachary Carter
c58324f312
Bug 1130634 - More consistent error handing in FxAccounts.getOauthToken r=markh
...
--HG--
extra : rebase_source : 24006d87d3255fac6f0c7dd85f48d95dba42c703
2015-02-13 13:54:15 -08:00
Birunthan Mohanathas
73b9410cfd
Bug 1070709 - Collapse test-only moz.build files under services/ into ancestor moz.build files. r=mshal
2015-02-10 18:47:24 +02:00
Zachary Carter
0e4657cd4a
Bug 1129086 - Extend the profile client to allow fetching profile images r=markh
2015-02-05 13:32:04 -08:00
Zachary Carter
bd42374fce
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
Chris Peterson
478bf21ced
Bug 1129333 - Remove nonstandard let blocks from services/mobileid. r=ferjmoreno
2015-01-24 23:35:04 -08:00
Drew Willcoxon
070cf6bca2
Bug 1120716 - Offer "learn more" links in the legacy-Sync-to-FxA migration UI. r=markh,Unfocused
2015-02-04 13:59:47 -08:00
Mark Hammond
41f5248b74
Bug 1097406 - FHR data for sync migration. r=adw/gfritzsche
2015-02-04 17:36:44 +11:00
Mike Hommey
824818ee98
Bug 1126593 - Add a global fallible instance, so that using fallible works directly, everywhere. r=njn
...
--HG--
rename : memory/mozalloc/fallible.h => memory/fallible/fallible.h
2015-02-02 09:56:13 +09:00
Brian O'Keefe
eddceb3a00
Bug 870366 - Part 2: Move PREF_JS_EXPORTS to moz.build (easy moves). r=gps
2015-01-20 13:07:03 -05:00
Wes Kocher
0e95cc0fab
Merge m-c to fx-team a=merge
2015-01-28 18:45:04 -08:00
Mark Hammond
986c82f230
Bug 1124956 - Fix Sync engine selection after migration to FxA. r=adw
2015-01-29 10:41:00 +11:00
jp111
66df738a86
Bug 958147 - Choose one of run-if or skip-if and get rid of the other. r=ted
2015-01-28 06:17:00 -05:00
Christoph Kerschbaumer
5b8fcccd7c
Bug 1087741: Make JS callers of ios.newChannel call ios.newChannel2 in services/ (r=rnewman,hskupin)
2014-10-24 15:22:14 -07:00