1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-09-29 16:51:13 +13:00
uMatrix/platform/firefox
Deathamns 09d605fa04 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:37:36 -04:00
..
bootstrap.js as per comment in e762a29d30 2015-04-13 08:34:04 -04:00
chrome.manifest this fixes https://github.com/chrisaljoudi/uBlock/issues/1219 for Firefox 2015-04-13 08:34:15 -04:00
frameModule.js code review 2015-04-13 08:34:39 -04:00
frameScript.js Use a nsIWebProgressListener instead of a tabsProgressListener for location change monitoring 2015-04-13 08:34:45 -04:00
install.rdf this fixes https://github.com/chrisaljoudi/uBlock/issues/1219 for Firefox 2015-04-13 08:35:08 -04:00
options.xul Tidying .xul location, update linux script to match windows one 2015-04-13 08:35:19 -04:00
vapi-background.js Implement vAPI.insertHTML 2015-04-13 08:37:36 -04:00
vapi-client.js this fixes https://github.com/chrisaljoudi/uBlock/issues/1219 for Firefox 2015-04-13 08:35:45 -04:00
vapi-common.js abp:subscribe fixes 2015-04-13 08:35:51 -04:00
vapi-popup.js Implement vAPI.insertHTML 2015-04-13 08:35:57 -04:00