aboutsummaryrefslogtreecommitdiffstats
path: root/js
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix return statementAlessio Vanni2019-05-141-1/+1
| | | | | | | The caller calling this function with topic equal to "before-asset-updated" expects a non-false value, but is never returned (a return with no value is equal to "return undefined" or something like that.)
* Remove error reportingAlessio Vanni2019-05-131-3/+1
| | | | It's not actually needed anymore
* Remove a debugging statementAlessio Vanni2019-05-131-1/+0
|
* Remove migration functionAlessio Vanni2019-05-131-2/+4
| | | | | Presumably, no one is using the old format anymore (especially since eMatrix is a different extension than uMatrix/uBlock...)
* Fix handling of existing dataAlessio Vanni2019-05-131-2/+1
|
* Fix typoAlessio Vanni2019-05-121-1/+1
|
* Migrate database from old directoryAlessio Vanni2019-05-121-1/+9
|
* Change directory name to be more informativeAlessio Vanni2019-05-121-1/+1
|
* Report error to consoleAlessio Vanni2019-05-121-1/+3
|
* 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.
* Use the right property for version checks in BasiliskAlessio Vanni2019-03-141-5/+2
|
* Let Basilisk be considered "modern Firefox"Alessio Vanni2019-03-141-2/+3
|
* 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.
* Improve space elements detectionAlessio Vanni2019-03-041-5/+21
|
* 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.
* 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
|
* 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.
* Reinstate options.xulAlessio Vanni2019-02-201-1/+1
|
* Add links to eMatrix repository homepageAlessio Vanni2019-02-2040-0/+40
|
* Change all names from μMatrix to ηMatrixAlessio Vanni2019-02-2022-404/+404
| | | | Hopefully I caught all of them!
* Remove add-on optionsAlessio Vanni2019-02-191-1/+1
| | | | | | 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.
* Apply compatibility patchAlessio Vanni2019-02-192-22/+53
|
* Fork uMatrixAlessio Vanni2019-02-1940-0/+16853
Pretty much just changing the name and the copyright.