1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-29 22:27:12 +02:00
uBlock/src/js
Raymond Hill 0d369cda21
Allow use of browser.storage.local as cache storage backend in Firefox
Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/409

By default `indexedDB` is used in Firefox for purpose of cache storage
backend.

This commit allows to force the use of `browser.storage.local` instead
as cache storage backend. For this to happen, set `cacheStorageAPI` to
`browser.storage.local` in advanced settings.

Additionally, should `indexedDB` not be available for whatever reason,
uBO will automatically fallback to `browser.storage.local`.
2019-02-17 15:40:09 -05:00
..
codemirror fix https://github.com/uBlockOrigin/uBlock-issues/issues/264 2018-10-15 14:15:00 -03:00
scriptlets Minor generic code review of changes since 1.18.2 2019-02-02 08:09:34 -05:00
wasm 3rd-gen hntrie, suitable for large set of hostnames 2018-12-04 13:02:09 -05:00
1p-filters.js Remember cursor position in "My filters" for next visit 2018-12-22 13:09:56 -05:00
3p-filters.js fix https://github.com/uBlockOrigin/uBlock-issues/issues/248 2018-10-24 20:02:15 -03:00
about.js this takes care of #1443 2016-03-08 16:35:06 -05:00
advanced-settings.js make use of CodeMirror in "Advanced settings" page 2018-08-13 10:21:42 -04:00
asset-viewer.js Grand refactoring of the logger 2019-01-12 16:36:20 -05:00
assets.js Allow use of browser.storage.local as cache storage backend in Firefox 2019-02-17 15:40:09 -05:00
background.js Spin-off FilterOrigin flavors into standalone classes 2019-02-16 12:16:30 -05:00
cachestorage.js Allow use of browser.storage.local as cache storage backend in Firefox 2019-02-17 15:40:09 -05:00
cloud-ui.js improve ckoud widget for small screen devices 2018-04-10 11:21:56 -04:00
commands.js Grand refactoring of the logger 2019-01-12 16:36:20 -05:00
console.js Refactor selfie generation into a more flexible persistence mechanism 2019-02-14 13:33:55 -05:00
contentscript.js Harden content script's message Port against spurious disconnections 2019-01-27 17:07:40 -05:00
contextmenu.js fix https://github.com/uBlockOrigin/uBlock-issues/issues/283 2018-11-06 16:11:03 -02:00
cosmetic-filtering.js Grand refactoring of the logger 2019-01-12 16:36:20 -05:00
dashboard-common.js Ensure the text cursor in visible when a CodeMirror editor is resized 2018-12-22 13:35:46 -05:00
dashboard.js Remove (broken) benchmark pane 2018-12-21 12:01:24 -05:00
document-blocked.js fix #2859 2018-09-03 14:06:49 -04:00
dyna-rules.js Internationalize CodeMirror's hard-coded tooltips in the "My rules" pane 2018-12-22 11:55:13 -05:00
dynamic-net-filtering.js Grand refactoring of the logger 2019-01-12 16:36:20 -05:00
fa-icons.js Grand refactoring of the logger 2019-01-12 16:36:20 -05:00
filtering-context.js Fix partyness evaluation for cases of base domain-less hostnames 2019-01-29 10:34:58 -05:00
hnswitches.js fix #2859 2018-09-03 14:06:49 -04:00
hntrie.js Refactor selfie generation into a more flexible persistence mechanism 2019-02-14 13:33:55 -05:00
html-filtering.js Grand refactoring of the logger 2019-01-12 16:36:20 -05:00
i18n.js Grand refactoring of the logger 2019-01-12 16:36:20 -05:00
logger-ui-inspector.js Grand refactoring of the logger 2019-01-12 16:36:20 -05:00
logger-ui.js Fix partyness evaluation for cases of base domain-less hostnames 2019-01-29 10:34:58 -05:00
logger.js Grand refactoring of the logger 2019-01-12 16:36:20 -05:00
lz4.js Fix Promise chain of WASM module load operations 2019-02-01 08:20:43 -05:00
messaging.js Allow use of browser.storage.local as cache storage backend in Firefox 2019-02-17 15:40:09 -05:00
pagestore.js Grand refactoring of the logger 2019-01-12 16:36:20 -05:00
popup.js Grand refactoring of the logger 2019-01-12 16:36:20 -05:00
redirect-engine.js Refactor selfie generation into a more flexible persistence mechanism 2019-02-14 13:33:55 -05:00
reverselookup-worker.js Add export-to-clipboard feature to logger 2019-01-14 14:57:31 -05:00
reverselookup.js fix #2763 2018-07-22 10:47:02 -04:00
scriptlet-filtering.js Fix https://github.com/gorhill/uBlock/issues/3654 2018-12-13 12:30:54 -05:00
settings.js fix #2477 2017-04-04 16:45:50 -04:00
shortcuts.js code review re. 8e9fe020b5 2018-07-22 08:14:50 -04:00
start.js Allow use of browser.storage.local as cache storage backend in Firefox 2019-02-17 15:40:09 -05:00
static-ext-filtering.js Refactor selfie generation into a more flexible persistence mechanism 2019-02-14 13:33:55 -05:00
static-net-filtering.js Properly set resource URL in benchmark loop 2019-02-17 07:45:05 -05:00
storage.js Allow use of browser.storage.local as cache storage backend in Firefox 2019-02-17 15:40:09 -05:00
tab.js Grand refactoring of the logger 2019-01-12 16:36:20 -05:00
text-encode.js refactor some webRequest-related code (now that firefox legacy is out of the way) 2018-10-28 10:58:25 -03:00
traffic.js Use proper embedding context when evluating inline-script 2019-02-15 07:37:43 -05:00
ublock.js Inject inline-script logger scriptlet at document_end 2018-12-22 08:33:42 -05:00
udom.js Fix regression from 0edf53f508 (diff-a51c8c4aedf62ea9aec5e71f3b1427c3R624) 2019-01-15 08:18:45 -05:00
uritools.js Update publicSuffixLibrary to latest (WASM-able) version 2019-02-10 12:19:05 -05:00
url-net-filtering.js code review: reuse last decomposed hostname (hit rate = 75%) 2018-06-03 13:27:42 -04:00
utils.js Refactor selfie generation into a more flexible persistence mechanism 2019-02-14 13:33:55 -05:00
whitelist.js fix #3646 2018-03-27 19:10:31 -04:00