gorhill
f9652b5f57
importing uMatrix unified logger
2015-05-08 18:28:01 -04:00
gorhill
ca1e1f55e7
code review re. badge update
2015-05-01 08:27:41 -04:00
gorhill
6c80790975
one more step to insure tab context is properly set
2015-04-29 10:29:23 -04:00
gorhill
600fa2c3d9
this fixes #135
2015-04-27 10:54:13 -04:00
gorhill
bcbc06b2ff
better reporting of switch events in the logger
2015-04-25 00:28:30 -04:00
gorhill
361d2ac1a2
dissociate logging infrastructure from page stores
2015-04-23 18:23:03 -04:00
gorhill
024219f59e
update badge only when block count changes
2015-04-15 18:45:07 -04:00
Chris
fda75755b8
No. of blocked badge should update with popups
2015-04-15 18:42:06 -04:00
gorhill
bc49c402df
this fixes #42
2015-04-12 19:55:10 -04:00
gorhill
651c25c839
fixed popup blocker switch; added ability to manually edit switches
2015-04-09 11:19:31 -04:00
gorhill
f6e0e46818
code review
2015-04-08 19:31:29 -04:00
gorhill
6441161329
refactored tabs/context code
2015-04-08 18:46:08 -04:00
YFdyh000
6e77ec33ff
Correct issue links
2015-04-07 09:46:26 +08:00
gorhill
2dde6f15de
new switch: toggle cosmetic filtering on/off for a site
2015-04-05 12:03:14 -04:00
gorhill
91c2d95fb1
document issue in code
2015-03-31 16:40:52 -04:00
gorhill
1db1638c7f
this fixes #1142
2015-03-31 16:38:47 -04:00
gorhill
543c3530b5
this fixes #1106
2015-03-27 14:59:17 -04:00
gorhill
f2ff0edfaf
this fixes #1013 , #1062 (draft)
2015-03-27 13:00:55 -04:00
gorhill
cc3f33ef9a
this fixes #1078
2015-03-23 15:19:17 -04:00
gorhill
7871495da0
typo
2015-03-15 13:14:52 -04:00
gorhill
cfadf76345
jshint
2015-03-09 10:19:00 -04:00
gorhill
8341fb2193
this fixes #967
2015-03-08 11:06:36 -04:00
Deathamns
95b778fbc7
Change extension description
2015-03-07 19:20:18 +01:00
Deathamns
da3586adde
Firefox/Fennec fixes
2015-03-01 20:21:05 +01:00
gorhill
357e226001
this fixes #630
2015-01-28 16:19:46 -05:00
gorhill
42db160b93
forgot about reload: always rebind
2015-01-24 12:34:36 -05:00
gorhill
8dcc994371
addressing all small details
2015-01-24 12:06:22 -05:00
gorhill
b51b0e5350
code review
2015-01-22 13:00:59 -05:00
gorhill
759a156e24
started work on #105 , #475 , and possibly #510
2015-01-19 18:42:58 -05:00
gorhill
3ab9aa46b0
this fixes #516
2015-01-17 07:19:48 -05:00
Deathamns
8a9165daa2
Firefox: blocking improvements / other fixes
...
- Implement pop-up blocking
- Support blocking redirected requests
- Fix Local mirroring and inline-script blocking
- Block content on data: and about:blank pages
2015-01-13 07:29:56 +01:00
gorhill
1597ce7fd9
lot of work related to dynamic filtering + new net requests logger
2015-01-06 08:01:15 -05:00
gorhill
e8045d154b
bringing changes from master
2015-01-02 14:19:12 -05:00
gorhill
00995992d2
this fixes #455
2015-01-02 13:42:35 -05:00
gorhill
1fe7045b92
too many changes for #433 : branching so that I can commit and keep working on it
2014-12-28 10:07:43 -05:00
Deathamns
2a26448734
Safari: slightly better pop-up blocking
2014-12-01 21:09:25 +01:00
Raymond Hill
338bf59507
give specific message handlers priority over default one
2014-11-16 11:09:28 -02:00
Deathamns
f6f85ec793
Implement pop-up blocking for Safari
...
It works similarly to the xhr intercepting, except here the window.open
global function is being overridden.
Note that it could only work if the site's Content Security Policy allows
inline scripts, and the script on the webpage doesn't have a copy of the
original window.open function (it can happen only if the page has an
inline script in its head element, where the reference to the original
function can be obtained - likely this cannot be prevented in Safari).
2014-11-09 17:40:44 +01:00
Deathamns
1a83d1a753
Move vAPI into .jshintrc as a global
2014-11-09 17:39:22 +01:00
Deathamns
0886f7e886
Add .jshintrc, and use the "use strict" directive
...
.jshintrc's otion-set is a personal choice, merely a suggestion.
Beside that, it includes some common globals for specific browsers, so
there's no need to set the globals in every .js file.
In order to force strict coding, "use strict" directive was added into
every .js file.
2014-11-09 17:39:17 +01:00
Deathamns
5b79bf3536
Work on vendor API abstraction, and near complete Safari support
2014-11-09 17:39:12 +01:00