summaryrefslogtreecommitdiffstats
path: root/toolkit/mozapps/extensions
Commit message (Collapse)AuthorAgeLines
* Revert "Revert "Issue #1445 - Add a link to details on using Firefox ↵Moonchild2020-07-12-0/+8
| | | | | | extensions in Pale Moon"" This reverts commit 7ba07f4a17944fc64607a0804df5df7220cf74a8.
* Revert "Revert "Issue #1445 - remove redundant nativeIndicator""Moonchild2020-07-12-21/+0
| | | | This reverts commit 0fb23389f51ef0f1faddd05975159e3be14181bc.
* Revert "Revert "Issue #1446 - Only match extension add-on types for target ↵Moonchild2020-07-12-6/+9
| | | | | | applications."" This reverts commit b089b365d6b55948be49c7dbb5a11e9a6872d6a0.
* Revert "Revert "Issue #1446 - Only allow extension add-on types for Firefox ↵Moonchild2020-07-12-2/+2
| | | | | | compat mode."" This reverts commit 55fa46d059cc4dc62914c2870ef4f7d6612bcd19.
* Revert "Revert "Issue #1445 - Clarify the status of extensions in the Add-On ↵Moonchild2020-07-12-3/+20
| | | | | | manager"" This reverts commit d21b46fc9c9278bc0529fe8736d2c9e91dee75bc.
* Revert "Issue #1445 - Clarify the status of extensions in the Add-On manager"RELBASE_20200427wolfbeast2020-04-27-20/+3
| | | | This reverts commit f107de8a9051489a7cb786ff0106d8f3ab046ca8.
* Revert "Issue #1446 - Only allow extension add-on types for Firefox compat ↵wolfbeast2020-04-27-2/+2
| | | | | | mode." This reverts commit e8417acbff563634f11f25461d953b951caac056.
* Revert "Issue #1446 - Only match extension add-on types for target ↵wolfbeast2020-04-27-9/+6
| | | | | | applications." This reverts commit 4889e6dbbd2e13e778e7a244e7834ffc881e7a80.
* Revert "Issue #1445 - remove redundant nativeIndicator"wolfbeast2020-04-27-0/+21
| | | | This reverts commit 2073a7f1c98d37b03648a4b33619e5b03f8dfeda.
* Revert "Issue #1445 - Add a link to details on using Firefox extensions in ↵wolfbeast2020-04-27-8/+0
| | | | | | Pale Moon" This reverts commit c220c30bbb25015d85bd243a6445ca84401297a9.
* Take files out of preprocessing that no longer require itMatt A. Tobin2020-04-14-3/+0
|
* Issue #1053 - Remove android support from toolkitMatt A. Tobin2020-04-14-8/+5
| | | | Note: Does not remove support completely from toolkit/mozapps/installer or from telemetry or AppConstants.jsm
* Issue #1445 - Add a link to details on using Firefox extensions in Pale MoonJustOff2020-04-14-0/+8
|
* Issue #1445 - remove redundant nativeIndicatorwolfbeast2020-04-14-21/+0
| | | | This resolves #1445
* Issue #1446 - Only match extension add-on types for target applications.wolfbeast2020-04-14-6/+9
| | | | This resolves #1446
* Issue #1446 - Only allow extension add-on types for Firefox compat mode.wolfbeast2020-04-14-2/+2
|
* Issue #1445 - Clarify the status of extensions in the Add-On managerwolfbeast2020-04-14-3/+20
| | | | This resolves #1445.
* Issue #65 - Remove AppConstants from toolkit/mozapps/extensionsMatt A. Tobin2020-04-14-8/+11
|
* Issue #1300 - Clear the message manager script cache when updating and ↵JustOff2019-11-22-9/+13
| | | | removing add-ons
* Issue #1259 - Adjust Widewine strings after removing Adobe Primetime supportJustOff2019-11-16-2/+2
|
* Issue #1259 - Part 4. Remove Adobe EME from GMPUtilsadeshkp2019-11-10-8/+3
|
* Issue #1259 - Part 3. Remove Adobe EME as a GMP sourceadeshkp2019-11-10-3/+0
|
* Issue #1259 - Part 2. Remove Adobe Primetime localization stringsadeshkp2019-11-10-11/+0
|
* Issue #1183 - Fix incorrect conditional preventing Discover Error Page from ↵FranklinDM2019-07-15-1/+1
| | | | showing up
* Use UpdateUtils in GMPInstallManager.jsmMatt A. Tobin2019-04-25-47/+3
|
* Remove SecurityUI telemetry.adeshkp2019-04-21-8/+0
|
* Issue #991 Part 8: Toolkit everything elseAscrod2019-04-13-131/+36
|
* Remove WebExtension support from the platform.wolfbeast2019-02-13-14/+1
| | | | | | - Conditional code - WE APIs - WE toolkit theming
* Merge pull request #954 from MoonchildProductions/TychoEME-workMoonchild2019-01-31-1/+1184
|\ | | | | [TychoAM] Fix GMP* so that EME works in Basilisk
| * [TychoAM] Fix GMP* so that EME works in BasiliskMatt A. Tobin2019-01-29-1/+1184
| | | | | | | | 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
|
* [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
|
* Issue #634 - aAddon.markAsSeen is not a function newaddon.jsMatt A. Tobin2018-07-13-2/+7
|
* [TychoAM] Make resilient to missing pref lightweightThemes.animation.enabledwolfbeast2018-07-03-4/+8
|
* [AllAM] Remove Mozilla TestsMatt A. Tobin2018-06-26-73717/+0
|
* [AllAM] De-duplicate blocklist.js, list.js, newaddon.js, and xpinstallConfirm.jsMatt A. Tobin2018-06-26-18/+26
|
* [AllAM] De-duplicate amContentHander.jsMatt A. Tobin2018-06-26-2/+2
|
* [AllAM] De-duplicate ChromeManifestParser.jsm and DeferedSave.jsmMatt A. Tobin2018-06-26-33/+32
|
* [AllAM] De-duplicate Content.jsMatt A. Tobin2018-06-26-3/+10
|
* [AllAM] De-duplicate AddonLogging.jsmMatt A. Tobin2018-06-26-8/+20
|
* [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