| Commit message (Expand) | Author | Age | Lines |
* | Remove error table with unspecified errors. | wolfbeast | 2019-02-21 | -15/+0 |
* | Restore building of common-standalone lib for updater. | wolfbeast | 2019-02-20 | -0/+3 |
* | Remove reference to standalone component. | wolfbeast | 2019-02-20 | -3/+0 |
* | Remove Non ifdef'd service code from toolkit/mozapps/updater/updater.cpp | wolfbeast | 2019-02-20 | -198/+21 |
* | Remove maintenance service code from nsUpdateService and related. | wolfbeast | 2019-02-20 | -142/+13 |
* | Remove conditional MOZ_MAINTENANCE_SERVICE code | wolfbeast | 2019-02-20 | -209/+1 |
* | Remove the WebExtension Add-on Manager from our tree. | wolfbeast | 2019-02-13 | -31321/+0 |
* | Remove WebExtension support from the platform. | wolfbeast | 2019-02-13 | -14/+1 |
* | Restore app.update.url.override preference. | wolfbeast | 2019-02-12 | -7/+31 |
* | Merge pull request #954 from MoonchildProductions/TychoEME-work | Moonchild | 2019-01-31 | -1/+1709 |
|\ |
|
| * | [TychoAM] Fix GMP* so that EME works in Basilisk | Matt A. Tobin | 2019-01-29 | -1/+1709 |
* | | [AM] Remove spurious warning for staged cleanup. | wolfbeast | 2019-01-30 | -1/+1 |
|/ |
|
* | Remove remote add-on debugging control. | wolfbeast | 2019-01-28 | -14/+0 |
* | [WebExAM] Properly handle the add-on name in case it's localized | JustOff | 2019-01-06 | -3/+7 |
* | [TychoAM] Give the second <hbox> an ID so it can be targeted in extensions.xul | Matt A. Tobin | 2018-11-27 | -1/+1 |
* | fix naming of getStartupChanges function | yami | 2018-10-20 | -1/+1 |
* | make style of amInstallTrigger.js more consistent | yami | 2018-10-04 | -1/+1 |
* | remove named function syntax in LightweightThemeManager.jsm | yami | 2018-10-04 | -15/+15 |
* | remove named function syntax in amWebInstallListener.js | yami | 2018-10-04 | -14/+14 |
* | remove named function syntax in AddonManager.jsm | yami | 2018-10-04 | -116/+107 |
* | remove named function syntax in addonManager.js | yami | 2018-10-04 | -17/+13 |
* | Update list of IDs to never send to AUS in AddonUpdateChecker.jsm | Matt A. Tobin | 2018-09-23 | -5/+6 |
* | Clean up app strings and legacy download manager after e92808f0ebbeab3ffb79a0... | wolfbeast | 2018-07-18 | -7/+3 |
* | Use expected dialog button ordering in Launch Application dialog. | wolfbeast | 2018-07-16 | -1/+6 |
* | Issue #634 - aAddon.markAsSeen is not a function newaddon.js | Matt A. Tobin | 2018-07-13 | -3/+8 |
* | [TychoAM] Make resilient to missing pref lightweightThemes.animation.enabled | wolfbeast | 2018-07-03 | -4/+8 |
* | Add HYPE_ICEWEASEL where appropriate | Matt A. Tobin | 2018-06-28 | -2/+10 |
* | [WebExAM] Remove E10SAddonsRollout.jsm | Matt A. Tobin | 2018-06-26 | -1078/+0 |
* | [WebExAM] Remove unused AddonTestUtils.jsm | Matt A. Tobin | 2018-06-26 | -1235/+0 |
* | [AllAM] Remove Mozilla Tests | Matt A. Tobin | 2018-06-26 | -161113/+0 |
* | [AllAM] De-duplicate blocklist.js, list.js, newaddon.js, and xpinstallConfirm.js | Matt A. Tobin | 2018-06-26 | -592/+30 |
* | [AllAM] De-duplicate amContentHander.js | Matt A. Tobin | 2018-06-26 | -103/+3 |
* | [AllAM] De-duplicate ChromeManifestParser.jsm and DeferedSave.jsm | Matt A. Tobin | 2018-06-26 | -467/+34 |
* | [AllAM] De-duplicate Content.js | Matt A. Tobin | 2018-06-26 | -42/+11 |
* | [AllAM] De-duplicate AddonLogging.jsm | Matt A. Tobin | 2018-06-26 | -201/+21 |
* | [WebExAM] Unify the AddonUpdateChecker | Matt A. Tobin | 2018-06-26 | -955/+1 |
* | [TychoAM] Make sure console messages from AddonUpdateChecker indicate which p... | Matt A. Tobin | 2018-06-26 | -15/+15 |
* | [TychoAM] Issue #409 - Upgrade and enhance AddonUpdateChecker including supp... | Matt A. Tobin | 2018-06-25 | -84/+294 |
* | [AllAM] Update the target preference | Matt A. Tobin | 2018-06-25 | -2/+2 |
* | [AllAM] Effectively revert Bug 521905 - Make extensions.checkCompatibility be... | Matt A. Tobin | 2018-06-25 | -14/+2 |
* | [AllAM] Revert Bug 956990 - PREF_CHECKCOMAT_THEMEOVERRIDE | Matt A. Tobin | 2018-06-25 | -35/+2 |
* | Use newer asyncFetch() instead of asyncFetch2() in LWT image optimizer. | wolfbeast | 2018-06-12 | -10/+7 |
* | Move the MOZ_DISABLE_PRECOMPILED_STARTUPCACHE check. | wolfbeast | 2018-06-01 | -11/+11 |
* | Add build config option to disable startup cache precompilation. | wolfbeast | 2018-06-01 | -9/+10 |
* | [WebExAM] Use extensions.minCompatibleAppVersion instead of extensions.minCom... | Matt A. Tobin | 2018-05-29 | -2/+2 |
* | Merge pull request #404 from janekptacijarabaci/pm_global-scope_1 | Moonchild | 2018-05-29 | -17/+19 |
|\ |
|
| * | [PALEMOON] [frontend vs backend] Part 2: Mass-replace global-scope let/const... | janekptacijarabaci | 2018-05-28 | -17/+19 |
* | | [WebExAM] Deduplicate toolkit/mozapps/webextensions | Matt A. Tobin | 2018-05-28 | -794/+20 |
* | | [WebExAM] Follow up to 351cf2703 | Matt A. Tobin | 2018-05-28 | -4/+4 |
* | | [WebExAM] Issue #402 - Make JSON update manifests assume Firefox instead of T... | Matt A. Tobin | 2018-05-28 | -5/+14 |
|/ |
|