gecko-dev/addon-sdk/source
Zibi Braniecki 86a8ec763b Bug 1373061 - Fallback on en-US in sdk/l10n.get. r=Pike
Users of getPreferedLocales method expect to always have `en-US` as a last resort.
This patch brings back the behavior which regressed with the landing of bug 1346616.

MozReview-Commit-ID: 8bgm7PJnSRJ

--HG--
extra : rebase_source : c63ba6e4508117a6d4bd9d2a18a2c8665dd52bbe
2017-07-07 11:32:53 -07:00
..
app-extension Bug 1329182 - remove trailing newURI null parameters in the rest of the tree, r=jaws. 2017-01-09 20:27:26 +01:00
bin
examples
lib Bug 1373061 - Fallback on en-US in sdk/l10n.get. r=Pike 2017-07-07 11:32:53 -07:00
modules/system Bug 1355161 - script-generated patch to replace .{currentThread,mainThread}.dispatch(..., Ci.nsIThread.DISPATCH_NORMAL) with .dispatchToMainThread(...), r=froydnj. 2017-04-14 18:29:12 +02:00
python-lib Bug 1297614 - Refactor and remove dead code in toolkit/components/url-classifier/content r=francois 2017-06-30 13:31:03 -07:00
test Bug 1373061 - Fallback on en-US in sdk/l10n.get. r=Pike 2017-07-07 11:32:53 -07: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: