1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-09-07 05:01:06 +12:00
Commit graph

281 commits

Author SHA1 Message Date
gorhill
486183cbe6 this fixes popup matrix position/resize issues 2015-05-09 12:07:20 -04:00
gorhill
8c506d4d73 code review 2015-05-09 08:40:32 -04:00
gorhill
8fcecdbde8 this fixes #174 2015-05-09 00:08:20 -04:00
gorhill
4f2ecc710d this fixes #172 2015-05-08 09:34:16 -04:00
gorhill
52540c1a9a various fixes 2015-05-08 07:43:23 -04:00
gorhill
3849a3d4d9 code review 2015-05-07 19:36:47 -04:00
gorhill
1e1ec2e92c Firefox: this fixes ocasional bad cookie handling 2015-05-07 19:31:27 -04:00
gorhill
1d2954c39c cleaning up last committed code 2015-05-07 17:50:51 -04:00
gorhill
2cd6961ed4 firefox: draft work for fixing #165 2015-05-07 16:14:33 -04:00
gorhill
6f786635f4 extremely early draft of matrix integration within the logger 2015-05-06 00:30:45 -04:00
gorhill
a49340b57a firefox: cookie and browser cache management 2015-05-04 15:14:51 -04:00
gorhill
4ad7c65362 various fixes 2015-05-04 10:50:44 -04:00
gorhill
1c05281183 comments 2015-04-30 09:58:45 -04:00
gorhill
1f4ff9c809 more refactoring, code review 2015-04-21 19:47:19 -04:00
gorhill
8ae33e9c12 FF: this fixes availability of response headers for when item pulled from cache 2015-04-21 17:38:54 -04:00
gorhill
7cd060a15f refactoring, fixing script/frame blocking on FF, etc., more to do 2015-04-21 16:22:29 -04:00
gorhill
c0bfb00be8 code review 2015-04-20 00:42:49 -04:00
gorhill
595de33e83 sanitizing outgoing headers (drafty) 2015-04-19 16:19:14 -04:00
gorhill
5106c4bc44 this fixes rendering of toolbar icon 2015-04-19 10:06:05 -04:00
gorhill
764b1a0b7a jshint 2015-04-19 09:34:50 -04:00
gorhill
9340975606 a whole lot more left to do, at least popup shows 2015-04-13 12:31:55 -04:00
gorhill
dd90ff1c57 code review re. last commit 2015-04-13 10:05:11 -04:00
gorhill
4fffc97954 untangling fennec code 2015-04-13 09:56:46 -04:00
gorhill
4d8f908022 #10: manually imported fixes from e762a29d30 2015-04-13 09:31:25 -04:00
gorhill
7c5cf28c33 this fixes https://github.com/chrisaljoudi/uBlock/issues/1219 for Firefox 2015-04-13 09:31:25 -04:00
gorhill
301e707e6b refactored tabs/context code 2015-04-13 09:31:25 -04:00
gorhill
c6d89dab64 removed spurious lines of code 2015-04-13 09:31:25 -04:00
YFdyh000
8102f3467e Correct issue links 2015-04-13 09:31:25 -04:00
gorhill
a14f487488 new switch: toggle cosmetic filtering on/off for a site 2015-04-13 09:31:25 -04:00
AlexVallat
3607286a3e Changes following review 2015-04-13 09:31:25 -04:00
AlexVallat
4f825399f6 No need for special treatment for about:blank and about:newtab 2015-04-13 09:29:17 -04:00
AlexVallat
0a736dc270 Fix for #1122 2015-04-13 09:28:11 -04:00
AlexVallat
a0b86f7d25 Remove onNavigation from onTabSelect, as mentioned in #1125 2015-04-13 09:28:11 -04:00
gorhill
882d1d9425 translation work from https://crowdin.com/project/ublock 2015-04-13 09:26:26 -04:00
gorhill
d8bbe9a501 this fixes #1013, #1062 (draft) 2015-04-13 09:26:26 -04:00
AlexVallat
3ec2c29ef0 Use a nsIWebProgressListener instead of a tabsProgressListener for location change monitoring 2015-04-13 09:26:26 -04:00
AlexVallat
ca8330d4f0 Cleanup for DOMTitleChanged listener 2015-04-13 09:23:51 -04:00
gorhill
dbbd13a8d5 #1013: Firefox support 2015-04-13 09:23:51 -04:00
AlexVallat
ed43097de8 Fix for #1072: Listen to DOMTitleChanged as additional navigation event for Fennec 2015-04-13 09:23:51 -04:00
gorhill
a179821f3d #1057: cleanup code 2015-04-13 09:23:51 -04:00
gorhill
eb70156b90 this fixes #1057 2015-04-13 09:23:51 -04:00
Deathamns
b93759e2f9 Firefox: handle nsIContentPolicy.TYPE_IMAGESET
https://bugzil.la/1055750
2015-04-13 09:23:50 -04:00
Deathamns
687e9d84a9 Firefox: register unload event sooner 2015-04-13 09:23:50 -04:00
Deathamns
e38cd3c7f1 Firefox: check for non-existent button 2015-04-13 09:23:50 -04:00
AlexVallat
28923771dc Robustness changes from watching logs in Fennec 2015-04-13 09:23:50 -04:00
Deathamns
1629accdb8 Firefox: determine tabIds via <browser> 2015-04-13 09:23:50 -04:00
Deathamns
8f9be95a08 abp:subscribe fixes
Test a[href^="abp:"], since the protocol probably not used for anything
else, also "a", because ABP checks only anchors, and these links are made
only for ABP.

Also, the event target is not always the link, so at least some parents
should be tested as well.
2015-04-13 09:23:50 -04:00
Deathamns
0124096789 Firefox: update buttons when addon is enabled 2015-04-13 09:23:44 -04:00
AlexVallat
2643125f66 Fixing #1017, only apply switch to about:blank or about:newtab if not loading 2015-04-13 09:23:44 -04:00
AlexVallat
aa80edc171 Testing alternative tab ID for Fennec (issue #1001) 2015-04-13 09:23:44 -04:00