aboutsummaryrefslogtreecommitdiffstats
path: root/tools/make-safari.sh
Commit message (Collapse)AuthorAgeFilesLines
* Safari build script: slightly more accurate progress reportingChris2015-03-161-4/+4
|
* move platform-specific images to their respective platformgorhill2015-03-151-0/+1
|
* Revert "µBlock logo refinement and browser icon organization"gorhill2015-02-061-6/+1
| | | | This reverts commit e43931f075847f75414c17ce13735c76119efafc.
* µBlock logo refinement and browser icon organizationChris2015-02-061-1/+6
| | | | | | | | | | | | | | This includes a new, refined µBlock logo, rendered more coherently and consistently for different sizes and display pixel densities. The Safari build script has been modified to bundle appropriate resolutions. The Firefox build script was slightly changed to adhere to the naming convention. The Chrome manifest was modified/ammended slightly to take advantage of new renderings. README's beginning has been modified to be nicer and more minimal. Other than the logo's slightly refined look and having better resolution on different browsers and setups, this should have no effect on the user experience or further development.
* Fix cleanup in build script so rm won't complain during first buildChris2015-02-051-1/+1
|
* Change Safari build -- can't build a Safari extension from the command line ↵Chris2015-01-141-4/+1
| | | | without a hack (have to have a certificate to sign, must use Extension Builder)
* Update make-safari.shhotdogman2015-01-141-0/+7
|
* Firefox: ownsWeak=true for observers, +minor modsDeathamns2015-01-131-1/+1
|
* Include LICENSE.txt into extension packagesDeathamns2015-01-131-1/+4
|
* Firefox: implement vAPI.tabs.injectScriptDeathamns2015-01-131-1/+1
|
* Fix permissions for toolsChris2015-01-111-0/+0
|
* Safari: auto-update *.plist files when buildingDeathamns2014-12-111-1/+1
|
* Safari: small locale improvementsDeathamns2014-12-081-0/+4
| | | | | | | Since there is no API for localization in Safari, we read the locale files every time when an extension page opens. This commit adds a new file "make-locale-safari.py", which will make the size of the locale files smaller.
* Safari: slightly better pop-up blockingDeathamns2014-12-011-4/+3
|
* Safari: fix vAPI.tabs.close() + cleanupDeathamns2014-12-011-3/+3
|
* "platform" is more accurateRaymond Hill2014-11-291-1/+1
|
* Ports cleanupDeathamns2014-11-231-0/+22
- Remove duplicate platform specific (from src/) and other unnecessary files - Fix and update vapi-*.js files for Safari - Add tools/make-safari.sh - Move js/vapi-appinfo.js to meta/ (so, every vendor specific file will be at the same location)