Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Take files out of preprocessing that no longer require it | Matt A. Tobin | 2020-04-14 | -4/+1 |
| | ||||
* | Issue #1208: Update Sync policies.js getters/setters to prevent race. | wolfbeast | 2019-08-15 | -15/+55 |
| | ||||
* | Issue #1208: Remove `services.sync.enabled` pref. | wolfbeast | 2019-08-15 | -24/+3 |
| | | | | | | | 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. | wolfbeast | 2019-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 Greenslade | 2019-05-11 | -1/+1 |
| | ||||
* | Issue #1049 - Show sync status via label of sync-button | Matt A. Tobin | 2019-04-21 | -0/+1 |
| | ||||
* | Merge branch 'master' into default-pref | Ascrod | 2019-04-18 | -1425/+4 |
|\ | ||||
| * | Remove Firefox Accounts service and tie-ins. | wolfbeast | 2019-04-19 | -47/+1 |
| | | | | | | | | See previous commit for removal of browser identity module. | |||
| * | Remove various FxA tests | Moonchild | 2019-04-18 | -921/+3 |
| | | ||||
| * | Remove some fxa tests. | wolfbeast | 2019-03-13 | -457/+0 |
| | | | | | | | | Tag #812 | |||
* | | Issue #991 Part 6: Services | Ascrod | 2019-04-13 | -6/+1 |
|/ | ||||
* | Juggle some strings. | wolfbeast | 2018-12-03 | -0/+6 |
| | ||||
* | Revert "Restore missing broadcaster strings" | wolfbeast | 2018-12-03 | -5/+0 |
| | | | | This reverts commit 11d1af7af1799ca32216883862aa78e2e18b57c2. | |||
* | Restore missing broadcaster strings | wolfbeast | 2018-12-01 | -0/+5 |
| | ||||
* | Fix status.js | wolfbeast | 2018-11-30 | -1/+0 |
| | ||||
* | Remove FxA BrowserIDManager auth | wolfbeast | 2018-11-30 | -789/+1 |
| | ||||
* | TPS logging: use app name | wolfbeast | 2018-11-30 | -2/+2 |
| | ||||
* | Remove fxAccountsEnabled() | wolfbeast | 2018-11-30 | -45/+7 |
| | ||||
* | Remove get/setFxAMigrationSentinel | wolfbeast | 2018-11-30 | -86/+0 |
| | ||||
* | Remove telemetry calls from sync | wolfbeast | 2018-11-30 | -9/+0 |
| | ||||
* | Remove healthreport telemetry module from Sync + tests | wolfbeast | 2018-11-30 | -1089/+0 |
| | ||||
* | Remove FxaMigrator module | wolfbeast | 2018-11-30 | -547/+0 |
| | ||||
* | Bump Weave client version | wolfbeast | 2018-11-30 | -1/+1 |
| | ||||
* | Prevent form sync error when there's nothing to sync. | wolfbeast | 2018-10-30 | -0/+3 |
| | ||||
* | Update constants. | wolfbeast | 2018-10-24 | -1/+5 |
| | ||||
* | Pass exceptions directly to logger. | wolfbeast | 2018-10-24 | -59/+49 |
| | ||||
* | Teach Sync history engine about TRANSITION_RELOAD visit type. | wolfbeast | 2018-10-06 | -1/+1 |
| | ||||
* | Fix error in locallyModified. | wolfbeast | 2018-10-06 | -1/+1 |
| | ||||
* | Make Everything Work™ | wolfbeast | 2018-10-06 | -17/+3 |
| | ||||
* | Update constants.js for array assignment. | wolfbeast | 2018-10-06 | -2/+6 |
| | ||||
* | Update sync client for JS changes. | wolfbeast | 2018-10-06 | -228/+256 |
| | ||||
* | Import Tycho weave client | wolfbeast | 2018-10-06 | -16759/+7272 |
| | ||||
* | Remove FxA migrator. | wolfbeast | 2018-09-02 | -227/+0 |
| | | | | This resolves #637 | |||
* | Don't try to fetch FxA migration sentinel from non-supporting server. | wolfbeast | 2018-07-15 | -1/+2 |
| | | | | This resolves #522. | |||
* | Rename some remaining strings "firefox[-branding].js" to ↵ | janekptacijarabaci | 2018-07-08 | -1/+1 |
| | | | | | | | "basilisk[-branding.js]" (or [application].js) Ad: https://github.com/MoonchildProductions/UXP/commit/30cc819b77891ec4c097156670ecb5ce10b5d9c7 | |||
* | Cleanup WebExAM test dependencies | Matt A. Tobin | 2018-06-26 | -1/+0 |
| | ||||
* | Fix misc regressions in en-US locale | JustOff | 2018-06-20 | -1/+1 |
| | ||||
* | Merge pull request #465 from janekptacijarabaci/pm_sync_strings_1 | Moonchild | 2018-06-09 | -4/+23 |
|\ | | | | | [PALEMOON] [frontend vs backend] Sync - add missed strings in sync.properties | |||
| * | [PALEMOON] [frontend vs backend] Sync - add missed strings in sync.properties | janekptacijarabaci | 2018-06-09 | -4/+23 |
| | | | | | | | | Issue #308 | |||
* | | Use a pref for supported Sync server API levels | wolfbeast | 2018-06-09 | -24/+26 |
|/ | ||||
* | Partially disentangle FxA from Weave so Pale Moon Sync can work. | wolfbeast | 2018-06-08 | -4/+149 |
| | ||||
* | Fix unsafe "instanceof" negations | janekptacijarabaci | 2018-05-02 | -5/+5 |
| | | | | https://github.com/MoonchildProductions/Pale-Moon/pull/1173 | |||
* | moebius#30 and #37: ForgetAboutSite.jsm - promise - serialize vs. parallel + ↵ | janekptacijarabaci | 2018-04-24 | -2/+2 |
| | | | | | | | a comment https://github.com/MoonchildProductions/moebius/pull/30 https://github.com/MoonchildProductions/moebius/pull/37 | |||
* | Move WebExtensions enabled Add-ons Manager | Matt A. Tobin | 2018-02-10 | -2/+2 |
| | ||||
* | Remove kinto client, Firefox kinto storage adapter, blocklist update client ↵ | Matt A. Tobin | 2018-02-02 | -279/+0 |
| | | | | and integration with sync, OneCRL and the custom time check for derives system time. | |||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 | -0/+71294 |