Backed out changeset 7566245cc5ea (bug 1250616) for test_globalObjects_other.xul failures

MozReview-Commit-ID: DFurflAIJ5U
This commit is contained in:
Wes Kocher 2016-02-29 12:37:41 -08:00
parent 9da6e05953
commit 260756840b
4 changed files with 14 additions and 6 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,13 +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.02.26</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>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</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',
]