| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
| |
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.)
|
|
|
|
| |
It's not actually needed anymore
|
| |
|
|
|
|
|
| |
Presumably, no one is using the old format anymore (especially since
eMatrix is a different extension than uMatrix/uBlock...)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
Ported from uMatrix.
|
| |
|
| |
|
|
|
|
|
|
| |
Ported from uMatrix.
I agree that the number of blocked requests is more useful than the
number of distinct requests.
|
|
|
|
|
|
| |
This way, the toolbar button can display its tooltip, making it
coherent with other toolbar buttons, without covering the popup panel
tooltips.
|
|
|
|
|
| |
It appears that with CustomizableUI, the double tooltip issue is not
present. Thus, the tooltip can be safely used.
|
| |
|
|
|
|
|
| |
Previously, the XUL tooltip would hide part of the second tooltip,
generated by the buttons inside the popup.
|
| |
|
| |
|
|
|
|
| |
Hopefully I caught all of them!
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Not sure what happened to be honest.
|
| |
|
|
Pretty much just changing the name and the copyright.
|