aboutsummaryrefslogtreecommitdiff
path: root/build.sh
Commit message (Collapse)AuthorAgeFilesLines
* [PoC] Log LibreJS reportsnative-messaging-appYuchen Pei2023-10-271-0/+3
| | | | | | | | | | - run ./build.sh - install the built librejs.xpi as a temporary extension[1] - check the librejs version is 7.21.2 - load some sites e.g. <https://fsf.org>, <https://archive.org>, and the reports should be logged into /tmp/librejs.log [1] https://extensionworkshop.com/documentation/develop/temporary-installation-in-firefox/
* shellcheck build.shYuchen Pei2022-09-231-3/+4
|
* Jasmine-based automated tests suite.hackademix2018-10-021-1/+14
|
* Update for compatibility with Acorn 6.hackademix2018-09-181-1/+0
|
* Adjust directory layout and packaging to allow Storage.js to be shared with ↵hackademix2018-09-131-0/+1
| | | | the settings page in the xpi release.
* Added the new ./content directory to the xpi.hackademix2018-08-201-0/+1
|
* housekeepingbill-auger2018-02-261-1/+4
|
* Created a basic build script mostly to serve as an example of what filesNateN12222018-01-271-0/+26
actually get uploaded to Mozilla.