Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | [TychoAM] Do not allow Jetpack extensions to install if Jetpack isn't ↵ | Matt A. Tobin | 2018-05-01 | -23/+39 |
| | | | | | | 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 free | Matt A. Tobin | 2018-05-01 | -0/+27 |
| | ||||
* | Only set and show the dual-guid indicators when dual-guid has been built | Matt A. Tobin | 2018-05-01 | -4/+16 |
| | ||||
* | [*AM] Expand the list for excluding internally used IDs from being sent to AUS | Matt A. Tobin | 2018-04-29 | -2/+11 |
| | ||||
* | Merge pull request #281 from ↵ | Moonchild | 2018-04-29 | -13/+28 |
|\ | | | | | | | | | 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 ↵ | janekptacijarabaci | 2018-04-28 | -13/+10 |
| | | | | | | | | | | | | AddonPathService.mapURIToAddonId Issue #102 | |||
| * | Bug 1263935 - Expose native version of mapURIToAddonId via amIAddonPathService | janekptacijarabaci | 2018-04-28 | -0/+18 |
| | | | | | | | | Issue #102 | |||
* | | [TychoAM] Fix gCertBlocklistService.addRevokedCert is not a function | Matt A. Tobin | 2018-04-28 | -1/+1 |
|/ | | | | Mozilla renamed it to revokeCertByIssuerAndSerial | |||
* | Fix accessing the bootstrap methods when they are declared in the new ↵ | JustOff | 2018-04-23 | -3/+61 |
| | | | | lexical scope | |||
* | Fix for loops in AddonRepository_SQLiteMigrator.jsm (SyntaxError: missing ] ↵ | Matt A. Tobin | 2018-04-22 | -1/+5 |
| | | | | after element list) | |||
* | Use asyncOpen2 instead of asyncOpen everywhere in Pale Moon | JustOff | 2018-04-17 | -15/+9 |
| | ||||
* | Merge branch 'master' of https://github.com/MoonchildProductions/UXP | wolfbeast | 2018-04-16 | -2/+0 |
|\ | ||||
| * | [Tycho AM] Remove test for experiments framework | adeshkp | 2018-04-15 | -2/+0 |
| | | ||||
* | | Mass-replace global-scope let with var in Pale Moon and TychoAM | wolfbeast | 2018-04-16 | -31/+31 |
|/ | | | | tag #155 | |||
* | Bump Phoenix extensions to allow installing up to Firefox 56.9 | Matt A. Tobin | 2018-04-14 | -1/+1 |
| | ||||
* | [PALEMOON] Fix some paths (deprecated) with Console.jsm (sessionstore, ↵ | janekptacijarabaci | 2018-04-09 | -1/+1 |
| | | | | extensions) | |||
* | [PALEMOON] [DevTools] Fix some paths with ToolboxProcess.jsm (extensions) | janekptacijarabaci | 2018-04-09 | -3/+3 |
| | | | | Issue #102 | |||
* | Remove telemetry experiments framework | wolfbeast | 2018-04-08 | -725/+1 |
| | ||||
* | Fix for loops in selectAddons.js (SyntaxError: missing ] after element list) | Matt A. Tobin | 2018-03-12 | -1/+5 |
| | ||||
* | Remove the hard blocker on unmodified jetpack extensions from TychoAM | Matt A. Tobin | 2018-03-12 | -30/+3 |
| | | | | Be sure to remove the now unused string from Pale Moon | |||
* | Adjust error number for WebExtensions on TychoAM and add the string to Basilisk | Matt A. Tobin | 2018-03-12 | -1/+1 |
| | | | | 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. Tobin | 2018-03-12 | -8/+53 |
| | ||||
* | Port Pale Moon commit a3044d3 - Exclude default theme from update checks. | Matt A. Tobin | 2018-03-08 | -3/+4 |
| | | | | Do this both for TychoAM and WebExAM | |||
* | Make NPAPI Plugins work | Matt A. Tobin | 2018-02-11 | -7/+42 |
| | ||||
* | Just about almost totally fix GMP | Matt A. Tobin | 2018-02-11 | -4/+13 |
| | ||||
* | Fix for loops in LightweightThemeManager.jsm (SyntaxError: missing ] after ↵ | Matt A. Tobin | 2018-02-10 | -1/+7 |
| | | | | element list) | |||
* | Fix for loops in AddonRepository.jsm (SyntaxError: missing ] after element list) | Matt A. Tobin | 2018-02-10 | -3/+19 |
| | ||||
* | Fix for loops in XPIProvider.jsm (SyntaxError: missing ] after element list) | Matt A. Tobin | 2018-02-10 | -6/+22 |
| | ||||
* | Use the uuid-generator service instead of mangling a random number generator ↵ | Matt A. Tobin | 2018-02-10 | -8/+4 |
| | | | | result to generate a syncGUID | |||
* | Bug 1245141 - Use `new Proxy` for AddonManager.addonTypes (TychoAM) | Matt A. Tobin | 2018-02-10 | -48/+47 |
| | ||||
* | Make the Add-on Manager's binary components build | Matt A. Tobin | 2018-02-10 | -6/+16 |
| | ||||
* | Hook up the Tycho Add-on Manager to the build system | Matt A. Tobin | 2018-02-10 | -2/+0 |
| | ||||
* | Import Tycho's Add-on Manager | Matt A. Tobin | 2018-02-10 | -0/+105926 |
| | ||||
* | Move WebExtensions enabled Add-ons Manager | Matt A. Tobin | 2018-02-10 | -126566/+0 |
| | ||||
* | Remove kinto client, Firefox kinto storage adapter, blocklist update client ↵ | Matt A. Tobin | 2018-02-02 | -18/+0 |
| | | | | and integration with sync, OneCRL and the custom time check for derives system time. | |||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 | -0/+126584 |