Bug 897683 - Uplift Add-on SDK to Firefox r=me

This commit is contained in:
Wes Kocher
2013-07-29 14:37:44 -07:00
parent ce1ba8d151
commit a5f4fadf52
67 changed files with 1812 additions and 1004 deletions

View File

@@ -52,6 +52,9 @@ def parse_options(options, jetpack_id):
doc.appendChild(root)
for pref in options:
if ("hidden" in pref and pref["hidden"] == True):
continue;
setting = doc.createElement("setting")
setting.setAttribute("pref-name", pref["name"])
setting.setAttribute("data-jetpack-id", jetpack_id)