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

This commit is contained in:
Dave Townsend
2013-08-09 13:17:14 -07:00
parent 5e80f9265d
commit 193fd3a0b2
44 changed files with 3275 additions and 501 deletions

View File

@@ -257,7 +257,8 @@ class Popen(subprocess.Popen):
self.kill(group)
else:
if (sys.platform == 'linux2') or (sys.platform in ('sunos5', 'solaris')):
if sys.platform in ('linux2', 'sunos5', 'solaris') \
or sys.platform.startswith('freebsd'):
def group_wait(timeout):
try:
os.waitpid(self.pid, 0)