1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-09-30 09:06:56 +13:00
Commit graph

355 commits

Author SHA1 Message Date
gorhill
09abdc1b9f fix https://github.com/gorhill/uBlock/issues/2502#issuecomment-290941686 2017-04-01 19:47:31 -04:00
gorhill
276a1dfa1b fix https://github.com/gorhill/uBlock/issues/2502#issuecomment-290943606 2017-04-01 16:26:23 -04:00
gorhill
3df7ee9cb1 fix regression bug introduced with 9a99a06c 2017-04-01 12:21:46 -04:00
gorhill
89c5f02d76 fix https://github.com/gorhill/uBlock/issues/2493
Fix by @gijsk, imported from https://github.com/gorhill/uBlock/pull/2497
2017-04-01 11:53:25 -04:00
gorhill
85255cf195 fix https://bugs.chromium.org/p/project-zero/issues/detail?id=1225&desc=6#c10 2017-04-01 09:58:10 -04:00
gorhill
9a99a06cd4 fix https://bugs.chromium.org/p/project-zero/issues/detail?id=1225&desc=6#c10 2017-04-01 09:39:49 -04:00
gorhill
ad4b9b7b00 fix #746 2017-04-01 09:37:59 -04:00
gorhill
c2d7096500 refactor assets management; working webextension version 2017-03-29 09:12:12 -04:00
gorhill
33f2dc27d3 fix https://github.com/gorhill/uBlock/issues/2226 2017-02-04 10:08:18 -05:00
gorhill
bf7acf678a fix #706 2017-01-31 17:32:34 -05:00
gorhill
83b342d4e4 fix #597 + code review + merge media and image 2016-07-30 09:58:13 -04:00
gorhill
8464e3d594 import uBO fix for some behind-the-scene requests in Pale Moon 2016-07-17 06:37:01 -04:00
gorhill
9a26274b11 fix #586 2016-07-13 09:11:37 -04:00
gorhill
941d710247 fix https://github.com/gorhill/uBlock/issues/1702 2016-06-12 10:57:15 -04:00
gorhill
a429b71665 code review re. #554: use channel data when available 2016-06-10 13:18:32 -04:00
gorhill
7f632afe29 code review re. #554
No longer need to evaluate within asyncOnChannelRedirect() since
all is now evaluated at `http-on-modify-request` time.
2016-06-06 10:10:29 -04:00
gorhill
c978b2c5e9 code review re. https://bugzilla.mozilla.org/show_bug.cgi?id=1259169 2016-06-05 11:01:38 -04:00
gorhill
144a557ddb fix #561 2016-06-05 09:37:59 -04:00
gorhill
73646ed7ce fix #554 2016-06-03 09:13:18 -04:00
gorhill
5fe51be814 this fixes #540 2016-04-23 13:54:22 -04:00
gorhill
65924d1be8 this fixes #489 2016-02-28 16:15:23 -05:00
gorhill
3150395375 new location for Console.jsm 2016-02-02 09:42:07 -05:00
gorhill
9cfc2ff6f8 this fixes https://github.com/gorhill/uBlock/issues/763 2016-01-24 08:52:32 -05:00
gorhill
2b74a784df Nightly 46.0 is supported 2016-01-16 09:57:27 -05:00
gorhill
93d28a8e38 this fixes https://github.com/gorhill/uBlock/issues/845 2015-11-16 09:02:58 -05:00
gorhill
deecee477d this fixes invalid version number 2015-11-15 17:40:57 -05:00
gorhill
1df054d844 update compatible versions 2015-11-15 17:34:31 -05:00
gorhill
6eaa85eee1 this should fix #357, #395 2015-11-15 17:33:05 -05:00
gorhill
72c9429d74 code review for #390 2015-11-14 10:01:45 -05:00
gorhill
d5e7bc8800 revert fix to #390 as suggested + hopefully also fixes #413 2015-11-13 13:29:49 -05:00
gorhill
15dc2dc1e9 works fine on latest Nightly, SeaMonkey 2015-11-01 09:22:36 -05:00
gorhill
8d8f4b22d4 minor code review 2015-10-31 18:22:39 -04:00
gorhill
6c0c62cc13 this should fix #390 2015-10-20 18:10:08 -04:00
gorhill
cf5143e876 this fixes https://github.com/gorhill/uBlock/issues/800#issuecomment-146580443 2015-10-08 11:37:13 -04:00
gorhill
50189a450f this fixes https://github.com/gorhill/uBlock/issues/640 2015-09-26 11:08:50 -04:00
gorhill
f3876463d3 imported cloud storage support from uBlock: user rules supported for now 2015-09-05 12:29:28 -04:00
gorhill
9e4e4943f3 this fixes many strictness warning in browser console 2015-08-27 14:29:35 -04:00
gorhill
12c5acd287 this fixes #325 2015-08-15 14:20:49 -04:00
gorhill
7b651310b4 this fixes https://github.com/gorhill/uBlock/issues/574 2015-08-06 14:46:37 -04:00
gorhill
ae0fdc8d10 this fixes #308 2015-07-29 14:18:52 -04:00
gorhill
98c51dbff4 #301: resize only if necessary 2015-07-28 15:00:31 -04:00
gorhill
a8ceaa5dfb to be on the safe side 2015-07-24 08:28:15 -04:00
gorhill
a914c01ea9 popup resize: code review 2015-07-24 08:22:54 -04:00
gorhill
479b454307 Hopefully this fixes #301 2015-07-23 16:24:07 -04:00
gorhill
d265619145 new version 2015-07-22 12:57:41 -04:00
gorhill
ff36607354 even better, just skip completely nsIContentPolicy for FF35+ 2015-07-22 10:04:23 -04:00
gorhill
51d18b4c47 shouldLoad needed only for FF34 and less (no need for sync messaging with e10s) 2015-07-22 09:41:20 -04:00
gorhill
9cd5e959aa code review 2015-07-21 21:16:18 -04:00
gorhill
bf7762ba0f forgot to import this as well 2015-07-21 13:37:19 -04:00
gorhill
1f4ba9dda9 this extends compatibility to FF-24-34
imported code from uBlock, including legacy toolbar support in 34485a04658ae7d8357dabe5e42b18e3e066a4b9,
which is itself directly based on work from @AlexVallat:
- 620a7d78d1
- d9b23d4f10
- 5ac4ec21e9
2015-07-21 13:28:13 -04:00