gecko/addon-sdk/source
2015-06-19 16:22:19 -07:00
..
app-extension Bug 1146943: Uplift Add-on SDK. a=me 2015-03-23 15:24:56 -07:00
bin Backed out changeset b117a76d0a25 (bug 1171638) for making Windows M(JP) basically permafail. 2015-06-05 11:49:54 -04:00
examples Bug 1160676: Uplift Add-on SDK to fx-team. a=me 2015-04-24 12:36:06 -07:00
lib Bug 1176411 - Stop parenthesizing array/object pattern destructuring assignment targets in addon SDK code. r=jsantell, a=KWierso 2015-06-19 16:22:19 -07:00
modules/system Bug 1114752 - Uplift Add-on SDK to Firefox a=me 2015-02-03 09:51:16 -08:00
python-lib Bug 1109475 - Firefox should use HTTPS instead of HTTP for Safe Browsing URLs. r=gcp 2015-06-16 12:28:42 -07:00
test Bug 1109475 - Firefox should use HTTPS instead of HTTP for Safe Browsing URLs. r=gcp 2015-06-16 12:28:42 -07:00
.gitattributes
.gitignore Bug 1160676: Uplift Add-on SDK to fx-team. a=me 2015-04-24 12:36:06 -07:00
.hgignore Bug 1114752 - Uplift Add-on SDK to Firefox a=me 2015-02-03 09:51:16 -08:00
.hgtags
.jpmignore Bug 1160676: Uplift Add-on SDK to fx-team. a=me 2015-04-24 12:36:06 -07:00
.travis.yml Backed out changeset b117a76d0a25 (bug 1171638) for making Windows M(JP) basically permafail. 2015-06-05 11:49:54 -04:00
CONTRIBUTING.md Bug 1160676: Uplift Add-on SDK to fx-team. a=me 2015-04-24 12:36:06 -07:00
gulpfile.js Backed out changeset b117a76d0a25 (bug 1171638) for making Windows M(JP) basically permafail. 2015-06-05 11:49:54 -04:00
LICENSE
mapping.json Backed out changeset b117a76d0a25 (bug 1171638) for making Windows M(JP) basically permafail. 2015-06-05 11:49:54 -04:00
package.json Backed out changeset b117a76d0a25 (bug 1171638) for making Windows M(JP) basically permafail. 2015-06-05 11:49:54 -04:00
README.md Bug 1160676: Uplift Add-on SDK to fx-team. a=me 2015-04-24 12:36:06 -07:00

Mozilla Add-on SDK Build Status

Using the Add-on SDK you can create Firefox add-ons using standard Web technologies: JavaScript, HTML, and CSS. The SDK includes JavaScript APIs which you can use to create add-ons, and tools for creating, running, testing, and packaging add-ons.

If you find a problem, please report the bug here.

Developing Add-ons

These resources offer some help:

Contributing Code

Please read these two guides if you wish to make some patches to the addon-sdk:

Issues

We use bugzilla as our issue tracker, here are some useful links: