Bug 935220: Uplift Add-on SDK to Firefox. r=me

https://github.com/mozilla/addon-sdk/compare/firefox27...50697e6182cb4f79f9605b7cd1d1f5084cfaf03f
This commit is contained in:
Dave Townsend
2013-11-05 13:51:58 -08:00
parent a5a774227a
commit 364e9d1cc1
99 changed files with 2824 additions and 554 deletions

View File

@@ -122,7 +122,7 @@ def gen_manifest(template_root_dir, target_cfg, jid,
manifest.set("em:version",
target_cfg.get('version', '1.0'))
manifest.set("em:name",
target_cfg.get('fullName', target_cfg['name']))
target_cfg.get('title', target_cfg.get('fullName', target_cfg['name'])))
manifest.set("em:description",
target_cfg.get("description", ""))
manifest.set("em:creator",