summaryrefslogtreecommitdiffstats
path: root/toolkit/mozapps/extensions/internal/XPIProvider.jsm
Commit message (Collapse)AuthorAgeLines
* [TychoAM] Do not allow Jetpack extensions to install if Jetpack isn't ↵Matt A. Tobin2018-05-01-23/+37
| | | | | | 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-0/+15
|
* Only set and show the dual-guid indicators when dual-guid has been builtMatt A. Tobin2018-05-01-3/+5
|
* Bug 1263935 - Forward AddonManager.mapURIToAddonId to ↵janekptacijarabaci2018-04-28-12/+7
| | | | | | AddonPathService.mapURIToAddonId Issue #102
* Fix accessing the bootstrap methods when they are declared in the new ↵JustOff2018-04-23-3/+14
| | | | lexical scope
* Use asyncOpen2 instead of asyncOpen everywhere in Pale MoonJustOff2018-04-17-15/+9
|
* Mass-replace global-scope let with var in Pale Moon and TychoAMwolfbeast2018-04-16-2/+2
| | | | tag #155
* Bump Phoenix extensions to allow installing up to Firefox 56.9Matt A. Tobin2018-04-14-1/+1
|
* [PALEMOON] Fix some paths (deprecated) with Console.jsm (sessionstore, ↵janekptacijarabaci2018-04-09-1/+1
| | | | extensions)
* [PALEMOON] [DevTools] Fix some paths with ToolboxProcess.jsm (extensions)janekptacijarabaci2018-04-09-2/+2
| | | | Issue #102
* Remove the hard blocker on unmodified jetpack extensions from TychoAMMatt A. Tobin2018-03-12-21/+2
| | | | Be sure to remove the now unused string from Pale Moon
* Fix for loops in XPIProvider.jsm (SyntaxError: missing ] after element list)Matt A. Tobin2018-02-10-6/+22
|
* Use the uuid-generator service instead of mangling a random number generator ↵Matt A. Tobin2018-02-10-8/+4
| | | | result to generate a syncGUID
* Import Tycho's Add-on ManagerMatt A. Tobin2018-02-10-0/+7863
|
* Move WebExtensions enabled Add-ons ManagerMatt A. Tobin2018-02-10-9305/+0
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+9305