gecko-dev/addon-sdk/source
Ryan VanderMeulen e2cc59fb34 Merge m-c to autoland. a=merge 2016-12-30 10:05:04 -05:00
..
app-extension Bug 1313440: Fix NS_ENSURE_TRUE(isSandbox) warnings in test code. r=erahm 2016-10-27 13:28:01 -07:00
bin
examples
lib Bug 1321509 - remove references to Array.slice in addon-sdk util/object;r=zer0 2016-12-07 18:03:32 +01:00
modules/system Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
python-lib Bug 1310094 - Part 2: Remove UserCustomizations.jsm; r=myk 2016-10-17 14:08:30 -04:00
test Merge m-c to autoland. a=merge 2016-12-30 10:05:04 -05:00
.gitattributes
.gitignore
.hgignore
.hgtags
.jpmignore
.travis.yml
CONTRIBUTING.md Bug 1238064 - Update docs to reflect new workflow. r=mossop 2016-03-08 14:49:13 -08:00
LICENSE
README.md Bug 1238064 - Update docs to reflect new workflow. r=mossop 2016-03-08 14:49:13 -08:00
gulpfile.js
mapping.json
package.json

README.md

Mozilla Add-on SDK Build Status

We suggest that developers of new add-ons should look at using WebExtensions.

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: