1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-26 18:10:39 +12:00
uMatrix/src/js
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
..
about.js various fixes 2015-05-04 20:26:45 -04:00
asset-viewer.js first pass 2015-04-11 17:15:57 -04:00
assets.js refactoring of inline script blocking + improving AMO validation 2015-05-09 19:18:16 -04:00
async.js refactoring of inline script blocking + improving AMO validation 2015-05-09 19:18:16 -04:00
background.js remove overhead of tab selector update when no change 2015-05-18 07:32:25 -04:00
browsercache.js refactoring of inline script blocking + improving AMO validation 2015-05-09 19:18:16 -04:00
commands.js user is responsible to reload + fixed cleanup of stale tabs 2015-05-02 18:33:55 -04:00
contentscript-end.js this fixes #232 + AMO feedback re. using innerHTML 2015-05-31 18:11:00 -04:00
contentscript-start.js code review 2015-05-17 15:00:37 -04:00
cookies.js improved cookie emphasis in logger 2015-05-11 12:49:03 -04:00
dashboard-common.js bring back behind-the-scene matrix 2014-10-22 10:25:57 -04:00
dashboard.js first pass 2015-04-11 17:15:57 -04:00
hosts-files.js thsi fixes #170 2015-05-08 09:02:12 -04:00
httpsb.js extremely early draft of matrix integration within the logger 2015-05-06 00:30:45 -04:00
i18n.js this fixes #212 2015-05-17 15:11:57 -04:00
liquid-dict.js work on many things, need more 2014-10-23 19:40:48 -04:00
logger-ui.js this brings logger's filter exp. parser improvements from uBlock 2015-05-30 17:44:21 -04:00
logger.js refactoring of inline script blocking + improving AMO validation 2015-05-09 19:18:16 -04:00
main-blocked.js new way of handling blocked documents 2015-05-02 13:30:29 -04:00
matrix.js this fixes #283 2015-07-05 08:21:10 -04:00
messaging.js re-worked popup UI to access dashboard from title bar (like uBlock) 2015-06-04 08:26:28 -04:00
pagestats.js logger: filter entries by tab 2015-05-15 23:05:37 -04:00
popup.js re-worked popup UI to access dashboard from title bar (like uBlock) 2015-06-04 08:26:28 -04:00
privacy.js first pass 2015-04-11 17:15:57 -04:00
profiler.js literal "1st-party" row removes the need for auto-whitelist, strict blocking 2014-10-22 19:46:30 -04:00
settings.js user is responsible to reload + fixed cleanup of stale tabs 2015-05-02 18:33:55 -04:00
start.js logger: filter entries by tab 2015-05-15 23:05:37 -04:00
storage.js support external stock hosts files 2015-05-30 17:33:35 -04:00
tab.js this should fix #225 2015-05-27 07:51:48 -04:00
traffic.js more minor details fixed 2015-05-11 16:48:29 -04:00
udom.js first pass 2015-04-11 17:15:57 -04:00
uritools.js various fixes 2015-05-04 10:50:44 -04:00
user-rules.js Add trailing newline to exported rules file 2015-07-08 16:24:06 +01:00
useragent.js this fixes #191: loggin every ua-str rotation is overkill 2015-05-12 19:47:33 -04:00
usersettings.js refactoring: many changes throughout -- not close to be done 2015-05-03 20:55:27 -04:00
utils.js first pass 2015-04-11 17:15:57 -04:00
xal.js first pass 2015-04-11 17:15:57 -04:00