aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'appid-guards'Alessio Vanni2019-04-234-41/+36
|\
| * Use "modern" branch unconditionallyAlessio Vanni2019-04-231-6/+9
| | | | | | | | | | | | | | Tests showed that it works without any noticeable problems. As such, it was deemed better to throw it in the wild and see what happens. If there are any problems, this commit can simply be reverted.
| * Increase Basilisk minVersionAlessio Vanni2019-03-141-1/+1
| | | | | | | | | | In theory Basilisk's "major version" is always 52, but let's be paranoid for now.
| * Use the right property for version checks in BasiliskAlessio Vanni2019-03-141-5/+2
| |
| * Let Basilisk be considered "modern Firefox"Alessio Vanni2019-03-142-6/+6
| |
| * Remove obsolete checkAlessio Vanni2019-03-141-6/+2
| |
| * Remove useless preference and check app ID in second Basilisk branchAlessio Vanni2019-03-111-6/+6
| | | | | | | | | | | | | | | | the `forceLegacyToolbarButton' preference is useless because on Pale Moon the button is always added with the "legacy" method, while on Basilisk it's always added with CustomizableUI, so there is nothing to "force" here. Also add a check that was forgotten in the previous commit.
| * Check how to add the button based on the app IDAlessio Vanni2019-03-111-15/+14
|/ | | | | | | Unlike checking different versions of Firefox, the features that Basilisk has over Pale Moon (and viceversa) are better known and just checking the application ID is enough to understand how to add the button to the toolbar.
* New version 1.3.2Alessio Vanni2019-03-041-1/+1
|
* Improve space elements detectionAlessio Vanni2019-03-041-5/+21
|
* New version 1.3.1Alessio Vanni2019-03-021-1/+1
|
* Update a setting descriptionAlessio Vanni2019-03-0240-40/+40
|
* New version 1.3.0Alessio Vanni2019-03-021-1/+1
|
* Fix wyciwyg URLsAlessio Vanni2019-03-021-0/+9
| | | | Ported from uMatrix.
* Minor changesAlessio Vanni2019-03-028-7/+15
|
* Update URLAlessio Vanni2019-03-021-1/+1
|
* Change from distinct requests to blocked requestsAlessio Vanni2019-03-023-10/+10
| | | | | | Ported from uMatrix. I agree that the number of blocked requests is more useful than the number of distinct requests.
* Fix a tooltipAlessio Vanni2019-03-0240-40/+40
| | | | The description was based on a misunderstanding.
* Add more tooltips to popupAlessio Vanni2019-03-0241-2/+82
|
* New version 1.2.0Alessio Vanni2019-02-271-1/+1
|
* Improve the double tooltip fixAlessio Vanni2019-02-271-0/+3
| | | | | | This way, the toolbar button can display its tooltip, making it coherent with other toolbar buttons, without covering the popup panel tooltips.
* Recover tooltip text for BasiliskAlessio Vanni2019-02-271-1/+4
| | | | | It appears that with CustomizableUI, the double tooltip issue is not present. Thus, the tooltip can be safely used.
* Let the toolbar button honor spacers in toolbarAlessio Vanni2019-02-271-1/+8
|
* New version 1.1.1Alessio Vanni2019-02-241-1/+1
|
* Add links to APMO/ABOAlessio Vanni2019-02-231-6/+7
|
* Add encoding to options pageAlessio Vanni2019-02-221-7/+7
|
* Slightly improve hosts files pageAlessio Vanni2019-02-221-20/+15
|
* Slightly improve dashboard main pageAlessio Vanni2019-02-221-12/+9
|
* Improve about pageAlessio Vanni2019-02-2241-143/+141
|
* Remove double tooltipAlessio Vanni2019-02-221-2/+0
| | | | | Previously, the XUL tooltip would hide part of the second tooltip, generated by the buttons inside the popup.
* Make SeaMonkey's max version not infiniteAlessio Vanni2019-02-211-1/+1
| | | | | It's rejected by Phoebus (the add-on repository) otherwise. For now, SeaMonkey is still supported.
* New version 1.1.0Alessio Vanni2019-02-211-1/+1
|
* Change iconsAlessio Vanni2019-02-213-0/+0
|
* Continue with the name changingAlessio Vanni2019-02-2041-83/+92
|
* Add READMEAlessio Vanni2019-02-201-0/+37
| | | | In Markdown because we are hip.
* New 1.0.1 versionAlessio Vanni2019-02-201-1/+1
|
* Add clean targetAlessio Vanni2019-02-201-0/+5
|
* Rename unrenamed IDsAlessio Vanni2019-02-201-10/+10
|
* Reinstate options.xulAlessio Vanni2019-02-203-2/+33
|
* Add links to eMatrix repository homepageAlessio Vanni2019-02-2068-0/+98
|
* Change all names from μMatrix to ηMatrixAlessio Vanni2019-02-2073-1018/+1018
| | | | Hopefully I caught all of them!
* Remove unsupported localesAlessio Vanni2019-02-1914-2201/+67
| | | | They were left in English, might as well avoid including them.
* Remove add-on optionsAlessio Vanni2019-02-194-33/+2
| | | | | | They were fairly useless since they were just buttons for the logger and the dashboard, that can be reached in other ways, and also something broke them somehow, making the buttons have no labels.
* Fix some issue from applying the patchAlessio Vanni2019-02-191-26/+25
| | | | Not sure what happened to be honest.
* Add MakefileAlessio Vanni2019-02-191-0/+103
|
* Temporarily disable non-English localesAlessio Vanni2019-02-191-51/+51
|
* Fix idAlessio Vanni2019-02-191-1/+1
|
* Remove unsupported <localized> from install.rdfAlessio Vanni2019-02-191-220/+0
| | | | | TODO: investigate the locale folder and see if untranslated properties can be removed.
* Align install.rdf with forkAlessio Vanni2019-02-191-161/+265
| | | | Basically change the name and other metainformations.
* Apply compatibility patchAlessio Vanni2019-02-193-23/+54
|