Backed out changeset 10d85d4a79c2 (bug 1250616) for breaking extension worker-test@mozilla.org in test setup. r=backout

This commit is contained in:
Sebastian Hengst 2016-03-08 16:11:51 +01:00
parent 7b9830013a
commit 9b21582e0d
4 changed files with 14 additions and 15 deletions

View File

@ -0,0 +1,12 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
TEST_EXTENSIONS_DIR = $(DEPTH)/_tests/testing/mochitest/extensions
GENERATED_DIRS = $(TEST_EXTENSIONS_DIR)
include $(topsrcdir)/config/rules.mk
libs::
@(cd $(DIST)/xpi-stage && tar $(TAR_CREATE_FLAGS) - $(XPI_NAME)) | (cd $(TEST_EXTENSIONS_DIR) && tar -xf -)

View File

@ -7,22 +7,13 @@
<em:name>IndexedDBTest</em:name>
<em:description>IndexedDB functions for use in testing.</em:description>
<em:creator>Mozilla</em:creator>
<em:version>2016.03.04</em:version>
<em:version>2013.10.10</em:version>
#expand <em:id>__XPI_NAME__-test@mozilla.org</em:id>
<em:type>2</em:type>
<em:bootstrap>true</em:bootstrap>
<em:targetApplication>
<Description>
<!-- Firefox -->
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
#expand <em:minVersion>__MOZILLA_VERSION_U__</em:minVersion>
#expand <em:maxVersion>__MOZILLA_VERSION_U__</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>
<Description>
<!-- Fennec -->
<em:id>{aa3c5121-dab2-40e2-81ca-7ea25febc110}</em:id>
<em:id>toolkit@mozilla.org</em:id>
#expand <em:minVersion>__MOZILLA_VERSION_U__</em:minVersion>
#expand <em:maxVersion>__MOZILLA_VERSION_U__</em:maxVersion>
</Description>

View File

@ -13,7 +13,3 @@ FINAL_TARGET_PP_FILES += [
FINAL_TARGET_FILES += [
'bootstrap.js',
]
TEST_HARNESS_FILES.testing.mochitest.extensions += [
'indexedDB-signed.xpi',
]