gecko/addon-sdk/source
2015-10-04 18:27:27 -07:00
..
app-extension Bug 1202902 - Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff) 2015-09-15 11:19:45 -07:00
bin Bug 1179013: Uplift Add-on SDK. a=me 2015-06-30 15:10:35 -07:00
examples Bug 1202902 - Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff) 2015-09-15 11:19:45 -07:00
lib Bug 1195735, r=zer0 2015-10-01 12:04:12 -04:00
modules/system Bug 1202902 - Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff) 2015-09-15 11:19:45 -07:00
python-lib Bug 1202902 - Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff) 2015-09-15 11:19:45 -07:00
test Bug 1208727 - Disable test-ui-action-button.js on all debug and ASan builds for frequent timeouts 2015-10-04 18:27:27 -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 Bug 1179013: Uplift Add-on SDK. a=me 2015-06-30 15:10:35 -07:00
CONTRIBUTING.md Bug 1160676: Uplift Add-on SDK to fx-team. a=me 2015-04-24 12:36:06 -07:00
gulpfile.js Bug 1179013: Uplift Add-on SDK. a=me 2015-06-30 15:10:35 -07:00
LICENSE
mapping.json Bug 1179013: Uplift Add-on SDK. a=me 2015-06-30 15:10:35 -07:00
package.json Bug 1179013: Uplift Add-on SDK. a=me 2015-06-30 15:10:35 -07: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: