1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-19 19:52:51 +02:00
uBlock/platform/chromium
Raymond Hill 89fd76ac39
use image data instead of paths for browser icons
When using paths, platform implementations of setIcon typically
will fetch the resource then convert to image data internally.
It is preferable for uBO to do this conversion itself as it can
be done only once at launch time.

With chromium-based browsers, using image data eliminate the
incessant network traffic to fetch browser icons as reported
in the extension's dev tool, meaning a good chunk of overhead
is eliminated.

Also, use optimal icon sizes, as of now both chromium and firefox
prefers 16px instead of 19px, and 32px instead of 38px.
2018-05-07 19:03:50 -04:00
..
is-webrtc-supported.html fix warnings in browser console 2017-07-25 11:59:52 -04:00
is-webrtc-supported.js this fixes https://github.com/gorhill/uBlock/issues/533#issuecomment-167931681 2015-12-31 09:24:55 -05:00
managed_storage.json #985: might be the missing trailing # 2015-11-27 14:30:17 -05:00
manifest.json use image data instead of paths for browser icons 2018-05-07 19:03:50 -04:00
options_ui.html code review: preemptively address https://bugzilla.mozilla.org/show_bug.cgi?id=1408996#c9 2017-10-27 14:22:45 -04:00
options_ui.js #1443: forgot to revisit this instance of vAPI.messaging 2016-03-16 09:47:10 -04:00
vapi-background.js use image data instead of paths for browser icons 2018-05-07 19:03:50 -04:00
vapi-cachestorage.js better manage platform-specific code for user-stylesheet support 2018-04-26 11:36:22 -04:00
vapi-client.js guard against future instances of issue fixed in #3721 2018-05-03 09:55:36 -04:00
vapi-common.js guard against future instances of issue fixed in #3721 2018-05-03 09:55:36 -04:00
vapi-usercss.js guard against future instances of issue fixed in #3721 2018-05-03 09:55:36 -04:00
vapi-usercss.pseudo.js guard against future instances of issue fixed in #3721 2018-05-03 09:55:36 -04:00
vapi-usercss.real.js guard against future instances of issue fixed in #3721 2018-05-03 09:55:36 -04:00
vapi-webrequest.js mind whitelist directives for filterable behind-the-scene requests (#3654) 2018-04-02 09:10:38 -04:00
vapi.js guard against future instances of issue fixed in #3721 2018-05-03 09:55:36 -04:00