Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: sitescripts/extensions/utils.py

Issue 29366797: Issue 4697 - Add support for WebExtension-based Firefox development builds (Closed) Base URL: https://hg.adblockplus.org/sitescripts
Patch Set: Updated tests and update manifest generation Created Dec. 5, 2016, 11:21 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sitescripts/extensions/test/test_updateManifests.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sitescripts/extensions/utils.py
===================================================================
--- a/sitescripts/extensions/utils.py
+++ b/sitescripts/extensions/utils.py
@@ -24,16 +24,17 @@ import urlparse
import urllib
import xml.dom.minidom as dom
from ConfigParser import SafeConfigParser, NoOptionError
from StringIO import StringIO
from sitescripts.utils import get_config
PACKAGE_SUFFIXES = {
'gecko': '.xpi',
+ 'gecko-webext': '.xpi',
'chrome': '.crx',
'safari': '.safariextz',
'ie': '.exe',
'android': '.apk'
}
def compareVersionParts(part1, part2):
« no previous file with comments | « sitescripts/extensions/test/test_updateManifests.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld