uBlock/src/js/scriptlets
Raymond Hill df08b12d48
Fix race condition at browser launch re. cosmetic filtering
Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/974

Related feedback:
- https://www.reddit.com/r/uBlockOrigin/comments/fuscia/

The race condition was that a content script could
query the main process to retrieve cosmetic filters
while the cosmetic filters had not been yet fully
loaded into memory. The fix ensure that an already
injected content script will re-query once the
cosmetic filters are fully loaded in memory at
browser launch time.
2020-04-04 11:34:43 -04:00
..
cosmetic-logger.js Fix :style exception filters not being reported in logger 2020-03-26 09:19:02 -04:00
cosmetic-off.js guard against future instances of issue fixed in #3721 2018-05-03 09:55:36 -04:00
cosmetic-on.js guard against future instances of issue fixed in #3721 2018-05-03 09:55:36 -04:00
dom-inspector.js Code review re. dynamically loaded vapi-client-extra.js 2019-09-26 15:57:55 -04:00
dom-survey-elements.js Fine tune cosmetic filtering badge-related code 2019-11-03 09:38:36 -05:00
dom-survey-scripts.js Fine tune script tags survey scriptlet 2019-11-01 14:28:15 -04:00
element-picker.js Fix srcset handling in element picker 2020-03-15 08:45:17 -04:00
load-large-media-all.js guard against future instances of issue fixed in #3721 2018-05-03 09:55:36 -04:00
load-large-media-interactive.js Work toward modernizing code base: promisification 2019-09-17 15:15:01 -04:00
noscript-spoof.js fix #308, #3436, https://github.com/uBlockOrigin/uBlock-issues/issues/155 2018-08-31 18:47:02 -04:00
should-inject-contentscript.js Fix race condition at browser launch re. cosmetic filtering 2020-04-04 11:34:43 -04:00
subscriber.js Work toward modernizing code base: promisification 2019-09-17 15:15:01 -04:00