gorhill
db49291fa6
this fixes https://github.com/chrisaljoudi/uBlock/issues/1219 for Firefox
10 years ago
gorhill
2fbca2cc09
forgot to add shutdown to other platforms (re. https://github.com/gorhill/uMatrix/issues/144 )
10 years ago
Deathamns
afaf6aff9b
vAPI.sessionId, element-picker dialog as iframe
vAPI.sessionId - random ID generated every time when a page loads.
Having the dialog in an iframe lowers the chance of interference with the
styling of the page, also avoids using innerHTML (AMO complaint).
10 years ago
Chris
0fbaf41d09
Remove previous Safari overhead; cleanup workarounds from rest of code
10 years ago
Deathamns
4b3d6716ff
Firefox: remove evalInSandbox
Probably we won't eval plain text code, which makes it unnecessary, also
this way the validator on AMO won't complain about it.
10 years ago
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
gorhill
ed67045360
first pass
10 years ago
gorhill
9bb22b65ec
forgot to add shutdown to other platforms (re. https://github.com/gorhill/uMatrix/issues/144 )
10 years ago
gorhill
dd60a74e3f
code review
10 years ago
gorhill
987acfef65
this fixes https://github.com/gorhill/uMatrix/issues/144
10 years ago
YFdyh000
5ff7909497
Correct issue links
10 years ago
gorhill
170f164288
had a doubt, had to check it worked as intended
10 years ago
Deathamns
4599486290
vAPI.sessionId, element-picker dialog as iframe
vAPI.sessionId - random ID generated every time when a page loads.
Having the dialog in an iframe lowers the chance of interference with the
styling of the page, also avoids using innerHTML (AMO complaint).
10 years ago
Chris
db772dea22
Remove previous Safari overhead; cleanup workarounds from rest of code
10 years ago
gorhill
894921e23f
not needed
10 years ago
Deathamns
bd0b1638db
URL handling changes
10 years ago
gorhill
9172fcd049
this fixes one part of #498
10 years ago
Deathamns
3d40e0b2aa
Code styling
10 years ago
Deathamns
5ec2e067df
Add license headers, plus some code styling
10 years ago
Deathamns
ba47f39c47
Firefox: implement vAPI.tabs.injectScript
10 years ago
Deathamns
9c00fbfb3b
Firefox: implement toolbar button and popup
10 years ago
gorhill
06398e8065
code review for #456
10 years ago
gorhill
a036152cc7
this fixes #456 : another unrelated bug unveil from previous fix
10 years ago
Raymond Hill
3d61e80d1c
jshint
10 years ago
Raymond Hill
61fb46a87f
use "platform" as suggested in #360
10 years ago