Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Minor refactoring | Alessio Vanni | 2019-06-22 | 3 | -21/+20 | |
| | ||||||
* | Put window management into its own file | Alessio Vanni | 2019-06-22 | 2 | -238/+198 | |
| | ||||||
* | Move some commonly used functions out of vapi-background | Alessio Vanni | 2019-06-22 | 1 | -0/+109 | |
| | ||||||
* | Remove commented-out region | Alessio Vanni | 2019-06-22 | 1 | -132/+0 | |
| | ||||||
* | More refactoring | Alessio Vanni | 2019-06-22 | 1 | -11/+12 | |
| | ||||||
* | Remove some cruft | Alessio Vanni | 2019-06-22 | 3 | -6/+9 | |
| | ||||||
* | Fix missing namespace | Alessio Vanni | 2019-06-21 | 1 | -1/+2 | |
| | ||||||
* | Keep refactoring | Alessio Vanni | 2019-06-21 | 2 | -39/+49 | |
| | | | | Exported stuff to handle the splitting. | |||||
* | Make some private entities public | Alessio Vanni | 2019-06-21 | 2 | -37/+39 | |
| | | | | | Since things have been split, some of these have to be exposed to the rest of the world. | |||||
* | Split tab handling from vapi-background | Alessio Vanni | 2019-06-21 | 2 | -704/+743 | |
| | | | | That file is too large, let's split it up. | |||||
* | Don't use child-src | Alessio Vanni | 2019-06-19 | 2 | -6/+9 | |
| | | | | | | | It generates an error in the browser console and it's rather annoying. There is still one error being generated, but it's unclear from where it comes from. Not yet tested in Basilisk. | |||||
* | Fix typos and reinstate some old declarations | Alessio Vanni | 2019-06-19 | 1 | -11/+11 | |
| | ||||||
* | Reformat style (huge and mostly boring commit) | Alessio Vanni | 2019-06-19 | 1 | -3144/+3175 | |
| | ||||||
* | Load cache earlier | Alessio Vanni | 2019-05-27 | 1 | -0/+10 | |
| | | | | | The cache should be available, either read from the database or as an empty object, before any asset is fetched. | |||||
* | Stop the infinite recursion | Alessio Vanni | 2019-05-27 | 1 | -16/+36 | |
| | | | | Happens when third-party assets can't be downloaded from the web. | |||||
* | Another fix | Alessio Vanni | 2019-05-17 | 1 | -1/+1 | |
| | ||||||
* | Fix migration again | Alessio Vanni | 2019-05-17 | 1 | -2/+3 | |
| | ||||||
* | Fix migration from old path | Alessio Vanni | 2019-05-17 | 1 | -1/+2 | |
| | | | | | | uBlock Origin also uses "extension-data" as a directory, so moving the whole thing is a bad move. Instead, simply move the ematrix.sqlite database from one place to another. | |||||
* | 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.) | |||||
* | 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 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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. | |||||
* | 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 | 1 | -2/+3 | |
| | ||||||
* | 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. | |||||
* | Improve space elements detection | Alessio Vanni | 2019-03-04 | 1 | -5/+21 | |
| | ||||||
* | 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. | |||||
* | 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 | |
| | ||||||
* | 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. | |||||
* | Reinstate options.xul | Alessio Vanni | 2019-02-20 | 1 | -1/+1 | |
| | ||||||
* | Add links to eMatrix repository homepage | Alessio Vanni | 2019-02-20 | 40 | -0/+40 | |
| | ||||||
* | Change all names from μMatrix to ηMatrix | Alessio Vanni | 2019-02-20 | 22 | -404/+404 | |
| | | | | Hopefully I caught all of them! | |||||
* | Remove add-on options | Alessio Vanni | 2019-02-19 | 1 | -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 patch | Alessio Vanni | 2019-02-19 | 1 | -26/+25 | |
| | | | | Not sure what happened to be honest. | |||||
* | Apply compatibility patch | Alessio Vanni | 2019-02-19 | 2 | -22/+53 | |
| | ||||||
* | Fork uMatrix | Alessio Vanni | 2019-02-19 | 40 | -0/+16853 | |
Pretty much just changing the name and the copyright. |