1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 07:22:28 +02:00
uBlock/platform/firefox
Deathamns b4ea545412 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-01-13 07:30:07 +01:00
..
bootstrap.js Firefox: simplify vAPI.app.restart 2015-01-13 07:29:59 +01:00
chrome.manifest Firefox: minor changes 2015-01-13 07:29:15 +01:00
frameModule.js Miscellaneous changes 2015-01-13 07:30:04 +01:00
frameScript.js Miscellaneous changes 2015-01-13 07:30:04 +01:00
install.rdf Miscellaneous changes 2015-01-13 07:30:04 +01:00
vapi-background.js Implement vAPI.insertHTML 2015-01-13 07:30:07 +01:00
vapi-client.js Firefox: fixed content scripts? 2015-01-13 07:30:03 +01:00
vapi-common.js Implement vAPI.insertHTML 2015-01-13 07:30:07 +01:00
vapi-popup.js Implement vAPI.insertHTML 2015-01-13 07:30:07 +01:00