gecko-dev/dom/indexedDB/test/Makefile.in

31 lines
975 B
Makefile

# 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_bug847147.html disabled for timeouts
# test_writer_starvation.html disabled for infinite loops, bug 595368
ifeq (browser,$(MOZ_BUILD_APP))
MOCHITEST_BROWSER_FILES = \
browser_forgetThisSite.js \
browser_forgetThisSiteAdd.html \
browser_forgetThisSiteGet.html \
browserHelpers.js \
browser_permissionsPrompt.html \
browser_permissionsPromptAllow.js \
browser_permissionsPromptDeny.js \
browser_perwindow_privateBrowsing.js \
browser_quotaPrompt.html \
browser_quotaPromptAllow.js \
browser_quotaPromptDeny.js \
browser_quotaPromptDatabases.html \
browser_quotaPromptDatabases.js \
browser_quotaPromptDelete.html \
browser_quotaPromptDelete.js \
browser_bug839193.js \
bug839193.js \
bug839193.xul \
head.js \
$(NULL)
endif