1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-02 09:09:38 +02:00
uBlock/tools
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
..
import-crowdin.sh import Kazakh translation work 2018-01-31 12:49:23 -05:00
import-war.py fix #3636 2018-03-23 15:03:29 -04:00
make-assets.sh shallow clone uAssets in travis build 2018-01-09 17:57:40 -05:00
make-chromium-meta.py centralize the managing version string for all platform 2018-02-23 09:56:45 -05:00
make-chromium.sh use image data instead of paths for browser icons 2018-05-07 19:03:50 -04:00
make-clean.sh allow scripts to run with bash in other locations 2016-01-31 12:17:04 -05:00
make-firefox-meta.py rename "webext" target to more accurate "firefox" 2018-04-27 12:38:09 -04:00
make-firefox.sh use image data instead of paths for browser icons 2018-05-07 19:03:50 -04:00
make-opera-meta.py changes needed for releasing uBO/opera 1.15.24 2018-04-09 10:04:32 -04:00
make-opera.sh use image data instead of paths for browser icons 2018-05-07 19:03:50 -04:00
make-safari-meta.py Safari: fix meta script permission 2015-02-16 21:15:47 -07:00
make-safari.sh allow scripts to run with bash in other locations 2016-01-31 12:17:04 -05:00
make-webext-meta.py rename "debian" target to more accurate "webext" 2018-04-27 12:39:43 -04:00
make-webext.sh use image data instead of paths for browser icons 2018-05-07 19:03:50 -04:00