Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ports cleanup | Deathamns | 2014-11-23 | 1 | -29/+0 |
| | | | | | | | | | - 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) | ||||
* | Building extension files | Deathamns | 2014-11-09 | 1 | -28/+28 |
| | | | | | | | | | | | | | | | | | | | | Adds possibility to build extension files (Chrome and Safari) from command line. To run from the project directory: python tools/build.py [meta] If the optional `meta` argument is set, then only the manifest and language files are uptated. Without that everything is being built (extension files too) into the `dist/build/version_number` folder. For Chrome there will be two files, a crx, and a .zip file which includes the key.pem private key (so this must not be shared, it's just a bit help for publishing it to the Chrome Web Store). Beside the extension files, update-files are generated too (for self hosting - Safari needs it). | ||||
* | Preferences button for Safari | Deathamns | 2014-11-09 | 1 | -1/+4 |
| | | | | | Brings back the possibility to click a checkbox which opens the extension settings from Safari's Preferences/Extensions. | ||||
* | Drop js-loader, updates from gorhill/uBlock/master | Deathamns | 2014-11-09 | 1 | -1/+1 |
| | |||||
* | Building Info.plist was missing | Deathamns | 2014-11-09 | 1 | -7/+2 |
| | |||||
* | Work on vendor API abstraction, and near complete Safari support | Deathamns | 2014-11-09 | 1 | -0/+31 |