summaryrefslogtreecommitdiffstats
path: root/toolkit/mozapps/extensions
Commit message (Collapse)AuthorAgeLines
* Take files out of preprocessing that no longer require itMatt A. Tobin2020-04-07-3/+0
|
* Issue #1053 - Remove android support from toolkitMatt A. Tobin2020-02-25-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-02-19-0/+8
|
* Issue #1445 - remove redundant nativeIndicatorwolfbeast2020-02-19-21/+0
| | | | This resolves #1445
* Issue #1446 - Only match extension add-on types for target applications.wolfbeast2020-02-17-6/+9
| | | | This resolves #1446
* Issue #1446 - Only allow extension add-on types for Firefox compat mode.wolfbeast2020-02-17-2/+2
|
* Issue #1445 - Clarify the status of extensions in the Add-On managerwolfbeast2020-02-16-3/+20
| | | | This resolves #1445.
* Issue #65 - Remove AppConstants from toolkit/mozapps/extensionsMatt A. Tobin2020-02-06-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
* [AllAM] Update the target preferenceMatt A. Tobin2018-06-25-1/+1
|
* [AllAM] Effectively revert Bug 521905 - Make extensions.checkCompatibility ↵Matt A. Tobin2018-06-25-5/+1
| | | | be per-application-version
* [AllAM] Revert Bug 956990 - PREF_CHECKCOMAT_THEMEOVERRIDEMatt A. Tobin2018-06-25-17/+1
|
* Use newer asyncFetch() instead of asyncFetch2() in LWT image optimizer.wolfbeast2018-06-12-10/+7
| | | | This resolves #485.
* 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
* | [WebExAM] Deduplicate toolkit/mozapps/webextensionsMatt A. Tobin2018-05-28-1/+468
|/
* Issue #347 - TychoAM nsBlocklistService does not support gfxBlacklistMatt A. Tobin2018-05-15-1483/+0
|
* Remove other gonk widget conditionals and unused files.wolfbeast2018-05-13-3/+3
| | | | Tag #288.
* Remove MOZ_WIDGET_GONK [2/2]wolfbeast2018-05-13-2/+0
| | | | Tag #288