summaryrefslogtreecommitdiffstats
path: root/services/sync/modules
Commit message (Collapse)AuthorAgeLines
* Issue #1208: Update Sync policies.js getters/setters to prevent race.wolfbeast2019-08-15-15/+55
|
* Issue #1208: Remove `services.sync.enabled` pref.wolfbeast2019-08-15-19/+2
| | | | | | | Sync will not do anything unless specifically set up to do so and at least one engine is enabled, so there's no need for this "master switch" to force it disabled based on engines being disabled (which was its previous function to shortcut syncing in that situation).
* Issue #1208: Fix jsonLoad in Sync's `util.js` to handle errors.wolfbeast2019-08-15-4/+12
| | | | | - `OS.Path.join` can throw, so we always need to try/catch it. - Also do a sanity check to make sure `callback` is defined before use
* Update sync clear history function to use new clear() API call.Sean Greenslade2019-05-11-1/+1
|
* Merge branch 'master' into default-prefAscrod2019-04-18-40/+0
|\
| * Remove Firefox Accounts service and tie-ins.wolfbeast2019-04-19-40/+0
| | | | | | | | See previous commit for removal of browser identity module.
* | Issue #991 Part 6: ServicesAscrod2019-04-13-6/+1
|/
* Fix status.jswolfbeast2018-11-30-1/+0
|
* Remove FxA BrowserIDManager authwolfbeast2018-11-30-788/+1
|
* Remove fxAccountsEnabled()wolfbeast2018-11-30-3/+2
|
* Remove get/setFxAMigrationSentinelwolfbeast2018-11-30-86/+0
|
* Remove telemetry calls from syncwolfbeast2018-11-30-6/+0
|
* Remove healthreport telemetry module from Sync + testswolfbeast2018-11-30-262/+0
|
* Remove FxaMigrator modulewolfbeast2018-11-30-546/+0
|
* Prevent form sync error when there's nothing to sync.wolfbeast2018-10-30-0/+3
|
* Update constants.wolfbeast2018-10-24-1/+5
|
* Pass exceptions directly to logger.wolfbeast2018-10-24-59/+49
|
* Teach Sync history engine about TRANSITION_RELOAD visit type.wolfbeast2018-10-06-1/+1
|
* Fix error in locallyModified.wolfbeast2018-10-06-1/+1
|
* Make Everything Work™wolfbeast2018-10-06-16/+1
|
* Update constants.js for array assignment.wolfbeast2018-10-06-2/+6
|
* Update sync client for JS changes.wolfbeast2018-10-06-130/+155
|
* Import Tycho weave clientwolfbeast2018-10-06-5123/+2602
|
* Remove FxA migrator.wolfbeast2018-09-02-99/+0
| | | | This resolves #637
* Don't try to fetch FxA migration sentinel from non-supporting server.wolfbeast2018-07-15-1/+2
| | | | This resolves #522.
* Use a pref for supported Sync server API levelswolfbeast2018-06-09-24/+25
|
* Partially disentangle FxA from Weave so Pale Moon Sync can work.wolfbeast2018-06-08-0/+134
|
* Fix unsafe "instanceof" negationsjanekptacijarabaci2018-05-02-3/+3
| | | | https://github.com/MoonchildProductions/Pale-Moon/pull/1173
* Remove kinto client, Firefox kinto storage adapter, blocklist update client ↵Matt A. Tobin2018-02-02-278/+0
| | | | and integration with sync, OneCRL and the custom time check for derives system time.
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+19025