Commit Graph

1036 Commits (357753dc482bb2f848bab7f6dcec5b19a05c55c6)
 

Author SHA1 Message Date
gorhill d82b455b4e this fixes #388 9 years ago
Raymond Hill ad9fe2a8ee Merge pull request #376 from hexaholic/patch-1
Fix minor mistake in German description
9 years ago
Pedro Hoffmann Alves 4f80239b4b Fix minor mistake in German description 9 years ago
gorhill 66a710359f forgot to commit this in last build -- this fixes #374 9 years ago
gorhill 3eedfd6fbb translation work from https://crowdin.com/project/umatrix 9 years ago
gorhill cf5143e876 this fixes https://github.com/gorhill/uBlock/issues/800#issuecomment-146580443 9 years ago
gorhill 6fdbf9dd94 this addresses #122 9 years ago
gorhill 7d4e569bd6 see if this helps #362 9 years ago
gorhill 3c1419ad3b this addresses https://github.com/gorhill/uBlock/issues/724 9 years ago
gorhill 50189a450f this fixes https://github.com/gorhill/uBlock/issues/640 9 years ago
gorhill 2d7ffc639e default config for jshint 9 years ago
gorhill 16f986860e translation work from https://crowdin.com/project/umatrix 9 years ago
gorhill c03d38a5c6 this fixes #349 9 years ago
gorhill e18782672d this fixes #345 9 years ago
gorhill 3b7130c525 for jshint 9 years ago
gorhill e25d748aa4 translation work from https://crowdin.com/project/umatrix 9 years ago
gorhill f3876463d3 imported cloud storage support from uBlock: user rules supported for now 9 years ago
gorhill 9e4e4943f3 this fixes many strictness warning in browser console 9 years ago
gorhill 7bc684f2b8 translation work from https://crowdin.com/project/umatrix 9 years ago
gorhill 99225e1688 ability to create a dev build for Firefox 9 years ago
gorhill 12c5acd287 this fixes #325 9 years ago
gorhill 2224ece1a5 this fixes #320 9 years ago
gorhill 7b651310b4 this fixes https://github.com/gorhill/uBlock/issues/574 9 years ago
Raymond Hill 85220191c2 Merge pull request #310 from Manouchehri/leak-warning
Warn user about User Agent leaking
9 years ago
David Manouchehri 471c314bed Added warning about User Agent leaking. 9 years ago
gorhill 9bda70293f interim version for dev build 9 years ago
gorhill cfbce5297a translation work from https://crowdin.com/project/umatrix 9 years ago
gorhill 0dcf068b56 new revision 9 years ago
gorhill ae0fdc8d10 this fixes #308 9 years ago
gorhill 98c51dbff4 #301: resize only if necessary 9 years ago
gorhill a8ceaa5dfb to be on the safe side 9 years ago
gorhill a914c01ea9 popup resize: code review 9 years ago
gorhill 479b454307 Hopefully this fixes #301 9 years ago
gorhill d265619145 new version 9 years ago
gorhill ff36607354 even better, just skip completely nsIContentPolicy for FF35+ 9 years ago
gorhill 51d18b4c47 shouldLoad needed only for FF34 and less (no need for sync messaging with e10s) 9 years ago
gorhill 77b0dd8233 translation work from https://crowdin.com/project/umatrix 9 years ago
gorhill 9cd5e959aa code review 9 years ago
gorhill 6c24fe8e2a this fixes scope button height in matrix popup + matrix popup from logger 9 years ago
gorhill bf7762ba0f forgot to import this as well 9 years ago
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
9 years ago
gorhill c8765697e1 bring in uBlock's changes to uDom 9 years ago
gorhill fac3e5d055 default about better than custom about 9 years ago
gorhill ee95ccca36 works fine on 42 9 years ago
gorhill fb5cac0455 developers who also contributed to the code base 9 years ago
gorhill e088e9cf70 this should fix #284 9 years ago
gorhill d333eb96ea Merge branch 'master' of https://github.com/gorhill/uMatrix 9 years ago
gorhill e543517500 this fixes #291 9 years ago
Raymond Hill 3c41bfcb12 Merge pull request #285 from johnkeeping/export-text-file
Add trailing newline to exported rules file
9 years ago
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
9 years ago