uBlock/src/js
Raymond Hill 716aae4236
Reverting fix to https://github.com/gorhill/uBlock/issues/3639
Related feedback:
- a54cb2e38f (commitcomment-34387041)

Regression from converting uBO resources into
immutable resources. This affects only Chromium-based
browsers.

This is a quick fix for the dev build, to at least unbreak
the reported case.

I need to research whether the root issue (conflict with HTTPS-E)
is still occurring, and if so the fix is not trivial: I will need
to add code to uBO to fetch and convert binary data into `data:`
URIs.
2019-07-21 20:53:42 -04:00
..
codemirror Minor code review re. https://github.com/uBlockOrigin/uBlock-issues/issues/658 2019-07-11 09:50:12 -04:00
scriptlets Code review of c1bdc123f2 2019-06-30 10:22:06 -04:00
wasm Do not store impossible to match filters in HNTrie 2019-04-29 13:15:16 -04:00
1p-filters.js Warn when navigating away from pane with unsaved changes 2019-05-19 15:35:00 -04:00
3p-filters.js Ensure the "Filter lists" pane is in sync with update status 2019-05-19 18:31:12 -04:00
about.js Select existing "Advanced settings" page if any 2019-05-25 08:31:06 -04:00
advanced-settings.js Small code review of a52b07ff6e 2019-04-20 19:10:34 -04:00
asset-viewer.js Add a link to the remote asset in asset viewer 2019-05-23 19:29:59 -04:00
assets.js Remove obsolete ublock-resources-related code 2019-07-21 11:00:14 -04:00
background.js Allow setting assetsBootstrapLocation from admin settings 2019-07-18 10:53:08 -04:00
cachestorage.js Code review implementation of cacheStorage.clear() 2019-03-28 10:17:47 -03:00
cloud-ui.js improve ckoud widget for small screen devices 2018-04-10 11:21:56 -04:00
commands.js Use "relax" instead of "toggle" 2019-06-27 08:16:18 -04:00
console.js Fix spurious output at uBO's dev console 2019-02-18 14:41:04 -05:00
contentscript.js Fix use of sibling-related CSS syntax at prefix position 2019-06-29 14:07:54 -04:00
contextmenu.js Minor code review re. context menu code 2019-07-02 09:43:26 -04:00
cosmetic-filtering.js Add optional support for generic procedural cosmetic filters 2019-05-18 18:57:32 -04:00
dashboard-common.js Select existing "Advanced settings" page if any 2019-05-25 08:31:06 -04:00
dashboard.js Warn when navigating away from pane with unsaved changes 2019-05-19 15:35:00 -04:00
document-blocked.js Fix "Close this window" not working on document-blocked page 2019-05-21 18:56:59 -04:00
dyna-rules.js Fix last newline not being automatically appended 2019-07-07 06:57:30 -04:00
dynamic-net-filtering.js Use async/await in Matrix.benchmark() 2019-06-19 08:37:48 -04:00
fa-icons.js Grand refactoring of the logger 2019-01-12 16:36:20 -05:00
filtering-context.js Improve "Whitelist pane"; remove now useless built-in switch rule 2019-05-18 14:20:05 -04:00
hnswitches.js fix #2859 2018-09-03 14:06:49 -04:00
hntrie.js Code review of HNTrie/staticNetFilteringEngine 2019-06-19 10:00:19 -04:00
html-filtering.js Fix use of sibling-related CSS syntax at prefix position 2019-06-29 14:07:54 -04: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 Prevent adding known invalid URL-based rules 2019-07-08 10:49:53 -04: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 Finalize converting resources.txt into immutable resources 2019-07-06 12:36:28 -04:00
pagestore.js Fix whitelist status evaluation of tabless network requests 2019-07-05 17:44:08 -04:00
popup.js Prevent popup panel to close when forcing a tab reload 2019-07-21 11:50:15 -04:00
redirect-engine.js Reverting fix to https://github.com/gorhill/uBlock/issues/3639 2019-07-21 20:53:42 -04:00
reverselookup-worker.js Fix https://github.com/gorhill/uBlock/issues/3541 2019-05-20 18:29:28 -04:00
reverselookup.js fix #2763 2018-07-22 10:47:02 -04:00
scriptlet-filtering.js Remove code unused in next release 2019-07-11 10:17:06 -04:00
settings.js Code review of whitelisting-related code 2019-06-25 11:57:14 -04:00
shortcuts.js code review re. 8e9fe020b5 2018-07-22 08:14:50 -04:00
start.js Refactor management of injectable resources 2019-07-03 09:47:56 -04:00
static-ext-filtering.js Mind escape sequences when validating :style filters 2019-07-13 07:49:07 -04:00
static-net-filtering.js Fix some element picker-related issues 2019-06-29 11:06:03 -04:00
storage.js Remove obsolete ublock-resources-related code 2019-07-21 11:00:14 -04:00
strie.js Implement bidirectional plain-string trie 2019-06-18 19:16:39 -04:00
tab.js Ensure toolbar icon reflect updated whitelist directives 2019-07-21 10:48:44 -04: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 Fix thrown exception in onHeadersReceived listener 2019-07-19 10:02:27 -04:00
ublock.js Add keyboard support for toggling down blocking profile 2019-06-26 07:47:14 -04:00
udom.js Update fix for https://github.com/uBlockOrigin/uBlock-issues/issues/468 2019-04-14 16:57:09 -04:00
uritools.js Use const, let instead of var 2019-02-24 09:01:58 -05:00
url-net-filtering.js Fix regression in URL rules validation 2019-07-10 17:24:01 -04:00
utils.js Avoid duplicated strings in filterOrigin w/ new approach 2019-05-17 10:13:58 -04:00
whitelist.js Fix broken import-from-file in Whitelist pane 2019-05-26 08:03:44 -04:00