Nick Alexander
e90bd4aabb
Bug 1256401 - Part 2: Remove references to b2gdroid. r=fabrice
...
MozReview-Commit-ID: 63yJGdgPbhe
--HG--
extra : rebase_source : 2256e0a12588703a83f4cba06971231ac3c64592
extra : amend_source : 1f35a04191f37225986bd7ff4d0b6b2c34a71b05
extra : histedit_source : 82d351700936c8e1297eeca91ce00f96340e2f2c
2016-03-18 14:41:51 -07:00
Carsten "Tomcat" Book
8ab1b34845
Merge mozilla-central to mozilla-inbound
2016-03-16 11:27:07 +01:00
Wes Kocher
6ac3ce6d0e
Merge m-c to fx-team, a=merge
...
MozReview-Commit-ID: 7oL9tbPGSDM
2016-03-15 17:33:34 -07:00
Wes Kocher
3b14ab8ca2
Merge inbound to m-c a=merge
2016-03-15 17:24:43 -07:00
Kit Cambridge
496b5ed2af
Bug 1252054 - Sort "Synced Tabs" sidebar entries by last used date. r=markh
...
MozReview-Commit-ID: BvmQfQMHlMw
--HG--
extra : rebase_source : 167fecace1c6d45f300f14abade3986caeff2c6a
extra : histedit_source : 7c29e76072f8ea7dc64e16055187df783ba8a2c7
2016-03-07 14:13:41 -08:00
Tooru Fujisawa
50608d5d55
Bug 1256088 - Merge mock app-info implementation into AppInfo.jsm. r=gps
2016-03-16 16:58:29 +09:00
Carsten "Tomcat" Book
c3bea43e72
Merge mozilla-central to fx-team
2016-03-15 10:44:47 +01:00
Mark Hammond
bfaefeb591
Bug 744626 - ensure default prefs are synced such that they remain as default on other devices. r=rnewman
2016-03-15 16:24:15 +11:00
Mark Hammond
306ad15e8f
Bug 1251057 - enable debug logging for rest.js requests and responses. r=adw
2016-03-10 17:20:29 +11:00
Wes Kocher
0fbf6c1476
merge inbound to m-c a=merge
...
MozReview-Commit-ID: BHxDQF6gIe3
2016-03-08 16:00:45 -08:00
Wes Kocher
be3094d2b6
Merge fx-team to central, a=merge
...
MozReview-Commit-ID: LEywWhbwbwl
2016-03-08 15:00:01 -08:00
ffxbld
727d7d0948
Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release
2016-03-07 09:23:22 -05: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
Mark Hammond
4a6f83b80b
Bug 1250085 - watch for tab navigations so we know to re-fetch the list of tabs to sync. r=rnewman
2016-03-08 17:47:26 +11:00
Mark Goodwin
985802557a
Bug 1224531 - Provide a mechanism for the updater to drive kinto collection sync r=rnewman,mossop
...
There are two parts to this change. The first is a module to drive kinto
collection sync. This gives server-provided last-update times to each module
managing collection information so that data is only fetched when updates are
necessary. This also keeps track of when pings last took place (for future use)
and any apparent difference between client and server clock (we need this later
for the content signing work).
Currently only one module (the kinto version of the OneCRL client) consumes this
information, though more will follow.
The second is a minor change to nsBlocklistService.js to ensure that this ping
takes place whenever the existing blocklist ping happens.
MozReview-Commit-ID: 7SN03AOJ4Wc
2016-03-15 08:55:23 +00:00
Myk Melez
aac50f8e24
Bug 1250352 - stop restricting SyncComponents.manifest to specified apps; r=gps
2016-03-14 10:41:53 -07:00
Ted Mielczarek
68bd5e8c4d
bug 1244743 - Replace MOZ_NATIVE_X with MOZ_SYSTEM_X. r=gps
...
MozReview-Commit-ID: 9ip3qeAXFEe
--HG--
extra : commitid : H6aEkHprVyX
extra : rebase_source : e20d5f4b297caf66711c72cd55dd76f7f9ef9d9c
extra : histedit_source : 47545e0ea61eb66f16545f70e6d3792a389bedb1
2016-02-01 10:49:34 -05:00
Carsten "Tomcat" Book
82cf3c3383
merge mozilla-inbound to mozilla-central a=merge
2016-03-03 11:54:40 +01:00
Mark Hammond
6bf0866c5f
Bug 1249574
- send the notification about synced tab state changing as the tabs engine is enabled or disabled. r=rnewman
2016-03-03 12:20:41 +11:00
J. Ryan Stinnett
2a55d065b7
Bug 1238160 - Rename OriginAttributes.mInBrowser and associated methods. r=bz,mayhemer
...
This change renames OriginAttributes.mInBrowser to mInIsolatedMozBrowser and
nsIPrincipal::GetIsInBrowserElement to GetIsInIsolatedMozBrowserElement. Other
methods that pass these values around also have name changes.
Tokens such as "inBrowser" have previously been serialized into cache keys, used
as DB column names, stored in app registries, etc. No changes are made to any
serialization formats. Only runtime method and variable names are updated.
No behavior changes are made in this patch, so some renamed methods may have
nonsensical implementations. These are corrected in subsequent patches
focused on behavior.
MozReview-Commit-ID: 66HfMlsXFLs
2016-03-02 10:35:56 -06:00
Mark Hammond
0f691c4a60
Bug 1243594 (part 3) - leave the utf-8 encoding of the payload to rest.js instead of directly in loop. r=Standard8
2016-02-26 15:46:30 +11:00
Mark Hammond
bed56e0809
Bug 1243594 (part 2) - have rest.js automatically encode the request body as utf-8. r=gfritzsche
2016-02-26 15:46:30 +11:00
Mark Hammond
9719025fd3
Bug 1243594 (part 1) - remove misleading references to utf8 in Credentials.jsm. r=rfkelly
2016-02-26 15:46:30 +11:00
Mark Hammond
1b46fa3e81
Bug 1248765
- allow syncing of FxA password and don't delete it on unlink. r=rnewman
2016-02-23 09:41:59 +11:00
Mark Hammond
9f175c7457
Bug 1246076 (part 1) - include the favicon in synced tabs records and optionally display it in the synced tabs UI. r=rnewman
2016-02-22 15:43:46 +11:00
sakshi
4032e5c5d0
Bug 1213094 - Removed services.sync.enabled preference. r=markh
2016-02-03 06:07:00 +01:00
Andrew Krawchyk
3080ab6847
Bug 1220654 - Replace removeVisitsTimeframe with History.removeVisitsByFilter and deprecate it. r=mak
...
***
yield on removeVisitsByFilter in tests
MozReview-Commit-ID: JGDaJGEmtoD
***
update bookmarked place tests, inline object declarations
MozReview-Commit-ID: Cxec22UHui0
***
updates for code review
MozReview-Commit-ID: AIRqrJ0B6GQ
--HG--
rename : toolkit/components/places/tests/unit/test_removeVisitsByTimeframe.js => toolkit/components/places/tests/history/test_removeVisits.js
extra : amend_source : dbe2442dceefae9bf79a77f09a9a889f18d4a65b
2016-02-16 14:52:59 -05:00
Dave Townsend
424899c3cd
Bug 1245916: Turn on no-undef in toolkit/mozapps/extensions. r=rhelmer
...
Mostly just declaring globals that Cu.imports defines but there are some actual
bugs here that have been fixed as well as one test that just never ran because
of a hidden exception.
MozReview-Commit-ID: J6uIpYp8ANx
--HG--
extra : rebase_source : 5c19b92e4242088b6fc7a268f255fe9a795928f6
extra : source : 3e5b6df276a9a20fe7b3655656e62a09bc46aaa9
2016-02-03 22:48:48 -08:00
ISHIKAWA, Chiaki
be2b50a7f8
Bug 1248252 - Improper outdated octal constant syntax in M-C tree. Use '0o' prefix. r=dao
...
Be warned. Do not attemp to change the .js "test" source code in ./js
They are meant to check
- the outdated 0666 octal constant is still parsed correctly,
- the outdated 0666 octal constant raises syntax error flag
in strict mode, etc.
So leave them alone.
2016-02-15 08:57:00 +01:00
Carsten "Tomcat" Book
bbe3d019dc
merge mozilla-inbound to mozilla-central a=merge
2016-02-11 11:52:01 +01:00
Mark Goodwin
266741693f
Bug 1227956 - Implement Kinto.js OneCRL client r=rnewman
...
--HG--
extra : rebase_source : 7f2d174df2b1e9971ddf8f9ed211b5b0e7ec2b39
2016-02-09 18:51:08 +00:00
Mark Banner
cd2ee45865
Bug 1246938 - Allow extra headers to be passed via hawk requests. r=markh
...
--HG--
extra : commitid : 3QxWpv2vbXh
2016-02-10 11:21:26 +00:00
Mark Goodwin
a96f295645
Bug 1244776 - Update moz-kinto-client.js to include recent Kinto.js changes r=rnewman
...
Please see the Kinto.js PR for the storage adapter changes:
https://github.com/Kinto/kinto.js/pull/303
Additions and changes to the Firefox storage adapter tests have been made
accordingly.
2016-02-01 16:11:48 +00:00
Carsten "Tomcat" Book
83c31cd8fe
Merge mozilla-central to mozilla-inbound
2016-02-03 12:27:02 +01:00
Mark Hammond
e5e5e2100a
Bug 1241715 - get Sync TPS tests working locally by tweaking observers listened for and the authentication setup. r=whimboo
2016-02-03 11:21:09 +11:00
Mark Hammond
3a3d73e0a7
Bug 1245005 - don't report sync errors due to the application shutting down. r=rnewman
2016-02-03 11:21:09 +11:00
Hector Zhao
ec565a42c9
Bug 1242973 - Make services/mobileid eslintable. r=ferjm
...
--HG--
extra : rebase_source : ad82187f374d319178a48908ce9b02da07f1c62c
2016-01-26 23:10:36 +08:00
Hector Zhao
c79f6b0eef
Bug 1242972 - Make services/fxaccounts eslintable. r=markh
...
--HG--
extra : commitid : BibVRwSbUP9
2016-01-26 23:07:56 +08:00
Hector Zhao
697ebafa7f
Bug 1242975 - Make services/sync eslintable. r=markh
2016-01-26 23:13:31 +08:00
Hector Zhao
e3ec3c4522
Bug 1242966 - Make services/crypto eslintable. r=rnewman
2016-01-26 23:01:32 +08:00
Hector Zhao
0067cc1e04
Bug 1242965 - Make services/common eslintable. r=rnewman
2016-01-28 15:42:16 +08:00
Hector Zhao
37eab7e51a
Bug 1242962 - Make services/cloudsync eslintable. r=rnewman
...
--HG--
extra : transplant_source : %07%E4%9E%E6%9Dj%9A%16%9D%D6%AA%BF%26%F6%1C%06%A0%60%24%0A
2016-01-26 22:52:29 +08:00
brendan
5a94abc3f4
Bug 1237983 - Investigate and remove the Bagheera Client Implementation. r=gfritzsche
2016-01-24 22:33:52 -05:00
Carsten "Tomcat" Book
0ce9718a21
Backed out changeset 1686b901daa4 (bug 1237983) for bustage
2016-01-28 09:36:00 +01:00
brendan
9aceac8c13
Bug 1237983 - Investigate and remove the Bagheera Client Implementation. r=gfritzsche
2016-01-24 22:33:52 -05:00
ffxbld
13bf763708
Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release
2016-01-25 09:01:00 -05:00
Phil Ringnalda
6aeccf0426
Merge f-t to m-c, a=merge
2016-01-23 18:11:37 -08:00
Shane Tomlinson
2bfbabd666
Bug 1204714 - Open Sync Preferences from Firefox Accounts. r=markh
...
Listen for an |fxaccounts:sync_preferences| WebChannel message. Open
about:preferences#sync in the tab that sent the message.
--HG--
extra : rebase_source : 8830abd3a3c3e7919e82a158eef3d39abbbf8dbc
2016-01-07 21:41:46 +00:00
Wes Kocher
f861f48ea6
Merge m-c to fx-team, a=merge
...
--HG--
extra : commitid : Es4cn1Rfk4x
2016-01-21 17:37:58 -08:00
Wes Kocher
da663084df
Merge inbound to m-c a=merge
...
--HG--
extra : commitid : ATxDn3SgryS
2016-01-21 16:24:42 -08:00
aleth
36977bfc4a
Bug 1241306 - Disable services/fxaccounts/tests/xpcshell/test_accounts_device_registration.js for Thunderbird. r=markh
...
--HG--
extra : rebase_source : ad4fe10b36da03402f48c89a864debb66cff9b4f
2016-01-21 12:06:12 +01:00
Kit Cambridge
6b27f0f9b2
Bug 1233298 - Remove query params from the `FXA_HAWK_ERRORS` probe. r=markh
...
--HG--
extra : commitid : EKdiv4nJq1p
extra : rebase_source : 13b57e2a3b2eefe1920b2a850aa05cdb0d820ff0
2016-01-14 14:32:46 -07:00
Phil Booth
8a5646364e
Bug 1227527 - Implement basic FxA device registration. r=markh
2016-01-13 05:55:00 +01:00
Christoph Kerschbaumer
df2754a3be
Bug 1241579 - Convert services/ to use channel.open2() (r=sicking)
2016-01-22 11:44:46 -08:00
Christoph Kerschbaumer
150e86404a
Bug 1230221 - Convert JS callsites to use asyncOpen2 within services/ (r=sicking)
2016-01-15 11:39:12 -08:00
Mark Hammond
8ca0986d4e
Bug 1236383 (part 2) - remove the now-unused 2nd param to checkServerError. r=kitcambridge
2016-01-12 12:21:28 +11:00
Mark Hammond
ad3ae4193a
Bug 1236383 (part 1) - remove and rework some Sync/FxA telemetry probes. r=gfritzsche/kitcambridge
2016-01-12 12:21:27 +11:00
Mark Hammond
c8fc9c2276
Bug 1232050 - add telemetry for number of devices attached to sync. r=kitcambridge
2016-01-12 12:21:27 +11:00
Alessio Placitelli
f41d7616d2
Bug 1235345 - Remove services/metrics. r=gfritzsche
2016-01-07 04:23:00 +01:00
Alessio Placitelli
90ac94e427
Bug 1234526 - Remove unused healthreporter prefs. r=gfritzsche
...
--HG--
rename : services/healthreport/healthreport-prefs.js => toolkit/components/telemetry/healthreport-prefs.js
2016-01-05 06:41:00 +01:00
Alessio Placitelli
ac140e254c
Bug 1234526 - Remove services/healthreport. r=gfritzsche
...
--HG--
rename : services/healthreport/docs/architecture.rst => toolkit/components/telemetry/docs/fhr/architecture.rst
rename : services/healthreport/docs/dataformat.rst => toolkit/components/telemetry/docs/fhr/dataformat.rst
rename : services/healthreport/docs/identifiers.rst => toolkit/components/telemetry/docs/fhr/identifiers.rst
rename : services/healthreport/docs/index.rst => toolkit/components/telemetry/docs/fhr/index.rst
2016-01-06 09:07:00 +01:00
Alessio Placitelli
d2b9daba28
Bug 1234522 - Fix or remove the tests relying on the data reporting service. r=gfritzsche
2016-01-05 06:29:00 +01:00
Alessio Placitelli
0ca9853f5c
Bug 1234522 - Remove references to the data reporting service. r=gfritzsche,smaug
2016-01-05 06:29:00 +01:00
Alessio Placitelli
cf73009777
Bug 1234522 - Remove services/datareporting. r=gfritzsche
...
--HG--
rename : services/datareporting/datareporting-prefs.js => toolkit/components/telemetry/datareporting-prefs.js
2016-01-05 02:01:00 +01:00
Anup Kumar
64a1cfc0a0
Bug 1234734 - Replace CommonUtils.stackTrace() with Log.stackTrace(). r=markh
...
--HG--
rename : services/common/tests/unit/test_utils_stackTrace.js => toolkit/modules/tests/xpcshell/test_Log_stackTrace.js
2016-01-07 20:44:00 -05:00
Anup Kumar
072ebdb465
Bug 1003204: Removed CommonUtils.exceptionStr() in services/sync r=markh r=gfritzsche
2016-01-07 07:09:00 +01:00
Anup Kumar
8056e9e214
Bug 1003204: Removed CommonUtils.exceptionStr() in services/ r=gfritzsche
2016-01-06 17:53:00 +01:00
Anup Kumar
c14571be80
Bug 1003204: Removed test_utils_exceptionStr.js and its entry in xpcshell.ini r=gfritzsche
2015-12-16 09:46:00 +01:00
Anup Kumar
8ae68951a8
Bug 1003204: Removed CommonUtils.exceptionStr() in services/common/ r=gfritzsche
2015-12-16 09:43:00 +01:00
Shu-yu Guo
1768759efb
Bug 1220564 - Update chrome code uses of genexprs and legacy comprehensions. (r=billm)
2016-01-06 16:02:16 -08:00
Mark Hammond
1b790a8b39
Bug 1055616 - Skip addons addons without a sourceURI or from a non-secure domain rather than treating them as errors. r=rnewman
2016-01-06 11:27:12 +11:00
Mark Hammond
b0294367bc
Bug 1236651 - don't log complete FxA webchannel messages by default. r=nalexander
2016-01-05 11:10:41 +11:00
David Keeler
418ceb887b
bug 1233853 - make nsSyncJPAKE aware of NSS shutdown r=jcj
...
Also fixes a few preexisting leaks and uses scoped types so that sort of thing
will be less likely to happen in the future.
--HG--
extra : rebase_source : c7e0c09f3fae7ee7b702c6f85db3206ff2239c30
2015-12-18 14:30:05 -08:00
Alessio Placitelli
5710d42946
Bug 1234502 - Remove FHR SyncProvider. r=gps
2015-12-22 08:14:00 +01:00
Phil Ringnalda
e70ec2d790
Merge m-c to m-i
2015-12-14 22:22:33 -08:00
ffxbld
1d2b3f2fb6
Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release
2015-12-14 15:15:51 -05:00
Mark Hammond
7bc5ad9c02
Bug 1231535 - remove sync spinner and add ellipsis to Synced Tabs panel. r=Gijs
2015-12-10 09:28:54 -05:00
Rémy Hubscher
3adda86da3
Bug 1227877 — loadDump support for Firefox Storage adapter. (r=rnewman)
2015-12-14 11:01:40 +00:00
Wes Kocher
d2615415f5
Backed out 4 changesets (bug 1230221, bug 1230220, bug 1229890) for m-e10s(2) permafails in test_window_open_close.html CLOSED TREE
...
Backed out changeset a1cd28ddbfa2 (bug 1230221)
Backed out changeset 7e89f5020ac7 (bug 1230220)
Backed out changeset 91f6e72fa9f4 (bug 1229890)
Backed out changeset 7e717a810420 (bug 1229890)
--HG--
extra : commitid : BinvCloSNFx
extra : amend_source : 94dfb9ebf66c6e73b1b407e93d8475724d2ae7a2
2015-12-04 15:58:40 -08:00
Christoph Kerschbaumer
28da77fee9
Bug 1230221 - Convert JS callsites to use asyncOpen2 within services/ (r=sicking)
2015-12-04 09:40:11 -08:00
Mark Hammond
852f02ec93
Bug 1229986 - get Sync tps tests starting again. r=whimboo
2015-12-04 12:55:57 +11:00
Carsten "Tomcat" Book
001ae677a5
Merge mozilla-central to mozilla-inbound
2015-12-03 12:07:55 +01:00
Mark Hammond
a9596f0e57
Bug 1201331 (part 1) - use a broadcaster to manage the Sync status. r=adw
...
This patch leverages broadcasters to keep the various sync UI elements sane.
Rather than adding yet another button ID to browser-syncui, we now just update
the broadcaster and let all the elements automagically get the attributes.
2015-12-03 10:05:03 +11:00
Fernando Jimenez
f72f6601ec
Bug 1229023 - Fetch and expose Firefox Accounts profile data. r=markh
2015-12-02 19:41:27 +01:00
Carsten "Tomcat" Book
f3e1aec951
merge mozilla-inbound to mozilla-central a=merge
2015-12-01 15:25:14 +01:00
Mark Hammond
b257aa6ba1
Bug 1225690 - implement a SyncedTabs module to abstract away Sync's internals. r=rnewman
2015-12-01 13:07:21 +11:00
Dave Townsend
47d1a3c958
Bug 1226386: Fix call to Utils.catch to pass the correct this and to give the correct this to AddonWrapper.uninstall(). r=gps
...
--HG--
extra : commitid : FWuxWijkzHE
extra : rebase_source : bef5ded49e3fe6ea44c6f1539dca7f4be6dcbfcf
2015-11-23 09:22:33 -08:00
Carsten "Tomcat" Book
7fc565c303
Merge mozilla-central to fx-team
2015-11-25 13:59:23 +01:00
Georg Fritzsche
11a91ed2ac
Bug 1227579 - Change the main about:healthreport URL to the v4 content. r=dexter
2015-11-25 11:51:17 +01:00
Vlad Filippov
8602e16806
Bug 1218022 - switch to fx_desktop_v2 context for Firefox Accounts. r=markh
2015-11-24 15:46:00 +01:00
Boris Zbarsky
5d774c82cc
Bug 1170760 part 11. Add subclassing support to Promise::Reject. r=baku,efaust
2015-11-25 15:48:09 -05:00
Kyle Machulis
78d7eefaea
Bug 1225293 - Mochitests for Win64 Silverlight Whitelisting; r=bsmedberg
2015-11-24 12:10:27 -08:00
Alessio Placitelli
393965e3bd
Bug 1210815 - Disable FHR v2 data upload. r=gfritzsche
2015-11-20 03:43:00 +01:00
Mark Hammond
2edde3bf98
Bug 1221906
- Allow Sync to only sync specified engines. r=rnewman
2015-11-18 12:49:54 +11:00
Carsten "Tomcat" Book
fde361620f
merge mozilla-inbound to mozilla-central a=merge
2015-11-12 12:00:55 +01:00
Mark Hammond
73f6c40812
Bug 1197625 - delay sync on wake for 5 seconds in the hope the network is back up by then. r=rnewman
2015-11-12 10:54:55 +11:00
Bill McCloskey
4f99faeaed
Bug 967873 - Proxy nsDocumentViewer::PermitUnload to the child process (r=Gijs)
2015-11-11 18:04:21 -08:00
Tooru Fujisawa
17d87da8ac
Bug 1217077 - Remove for-each from services/. r=gps
...
--HG--
extra : commitid : Fyer74kcwGc
2015-10-19 03:52:58 +09:00
Carsten "Tomcat" Book
84680f0783
Merge mozilla-central to fx-team
2015-11-04 12:43:13 +01:00
Pablo Almenar
77a625b250
Bug 691849 - Replace custom Sync notification bars with standard ones. r=markh
2015-11-04 10:21:47 +01:00
Jason Orendorff
1a625d9f04
Bug 1216623 - Part 1: Rename some loop variables to avoid conflicts with ES6 scoping rules. r=fitzgen, r=ttaubert, r=MattN, r=gps.
...
--HG--
extra : commitid : 3eLC5U91GM8
extra : rebase_source : 0933f07c19c0ba87fc34ddd9beaff4bb89e7c690
extra : amend_source : 76fa887d541bfd9f6592b6a6113d76b4df82dea0
2015-10-26 16:33:59 -05:00
Richard Newman
f24fea9d1a
Bug 643633 - Remove TTLs from form history records. r=markh,nalexander
...
--HG--
extra : commitid : HxQHAP2SacO
2015-10-30 22:19:56 -07:00
Wes Kocher
d31ed2617b
Merge inbound to central, a=merge
...
--HG--
extra : commitid : GwjoFY5dx7Q
2015-10-30 16:35:46 -07:00
Mark Goodwin
5d07d0d9b5
Bug 1216749 - Additional kinto client tests (r=rnewman)
2015-10-30 09:02:01 +00:00
Mark Goodwin
199296f744
Bug 1216749 - Land the Firefox Kinto.js client (r=rnewman)
...
Kinto.js lives here: https://github.com/Kinto/kinto.js - there is a set of files
(currently in a branch) that allow creation of the jsm included in this patch.
The branch is here: https://github.com/Kinto/kinto.js/tree/212-firefox-entry-point
To create the jsm, run 'npm run dist-fx' in the kinto.js dir
2015-10-30 09:01:58 +00:00
ffxbld
ec6c8fefef
Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release
2015-10-29 07:45:54 -04:00
Wes Kocher
cf26a3fcc7
Merge m-c to fx-team, a=merge
2015-10-22 16:58:03 -07:00
Mark Hammond
008e0c5f43
Bug 1205928 - update the Sync migration code to automatically and unconditionally disconnect from legacy Sync. r=adw
2015-10-23 08:37:31 +11:00
Carsten "Tomcat" Book
9fcc822888
Backed out changeset 1df2049352ff (bug 1205928) for bc7 test bustage on a CLOSED TREE
2015-10-21 12:01:38 +02:00
Mark Hammond
43b5036225
Bug 1205928 - update the Sync migration code to automatically and unconditionally disconnect from legacy Sync. r=adw
...
--HG--
extra : rebase_source : d25e174f975077705bb0070161253e34a22e478e
2015-10-21 15:00:13 +11:00
Fernando Jimenez
a2be7792f3
Bug 1215509 - Allow signUp in FxAccountsClient to use ?key=true. r=markh
2015-10-22 16:18:17 +08:00
Andrew Krawchyk
853a55e6e0
Bug 1124185 - Replace removeAllPages with history.clear() and deprecate it. r=mak
...
--HG--
extra : transplant_source : %A1QQ%C1T%99y%9B%92%3A%D6Jc%E9%D1UoQ%C3X
2015-10-28 13:51:59 -04:00
Fernando Jimenez
22e4079a60
Bug 1211606
- Only fetch keys when Sync is enabled via 'services.sync.enabled' pref changed from Gaia. r=fabrice
2015-10-15 23:36:58 +02:00
Mark Hammond
f8d9dac2f5
Bug 1214076 - allow TokenServerClient errors to be JSON.stringify'd. r=rnewman
2015-10-15 08:57:31 +11:00
Mark Hammond
11d951d563
Bug 1212633 - include mobile and unfiled folders in Sync's concept of 'all IDs'. r=rnewman
2015-10-13 10:32:18 +11:00
Hiroyuki Ikezoe
b212501277
Bug 1167627 - Part 9: Use mozinfo in services/. r=rnewman
2015-10-11 21:50:00 +02:00
Bill McCloskey
c5d5457154
Back out bug 967873 - Proxy nsDocumentViewer::PermitUnload to the child process
2015-10-07 11:15:11 -07: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
Ekanan Ketunuti
e664d8af04
Bug 820865 - Clean up Sync strings. r=rnewman
...
--HG--
extra : rebase_source : 06451c643eb7a4c77710c84a878a586f130d2b83
2015-09-26 08:49:37 +07:00
Bill McCloskey
207404ad2d
Bug 967873 - Proxy nsDocumentViewer::PermitUnload to the child process (r=Gijs)
2015-10-01 21:18:48 -07:00
Mark Hammond
1a720883b1
Bug 569295 - limit the number of bytes we attempt to upload to the storage servers. r=rnewman
2016-01-21 12:30:25 +11:00
Kevin Grandon
d176e0d847
Bug 1204965 - Graphene support. Merge larch into mozilla-central. r=fabrice r=glandium
2015-09-30 23:49:00 +02:00
Mark Hammond
639d6c6d42
Bug 1207840 - add '?service=sync' to the URL used when disconnecting from Sync. r=zaach
2015-09-30 09:34:37 +10:00
Tooru Fujisawa
1f8ec8e3d4
Bug 1207496 - Part 4: Remove use of expression closure from services/sync/. r=gps
...
--HG--
extra : commitid : JyCsU57jx9W
extra : rebase_source : ed21660ac295a1d1a2fd423e86b8a74267eba088
2015-09-23 18:40:53 +09:00
Tooru Fujisawa
1bddf54a42
Bug 1207496 - Part 3: Remove use of expression closure from services/fxaccounts/. r=markh
...
--HG--
extra : commitid : HCAQePE8WbS
extra : rebase_source : 2d0c293f88060e187f92f437b2b45aa2c50cfb04
2015-09-23 18:40:52 +09:00
Tooru Fujisawa
eee84639cb
Bug 1207496 - Part 2: Remove use of expression closure from services/crypt/. r=mrbkap
...
--HG--
extra : commitid : LkPx7u92lV8
extra : rebase_source : 6de876017e9758260ea3ba84633262d44e7bdee5
2015-09-23 18:40:52 +09:00
Tooru Fujisawa
95e75e96f8
Bug 1207496 - Part 1: Remove use of expression closure from services/common/. r=gps
...
--HG--
extra : commitid : EeWW6zhKp9t
extra : rebase_source : b23def2c39cad03dd5e4b3a3b440e43d3b343b7a
2015-09-23 18:40:52 +09:00
Mark Hammond
e348d6bbbb
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
9db1b58606
No bug - convert 3 test files from CRLF to LF line-endings, r=me
2015-09-28 16:29:06 +10:00
Alessio Placitelli
702e137410
Bug 1208376 - Disable v2 data upload in Firefox 42+. r=gfritzsche
2015-09-25 06:02:00 +02:00
Dave Townsend
a22c2d1f9e
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.
--HG--
extra : commitid : KsbH21csjH4
extra : rebase_source : bc7c08de1ec6e802261b8cd294d88ee2c4e75c2d
2015-09-14 11:04:19 -07:00
Wes Kocher
468b697f04
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)
--HG--
rename : toolkit/mozapps/extensions/test/xpcshell/data/system_addons/system1_1.xpi => toolkit/mozapps/extensions/test/xpcshell/data/system_addons/app1/features/system1@tests.mozilla.org.xpi
rename : toolkit/mozapps/extensions/test/xpcshell/data/system_addons/system2_1.xpi => toolkit/mozapps/extensions/test/xpcshell/data/system_addons/app1/features/system2@tests.mozilla.org.xpi
rename : toolkit/mozapps/extensions/test/xpcshell/data/system_addons/system1_2.xpi => toolkit/mozapps/extensions/test/xpcshell/data/system_addons/app2/features/system1@tests.mozilla.org.xpi
rename : toolkit/mozapps/extensions/test/xpcshell/data/system_addons/system3_1.xpi => toolkit/mozapps/extensions/test/xpcshell/data/system_addons/app2/features/system3@tests.mozilla.org.xpi
rename : toolkit/mozapps/extensions/test/xpcshell/data/system_addons/system1_1_badcert.xpi => toolkit/mozapps/extensions/test/xpcshell/data/system_addons/app3/features/system1@tests.mozilla.org.xpi
2015-09-22 11:02:55 -07:00
Dave Townsend
fb7653707b
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.
--HG--
extra : commitid : FuPUB9X4oYJ
extra : rebase_source : cfcd31d7da5f5b636a2ec11546dbada973d681de
extra : histedit_source : 3df840dc502c6ee4177f1858920d1260e4dc27af
2015-09-14 11:04:19 -07:00
ffxbld
875e811e58
Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release
2015-09-21 10:15:23 -04:00
Kit Cambridge
053d626c80
Bug 1124428 - Add telemetry probes for FxA-related authentication issues. r=markh,vladan
...
--HG--
extra : commitid : AgENo3CiQTo
extra : rebase_source : 502d7dd6ac9e0931119df9ee26ab5c10fe7aa037
2015-09-15 18:18:04 -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
Carsten "Tomcat" Book
1a0ce23fe9
merge mozilla-inbound to mozilla-central a=merge
2015-09-11 16:36:35 +02:00
Mark Hammond
8ecf115473
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
c8c46494d5
Bug 753289 - Apply prefs-related prefs before applying other synced prefs. r=rnewman
...
--HG--
extra : commitid : 6g41EmqibSo
2015-09-10 17:33:50 +01:00
Richard Newman
6a04679f34
Bug 753289 - Pre: rename WEAVE_SYNC_PREFS to PREF_SYNC_PREFS_PREFIX.
...
--HG--
extra : commitid : 5R2KFzCCnD4
2015-09-10 17:33:50 +01:00
Mark Hammond
b6645d901e
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
beb58d3c00
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
5b662cbb9a
Bug 999190 - Part 2 - Listen to logout commands from fxa remote server. r=markh
2015-09-01 11:42:00 +02:00
Edouard Oger
96ac05ce56
Bug 999190 - Part 1 - Detect fxa deletion on sync auth error. r=markh
2015-09-02 16:44:00 +02:00
Alexandre Lissy
6fe343742d
Bug 1164713 - Return error string from FxAccounts. r=ferjm
2015-08-31 07:54:00 -04:00
Ryan VanderMeulen
0f38752ebc
Merge inbound to m-c. a=merge
2015-08-31 15:21:02 -04:00
Mark Hammond
a061eb73d6
Bug 1195603 - prevent Sync from blocking app shutdown. r=rnewman
2015-08-31 11:57:25 +10:00
Fabrice Desré
2e46ff4eff
Bug 1181209
- Make changes to Gecko needed for b2gdroid to boot. r=fabrice
...
--HG--
extra : commitid : 9ntMFgbvjmP
extra : rebase_source : e47230e20d81d2207e129ca451c6e9cfe341ba55
2015-08-25 13:42:24 -07:00
Nick Alexander
d9cf646bc2
Bug 1195388 - Pre: Include services-* resource:// registrations in b2gdroid. r=fabrice
...
--HG--
extra : commitid : 7EAmRzwzO51
extra : rebase_source : 25fb2dbf28818ece7b86f0b0e144cdde26ce835e
2015-08-25 11:28:41 -07:00
Mike Hommey
a7c6eb8a23
Bug 1203032 - Move services/sync/Makefile.in definitions to moz.build. r=gps
2015-09-11 15:01:13 +09:00
Nicholas Nethercote
f44287005f
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.
--HG--
extra : rebase_source : 82e3387abfbd5f1471e953961d301d3d97ed2973
2015-08-27 20:44:53 -07:00
Yoshi Huang
e6070e9062
Bug 1165272 - Part 2: replace getNoAppCodebasePrincipal. r=bholley
2015-08-18 15:01:42 +08:00
Yoshi Huang
4347bb2318
Bug 1165272 - Part 1: remove getAppCodebasePrincipal. r=bholley
2015-08-17 17:03:19 +08:00
Bobby Holley
edfe287f26
Backed out 3 changesets (bug 1165272) for b2g sanity blocker.
2015-08-25 11:16:21 -07:00
Mark Hammond
55fb8ade8c
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
de47f4b89f
Bug 1165272 - Part 2: Replace getNoAppCodebasePrincipal. r=bholley
2015-08-24 01:18:00 -04:00
Yoshi Huang
12efacfa8c
Bug 1165272 - Part 1: Remove getAppCodebasePrincipal. r=bholley
2015-08-24 01:31:00 -04:00
Nick Alexander
3e476662c5
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.
--HG--
extra : commitid : 24gBPiTXVxG
extra : rebase_source : 519ecf0e1fcd376903f21109fdcf5a6a721f8390
2015-08-19 16:44:09 -07:00
Jonathan Griffin
369ec3ac0f
Bug 1136892 - Create an xpcshell-addons tag for running addon-specific xpcshell tests, r=chmanchester
...
--HG--
extra : commitid : 6kGKslC9h14
2015-08-18 11:26:14 -07:00
Mark Hammond
d512c066e4
Bug 1160371 - fix intermittent test_oauth_tokens.js by correctly mocking storage. r=zaach
2015-08-14 10:38:41 +10:00
Mark Hammond
46fc905f48
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
8ccf1e4f1f
Bug 1185629 - ensure Sync tests arrange for an auto-selected allowed port for its test servers. r=oeger
...
--HG--
extra : rebase_source : 628c7904e62a56a4c7512819a48f87db6b7052d0
2015-08-11 10:58:54 +10:00
ffxbld
3188a80526
Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release
2015-08-10 12:20:42 -07:00
Georg Fritzsche
9a368929a7
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
013fab113e
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
28ed82509d
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
45860c61dd
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
6830b9db61
Bug 1156752 - explicitly list where each FxA field is stored. r=zaach
2015-07-27 08:58:53 +10:00
Riadh Chtara
467999bebd
Bug 1134881 - Test sync password timeCreated & timePasswordChanged fields. r=rnewman
...
--HG--
extra : commitid : 1eBJGJfjDho
extra : amend_source : 5b7282dae0b1c86a6f3d5e95031e725c2926f92f
2015-07-13 23:02:07 -07:00
Richard Newman
eb86175c65
Bug 1134881 - Sync password timeCreated & timePasswordChanged fields. r=rnewman
...
--HG--
extra : commitid : IqxZFb847zg
2014-10-15 18:56:29 -07:00
Mark Hammond
a81acd67a8
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
067af1ed18
merge mozilla-inbound to mozilla-central a=merge
2015-07-22 13:59:02 +02:00
Mark Hammond
0f9bf72b94
Bug 1182366 - avoid an invalid bookmark from preventing all bookmarks syncing. r=rnewman
2015-07-22 15:10:42 +10:00
Kyle Machulis
4274ebeef0
Bug 1165981 - Mochitests and test plugin for Win64 plugin disabling; r=bsmedberg
2015-07-21 08:55:18 -07: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
Florian Quèze
7b18d08c58
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
a5268caf0a
Bug 1182071 - Allow System app to fetch Sync keys. r=spenrose
2015-07-21 21:34:37 +02:00
Ryan VanderMeulen
e110ca042b
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
0dde4b6198
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
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
Mark Hammond
e8fa9c90b3
Bug 1003708 - Sync token server pref now lives under identity root. r=nalexander
...
--HG--
extra : rebase_source : 6532a771a664acd0bb203df6095105ed064f642a
2015-07-16 13:19:10 +10:00
Mark Hammond
674553db35
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
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
Mark Hammond
ef15096890
Bug 1181952 - limit the number of FxA profile requests we make in a short period. r=zaach
...
--HG--
extra : rebase_source : 110c6bbc01665ea65a6bed94fc958c8cb4bd78c5
2015-07-15 09:50:59 +10:00
Wes Kocher
d4bfbd2d16
Merge m-c to inbound, a=merge CLOSED TREE
2015-07-10 16:20:27 -07:00
Geoff Brown
52d4e225a0
Bug 1026290 - Update mochitest-chrome manifests for android; r=jgriffin
2015-07-10 14:41:59 -06:00
Alessio Placitelli
f397c3113f
Bug 1180790 - Stop resetting the client id on FHR opt-out. r=gfritzsche
2015-07-09 04:47:00 +02:00
ffxbld
264ecae3ce
Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release
2015-06-29 13:34:04 -07:00
Gregory Szorc
3e949ee8fe
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.
--HG--
extra : commitid : 6tFME1KKfTD
extra : rebase_source : 78728f82f5487281620e00c2a8004cd5e1968087
2015-06-21 17:39:09 -07:00
Gregory Szorc
a19bee3a08
Bug 1176642 - Remove unused imports; r=glandium
...
--HG--
extra : commitid : IZ7JkH4GKW4
extra : rebase_source : 4c3301c5c353be8afed407df4a003a9cac4583e8
2015-06-25 12:16:38 -07:00
Mark Hammond
4311ba661f
Bug 1171253 - enable FxA profile image in Sync preferences pane. r=zaach
2015-06-18 19:28:11 +10:00
Fernando Jimenez
e428265be2
Bug 1174191 - ./mach storage-server is not working. r=rnewman
2015-06-12 19:04:20 +02:00
Richard Newman
80c6bf0504
Bug 1164660 - Sync more visits. r=mak
2015-06-05 10:59:25 -07:00
Richard Newman
39d13da692
Bug 1167827 - Quietly ignore unknown visit codes and invalid visit dates. r=mak
2015-06-05 10:59:24 -07:00
Marco Bonardo
0983863048
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
d98af6849d
Merge f-t to m-c, a=merge
...
--HG--
rename : browser/devtools/performance/modules/io.js => browser/devtools/performance/modules/logic/io.js
2015-05-23 14:28:07 -07:00