summaryrefslogtreecommitdiff
path: root/toolkit/mozapps/extensions
Commit message (Collapse)AuthorAge
* Use UpdateUtils in GMPInstallManager.jsmMatt A. Tobin2019-04-25
|
* Remove SecurityUI telemetry.adeshkp2019-04-21
|
* Issue #991 Part 8: Toolkit everything elseAscrod2019-04-13
|
* Remove WebExtension support from the platform.wolfbeast2019-02-13
| | | | | | - Conditional code - WE APIs - WE toolkit theming
* Merge pull request #954 from MoonchildProductions/TychoEME-workMoonchild2019-01-31
|\ | | | | [TychoAM] Fix GMP* so that EME works in Basilisk
| * [TychoAM] Fix GMP* so that EME works in BasiliskMatt A. Tobin2019-01-29
| | | | | | | | Also, keep WebExAM working for the moment
* | [AM] Remove spurious warning for staged cleanup.wolfbeast2019-01-30
|/ | | | This fixes #773.
* Remove remote add-on debugging control.wolfbeast2019-01-28
|
* [TychoAM] Give the second <hbox> an ID so it can be targeted in extensions.xulMatt A. Tobin2018-11-27
|
* fix naming of getStartupChanges functionyami2018-10-20
|
* make style of amInstallTrigger.js more consistentyami2018-10-04
|
* remove named function syntax in LightweightThemeManager.jsmyami2018-10-04
|
* remove named function syntax in amWebInstallListener.jsyami2018-10-04
|
* remove named function syntax in AddonManager.jsmyami2018-10-04
|
* remove named function syntax in addonManager.jsyami2018-10-04
|
* Update list of IDs to never send to AUS in AddonUpdateChecker.jsmMatt A. Tobin2018-09-23
|
* Issue #634 - aAddon.markAsSeen is not a function newaddon.jsMatt A. Tobin2018-07-13
|
* [TychoAM] Make resilient to missing pref lightweightThemes.animation.enabledwolfbeast2018-07-03
|
* [AllAM] Remove Mozilla TestsMatt A. Tobin2018-06-26
|
* [AllAM] De-duplicate blocklist.js, list.js, newaddon.js, and xpinstallConfirm.jsMatt A. Tobin2018-06-26
|
* [AllAM] De-duplicate amContentHander.jsMatt A. Tobin2018-06-26
|
* [AllAM] De-duplicate ChromeManifestParser.jsm and DeferedSave.jsmMatt A. Tobin2018-06-26
|
* [AllAM] De-duplicate Content.jsMatt A. Tobin2018-06-26
|
* [AllAM] De-duplicate AddonLogging.jsmMatt A. Tobin2018-06-26
|
* [TychoAM] Make sure console messages from AddonUpdateChecker indicate which ↵Matt A. Tobin2018-06-26
| | | | parser they originate from
* [TychoAM] Issue #409 - Upgrade and enhance AddonUpdateChecker including ↵Matt A. Tobin2018-06-25
| | | | support for update.json
* [AllAM] Update the target preferenceMatt A. Tobin2018-06-25
|
* [AllAM] Effectively revert Bug 521905 - Make extensions.checkCompatibility ↵Matt A. Tobin2018-06-25
| | | | be per-application-version
* [AllAM] Revert Bug 956990 - PREF_CHECKCOMAT_THEMEOVERRIDEMatt A. Tobin2018-06-25
|
* Use newer asyncFetch() instead of asyncFetch2() in LWT image optimizer.wolfbeast2018-06-12
| | | | This resolves #485.
* Merge pull request #404 from janekptacijarabaci/pm_global-scope_1Moonchild2018-05-29
|\ | | | | [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
| | | | | | | | | | | | | | | | | | 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
|/
* Issue #347 - TychoAM nsBlocklistService does not support gfxBlacklistMatt A. Tobin2018-05-15
|
* Remove other gonk widget conditionals and unused files.wolfbeast2018-05-13
| | | | Tag #288.
* Remove MOZ_WIDGET_GONK [2/2]wolfbeast2018-05-13
| | | | Tag #288
* moebius#231: Consider blocking top level window data: URIs (tests)janekptacijarabaci2018-05-06
| | | | https://github.com/MoonchildProductions/moebius/pull/231
* [TychoAM] Do not allow Jetpack extensions to install if Jetpack isn't ↵Matt A. Tobin2018-05-01
| | | | | | actually built This does not cover the previous case of an application dropping jetpack support.. This follows the WebExtension route. A new case will have to be redeveloped if an existing application drops jetpack support.
* [TychoAM] Make the Add-ons Manager conditionally devtools freeMatt A. Tobin2018-05-01
|
* Only set and show the dual-guid indicators when dual-guid has been builtMatt A. Tobin2018-05-01
|
* [*AM] Expand the list for excluding internally used IDs from being sent to AUSMatt A. Tobin2018-04-29
|
* Merge pull request #281 from ↵Moonchild2018-04-29
|\ | | | | | | | | janekptacijarabaci/pm_devtools_storage_mapURIToAddonId_1 [PALEMOON] [DevTools] Storage inspector throws "AddonPathService.mapURIToAddonId is not a function" when url changes
| * Bug 1263935 - Forward AddonManager.mapURIToAddonId to ↵janekptacijarabaci2018-04-28
| | | | | | | | | | | | AddonPathService.mapURIToAddonId Issue #102
| * Bug 1263935 - Expose native version of mapURIToAddonId via amIAddonPathServicejanekptacijarabaci2018-04-28
| | | | | | | | Issue #102
* | [TychoAM] Fix gCertBlocklistService.addRevokedCert is not a functionMatt A. Tobin2018-04-28
|/ | | | Mozilla renamed it to revokeCertByIssuerAndSerial
* Fix accessing the bootstrap methods when they are declared in the new ↵JustOff2018-04-23
| | | | lexical scope
* Fix for loops in AddonRepository_SQLiteMigrator.jsm (SyntaxError: missing ] ↵Matt A. Tobin2018-04-22
| | | | after element list)
* Use asyncOpen2 instead of asyncOpen everywhere in Pale MoonJustOff2018-04-17
|
* Merge branch 'master' of https://github.com/MoonchildProductions/UXPwolfbeast2018-04-16
|\
| * [Tycho AM] Remove test for experiments frameworkadeshkp2018-04-15
| |