summaryrefslogtreecommitdiffstats
path: root/toolkit/mozapps
Commit message (Collapse)AuthorAgeLines
* Issue #187: Remove solaris conditional code.wolfbeast2019-03-30-86/+0
|
* Replace unsupported `null` default values with an empty string.wolfbeast2019-03-28-9/+6
| | | | Fixes #1028
* Remove obsolete getPref helpers.Ascrod2019-03-24-82/+35
|
* Remove error table with unspecified errors.wolfbeast2019-02-21-15/+0
| | | | Tag #145
* Restore building of common-standalone lib for updater.wolfbeast2019-02-20-0/+3
| | | | Tag #145
* Remove reference to standalone component.wolfbeast2019-02-20-3/+0
| | | | Tag #145
* Remove Non ifdef'd service code from toolkit/mozapps/updater/updater.cppwolfbeast2019-02-20-198/+21
| | | | Tag #145
* Remove maintenance service code from nsUpdateService and related.wolfbeast2019-02-20-142/+13
| | | | Tag #145
* Remove conditional MOZ_MAINTENANCE_SERVICE codewolfbeast2019-02-20-209/+1
| | | | Tag #145
* Remove the WebExtension Add-on Manager from our tree.wolfbeast2019-02-13-31321/+0
| | | | Tag #936
* Remove WebExtension support from the platform.wolfbeast2019-02-13-14/+1
| | | | | | - Conditional code - WE APIs - WE toolkit theming
* Restore app.update.url.override preference.wolfbeast2019-02-12-7/+31
|
* Merge pull request #954 from MoonchildProductions/TychoEME-workMoonchild2019-01-31-1/+1709
|\ | | | | [TychoAM] Fix GMP* so that EME works in Basilisk
| * [TychoAM] Fix GMP* so that EME works in BasiliskMatt A. Tobin2019-01-29-1/+1709
| | | | | | | | Also, keep WebExAM working for the moment
* | [AM] Remove spurious warning for staged cleanup.wolfbeast2019-01-30-1/+1
|/ | | | This fixes #773.
* Remove remote add-on debugging control.wolfbeast2019-01-28-14/+0
|
* [WebExAM] Properly handle the add-on name in case it's localizedJustOff2019-01-06-3/+7
|
* [TychoAM] Give the second <hbox> an ID so it can be targeted in extensions.xulMatt A. Tobin2018-11-27-1/+1
|
* fix naming of getStartupChanges functionyami2018-10-20-1/+1
|
* make style of amInstallTrigger.js more consistentyami2018-10-04-1/+1
|
* remove named function syntax in LightweightThemeManager.jsmyami2018-10-04-15/+15
|
* remove named function syntax in amWebInstallListener.jsyami2018-10-04-14/+14
|
* remove named function syntax in AddonManager.jsmyami2018-10-04-116/+107
|
* remove named function syntax in addonManager.jsyami2018-10-04-17/+13
|
* Update list of IDs to never send to AUS in AddonUpdateChecker.jsmMatt A. Tobin2018-09-23-5/+6
|
* Clean up app strings and legacy download manager after ↵wolfbeast2018-07-18-7/+3
| | | | e92808f0ebbeab3ffb79a0b1a4d190f61fb8b43a
* Use expected dialog button ordering in Launch Application dialog.wolfbeast2018-07-16-1/+6
| | | | This resolves #639.
* Issue #634 - aAddon.markAsSeen is not a function newaddon.jsMatt A. Tobin2018-07-13-3/+8
|
* [TychoAM] Make resilient to missing pref lightweightThemes.animation.enabledwolfbeast2018-07-03-4/+8
|
* Add HYPE_ICEWEASEL where appropriateMatt A. Tobin2018-06-28-2/+10
|
* [WebExAM] Remove E10SAddonsRollout.jsmMatt A. Tobin2018-06-26-1078/+0
| | | | The associated preferences will have to remain for the time being because of nsAppRunner.cpp reads them.
* [WebExAM] Remove unused AddonTestUtils.jsmMatt A. Tobin2018-06-26-1235/+0
|
* [AllAM] Remove Mozilla TestsMatt A. Tobin2018-06-26-161113/+0
|
* [AllAM] De-duplicate blocklist.js, list.js, newaddon.js, and xpinstallConfirm.jsMatt A. Tobin2018-06-26-592/+30
|
* [AllAM] De-duplicate amContentHander.jsMatt A. Tobin2018-06-26-103/+3
|
* [AllAM] De-duplicate ChromeManifestParser.jsm and DeferedSave.jsmMatt A. Tobin2018-06-26-467/+34
|
* [AllAM] De-duplicate Content.jsMatt A. Tobin2018-06-26-42/+11
|
* [AllAM] De-duplicate AddonLogging.jsmMatt A. Tobin2018-06-26-201/+21
|
* [WebExAM] Unify the AddonUpdateCheckerMatt A. Tobin2018-06-26-955/+1
|
* [TychoAM] Make sure console messages from AddonUpdateChecker indicate which ↵Matt A. Tobin2018-06-26-15/+15
| | | | parser they originate from
* [TychoAM] Issue #409 - Upgrade and enhance AddonUpdateChecker including ↵Matt A. Tobin2018-06-25-84/+294
| | | | support for update.json
* [AllAM] Update the target preferenceMatt A. Tobin2018-06-25-2/+2
|
* [AllAM] Effectively revert Bug 521905 - Make extensions.checkCompatibility ↵Matt A. Tobin2018-06-25-14/+2
| | | | be per-application-version
* [AllAM] Revert Bug 956990 - PREF_CHECKCOMAT_THEMEOVERRIDEMatt A. Tobin2018-06-25-35/+2
|
* Use newer asyncFetch() instead of asyncFetch2() in LWT image optimizer.wolfbeast2018-06-12-10/+7
| | | | This resolves #485.
* Move the MOZ_DISABLE_PRECOMPILED_STARTUPCACHE check.wolfbeast2018-06-01-11/+11
|
* Add build config option to disable startup cache precompilation.wolfbeast2018-06-01-9/+10
| | | | This resolves #418.
* [WebExAM] Use extensions.minCompatibleAppVersion instead of ↵Matt A. Tobin2018-05-29-2/+2
| | | | extensions.minCompatiblePlatformVersion for update.json
* Merge pull request #404 from janekptacijarabaci/pm_global-scope_1Moonchild2018-05-29-17/+19
|\ | | | | [PALEMOON] [frontend vs backend] Part 2: Mass-replace global-scope let/const with var in Pale Moon and TychoAM
| * [PALEMOON] [frontend vs backend] Part 2: Mass-replace global-scope ↵janekptacijarabaci2018-05-28-17/+19
| | | | | | | | | | | | | | | | | | let/const with var in Pale Moon and TychoAM Issue #155 Part 2 for: https://github.com/MoonchildProductions/UXP/commit/931950a880b3550490422b1855c509be10586858