1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-07-03 05:20:54 +12:00
Commit graph

26 commits

Author SHA1 Message Date
gorhill 3df7ee9cb1 fix regression bug introduced with 9a99a06c 2017-04-01 12:21:46 -04:00
gorhill 85255cf195 fix https://bugs.chromium.org/p/project-zero/issues/detail?id=1225&desc=6#c10 2017-04-01 09:58:10 -04:00
gorhill 93d28a8e38 this fixes https://github.com/gorhill/uBlock/issues/845 2015-11-16 09:02:58 -05:00
gorhill a914c01ea9 popup resize: code review 2015-07-24 08:22:54 -04:00
gorhill 479b454307 Hopefully this fixes #301 2015-07-23 16:24:07 -04:00
gorhill bf7762ba0f forgot to import this as well 2015-07-21 13:37:19 -04:00
gorhill 1f4ba9dda9 this extends compatibility to FF-24-34
imported code from uBlock, including legacy toolbar support in 34485a04658ae7d8357dabe5e42b18e3e066a4b9,
which is itself directly based on work from @AlexVallat:
- 620a7d78d1
- d9b23d4f10
- 5ac4ec21e9
2015-07-21 13:28:13 -04:00
gorhill cef90f0b20 fixed bad wrapper around seTimeout 2015-05-27 17:26:12 -04:00
gorhill 6bc728f8b8 refactoring of inline script blocking + improving AMO validation 2015-05-09 19:18:16 -04:00
gorhill 764b1a0b7a jshint 2015-04-19 09:34:50 -04:00
gorhill 4fffc97954 untangling fennec code 2015-04-13 09:56:46 -04:00
Deathamns bbfcb4eea9 abp:subscribe fixes
Test a[href^="abp:"], since the protocol probably not used for anything
else, also "a", because ABP checks only anchors, and these links are made
only for ABP.

Also, the event target is not always the link, so at least some parents
should be tested as well.
2015-04-13 08:35:51 -04:00
Deathamns aff7501596 Firefox: different kind of vAPI.localStorage 2015-04-13 08:35:51 -04:00
Deathamns 10f364c153 Firefox,Safari: vAPI.localStorage 2015-04-13 08:35:51 -04:00
gorhill c80280bd2d this fixes #792 2015-04-13 08:35:51 -04:00
Deathamns c9b1298344 Remove unnecessary fallback code for downloading 2015-04-13 08:35:51 -04:00
gorhill c6e3b5a81b Firefox: oops 2015-04-13 08:35:51 -04:00
gorhill 3e43478e13 changes re #993 for firefox platform 2015-04-13 08:35:51 -04:00
Deathamns 829f80e1da Fix prorblems caused by vAPI.insertHTML 2015-04-13 08:35:51 -04:00
Deathamns 618502354f Implement vAPI.insertHTML
The purpose of this API is basically to satisfy AMO reviewers in the
future, since the use of innerHTML with variables (i.e., not plain text) will
be rejected without any questions.

Since this is not a problem for browsers other than Firefox, they will
use simple innerHTML assignment, however safe-parsing could be implemented
for them too.
2015-04-13 08:35:51 -04:00
Deathamns e2c0beb663 Miscellaneous changes 2015-04-13 08:35:51 -04:00
Deathamns 3dc8e88c75 Popup related changes 2015-04-13 08:35:51 -04:00
Deathamns 9cb78c2575 Add license headers, plus some code styling 2015-04-13 08:35:51 -04:00
Deathamns 7c69a427c2 Firefox: implement toolbar button and popup 2015-04-13 08:35:51 -04:00
Deathamns 799aafbcd4 Firefox: implement vAPI.storage via SQLite 2015-04-13 08:35:51 -04:00
Deathamns e98b514a51 Initial Firefox port (base, messaging, locales) 2015-04-13 08:35:51 -04:00