1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-02 10:24:59 +12:00
Commit graph

907 commits

Author SHA1 Message Date
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 77b0dd8233 translation work from https://crowdin.com/project/umatrix 2015-07-21 21:17:36 -04:00
gorhill 9cd5e959aa code review 2015-07-21 21:16:18 -04:00
gorhill 6c24fe8e2a this fixes scope button height in matrix popup + matrix popup from logger 2015-07-21 21:14:55 -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
gorhill c8765697e1 bring in uBlock's changes to uDom 2015-07-21 08:29:15 -04:00
gorhill fac3e5d055 default about better than custom about 2015-07-21 07:49:08 -04:00
gorhill ee95ccca36 works fine on 42 2015-07-21 07:34:08 -04:00
gorhill fb5cac0455 developers who also contributed to the code base 2015-07-17 09:23:46 -04:00
gorhill e088e9cf70 this should fix #284 2015-07-17 09:21:54 -04:00
gorhill d333eb96ea Merge branch 'master' of https://github.com/gorhill/uMatrix 2015-07-15 09:25:08 -04:00
gorhill e543517500 this fixes #291 2015-07-15 09:24:56 -04:00
Raymond Hill 3c41bfcb12 Merge pull request #285 from johnkeeping/export-text-file
Add trailing newline to exported rules file
2015-07-08 11:39:42 -04:00
John Keeping 20e294884a Add trailing newline to exported rules file
According to POSIX a text file is "a file that contains characters
organized into zero or more lines" [1] and a line is "a sequence of zero
or more non- <newline> characters plus a terminating <newline>
character" [2].  Since we are claiming to produce a text file, it should
have a trailing newline.

[1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_397
[2] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206
2015-07-08 16:24:06 +01:00
Raymond Hill 2b230b85e1 Update CONTRIBUTING.md 2015-07-05 13:08:31 -04:00
gorhill 3591ca42f6 translation work from https://crowdin.com/project/umatrix 2015-07-05 08:55:34 -04:00
gorhill f7a9ba851d code review: importing uBlock's fixes 2015-07-05 08:54:08 -04:00
gorhill 3d3673f163 this fixes #283 2015-07-05 08:21:10 -04:00
gorhill 07ba0a0a4b this fixes #270 2015-06-18 08:27:44 -04:00
gorhill 22d5f9b052 Merge branch 'master' of https://github.com/gorhill/uMatrix 2015-06-05 09:19:23 -04:00
gorhill a7329ef71d support importing uBlock ruleset syntax 2015-06-05 09:19:15 -04:00
Raymond Hill 5e8de220e4 Merge pull request #255 from Alpengreis/Alpengreis-branch
Update README.md
2015-06-04 23:22:09 -04:00
Alpengreis 0cb267a081 Update README.md
Corrected the link ...
2015-06-05 02:40:04 +02:00
gorhill a1f8e9599e translation work from https://crowdin.com/project/umatrix 2015-06-04 10:29:24 -04:00
gorhill c8a461a815 interim version for dev build 2015-06-04 08:33:13 -04:00
gorhill cd760f33cb Merge branch 'master' of https://github.com/gorhill/uMatrix 2015-06-04 08:27:41 -04:00
gorhill d6a48df601 this fixes #246 -- FF tab management re-factored 2015-06-04 08:27:32 -04:00
gorhill fd4a7579f1 re-worked popup UI to access dashboard from title bar (like uBlock) 2015-06-04 08:26:28 -04:00
Raymond Hill 49ac2574b8 Update README.md 2015-06-01 11:16:45 -04:00
gorhill ef68842b80 this fixes #232 + AMO feedback re. using innerHTML 2015-05-31 18:11:00 -04:00
gorhill 5997dec5d1 this brings logger's filter exp. parser improvements from uBlock 2015-05-30 17:44:21 -04:00
gorhill a2e5fd671e support external stock hosts files 2015-05-30 17:33:35 -04:00
gorhill 6f842724be SQlite: importing changes from uBlock 2015-05-30 12:52:26 -04:00
gorhill 32333a440a translation work from https://crowdin.com/project/umatrix 2015-05-30 07:55:15 -04:00
gorhill a1ff628a57 this addresses AMO feedback from uBlock 2015-05-30 07:24:08 -04:00
gorhill bbfef4f6cf this fixes #234 + other fixes imported from uBlock 2015-05-30 06:54:21 -04:00
Raymond Hill 9f51e49725 Merge pull request #241 from mikhaelkh/master
Minor fixes
2015-05-29 16:59:28 -04:00
mikhaelkh f24e9a907f Minor fixes
µMatrix -> uMatrix in tools folder.
Small fix in hosts-files.json.
2015-05-29 23:49:41 +03:00
gorhill cef90f0b20 fixed bad wrapper around seTimeout 2015-05-27 17:26:12 -04:00
gorhill 9b45f27792 interim version for dev build 2015-05-27 08:13:38 -04:00
gorhill b20d44e36c this should fix #225 2015-05-27 07:51:48 -04:00
gorhill dd657f31ae new revision 2015-05-21 20:13:08 -04:00
gorhill f81933fb59 this fixes 23aa1e79cb (commitcomment-11318549) 2015-05-21 20:11:54 -04:00