You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nuTensor/platform/firefox
Deathamns 749c723d57 Firefox: new method for request handling
Now both nsIContentPolicy and on-http-* observers are used for net request
monitoring.

Reasons:
 - In many cases, nsIContentPolicy.shouldLoad is invoked twice for the same
   resource, because of the speculative parsing.
 - nsIContentPolicy.shouldLoad don't have information about the channel,
   so it can't redirect the request, nor change its headers, however
   on-http-opening-request can.

Also, local mirroring and inline-script blocking has been implemented.
11 years ago
..
bootstrap.js as per comment in e762a29d30 11 years ago
chrome.manifest this fixes https://github.com/chrisaljoudi/uBlock/issues/1219 for Firefox 11 years ago
frameModule.js code review 11 years ago
frameScript.js Use a nsIWebProgressListener instead of a tabsProgressListener for location change monitoring 11 years ago
install.rdf this fixes https://github.com/chrisaljoudi/uBlock/issues/1219 for Firefox 11 years ago
options.xul Tidying .xul location, update linux script to match windows one 11 years ago
vapi-background.js Firefox: new method for request handling 11 years ago
vapi-client.js this fixes https://github.com/chrisaljoudi/uBlock/issues/1219 for Firefox 11 years ago
vapi-common.js abp:subscribe fixes 11 years ago
vapi-popup.js Implement vAPI.insertHTML 11 years ago