1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-11-17 16:02:33 +01:00
uBlock/src/js
Raymond Hill e163080518
added optional lz4 compression for cache storage (https://github.com/uBlockOrigin/uBlock-issues/issues/141)
Squashed commit of the following:

commit 6a8473822537636ac54d5dabdb14472114bb730b
Author: Raymond Hill <rhill@raymondhill.net>
Date:   Mon Aug 6 10:56:44 2018 -0400

    remove remnant of snappyjs and spurious instruction

commit 9a4b709bee97d3cc2235fab602359fa5953bdb46
Author: Raymond Hill <rhill@raymondhill.net>
Date:   Mon Aug 6 09:48:58 2018 -0400

    make cache storage compression optionally available on all platforms

    New advanced setting: `cacheStorageCompression`. Default is `false`.

commit 22ee6547f2f7c9c5aefe25dea1262a1b31612155
Author: Raymond Hill <rhill@raymondhill.net>
Date:   Sun Aug 5 19:16:26 2018 -0400

    remove Chromium from lz4 experiment

commit ee3e201c45afe983508f70713a2d43af74737d8d
Author: Raymond Hill <rhill@raymondhill.net>
Date:   Sun Aug 5 18:52:43 2018 -0400

    import lz4-block-codec.wasm library

commit 883a3118efcfd749c82356fde7134754d6ae371d
Author: Raymond Hill <rhill@raymondhill.net>
Date:   Sun Aug 5 18:50:46 2018 -0400

    implement storage compression through lz4-wasm [draft]

commit 48d1ccaba407de447c2cd6747dc3a90839c260a7
Merge: 8ae77e6 b34c897
Author: Raymond Hill <rhill@raymondhill.net>
Date:   Sat Aug 4 08:56:51 2018 -0400

    Merge branch 'master' of github.com:gorhill/uBlock into lz4

commit 8ae77e6aeeaa85af335e664c2560d2afd37288c6
Author: Raymond Hill <rhill@raymondhill.net>
Date:   Wed Jul 25 18:17:45 2018 -0400

    experiment with compression
2018-08-06 12:34:41 -04:00
..
codemirror
scriptlets
1p-filters.js
3p-filters.js
about.js
advanced-settings.js
asset-viewer.js
assets.js added optional lz4 compression for cache storage (https://github.com/uBlockOrigin/uBlock-issues/issues/141) 2018-08-06 12:34:41 -04:00
background.js added optional lz4 compression for cache storage (https://github.com/uBlockOrigin/uBlock-issues/issues/141) 2018-08-06 12:34:41 -04:00
cloud-ui.js
commands.js
contentscript.js
contextmenu.js
cosmetic-filtering.js
dashboard-common.js
dashboard.js
document-blocked.js
dyna-rules.js
dynamic-net-filtering.js
hnswitches.js
hntrie.js
html-filtering.js
i18n.js
logger-ui-inspector.js
logger-ui.js
logger.js
messaging.js
pagestore.js
popup.js
redirect-engine.js
reverselookup-worker.js
reverselookup.js
rpcreceiver.js
scriptlet-filtering.js
settings.js
shortcuts.js
start.js
static-ext-filtering.js
static-net-filtering.js
storage.js added optional lz4 compression for cache storage (https://github.com/uBlockOrigin/uBlock-issues/issues/141) 2018-08-06 12:34:41 -04:00
tab.js
text-encode.js
traffic.js
ublock.js
udom.js
uritools.js
url-net-filtering.js
utils.js
whitelist.js