summaryrefslogtreecommitdiff
path: root/toolkit/mozapps
Commit message (Collapse)AuthorAge
* [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 mcp-graveyard/UXP#102
| * Bug 1263935 - Expose native version of mapURIToAddonId via amIAddonPathServicejanekptacijarabaci2018-04-28
| | | | | | | | Issue mcp-graveyard/UXP#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)
* Strengthen the use of the Master Password.wolfbeast2018-04-18
| | | | | | | | - Use 30k iterations instead of 1. - Enforce minimum password length of 8 characters. - Adjust strength meter accordingly. This resolves #82.
* Use asyncOpen2 instead of asyncOpen everywhere in Pale MoonJustOff2018-04-17
|
* Merge branch 'master' of https://github.com/MoonchildProductions/UXPwolfbeast2018-04-16
|\
| * Merge pull request #182 from adeshkp/patch-3New Tobin Paradigm2018-04-15
| |\ | | | | | | [Tycho AM] Remove test for experiments framework
| | * [Tycho AM] Remove test for experiments frameworkadeshkp2018-04-15
| | |
| * | [WebEx AM] Remove test for experiments frameworkadeshkp2018-04-15
| |/
* / Mass-replace global-scope let with var in Pale Moon and TychoAMwolfbeast2018-04-16
|/ | | | tag #155
* Bump Phoenix extensions to allow installing up to Firefox 56.9Matt A. Tobin2018-04-14
|
* Do not make duplicates fatal while packagingMatt A. Tobin2018-04-14
|
* [PALEMOON] Fix some paths (deprecated) with Console.jsm (sessionstore, ↵janekptacijarabaci2018-04-09
| | | | extensions)
* [PALEMOON] [DevTools] Fix some paths with ToolboxProcess.jsm (extensions)janekptacijarabaci2018-04-09
| | | | Issue mcp-graveyard/UXP#102
* Remove telemetry experiments frameworkwolfbeast2018-04-08
|
* [WebExAM] Use a special "platform" ID and version number for WebExtensions ↵Matt A. Tobin2018-04-07
| | | | in XPIProvider.jsm
* Fix for loops in selectAddons.js (SyntaxError: missing ] after element list)Matt A. Tobin2018-03-12
|
* Remove the hard blocker on unmodified jetpack extensions from TychoAMMatt A. Tobin2018-03-12
| | | | Be sure to remove the now unused string from Pale Moon
* Adjust error number for WebExtensions on TychoAM and add the string to BasiliskMatt A. Tobin2018-03-12
| | | | Pale Moon l10n will need an adjustment as well from -5 to -9
* Fix for loops in update.js (SyntaxError: missing ] after element list)Matt A. Tobin2018-03-12
|
* Port Pale Moon commit a3044d3 - Exclude default theme from update checks.Matt A. Tobin2018-03-08
| | | | Do this both for TychoAM and WebExAM
* Use MOZ_FENNEC and MOZ_XULRUNNER instead of checking MOZ_BUILD_APP in most ↵Matt A. Tobin2018-03-01
| | | | places
* Update executable manifests.wolfbeast2018-02-18
|
* Prevent installing stand-alone installers on unsupported environments.wolfbeast2018-02-18
| | | | | - Prevent installers from installing on XP/Vista. - Prevent x64 installers from installing on x86.
* Don't generate redundant packaging artifactsMatt A. Tobin2018-02-17
|
* Put generated installers and mar files in dist rootMatt A. Tobin2018-02-17
|
* Use BUILDID for package name for Basilisk and ONLY BasiliskMatt A. Tobin2018-02-17
|
* Remove stub installer - Part 1: ToolkitMatt A. Tobin2018-02-17
|
* Pre-process extensions.jswolfbeast2018-02-12
|
* Never show plugin deprecation notice.wolfbeast2018-02-12
| | | | To-Do: remove this notice.
* Exclude Update stuff from about:support if the updater isn't built.janekptacijarabaci2018-02-12
|
* Fix test paths for WebExAMMatt A. Tobin2018-02-11
|
* Make NPAPI Plugins workMatt A. Tobin2018-02-11
|
* Just about almost totally fix GMPMatt A. Tobin2018-02-11
|
* Fix for loops in LightweightThemeManager.jsm (SyntaxError: missing ] after ↵Matt A. Tobin2018-02-10
| | | | element list)
* Fix for loops in AddonRepository.jsm (SyntaxError: missing ] after element list)Matt A. Tobin2018-02-10
|
* Fix for loops in XPIProvider.jsm (SyntaxError: missing ] after element list)Matt A. Tobin2018-02-10
|
* Use the uuid-generator service instead of mangling a random number generator ↵Matt A. Tobin2018-02-10
| | | | result to generate a syncGUID
* Bug 1245141 - Use `new Proxy` for AddonManager.addonTypes (TychoAM)Matt A. Tobin2018-02-10
|
* Make the Add-on Manager's binary components buildMatt A. Tobin2018-02-10
|
* Hook up the Tycho Add-on Manager to the build systemMatt A. Tobin2018-02-10
|
* Import Tycho's Add-on ManagerMatt A. Tobin2018-02-10
|
* Move WebExtensions enabled Add-ons ManagerMatt A. Tobin2018-02-10
|