mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
While testing for the new `elemhide` option using ABP's test page[1], I found out that the placeholder of the blocked image on that page was not properly collapsed by uBO. The reason was because the page is very simple and flushing the blocked-elements cache at webNavigation.onCommitted time was causing the loss of information collected between webRequest.onBeforeRequest and webNavigation.onCommitted, preventing uBO from properly collapsing the placeholders. The blocked-elements cache is now flushed ONLY at webRequest.onBeforeRequest time. [1] https://testpages.adblockplus.org/en/exceptions/elemhide |
||
|---|---|---|
| .. | ||
| _locales | ||
| css | ||
| img | ||
| js | ||
| lib | ||
| web_accessible_resources | ||
| 1p-filters.html | ||
| 3p-filters.html | ||
| about.html | ||
| advanced-settings.html | ||
| asset-viewer.html | ||
| background.html | ||
| cloud-ui.html | ||
| dashboard.html | ||
| document-blocked.html | ||
| dyna-rules.html | ||
| epicker.html | ||
| logger-ui.html | ||
| popup.html | ||
| settings.html | ||
| shortcuts.html | ||
| whitelist.html | ||