Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | 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 | -15939/+4 |
|\ | ||||
| * | Remove Firefox Accounts service and tie-ins. | wolfbeast | 2019-04-19 | -11859/+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 | |||
| * | Remove CloudSync | wolfbeast | 2019-03-13 | -2712/+0 |
| | | | | | | | | Tag #812 | |||
* | | Issue #991 Part 6: Services | Ascrod | 2019-04-13 | -27/+5 |
|/ | ||||
* | 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/+7 |
| | ||||
* | 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 |
| | ||||
* | Remove MOZ_B2G leftovers and some dead B2G-only components. | wolfbeast | 2018-05-12 | -662/+2 |
| | ||||
* | Fix unsafe "instanceof" negations | janekptacijarabaci | 2018-05-02 | -8/+8 |
| | | | | 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 | |||
* | moebius#130: URL parser - fix: don't allow empty host name | janekptacijarabaci | 2018-04-15 | -2/+2 |
| | | | | https://github.com/MoonchildProductions/moebius/issues/130 | |||
* | Crypto Services (utils) - Support for SHA224-512 | janekptacijarabaci | 2018-02-21 | -39/+43 |
| | ||||
* | 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 | -8626/+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/+107574 |