Commit Graph

13 Commits (f196d31a2fd42b38a5592d395bb6a21d77cf6764)

Author SHA1 Message Date
Deathamns f196d31a2f Firefox: behind-the-scene requests / non-http tabs 10 years ago
gorhill 995236c6a9 not needed 10 years ago
Deathamns a7f15f0b71 URL handling changes 10 years ago
Deathamns a6acb50892 Firefox: fixed content scripts? 10 years ago
Deathamns 5f92ce4599 Firefox: improvements for content scripts 10 years ago
Deathamns 1a1d1b1c4b Code styling 10 years ago
Deathamns 3e39e1bd9f 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.
10 years ago
Deathamns e70bf61206 Add license headers, plus some code styling 10 years ago
Deathamns 1ae15f1a61 Firefox: implement vAPI.tabs.injectScript 10 years ago
Deathamns 747f6f9955 Firefox: implement toolbar button and popup 10 years ago
Deathamns e96e535f3d Firefox: add basic blocking + some fixes 10 years ago
Deathamns dd6f3cc4b3 Firefox: partial vAPI.tabs implementation 10 years ago
Deathamns 8f0cf1d340 Initial Firefox port (base, messaging, locales) 10 years ago