Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'fix-tld-handling' | Alessio Vanni | 2019-05-15 | 5 | -863/+890 |
|\ | |||||
| * | Remove debugging statements | Alessio Vanni | 2019-05-15 | 1 | -6/+0 |
| | | |||||
| * | Rewrite assets.js | Alessio Vanni | 2019-05-15 | 1 | -857/+882 |
| | | | | | | | | It has come to this in the end. | ||||
| * | Fix return statement | Alessio Vanni | 2019-05-14 | 1 | -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.) | ||||
| * | Don't use uMatrix's assets.json anymore | Alessio Vanni | 2019-05-14 | 1 | -1/+1 |
| | | |||||
| * | Remove error reporting | Alessio Vanni | 2019-05-13 | 1 | -3/+1 |
| | | | | | | | | It's not actually needed anymore | ||||
| * | Remove a debugging statement | Alessio Vanni | 2019-05-13 | 1 | -1/+0 |
| | | |||||
| * | New verision 2.0 | Alessio Vanni | 2019-05-13 | 1 | -1/+1 |
| | | |||||
| * | Remove migration function | Alessio Vanni | 2019-05-13 | 1 | -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 data | Alessio Vanni | 2019-05-13 | 1 | -2/+1 |
| | | |||||
| * | Fix typo | Alessio Vanni | 2019-05-12 | 1 | -1/+1 |
| | | |||||
| * | Migrate database from old directory | Alessio Vanni | 2019-05-12 | 1 | -1/+9 |
| | | |||||
| * | Change directory name to be more informative | Alessio Vanni | 2019-05-12 | 1 | -1/+1 |
| | | |||||
| * | Report error to console | Alessio Vanni | 2019-05-12 | 1 | -1/+3 |
|/ | |||||
* | New version 1.4.0 | Alessio Vanni | 2019-04-23 | 1 | -1/+1 |
| | |||||
* | Merge branch 'appid-guards' | Alessio Vanni | 2019-04-23 | 4 | -41/+36 |
|\ | |||||
| * | Use "modern" branch unconditionally | Alessio Vanni | 2019-04-23 | 1 | -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 minVersion | Alessio Vanni | 2019-03-14 | 1 | -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 Basilisk | Alessio Vanni | 2019-03-14 | 1 | -5/+2 |
| | | |||||
| * | Let Basilisk be considered "modern Firefox" | Alessio Vanni | 2019-03-14 | 2 | -6/+6 |
| | | |||||
| * | Remove obsolete check | Alessio Vanni | 2019-03-14 | 1 | -6/+2 |
| | | |||||
| * | Remove useless preference and check app ID in second Basilisk branch | Alessio Vanni | 2019-03-11 | 1 | -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 ID | Alessio Vanni | 2019-03-11 | 1 | -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.2 | Alessio Vanni | 2019-03-04 | 1 | -1/+1 |
| | |||||
* | Improve space elements detection | Alessio Vanni | 2019-03-04 | 1 | -5/+21 |
| | |||||
* | New version 1.3.1 | Alessio Vanni | 2019-03-02 | 1 | -1/+1 |
| | |||||
* | Update a setting description | Alessio Vanni | 2019-03-02 | 40 | -40/+40 |
| | |||||
* | New version 1.3.0 | Alessio Vanni | 2019-03-02 | 1 | -1/+1 |
| | |||||
* | Fix wyciwyg URLs | Alessio Vanni | 2019-03-02 | 1 | -0/+9 |
| | | | | Ported from uMatrix. | ||||
* | Minor changes | Alessio Vanni | 2019-03-02 | 8 | -7/+15 |
| | |||||
* | Update URL | Alessio Vanni | 2019-03-02 | 1 | -1/+1 |
| | |||||
* | Change from distinct requests to blocked requests | Alessio Vanni | 2019-03-02 | 3 | -10/+10 |
| | | | | | | Ported from uMatrix. I agree that the number of blocked requests is more useful than the number of distinct requests. | ||||
* | Fix a tooltip | Alessio Vanni | 2019-03-02 | 40 | -40/+40 |
| | | | | The description was based on a misunderstanding. | ||||
* | Add more tooltips to popup | Alessio Vanni | 2019-03-02 | 41 | -2/+82 |
| | |||||
* | New version 1.2.0 | Alessio Vanni | 2019-02-27 | 1 | -1/+1 |
| | |||||
* | Improve the double tooltip fix | Alessio Vanni | 2019-02-27 | 1 | -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 Basilisk | Alessio Vanni | 2019-02-27 | 1 | -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 toolbar | Alessio Vanni | 2019-02-27 | 1 | -1/+8 |
| | |||||
* | New version 1.1.1 | Alessio Vanni | 2019-02-24 | 1 | -1/+1 |
| | |||||
* | Add links to APMO/ABO | Alessio Vanni | 2019-02-23 | 1 | -6/+7 |
| | |||||
* | Add encoding to options page | Alessio Vanni | 2019-02-22 | 1 | -7/+7 |
| | |||||
* | Slightly improve hosts files page | Alessio Vanni | 2019-02-22 | 1 | -20/+15 |
| | |||||
* | Slightly improve dashboard main page | Alessio Vanni | 2019-02-22 | 1 | -12/+9 |
| | |||||
* | Improve about page | Alessio Vanni | 2019-02-22 | 41 | -143/+141 |
| | |||||
* | Remove double tooltip | Alessio Vanni | 2019-02-22 | 1 | -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 infinite | Alessio Vanni | 2019-02-21 | 1 | -1/+1 |
| | | | | | It's rejected by Phoebus (the add-on repository) otherwise. For now, SeaMonkey is still supported. | ||||
* | New version 1.1.0 | Alessio Vanni | 2019-02-21 | 1 | -1/+1 |
| | |||||
* | Change icons | Alessio Vanni | 2019-02-21 | 3 | -0/+0 |
| | |||||
* | Continue with the name changing | Alessio Vanni | 2019-02-20 | 41 | -83/+92 |
| | |||||
* | Add README | Alessio Vanni | 2019-02-20 | 1 | -0/+37 |
| | | | | In Markdown because we are hip. |