mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset 68b6b152f51a (bug 920223)
This commit is contained in:
parent
eccf636a23
commit
038cae0901
@ -2,3 +2,6 @@
|
||||
# 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/.
|
||||
|
||||
MOCHITEST_CHROME_FILES = \
|
||||
test_aboutCrashed.xul \
|
||||
$(NULL)
|
||||
|
@ -1,3 +0,0 @@
|
||||
[DEFAULT]
|
||||
|
||||
[test_aboutCrashed.xul]
|
@ -4,5 +4,3 @@
|
||||
# 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/.
|
||||
|
||||
MOCHITEST_CHROME_MANIFESTS += ['chrome.ini']
|
||||
|
||||
|
@ -8,3 +8,9 @@ MOCHITEST_FILES = \
|
||||
sample_feed.atom \
|
||||
$(NULL)
|
||||
|
||||
MOCHITEST_CHROME_FILES = \
|
||||
test_423060.xul \
|
||||
test_bug368464.html \
|
||||
test_bug408328.html \
|
||||
test_maxSniffing.html \
|
||||
$(NULL)
|
||||
|
@ -1,6 +0,0 @@
|
||||
[DEFAULT]
|
||||
|
||||
[test_423060.xul]
|
||||
[test_bug368464.html]
|
||||
[test_bug408328.html]
|
||||
[test_maxSniffing.html]
|
@ -4,5 +4,3 @@
|
||||
# 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/.
|
||||
|
||||
MOCHITEST_CHROME_MANIFESTS += ['chrome.ini']
|
||||
|
||||
|
@ -2,3 +2,15 @@
|
||||
# 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/.
|
||||
|
||||
MOCHITEST_CHROME_FILES = \
|
||||
head.js \
|
||||
test_treeview_date.xul \
|
||||
test_bug485100-change-case-loses-tag.xul \
|
||||
test_bug427633_no_newfolder_if_noip.xul \
|
||||
test_0_multiple_left_pane.xul \
|
||||
test_0_bug510634.xul \
|
||||
test_bug549192.xul \
|
||||
test_bug549491.xul \
|
||||
test_editBookmarkOverlay_tags_liveUpdate.xul \
|
||||
test_bug631374_tags_selector_scroll.xul \
|
||||
$(NULL)
|
||||
|
@ -1,12 +0,0 @@
|
||||
[DEFAULT]
|
||||
support-files = head.js
|
||||
|
||||
[test_0_bug510634.xul]
|
||||
[test_0_multiple_left_pane.xul]
|
||||
[test_bug427633_no_newfolder_if_noip.xul]
|
||||
[test_bug485100-change-case-loses-tag.xul]
|
||||
[test_bug549192.xul]
|
||||
[test_bug549491.xul]
|
||||
[test_bug631374_tags_selector_scroll.xul]
|
||||
[test_editBookmarkOverlay_tags_liveUpdate.xul]
|
||||
[test_treeview_date.xul]
|
@ -4,5 +4,3 @@
|
||||
# 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/.
|
||||
|
||||
MOCHITEST_CHROME_MANIFESTS += ['chrome.ini']
|
||||
|
||||
|
@ -2,3 +2,11 @@
|
||||
# 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/.
|
||||
|
||||
MOCHITEST_CHROME_FILES = \
|
||||
test_template.html \
|
||||
test_connection_store.html \
|
||||
test_device_store.html \
|
||||
test_projects_store.html \
|
||||
test_remain_connected.html \
|
||||
hosted_app.manifest \
|
||||
$(NULL)
|
||||
|
@ -1,8 +0,0 @@
|
||||
[DEFAULT]
|
||||
support-files = hosted_app.manifest
|
||||
|
||||
[test_connection_store.html]
|
||||
[test_device_store.html]
|
||||
[test_projects_store.html]
|
||||
[test_remain_connected.html]
|
||||
[test_template.html]
|
@ -4,5 +4,3 @@
|
||||
# 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/.
|
||||
|
||||
MOCHITEST_CHROME_MANIFESTS += ['chrome.ini']
|
||||
|
||||
|
@ -2,3 +2,7 @@
|
||||
# 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/.
|
||||
|
||||
MOCHITEST_CHROME_FILES = \
|
||||
test_sharedframe.xul \
|
||||
sharedframe.xul \
|
||||
$(NULL)
|
||||
|
@ -1,4 +0,0 @@
|
||||
[DEFAULT]
|
||||
support-files = sharedframe.xul
|
||||
|
||||
[test_sharedframe.xul]
|
@ -4,5 +4,3 @@
|
||||
# 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/.
|
||||
|
||||
MOCHITEST_CHROME_MANIFESTS += ['chrome.ini']
|
||||
|
||||
|
@ -13,6 +13,11 @@ MOCHITEST_FILES += \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
MOCHITEST_CHROME_FILES = \
|
||||
test_bug357450.js \
|
||||
test_copypaste.xul \
|
||||
$(NULL)
|
||||
|
||||
# This test fails on the Mac for some reason
|
||||
ifneq (,$(filter gtk2 gtk3 windows,$(MOZ_WIDGET_TOOLKIT)))
|
||||
MOCHITEST_FILES += \
|
||||
|
@ -1,4 +0,0 @@
|
||||
[DEFAULT]
|
||||
|
||||
[test_bug357450.js]
|
||||
[test_copypaste.xul]
|
@ -9,6 +9,55 @@ MOCHITEST_FILES = \
|
||||
nochrome_bug765993.js^headers^ \
|
||||
$(NULL)
|
||||
|
||||
MOCHITEST_CHROME_FILES = \
|
||||
test_bug206691.xul \
|
||||
test_bug380418.html \
|
||||
test_bug380418.html^headers^ \
|
||||
test_bug383430.html \
|
||||
test_bug391728.html \
|
||||
blockPluginHard.xml \
|
||||
blockNoPlugins.xml \
|
||||
file_bug391728.html \
|
||||
file_bug391728_2.html \
|
||||
test_bug421622.xul \
|
||||
test_bug429785.xul \
|
||||
test_bug430050.xul \
|
||||
test_bug467123.xul \
|
||||
test_title.xul \
|
||||
title_window.xul \
|
||||
test_bug549682.xul \
|
||||
file_bug549682.xul \
|
||||
test_bug616841.xul \
|
||||
file_bug616841.xul \
|
||||
test_bug635835.xul \
|
||||
test_fileconstructor.xul \
|
||||
fileconstructor_file.png \
|
||||
test_bug339494.xul \
|
||||
test_bug357450.xul \
|
||||
test_bug571390.xul \
|
||||
test_bug574596.html \
|
||||
test_bug683852.xul \
|
||||
test_bug599295.html \
|
||||
test_bug650776.html \
|
||||
test_bug650784.html \
|
||||
test_bug750096.html \
|
||||
test_bug752226-3.xul \
|
||||
test_bug752226-4.xul \
|
||||
test_bug682305.html \
|
||||
test_bug780199.xul \
|
||||
test_bug780529.xul \
|
||||
test_bug800386.xul \
|
||||
test_bug816340.xul \
|
||||
file_bug816340.xul \
|
||||
test_domparsing.xul \
|
||||
test_bug814638.xul \
|
||||
host_bug814638.xul \
|
||||
test_document_register.xul \
|
||||
frame_bug814638.xul \
|
||||
test_bug914381.html \
|
||||
test_bug765993.html \
|
||||
$(NULL)
|
||||
|
||||
ifneq ($(MOZ_WIDGET_TOOLKIT),cocoa)
|
||||
MOCHITEST_CHROME_FILES += \
|
||||
test_cpows.xul \
|
||||
|
@ -1,49 +0,0 @@
|
||||
[DEFAULT]
|
||||
support-files =
|
||||
blockNoPlugins.xml
|
||||
blockPluginHard.xml
|
||||
file_bug391728.html
|
||||
file_bug391728_2.html
|
||||
file_bug549682.xul
|
||||
file_bug616841.xul
|
||||
file_bug816340.xul
|
||||
fileconstructor_file.png
|
||||
frame_bug814638.xul
|
||||
host_bug814638.xul
|
||||
title_window.xul
|
||||
|
||||
[test_bug206691.xul]
|
||||
[test_bug339494.xul]
|
||||
[test_bug357450.xul]
|
||||
[test_bug380418.html]
|
||||
[test_bug380418.html^headers^]
|
||||
[test_bug383430.html]
|
||||
[test_bug391728.html]
|
||||
[test_bug421622.xul]
|
||||
[test_bug429785.xul]
|
||||
[test_bug430050.xul]
|
||||
[test_bug467123.xul]
|
||||
[test_bug549682.xul]
|
||||
[test_bug571390.xul]
|
||||
[test_bug574596.html]
|
||||
[test_bug599295.html]
|
||||
[test_bug616841.xul]
|
||||
[test_bug635835.xul]
|
||||
[test_bug650776.html]
|
||||
[test_bug650784.html]
|
||||
[test_bug682305.html]
|
||||
[test_bug683852.xul]
|
||||
[test_bug750096.html]
|
||||
[test_bug752226-3.xul]
|
||||
[test_bug752226-4.xul]
|
||||
[test_bug765993.html]
|
||||
[test_bug780199.xul]
|
||||
[test_bug780529.xul]
|
||||
[test_bug800386.xul]
|
||||
[test_bug814638.xul]
|
||||
[test_bug816340.xul]
|
||||
[test_bug914381.html]
|
||||
[test_document_register.xul]
|
||||
[test_domparsing.xul]
|
||||
[test_fileconstructor.xul]
|
||||
[test_title.xul]
|
@ -4,5 +4,3 @@
|
||||
# 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/.
|
||||
|
||||
MOCHITEST_CHROME_MANIFESTS += ['chrome.ini']
|
||||
|
||||
|
@ -10,4 +10,9 @@ relativesrcdir := @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MOCHITEST_CHROME_FILES := \
|
||||
test_csp_bug768029.html \
|
||||
test_csp_bug773891.html \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -1,4 +0,0 @@
|
||||
[DEFAULT]
|
||||
|
||||
[test_csp_bug768029.html]
|
||||
[test_csp_bug773891.html]
|
@ -6,5 +6,3 @@
|
||||
|
||||
MOCHITEST_MANIFESTS += ['mochitest.ini']
|
||||
|
||||
MOCHITEST_CHROME_MANIFESTS += ['chrome.ini']
|
||||
|
||||
|
@ -26,5 +26,3 @@ CPP_UNIT_TESTS += [
|
||||
|
||||
MOCHITEST_MANIFESTS += ['mochitest.ini']
|
||||
|
||||
MOCHITEST_CHROME_MANIFESTS += ['chrome.ini']
|
||||
|
||||
|
@ -3,3 +3,7 @@
|
||||
# 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/.
|
||||
|
||||
MOCHITEST_CHROME_FILES = \
|
||||
test_webgl_debug_renderer_info.html \
|
||||
nonchrome_webgl_debug_renderer_info.html \
|
||||
$(NULL)
|
||||
|
@ -1,4 +0,0 @@
|
||||
[DEFAULT]
|
||||
support-files = nonchrome_webgl_debug_renderer_info.html
|
||||
|
||||
[test_webgl_debug_renderer_info.html]
|
@ -4,5 +4,3 @@
|
||||
# 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/.
|
||||
|
||||
MOCHITEST_CHROME_MANIFESTS += ['chrome.ini']
|
||||
|
||||
|
@ -13,3 +13,20 @@ MOCHITEST_FILES += \
|
||||
# THESE TESTS (ABOVE) DO NOT RUN ON B2G
|
||||
endif
|
||||
|
||||
MOCHITEST_CHROME_FILES = \
|
||||
test_bug336682_2.xul \
|
||||
test_bug336682.js \
|
||||
test_bug586961.xul \
|
||||
test_bug415498.xul \
|
||||
bug415498-doc1.html \
|
||||
bug415498-doc2.html \
|
||||
test_bug591249.xul \
|
||||
bug591249_iframe.xul \
|
||||
bug602962.xul \
|
||||
test_bug602962.xul \
|
||||
test_bug617528.xul \
|
||||
window_bug617528.xul \
|
||||
test_bug679494.xul \
|
||||
file_bug679494.html \
|
||||
test_eventctors.xul \
|
||||
$(NULL)
|
||||
|
@ -1,18 +0,0 @@
|
||||
[DEFAULT]
|
||||
support-files =
|
||||
bug415498-doc1.html
|
||||
bug415498-doc2.html
|
||||
bug591249_iframe.xul
|
||||
bug602962.xul
|
||||
file_bug679494.html
|
||||
window_bug617528.xul
|
||||
|
||||
[test_bug336682.js]
|
||||
[test_bug336682_2.xul]
|
||||
[test_bug415498.xul]
|
||||
[test_bug586961.xul]
|
||||
[test_bug591249.xul]
|
||||
[test_bug602962.xul]
|
||||
[test_bug617528.xul]
|
||||
[test_bug679494.xul]
|
||||
[test_eventctors.xul]
|
@ -6,5 +6,3 @@
|
||||
|
||||
MOCHITEST_MANIFESTS += ['mochitest.ini']
|
||||
|
||||
MOCHITEST_CHROME_MANIFESTS += ['chrome.ini']
|
||||
|
||||
|
@ -3,6 +3,10 @@
|
||||
# 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/.
|
||||
|
||||
MOCHITEST_CHROME_FILES = \
|
||||
test_allowMedia.html \
|
||||
$(NULL)
|
||||
|
||||
MOCHITEST_BROWSER_FILES = \
|
||||
browser_bug649778.js \
|
||||
file_bug649778.html \
|
||||
|
@ -1,3 +0,0 @@
|
||||
[DEFAULT]
|
||||
|
||||
[test_allowMedia.html]
|
@ -16,5 +16,3 @@ TEST_DIRS += ['forms']
|
||||
|
||||
MOCHITEST_MANIFESTS += ['mochitest.ini']
|
||||
|
||||
MOCHITEST_CHROME_MANIFESTS += ['chrome.ini']
|
||||
|
||||
|
@ -3,3 +3,11 @@
|
||||
# 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/.
|
||||
|
||||
MOCHITEST_CHROME_FILES = \
|
||||
test_bug378518.xul \
|
||||
test_bug398135.xul \
|
||||
test_bug398492.xul \
|
||||
test_bug721452.xul \
|
||||
test_bug723676.xul \
|
||||
test_bug772966.xul \
|
||||
$(NULL)
|
||||
|
@ -1,8 +0,0 @@
|
||||
[DEFAULT]
|
||||
|
||||
[test_bug378518.xul]
|
||||
[test_bug398135.xul]
|
||||
[test_bug398492.xul]
|
||||
[test_bug721452.xul]
|
||||
[test_bug723676.xul]
|
||||
[test_bug772966.xul]
|
@ -6,5 +6,3 @@
|
||||
|
||||
MOCHITEST_MANIFESTS += ['mochitest.ini']
|
||||
|
||||
MOCHITEST_CHROME_MANIFESTS += ['chrome.ini']
|
||||
|
||||
|
@ -3,3 +3,11 @@
|
||||
# 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/.
|
||||
|
||||
MOCHITEST_CHROME_FILES = \
|
||||
test_bug233643.xul \
|
||||
test_bug236853.xul \
|
||||
file_bug236853.rdf \
|
||||
test_bug398289.html \
|
||||
398289-resource.xul \
|
||||
test_bug775972.xul \
|
||||
$(NULL)
|
||||
|
@ -1,9 +0,0 @@
|
||||
[DEFAULT]
|
||||
support-files =
|
||||
398289-resource.xul
|
||||
file_bug236853.rdf
|
||||
|
||||
[test_bug233643.xul]
|
||||
[test_bug236853.xul]
|
||||
[test_bug398289.html]
|
||||
[test_bug775972.xul]
|
@ -6,5 +6,3 @@
|
||||
|
||||
MOCHITEST_MANIFESTS += ['mochitest.ini']
|
||||
|
||||
MOCHITEST_CHROME_MANIFESTS += ['chrome.ini']
|
||||
|
||||
|
@ -3,3 +3,23 @@
|
||||
# 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/.
|
||||
|
||||
MOCHITEST_CHROME_FILES = \
|
||||
test_bug311681.xul \
|
||||
test_bug199692.xul \
|
||||
test_bug391002.xul \
|
||||
test_bug403868.xul \
|
||||
test_bug414907.xul \
|
||||
test_bug418216.xul \
|
||||
test_bug445177.xul \
|
||||
test_bug449457.xul \
|
||||
test_bug468176.xul \
|
||||
test_bug583948.xul \
|
||||
window_bug583948.xul \
|
||||
test_bug497875.xul \
|
||||
bug497875-iframe.xul \
|
||||
test_bug335375.xul \
|
||||
overlay1_bug335375.xul \
|
||||
overlay2_bug335375.xul \
|
||||
test_bug757137.xul \
|
||||
window_bug757137.xul \
|
||||
$(NULL)
|
||||
|
@ -1,21 +0,0 @@
|
||||
[DEFAULT]
|
||||
support-files =
|
||||
bug497875-iframe.xul
|
||||
overlay1_bug335375.xul
|
||||
overlay2_bug335375.xul
|
||||
window_bug583948.xul
|
||||
window_bug757137.xul
|
||||
|
||||
[test_bug199692.xul]
|
||||
[test_bug311681.xul]
|
||||
[test_bug335375.xul]
|
||||
[test_bug391002.xul]
|
||||
[test_bug403868.xul]
|
||||
[test_bug414907.xul]
|
||||
[test_bug418216.xul]
|
||||
[test_bug445177.xul]
|
||||
[test_bug449457.xul]
|
||||
[test_bug468176.xul]
|
||||
[test_bug497875.xul]
|
||||
[test_bug583948.xul]
|
||||
[test_bug757137.xul]
|
@ -4,5 +4,3 @@
|
||||
# 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/.
|
||||
|
||||
MOCHITEST_CHROME_MANIFESTS += ['chrome.ini']
|
||||
|
||||
|
@ -6,6 +6,225 @@
|
||||
# NOTE: it is important that the first test of the test_tmpl_* tests here use
|
||||
# datasources="rdf:null" to ensure that the real animals.rdf datasource
|
||||
# can be synchronously loaded before the tests run.
|
||||
MOCHITEST_CHROME_FILES = \
|
||||
test_bug476634.xul \
|
||||
templates_shared.js \
|
||||
animals.rdf \
|
||||
animals.xml \
|
||||
animals.sqlite \
|
||||
test_tmpl_bindingsextendedsyntax.xul \
|
||||
test_tmpl_bindingsmultiple.xul \
|
||||
test_tmpl_bindingsquerysyntax.xul \
|
||||
test_tmpl_bindingsreversed.xul \
|
||||
test_tmpl_bindingssameastriple.xul \
|
||||
test_tmpl_containerandmembervariablechanged.xul \
|
||||
test_tmpl_containervariablechanged.xul \
|
||||
test_tmpl_containmentattribute.xul \
|
||||
test_tmpl_defaultcontainervariableisuri.xul \
|
||||
test_tmpl_extendedsyntaxemptyconditions.xul \
|
||||
test_tmpl_extendedsyntaxotherrefvariable.xul \
|
||||
test_tmpl_extendedsyntaxremoveunmatched.xul \
|
||||
test_tmpl_extendedsyntaxsimplevariablesubstitution.xul \
|
||||
test_tmpl_extendedsyntaxtworulesrecurse.xul \
|
||||
test_tmpl_extendedsyntaxusinganinterveningcontainer.xul \
|
||||
test_tmpl_extendedsyntax.xul \
|
||||
test_tmpl_extendedvariablesubstitution.xul \
|
||||
test_tmpl_gridelement.xul \
|
||||
test_tmpl_htmlelementextendedsyntaxwithbinding.xul \
|
||||
test_tmpl_htmlelementquerysyntaxrecursive.xul \
|
||||
test_tmpl_htmlelementquerysyntaxwithmultiplerules.xul \
|
||||
test_tmpl_htmlelementsimplesyntaxusingatextnode.xul \
|
||||
test_tmpl_htmlelementsimplesyntax.xul \
|
||||
test_tmpl_listboxelement.xul \
|
||||
test_tmpl_literalasmember.xul \
|
||||
test_tmpl_membervariablechanged.xul \
|
||||
test_tmpl_membervariablesubstitution.xul \
|
||||
test_tmpl_menuelementrecursive.xul \
|
||||
test_tmpl_menuelement.xul \
|
||||
test_tmpl_menulistelement.xul \
|
||||
test_tmpl_mixedsyntaxiscontainerisempty.xul \
|
||||
test_tmpl_mixedsyntaxiscontainer.xul \
|
||||
test_tmpl_mixedsyntaxisempty.xul \
|
||||
test_tmpl_noactionuriattribute.xul \
|
||||
test_tmpl_noaction.xul \
|
||||
test_tmpl_parentconditions.xul \
|
||||
test_tmpl_parentcontenttag.xul \
|
||||
test_tmpl_parentsimplesyntax.xul \
|
||||
test_tmpl_query3tripleswherecontains.xul \
|
||||
test_tmpl_query3triples.xul \
|
||||
test_tmpl_querymember3tripleswhereequals.xul \
|
||||
test_tmpl_querymemberandtwotriples.xul \
|
||||
test_tmpl_querymembertriplemembertriple.xul \
|
||||
test_tmpl_queryresourcematch.xul \
|
||||
test_tmpl_queryreversetriple.xul \
|
||||
test_tmpl_queryselfwithtriple.xul \
|
||||
test_tmpl_querysetone.xul \
|
||||
test_tmpl_querysettwowithcondition.xul \
|
||||
test_tmpl_querysettwo.xul \
|
||||
test_tmpl_querysyntaxmultiplerulesfirstconditionall.xul \
|
||||
test_tmpl_querysyntaxmultiplerulestwoconditions.xul \
|
||||
test_tmpl_querysyntaxmultiplerules.xul \
|
||||
test_tmpl_querysyntax.xul \
|
||||
test_tmpl_querytripleandmembermerge.xul \
|
||||
test_tmpl_querytripleobjecttosubject.xul \
|
||||
test_tmpl_querytwomembersfiltered.xul \
|
||||
test_tmpl_querytwomembers.xul \
|
||||
test_tmpl_querytwotriples.xul \
|
||||
test_tmpl_queryupwardsmember.xul \
|
||||
test_tmpl_queryupwardsmembertripleandfilteringtriple.xul \
|
||||
test_tmpl_querywithemptyconditions.xul \
|
||||
test_tmpl_referenceasmember.xul \
|
||||
test_tmpl_selfgenerationextendedsyntax.xul \
|
||||
test_tmpl_selfgenerationsimplesyntax.xul \
|
||||
test_tmpl_simplesyntaxenclosedinacontainerwitharule.xul \
|
||||
test_tmpl_simplesyntaxenclosedinacontainer.xul \
|
||||
test_tmpl_simplesyntaxiteratingoverasinglevalue.xul \
|
||||
test_tmpl_simplesyntaxusinganinterveningcontainer.xul \
|
||||
test_tmpl_simplesyntaxusingatextnode.xul \
|
||||
test_tmpl_simplesyntaxusingcontainerasthegenerationelement.xul \
|
||||
test_tmpl_simplesyntaxusingdontrecurse.xul \
|
||||
test_tmpl_simplesyntaxusingrecursivegenerationagain.xul \
|
||||
test_tmpl_simplesyntaxusingrecursivegeneration.xul \
|
||||
test_tmpl_simplesyntaxwithtwovariablesused.xul \
|
||||
test_tmpl_simplevariablesubstitutioncaretsatbeginningandend.xul \
|
||||
test_tmpl_simplevariablesubstitutioncaretsubstitution.xul \
|
||||
test_tmpl_simplevariablesubstitutionnovariable.xul \
|
||||
test_tmpl_simplevariablesubstitutionquestionmarkaspartofvariable.xul \
|
||||
test_tmpl_simplevariablesubstitutionquestionmarksubstitution.xul \
|
||||
test_tmpl_simplevariablesubstitutiontextandvariable.xul \
|
||||
test_tmpl_simplevariablesubstitutionvariableandtextconcatenated.xul \
|
||||
test_tmpl_simplevariablesubstitutionvariablesconcatenated.xul \
|
||||
test_tmpl_simplesyntaxfilterwithmultiplerules.xul \
|
||||
test_tmpl_simplesyntaxfilterwithrule.xul \
|
||||
test_tmpl_simplesyntaxfilter.xul \
|
||||
test_tmpl_sortascendingquerysyntax.xul \
|
||||
test_tmpl_sortdescendingquerysyntax.xul \
|
||||
test_tmpl_sortascendinginteger.xul \
|
||||
test_tmpl_sortunknownascendingquerysyntax.xul \
|
||||
test_tmpl_sortresourceascendingquerysyntax.xul \
|
||||
test_tmpl_sortresourcedescendingquerysyntax.xul \
|
||||
test_tmpl_sortresourcesettopredicateascendingquerysyntax.xul \
|
||||
test_tmpl_sortresourcesettopredicatedescendingquerysyntax.xul \
|
||||
test_tmpl_sortresource2settopredicateascendingquerysyntax.xul \
|
||||
test_tmpl_sortresource2settopredicatedescendingquerysyntax.xul \
|
||||
test_tmpl_sorttworesourcessettopredicateascendingquerysyntax.xul \
|
||||
test_tmpl_sorttworesourcesasstringsettopredicatedescendingquerysyntax.xul \
|
||||
test_tmpl_sorttwovariablesascendingquerysyntax.xul \
|
||||
test_tmpl_sorttwovariablesascendingsimplesyntax.xul \
|
||||
test_tmpl_sorttwovariablesdescendingquerysyntax.xul \
|
||||
test_tmpl_sortresource2descendingsimplesyntax.xul \
|
||||
test_tmpl_sortascendingtworulesquerysyntax.xul \
|
||||
test_tmpl_sortascendingtworuleswithcontainerquerysyntax.xul \
|
||||
test_tmpl_sortascendingtworuleswithdifferentcontainerquerysyntax.xul \
|
||||
test_tmpl_sortquerymemberandtwotriples.xul \
|
||||
test_tmpl_storage_baddatasource.xul \
|
||||
test_tmpl_storage_badquery.xul \
|
||||
test_tmpl_storage_bad_parameters.xul \
|
||||
test_tmpl_storage_bad_parameters_2.xul \
|
||||
test_tmpl_storage_bad_parameters_3.xul \
|
||||
test_tmpl_storage_dynamicparameters.xul \
|
||||
test_tmpl_storage_listbox.xul \
|
||||
test_tmpl_storage_multiqueries.xul \
|
||||
test_tmpl_storage_parameters.xul \
|
||||
test_tmpl_storage_rule.xul \
|
||||
test_tmpl_storage_simple.xul \
|
||||
test_tmpl_storage_sortintegerasc.xul \
|
||||
test_tmpl_storage_sortintegerdesc.xul \
|
||||
test_tmpl_storage_sortstringasc.xul \
|
||||
test_tmpl_storage_sortstringdesc.xul \
|
||||
test_tmpl_storage_tree.xul \
|
||||
test_tmpl_twogenerationnodes.xul \
|
||||
test_tmpl_treeelementquerysyntaxtreebuilder.xul \
|
||||
test_tmpl_treeelementquerysyntax.xul \
|
||||
test_tmpl_treeelementsimplesyntaxrecursivetreebuilder.xul \
|
||||
test_tmpl_treeelementsimplesyntaxrecursive.xul \
|
||||
test_tmpl_treeelementsimplesyntaxnotrecursivetreebuilder.xul \
|
||||
test_tmpl_treeelementsimplesyntaxnotrecursive.xul \
|
||||
test_tmpl_treeelementquerysyntaxrecursivetreebuilder.xul \
|
||||
test_tmpl_treeelementquerysyntaxrecursive.xul \
|
||||
test_tmpl_treeelementquerysyntaxnotrecursivetreebuilder.xul \
|
||||
test_tmpl_treeelementquerysyntaxnotrecursive.xul \
|
||||
test_tmpl_treeelementquerysyntaxrecursivemultiplerulestreebuilder.xul \
|
||||
test_tmpl_treeelementquerysyntaxrecursivemultiplerules.xul \
|
||||
test_tmpl_treeelementtreecell.xul \
|
||||
test_tmpl_treeelementtreecelltreebuilder.xul \
|
||||
test_tmpl_treeelementtreecellsortascending.xul \
|
||||
test_tmpl_treeelementtreecellsortascendingtreebuilder.xul \
|
||||
test_tmpl_treeelementtreeitemonly.xul \
|
||||
test_tmpl_treeelementtreeitemsortascending.xul \
|
||||
test_tmpl_whereequals.xul \
|
||||
test_tmpl_whereequalswrongcase.xul \
|
||||
test_tmpl_whereequalssamevariable.xul \
|
||||
test_tmpl_wheresubjectequalsvariable.xul \
|
||||
test_tmpl_wherestartswith.xul \
|
||||
test_tmpl_wherestartswithvariable.xul \
|
||||
test_tmpl_wherestartswithunknownvariable.xul \
|
||||
test_tmpl_wheresubjectstartswithvariable.xul \
|
||||
test_tmpl_whereendswith.xul \
|
||||
test_tmpl_wherecontains.xul \
|
||||
test_tmpl_wherebeforeuppercase.xul \
|
||||
test_tmpl_wherebeforelowercase.xul \
|
||||
test_tmpl_whereafteruppercase.xul \
|
||||
test_tmpl_whereafterlowercase.xul \
|
||||
test_tmpl_whereequalsignorecase.xul \
|
||||
test_tmpl_wherestartswithignorecase.xul \
|
||||
test_tmpl_whereendswithignorecase.xul \
|
||||
test_tmpl_wherecontainsignorecase.xul \
|
||||
test_tmpl_wherebeforeignorecase.xul \
|
||||
test_tmpl_whereafterignorecase.xul \
|
||||
test_tmpl_whereequalsmultiple.xul \
|
||||
test_tmpl_wherestartswithmultiple.xul \
|
||||
test_tmpl_whereequalsnegation.xul \
|
||||
test_tmpl_whereequalsnegationwrongcase.xul \
|
||||
test_tmpl_whereequalsnegationignorecase.xul \
|
||||
test_tmpl_whereequalsmultiplenegation.xul \
|
||||
test_tmpl_whereequalsmultiplenegationignorecase.xul \
|
||||
test_tmpl_wherestartswithnegation.xul \
|
||||
test_tmpl_whereendswithnegation.xul \
|
||||
test_tmpl_wherecontainsnegation.xul \
|
||||
test_tmpl_wherebeforenegation.xul \
|
||||
test_tmpl_whereafternegation.xul \
|
||||
test_tmpl_wherenorel.xul \
|
||||
test_tmpl_wherenovalue.xul \
|
||||
test_tmpl_wherenosubject.xul \
|
||||
test_tmpl_whereequalsresource.xul \
|
||||
test_tmpl_wherecontainsresource.xul \
|
||||
test_tmpl_wherecontainstwo.xul \
|
||||
test_tmpl_whereequalsothervariable.xul \
|
||||
test_tmpl_wheregreater.xul \
|
||||
test_tmpl_whereless.xul \
|
||||
test_tmpl_wheregreaternegation.xul \
|
||||
test_tmpl_wherelessnegation.xul \
|
||||
test_tmpl_whereequalsnumber.xul \
|
||||
test_tmpl_wherecontainsnumber.xul \
|
||||
test_tmpl_wheregreaterstring.xul \
|
||||
test_tmpl_wherelessstring.xul \
|
||||
test_tmpl_wheregreaternegationstring.xul \
|
||||
test_tmpl_wherelessnegationstring.xul \
|
||||
test_tmpl_wherecontainsnumberstring.xul \
|
||||
test_tmpl_xmlquerysimple.xul \
|
||||
test_tmpl_xmlquerywithdifferentmember.xul \
|
||||
test_tmpl_xmlquerywithassign.xul \
|
||||
test_tmpl_xmlquerywithassignmentandcondition.xul \
|
||||
test_tmpl_xmlquerywithassignmentandconditiondontrecurse.xul \
|
||||
test_tmpl_xmlquerywithbindinginbindings.xul \
|
||||
test_tmpl_xmlquerywithbindinginrule.xul \
|
||||
test_tmpl_xmlquerywithsort.xul \
|
||||
test_tmpl_xmlquerywithsortotherfield.xul \
|
||||
test_tmpl_xmlquerywithmultiplequeries.xul \
|
||||
test_tmpl_xmlquerywithothertypes.xul \
|
||||
test_tmpl_xmlquerywithinlinedata.xul \
|
||||
test_tmpl_xmlquerywithinlinedatawithmultiplequeries.xul \
|
||||
test_tmpl_invalidqp.xul \
|
||||
test_tmpl_errors.xul \
|
||||
test_tmpl_regenerate.xul \
|
||||
test_bug441785.xul \
|
||||
test_bug329335.xul \
|
||||
bug441785-1.rdf \
|
||||
bug441785-2.rdf \
|
||||
test_sortservice.xul \
|
||||
$(NULL)
|
||||
|
||||
# bugs 742455 and 823470
|
||||
ifneq ($(OS_ARCH),WINNT)
|
||||
MOCHITEST_CHROME_FILES += \
|
||||
|
@ -1,219 +0,0 @@
|
||||
[DEFAULT]
|
||||
support-files =
|
||||
animals.rdf
|
||||
animals.sqlite
|
||||
animals.xml
|
||||
bug441785-1.rdf
|
||||
bug441785-2.rdf
|
||||
templates_shared.js
|
||||
|
||||
[test_bug329335.xul]
|
||||
[test_bug441785.xul]
|
||||
[test_bug476634.xul]
|
||||
[test_sortservice.xul]
|
||||
[test_tmpl_bindingsextendedsyntax.xul]
|
||||
[test_tmpl_bindingsmultiple.xul]
|
||||
[test_tmpl_bindingsquerysyntax.xul]
|
||||
[test_tmpl_bindingsreversed.xul]
|
||||
[test_tmpl_bindingssameastriple.xul]
|
||||
[test_tmpl_containerandmembervariablechanged.xul]
|
||||
[test_tmpl_containervariablechanged.xul]
|
||||
[test_tmpl_containmentattribute.xul]
|
||||
[test_tmpl_defaultcontainervariableisuri.xul]
|
||||
[test_tmpl_errors.xul]
|
||||
[test_tmpl_extendedsyntax.xul]
|
||||
[test_tmpl_extendedsyntaxemptyconditions.xul]
|
||||
[test_tmpl_extendedsyntaxotherrefvariable.xul]
|
||||
[test_tmpl_extendedsyntaxremoveunmatched.xul]
|
||||
[test_tmpl_extendedsyntaxsimplevariablesubstitution.xul]
|
||||
[test_tmpl_extendedsyntaxtworulesrecurse.xul]
|
||||
[test_tmpl_extendedsyntaxusinganinterveningcontainer.xul]
|
||||
[test_tmpl_extendedvariablesubstitution.xul]
|
||||
[test_tmpl_gridelement.xul]
|
||||
[test_tmpl_htmlelementextendedsyntaxwithbinding.xul]
|
||||
[test_tmpl_htmlelementquerysyntaxrecursive.xul]
|
||||
[test_tmpl_htmlelementquerysyntaxwithmultiplerules.xul]
|
||||
[test_tmpl_htmlelementsimplesyntax.xul]
|
||||
[test_tmpl_htmlelementsimplesyntaxusingatextnode.xul]
|
||||
[test_tmpl_invalidqp.xul]
|
||||
[test_tmpl_listboxelement.xul]
|
||||
[test_tmpl_literalasmember.xul]
|
||||
[test_tmpl_membervariablechanged.xul]
|
||||
[test_tmpl_membervariablesubstitution.xul]
|
||||
[test_tmpl_menuelement.xul]
|
||||
[test_tmpl_menuelementrecursive.xul]
|
||||
[test_tmpl_menulistelement.xul]
|
||||
[test_tmpl_mixedsyntaxiscontainer.xul]
|
||||
[test_tmpl_mixedsyntaxiscontainerisempty.xul]
|
||||
[test_tmpl_mixedsyntaxisempty.xul]
|
||||
[test_tmpl_noaction.xul]
|
||||
[test_tmpl_noactionuriattribute.xul]
|
||||
[test_tmpl_parentconditions.xul]
|
||||
[test_tmpl_parentcontenttag.xul]
|
||||
[test_tmpl_parentsimplesyntax.xul]
|
||||
[test_tmpl_query3triples.xul]
|
||||
[test_tmpl_query3tripleswherecontains.xul]
|
||||
[test_tmpl_querymember3tripleswhereequals.xul]
|
||||
[test_tmpl_querymemberandtwotriples.xul]
|
||||
[test_tmpl_querymembertriplemembertriple.xul]
|
||||
[test_tmpl_queryresourcematch.xul]
|
||||
[test_tmpl_queryreversetriple.xul]
|
||||
[test_tmpl_queryselfwithtriple.xul]
|
||||
[test_tmpl_querysetone.xul]
|
||||
[test_tmpl_querysettwo.xul]
|
||||
[test_tmpl_querysettwowithcondition.xul]
|
||||
[test_tmpl_querysyntax.xul]
|
||||
[test_tmpl_querysyntaxmultiplerules.xul]
|
||||
[test_tmpl_querysyntaxmultiplerulesfirstconditionall.xul]
|
||||
[test_tmpl_querysyntaxmultiplerulestwoconditions.xul]
|
||||
[test_tmpl_querytripleandmembermerge.xul]
|
||||
[test_tmpl_querytripleobjecttosubject.xul]
|
||||
[test_tmpl_querytwomembers.xul]
|
||||
[test_tmpl_querytwomembersfiltered.xul]
|
||||
[test_tmpl_querytwotriples.xul]
|
||||
[test_tmpl_queryupwardsmember.xul]
|
||||
[test_tmpl_queryupwardsmembertripleandfilteringtriple.xul]
|
||||
[test_tmpl_querywithemptyconditions.xul]
|
||||
[test_tmpl_referenceasmember.xul]
|
||||
[test_tmpl_regenerate.xul]
|
||||
[test_tmpl_selfgenerationextendedsyntax.xul]
|
||||
[test_tmpl_selfgenerationsimplesyntax.xul]
|
||||
[test_tmpl_simplesyntaxenclosedinacontainer.xul]
|
||||
[test_tmpl_simplesyntaxenclosedinacontainerwitharule.xul]
|
||||
[test_tmpl_simplesyntaxfilter.xul]
|
||||
[test_tmpl_simplesyntaxfilterwithmultiplerules.xul]
|
||||
[test_tmpl_simplesyntaxfilterwithrule.xul]
|
||||
[test_tmpl_simplesyntaxiteratingoverasinglevalue.xul]
|
||||
[test_tmpl_simplesyntaxusinganinterveningcontainer.xul]
|
||||
[test_tmpl_simplesyntaxusingatextnode.xul]
|
||||
[test_tmpl_simplesyntaxusingcontainerasthegenerationelement.xul]
|
||||
[test_tmpl_simplesyntaxusingdontrecurse.xul]
|
||||
[test_tmpl_simplesyntaxusingrecursivegeneration.xul]
|
||||
[test_tmpl_simplesyntaxusingrecursivegenerationagain.xul]
|
||||
[test_tmpl_simplesyntaxwithtwovariablesused.xul]
|
||||
[test_tmpl_simplevariablesubstitutioncaretsatbeginningandend.xul]
|
||||
[test_tmpl_simplevariablesubstitutioncaretsubstitution.xul]
|
||||
[test_tmpl_simplevariablesubstitutionnovariable.xul]
|
||||
[test_tmpl_simplevariablesubstitutionquestionmarkaspartofvariable.xul]
|
||||
[test_tmpl_simplevariablesubstitutionquestionmarksubstitution.xul]
|
||||
[test_tmpl_simplevariablesubstitutiontextandvariable.xul]
|
||||
[test_tmpl_simplevariablesubstitutionvariableandtextconcatenated.xul]
|
||||
[test_tmpl_simplevariablesubstitutionvariablesconcatenated.xul]
|
||||
[test_tmpl_sortascendinginteger.xul]
|
||||
[test_tmpl_sortascendingquerysyntax.xul]
|
||||
[test_tmpl_sortascendingtworulesquerysyntax.xul]
|
||||
[test_tmpl_sortascendingtworuleswithcontainerquerysyntax.xul]
|
||||
[test_tmpl_sortascendingtworuleswithdifferentcontainerquerysyntax.xul]
|
||||
[test_tmpl_sortdescendingquerysyntax.xul]
|
||||
[test_tmpl_sortquerymemberandtwotriples.xul]
|
||||
[test_tmpl_sortresource2descendingsimplesyntax.xul]
|
||||
[test_tmpl_sortresource2settopredicateascendingquerysyntax.xul]
|
||||
[test_tmpl_sortresource2settopredicatedescendingquerysyntax.xul]
|
||||
[test_tmpl_sortresourceascendingquerysyntax.xul]
|
||||
[test_tmpl_sortresourcedescendingquerysyntax.xul]
|
||||
[test_tmpl_sortresourcesettopredicateascendingquerysyntax.xul]
|
||||
[test_tmpl_sortresourcesettopredicatedescendingquerysyntax.xul]
|
||||
[test_tmpl_sorttworesourcesasstringsettopredicatedescendingquerysyntax.xul]
|
||||
[test_tmpl_sorttworesourcessettopredicateascendingquerysyntax.xul]
|
||||
[test_tmpl_sorttwovariablesascendingquerysyntax.xul]
|
||||
[test_tmpl_sorttwovariablesascendingsimplesyntax.xul]
|
||||
[test_tmpl_sorttwovariablesdescendingquerysyntax.xul]
|
||||
[test_tmpl_sortunknownascendingquerysyntax.xul]
|
||||
[test_tmpl_storage_bad_parameters.xul]
|
||||
[test_tmpl_storage_bad_parameters_2.xul]
|
||||
[test_tmpl_storage_bad_parameters_3.xul]
|
||||
[test_tmpl_storage_baddatasource.xul]
|
||||
[test_tmpl_storage_badquery.xul]
|
||||
[test_tmpl_storage_dynamicparameters.xul]
|
||||
[test_tmpl_storage_listbox.xul]
|
||||
[test_tmpl_storage_multiqueries.xul]
|
||||
[test_tmpl_storage_parameters.xul]
|
||||
[test_tmpl_storage_rule.xul]
|
||||
[test_tmpl_storage_simple.xul]
|
||||
[test_tmpl_storage_sortintegerasc.xul]
|
||||
[test_tmpl_storage_sortintegerdesc.xul]
|
||||
[test_tmpl_storage_sortstringasc.xul]
|
||||
[test_tmpl_storage_sortstringdesc.xul]
|
||||
[test_tmpl_storage_tree.xul]
|
||||
[test_tmpl_treeelementquerysyntax.xul]
|
||||
[test_tmpl_treeelementquerysyntaxnotrecursive.xul]
|
||||
[test_tmpl_treeelementquerysyntaxnotrecursivetreebuilder.xul]
|
||||
[test_tmpl_treeelementquerysyntaxrecursive.xul]
|
||||
[test_tmpl_treeelementquerysyntaxrecursivemultiplerules.xul]
|
||||
[test_tmpl_treeelementquerysyntaxrecursivemultiplerulestreebuilder.xul]
|
||||
[test_tmpl_treeelementquerysyntaxrecursivetreebuilder.xul]
|
||||
[test_tmpl_treeelementquerysyntaxtreebuilder.xul]
|
||||
[test_tmpl_treeelementsimplesyntaxnotrecursive.xul]
|
||||
[test_tmpl_treeelementsimplesyntaxnotrecursivetreebuilder.xul]
|
||||
[test_tmpl_treeelementsimplesyntaxrecursive.xul]
|
||||
[test_tmpl_treeelementsimplesyntaxrecursivetreebuilder.xul]
|
||||
[test_tmpl_treeelementtreecell.xul]
|
||||
[test_tmpl_treeelementtreecellsortascending.xul]
|
||||
[test_tmpl_treeelementtreecellsortascendingtreebuilder.xul]
|
||||
[test_tmpl_treeelementtreecelltreebuilder.xul]
|
||||
[test_tmpl_treeelementtreeitemonly.xul]
|
||||
[test_tmpl_treeelementtreeitemsortascending.xul]
|
||||
[test_tmpl_twogenerationnodes.xul]
|
||||
[test_tmpl_whereafterignorecase.xul]
|
||||
[test_tmpl_whereafterlowercase.xul]
|
||||
[test_tmpl_whereafternegation.xul]
|
||||
[test_tmpl_whereafteruppercase.xul]
|
||||
[test_tmpl_wherebeforeignorecase.xul]
|
||||
[test_tmpl_wherebeforelowercase.xul]
|
||||
[test_tmpl_wherebeforenegation.xul]
|
||||
[test_tmpl_wherebeforeuppercase.xul]
|
||||
[test_tmpl_wherecontains.xul]
|
||||
[test_tmpl_wherecontainsignorecase.xul]
|
||||
[test_tmpl_wherecontainsnegation.xul]
|
||||
[test_tmpl_wherecontainsnumber.xul]
|
||||
[test_tmpl_wherecontainsnumberstring.xul]
|
||||
[test_tmpl_wherecontainsresource.xul]
|
||||
[test_tmpl_wherecontainstwo.xul]
|
||||
[test_tmpl_whereendswith.xul]
|
||||
[test_tmpl_whereendswithignorecase.xul]
|
||||
[test_tmpl_whereendswithnegation.xul]
|
||||
[test_tmpl_whereequals.xul]
|
||||
[test_tmpl_whereequalsignorecase.xul]
|
||||
[test_tmpl_whereequalsmultiple.xul]
|
||||
[test_tmpl_whereequalsmultiplenegation.xul]
|
||||
[test_tmpl_whereequalsmultiplenegationignorecase.xul]
|
||||
[test_tmpl_whereequalsnegation.xul]
|
||||
[test_tmpl_whereequalsnegationignorecase.xul]
|
||||
[test_tmpl_whereequalsnegationwrongcase.xul]
|
||||
[test_tmpl_whereequalsnumber.xul]
|
||||
[test_tmpl_whereequalsothervariable.xul]
|
||||
[test_tmpl_whereequalsresource.xul]
|
||||
[test_tmpl_whereequalssamevariable.xul]
|
||||
[test_tmpl_whereequalswrongcase.xul]
|
||||
[test_tmpl_wheregreater.xul]
|
||||
[test_tmpl_wheregreaternegation.xul]
|
||||
[test_tmpl_wheregreaternegationstring.xul]
|
||||
[test_tmpl_wheregreaterstring.xul]
|
||||
[test_tmpl_whereless.xul]
|
||||
[test_tmpl_wherelessnegation.xul]
|
||||
[test_tmpl_wherelessnegationstring.xul]
|
||||
[test_tmpl_wherelessstring.xul]
|
||||
[test_tmpl_wherenorel.xul]
|
||||
[test_tmpl_wherenosubject.xul]
|
||||
[test_tmpl_wherenovalue.xul]
|
||||
[test_tmpl_wherestartswith.xul]
|
||||
[test_tmpl_wherestartswithignorecase.xul]
|
||||
[test_tmpl_wherestartswithmultiple.xul]
|
||||
[test_tmpl_wherestartswithnegation.xul]
|
||||
[test_tmpl_wherestartswithunknownvariable.xul]
|
||||
[test_tmpl_wherestartswithvariable.xul]
|
||||
[test_tmpl_wheresubjectequalsvariable.xul]
|
||||
[test_tmpl_wheresubjectstartswithvariable.xul]
|
||||
[test_tmpl_xmlquerysimple.xul]
|
||||
[test_tmpl_xmlquerywithassign.xul]
|
||||
[test_tmpl_xmlquerywithassignmentandcondition.xul]
|
||||
[test_tmpl_xmlquerywithassignmentandconditiondontrecurse.xul]
|
||||
[test_tmpl_xmlquerywithbindinginbindings.xul]
|
||||
[test_tmpl_xmlquerywithbindinginrule.xul]
|
||||
[test_tmpl_xmlquerywithdifferentmember.xul]
|
||||
[test_tmpl_xmlquerywithinlinedata.xul]
|
||||
[test_tmpl_xmlquerywithinlinedatawithmultiplequeries.xul]
|
||||
[test_tmpl_xmlquerywithmultiplequeries.xul]
|
||||
[test_tmpl_xmlquerywithothertypes.xul]
|
||||
[test_tmpl_xmlquerywithsort.xul]
|
||||
[test_tmpl_xmlquerywithsortotherfield.xul]
|
@ -4,5 +4,3 @@
|
||||
# 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/.
|
||||
|
||||
MOCHITEST_CHROME_MANIFESTS += ['chrome.ini']
|
||||
|
||||
|
@ -20,6 +20,85 @@ MOCHITEST_FILES = \
|
||||
allowContentRetargeting.sjs \
|
||||
$(NULL)
|
||||
|
||||
MOCHITEST_CHROME_FILES = \
|
||||
test_bug89419.xul \
|
||||
bug89419_window.xul \
|
||||
89419.html \
|
||||
test_bug92598.xul \
|
||||
bug92598_window.xul \
|
||||
92598_nostore.html \
|
||||
test_bug112564.xul \
|
||||
bug112564_window.xul \
|
||||
test_bug113934.xul \
|
||||
bug113934_window.xul \
|
||||
test_bug215405.xul \
|
||||
bug215405_window.xul \
|
||||
test_bug293235.xul \
|
||||
bug293235_window.xul \
|
||||
bug293235.html \
|
||||
bug293235_p2.html \
|
||||
test_bug294258.xul \
|
||||
bug294258_window.xul \
|
||||
bug294258_testcase.html \
|
||||
test_bug298622.xul \
|
||||
bug298622_window.xul \
|
||||
test_bug301397.xul \
|
||||
bug301397_window.xul \
|
||||
bug301397_1.html \
|
||||
bug301397_2.html \
|
||||
bug301397_3.html \
|
||||
bug301397_4.html \
|
||||
test_bug303267.xul \
|
||||
bug303267.html \
|
||||
bug303267_window.xul \
|
||||
test_bug321671.xul \
|
||||
bug321671_window.xul \
|
||||
test_bug360511.xul \
|
||||
bug360511_window.xul \
|
||||
bug360511_case1.html \
|
||||
bug360511_case2.html \
|
||||
test_bug364461.xul \
|
||||
bug364461_window.xul \
|
||||
test_bug396519.xul \
|
||||
bug396519_window.xul \
|
||||
test_bug396649.xul \
|
||||
bug396649_window.xul \
|
||||
test_bug582176.xul \
|
||||
bug582176_window.xul \
|
||||
test_bug428288.html \
|
||||
test_bug608669.xul \
|
||||
bug608669.xul \
|
||||
test_bug449778.xul \
|
||||
bug449778_window.xul \
|
||||
test_bug449780.xul \
|
||||
bug449780_window.xul \
|
||||
bug454235-subframe.xul \
|
||||
test_bug453650.xul \
|
||||
test_bug456980.xul \
|
||||
test_bug662200.xul \
|
||||
bug662200_window.xul \
|
||||
662200a.html \
|
||||
662200b.html \
|
||||
662200c.html \
|
||||
test_bug690056.xul \
|
||||
bug690056_window.xul \
|
||||
test_bug311007.xul \
|
||||
bug311007_window.xul \
|
||||
test_principalInherit.xul \
|
||||
test_mozFrameType.xul \
|
||||
mozFrameType_window.xul \
|
||||
test_bug789773.xul \
|
||||
test_private_hidden_window.html \
|
||||
test_bug909218.html \
|
||||
bug909218.html \
|
||||
bug909218.js \
|
||||
docshell_helpers.js \
|
||||
generic.html \
|
||||
test_bug846906.xul \
|
||||
bug846906.html \
|
||||
test_allowContentRetargeting.html \
|
||||
$(NULL)
|
||||
|
||||
ifneq ($(MOZ_WIDGET_TOOLKIT),gtk2)
|
||||
MOCHITEST_CHROME_FILES += \
|
||||
test_bug454235.xul \
|
||||
|
@ -1,79 +0,0 @@
|
||||
[DEFAULT]
|
||||
support-files =
|
||||
662200a.html
|
||||
662200b.html
|
||||
662200c.html
|
||||
89419.html
|
||||
92598_nostore.html
|
||||
bug112564_window.xul
|
||||
bug113934_window.xul
|
||||
bug215405_window.xul
|
||||
bug293235.html
|
||||
bug293235_p2.html
|
||||
bug293235_window.xul
|
||||
bug294258_testcase.html
|
||||
bug294258_window.xul
|
||||
bug298622_window.xul
|
||||
bug301397_1.html
|
||||
bug301397_2.html
|
||||
bug301397_3.html
|
||||
bug301397_4.html
|
||||
bug301397_window.xul
|
||||
bug303267.html
|
||||
bug303267_window.xul
|
||||
bug311007_window.xul
|
||||
bug321671_window.xul
|
||||
bug360511_case1.html
|
||||
bug360511_case2.html
|
||||
bug360511_window.xul
|
||||
bug364461_window.xul
|
||||
bug396519_window.xul
|
||||
bug396649_window.xul
|
||||
bug449778_window.xul
|
||||
bug449780_window.xul
|
||||
bug454235-subframe.xul
|
||||
bug582176_window.xul
|
||||
bug608669.xul
|
||||
bug662200_window.xul
|
||||
bug690056_window.xul
|
||||
bug846906.html
|
||||
bug89419_window.xul
|
||||
bug909218.html
|
||||
bug909218.js
|
||||
bug92598_window.xul
|
||||
docshell_helpers.js
|
||||
generic.html
|
||||
mozFrameType_window.xul
|
||||
|
||||
[test_allowContentRetargeting.html]
|
||||
[test_bug112564.xul]
|
||||
[test_bug113934.xul]
|
||||
[test_bug215405.xul]
|
||||
[test_bug293235.xul]
|
||||
[test_bug294258.xul]
|
||||
[test_bug298622.xul]
|
||||
[test_bug301397.xul]
|
||||
[test_bug303267.xul]
|
||||
[test_bug311007.xul]
|
||||
[test_bug321671.xul]
|
||||
[test_bug360511.xul]
|
||||
[test_bug364461.xul]
|
||||
[test_bug396519.xul]
|
||||
[test_bug396649.xul]
|
||||
[test_bug428288.html]
|
||||
[test_bug449778.xul]
|
||||
[test_bug449780.xul]
|
||||
[test_bug453650.xul]
|
||||
[test_bug456980.xul]
|
||||
[test_bug582176.xul]
|
||||
[test_bug608669.xul]
|
||||
[test_bug662200.xul]
|
||||
[test_bug690056.xul]
|
||||
[test_bug789773.xul]
|
||||
[test_bug846906.xul]
|
||||
[test_bug89419.xul]
|
||||
[test_bug909218.html]
|
||||
[test_bug92598.xul]
|
||||
[test_mozFrameType.xul]
|
||||
[test_principalInherit.xul]
|
||||
[test_private_hidden_window.html]
|
@ -4,5 +4,3 @@
|
||||
# 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/.
|
||||
|
||||
MOCHITEST_CHROME_MANIFESTS += ['chrome.ini']
|
||||
|
||||
|
@ -2,3 +2,8 @@
|
||||
# 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/.
|
||||
|
||||
MOCHITEST_CHROME_FILES = \
|
||||
test_apps_service.xul \
|
||||
test_operator_app_install.xul \
|
||||
test_operator_app_install.js \
|
||||
$(NULL)
|
||||
|
@ -1,5 +0,0 @@
|
||||
[DEFAULT]
|
||||
|
||||
[test_apps_service.xul]
|
||||
[test_operator_app_install.js]
|
||||
[test_operator_app_install.xul]
|
@ -8,5 +8,3 @@ XPCSHELL_TESTS_MANIFESTS += ['unit/xpcshell.ini']
|
||||
|
||||
MOCHITEST_MANIFESTS += ['mochitest.ini']
|
||||
|
||||
MOCHITEST_CHROME_MANIFESTS += ['chrome.ini']
|
||||
|
||||
|
@ -2,3 +2,8 @@
|
||||
# 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/.
|
||||
|
||||
MOCHITEST_CHROME_FILES = \
|
||||
test_bug715041.xul \
|
||||
test_bug715041_removal.xul \
|
||||
test_domrequesthelper.xul \
|
||||
$(NULL)
|
||||
|
@ -1,5 +0,0 @@
|
||||
[DEFAULT]
|
||||
|
||||
[test_bug715041.xul]
|
||||
[test_bug715041_removal.xul]
|
||||
[test_domrequesthelper.xul]
|
@ -6,5 +6,3 @@
|
||||
|
||||
MOCHITEST_MANIFESTS += ['mochitest.ini']
|
||||
|
||||
MOCHITEST_CHROME_MANIFESTS += ['chrome.ini']
|
||||
|
||||
|
@ -44,6 +44,12 @@ bindinggen_dependencies := \
|
||||
$(GLOBAL_DEPS) \
|
||||
$(NULL)
|
||||
|
||||
MOCHITEST_CHROME_FILES = \
|
||||
test_bug775543.html \
|
||||
test_bug707564-chrome.html \
|
||||
test_document_location_set_via_xray.html \
|
||||
$(NULL)
|
||||
|
||||
ifdef GNU_CC
|
||||
CXXFLAGS += -Wno-uninitialized
|
||||
endif
|
||||
|
@ -1,5 +0,0 @@
|
||||
[DEFAULT]
|
||||
|
||||
[test_bug707564-chrome.html]
|
||||
[test_bug775543.html]
|
||||
[test_document_location_set_via_xray.html]
|
@ -19,5 +19,3 @@ LIBRARY_NAME = 'dombindings_test_s'
|
||||
|
||||
MOCHITEST_MANIFESTS += ['mochitest.ini']
|
||||
|
||||
MOCHITEST_CHROME_MANIFESTS += ['chrome.ini']
|
||||
|
||||
|
@ -2,3 +2,6 @@
|
||||
# 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/.
|
||||
|
||||
MOCHITEST_CHROME_FILES = \
|
||||
test_contacts_upgrade.html \
|
||||
$(NULL)
|
||||
|
@ -1,3 +0,0 @@
|
||||
[DEFAULT]
|
||||
|
||||
[test_contacts_upgrade.html]
|
@ -6,5 +6,3 @@
|
||||
|
||||
MOCHITEST_MANIFESTS += ['mochitest.ini']
|
||||
|
||||
MOCHITEST_CHROME_MANIFESTS += ['chrome.ini']
|
||||
|
||||
|
@ -9,3 +9,6 @@
|
||||
# time it takes to be reflected by statfs(). Bug # 791287
|
||||
# test_diskSpace.html \
|
||||
|
||||
MOCHITEST_CHROME_FILES =\
|
||||
test_app_permissions.html \
|
||||
$(NULL)
|
||||
|
@ -1,3 +0,0 @@
|
||||
[DEFAULT]
|
||||
|
||||
[test_app_permissions.html]
|
@ -6,5 +6,3 @@
|
||||
|
||||
MOCHITEST_MANIFESTS += ['mochitest.ini']
|
||||
|
||||
MOCHITEST_CHROME_MANIFESTS += ['chrome.ini']
|
||||
|
||||
|
@ -2,3 +2,7 @@
|
||||
# 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/.
|
||||
|
||||
MOCHITEST_CHROME_FILES = \
|
||||
file_stringencoding.jsm \
|
||||
test_stringencoding.xul \
|
||||
$(NULL)
|
||||
|
@ -1,4 +0,0 @@
|
||||
[DEFAULT]
|
||||
support-files = file_stringencoding.jsm
|
||||
|
||||
[test_stringencoding.xul]
|
@ -10,5 +10,3 @@ XPCSHELL_TESTS_MANIFESTS += ['unit/xpcshell.ini']
|
||||
|
||||
MOCHITEST_MANIFESTS += ['mochitest.ini']
|
||||
|
||||
MOCHITEST_CHROME_MANIFESTS += ['chrome.ini']
|
||||
|
||||
|
@ -4,6 +4,11 @@
|
||||
|
||||
# test_bug847147.html disabled for timeouts
|
||||
# test_writer_starvation.html disabled for infinite loops, bug 595368
|
||||
MOCHITEST_CHROME_FILES = \
|
||||
chromeHelpers.js \
|
||||
test_globalObjects.xul \
|
||||
$(NULL)
|
||||
|
||||
ifeq (browser,$(MOZ_BUILD_APP))
|
||||
MOCHITEST_BROWSER_FILES = \
|
||||
browser_forgetThisSite.js \
|
||||
|
@ -1,4 +0,0 @@
|
||||
[DEFAULT]
|
||||
support-files = chromeHelpers.js
|
||||
|
||||
[test_globalObjects.xul]
|
@ -12,5 +12,3 @@ XPCSHELL_TESTS_MANIFESTS += ['unit/xpcshell.ini']
|
||||
|
||||
MOCHITEST_MANIFESTS += ['mochitest.ini']
|
||||
|
||||
MOCHITEST_CHROME_MANIFESTS += ['chrome.ini']
|
||||
|
||||
|
@ -2,3 +2,8 @@
|
||||
# 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/.
|
||||
|
||||
MOCHITEST_CHROME_FILES = \
|
||||
test_process_error.xul \
|
||||
process_error.xul \
|
||||
process_error_contentscript.js \
|
||||
$(NULL)
|
||||
|
@ -1,6 +0,0 @@
|
||||
[DEFAULT]
|
||||
support-files =
|
||||
process_error.xul
|
||||
process_error_contentscript.js
|
||||
|
||||
[test_process_error.xul]
|
@ -4,5 +4,3 @@
|
||||
# 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/.
|
||||
|
||||
MOCHITEST_CHROME_MANIFESTS += ['chrome.ini']
|
||||
|
||||
|
@ -2,3 +2,8 @@
|
||||
# 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/.
|
||||
|
||||
MOCHITEST_CHROME_FILES = \
|
||||
test_phonenumber.xul \
|
||||
test_phonenumberutils.xul \
|
||||
test_phonenumberservice.xul \
|
||||
$(NULL)
|
||||
|
@ -1,5 +0,0 @@
|
||||
[DEFAULT]
|
||||
|
||||
[test_phonenumber.xul]
|
||||
[test_phonenumberservice.xul]
|
||||
[test_phonenumberutils.xul]
|
@ -6,5 +6,3 @@
|
||||
|
||||
MOCHITEST_MANIFESTS += ['mochitest.ini']
|
||||
|
||||
MOCHITEST_CHROME_MANIFESTS += ['chrome.ini']
|
||||
|
||||
|
@ -13,6 +13,19 @@ MOCHITEST_FILES += \
|
||||
# mochitest window?
|
||||
endif
|
||||
|
||||
MOCHITEST_CHROME_FILES = \
|
||||
utils.js \
|
||||
test_clear_site_data.html \
|
||||
test_npruntime.xul \
|
||||
test_wmode.xul \
|
||||
test_bug479979.xul \
|
||||
test_bug751809.html \
|
||||
test_refresh_navigator_plugins.html \
|
||||
test_plugin_tag_clicktoplay.html \
|
||||
privatemode_perwindowpb.xul \
|
||||
test_privatemode_perwindowpb.xul \
|
||||
$(NULL)
|
||||
|
||||
ifneq ($(MOZ_WIDGET_TOOLKIT),cocoa)
|
||||
MOCHITEST_FILES += \
|
||||
test_visibility.html \
|
||||
|
@ -1,13 +0,0 @@
|
||||
[DEFAULT]
|
||||
support-files =
|
||||
privatemode_perwindowpb.xul
|
||||
utils.js
|
||||
|
||||
[test_bug479979.xul]
|
||||
[test_bug751809.html]
|
||||
[test_clear_site_data.html]
|
||||
[test_npruntime.xul]
|
||||
[test_plugin_tag_clicktoplay.html]
|
||||
[test_privatemode_perwindowpb.xul]
|
||||
[test_refresh_navigator_plugins.html]
|
||||
[test_wmode.xul]
|
@ -6,5 +6,3 @@
|
||||
|
||||
MOCHITEST_MANIFESTS += ['mochitest.ini']
|
||||
|
||||
MOCHITEST_CHROME_MANIFESTS += ['chrome.ini']
|
||||
|
||||
|
@ -2,3 +2,7 @@
|
||||
# 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/.
|
||||
|
||||
MOCHITEST_CHROME_FILES = \
|
||||
test_settings_service.xul \
|
||||
test_settings_service.js \
|
||||
$(NULL)
|
||||
|
@ -1,4 +0,0 @@
|
||||
[DEFAULT]
|
||||
|
||||
[test_settings_service.js]
|
||||
[test_settings_service.xul]
|
@ -6,5 +6,3 @@
|
||||
|
||||
MOCHITEST_MANIFESTS += ['mochitest.ini']
|
||||
|
||||
MOCHITEST_CHROME_MANIFESTS += ['chrome.ini']
|
||||
|
||||
|
@ -0,0 +1,4 @@
|
||||
MOCHITEST_CHROME_FILES = \
|
||||
test_constants.xul \
|
||||
worker_constants.js \
|
||||
$(NULL)
|
@ -1,4 +0,0 @@
|
||||
[DEFAULT]
|
||||
support-files = worker_constants.js
|
||||
|
||||
[test_constants.xul]
|
@ -6,5 +6,3 @@
|
||||
|
||||
MODULE = 'test_domsystem'
|
||||
|
||||
MOCHITEST_CHROME_MANIFESTS += ['chrome.ini']
|
||||
|
||||
|
@ -3,6 +3,59 @@
|
||||
# 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/.
|
||||
|
||||
MOCHITEST_CHROME_FILES = \
|
||||
MozEnteredDomFullscreen_chrome.xul \
|
||||
fullscreen.xul \
|
||||
test_fullscreen_preventdefault.xul \
|
||||
fullscreen_preventdefault.xul \
|
||||
focus_window2.xul \
|
||||
focus_frameset.html \
|
||||
child_focus_frame.html \
|
||||
test_focus_switchbinding.xul \
|
||||
test_focus.xul \
|
||||
window_focus.xul \
|
||||
test_focused_link_scroll.xul \
|
||||
test_geolocation.xul \
|
||||
test_activation.xul \
|
||||
window_activation.xul \
|
||||
test_DOMWindowCreated.xul \
|
||||
DOMWindowCreated_chrome.xul \
|
||||
DOMWindowCreated_content.html \
|
||||
test_sandbox_image.xul \
|
||||
test_cyclecollector.xul \
|
||||
test_popup_blocker_chrome.xul \
|
||||
test_moving_xhr.xul \
|
||||
test_nodesFromRect.html \
|
||||
489127.html \
|
||||
test_focus_docnav.xul \
|
||||
window_focus_docnav.xul \
|
||||
test_clonewrapper.xul \
|
||||
test_moving_nodeList.xul \
|
||||
test_callback_wrapping.xul \
|
||||
window_callback_wrapping.xul \
|
||||
test_sandbox_postMessage.html \
|
||||
test_sandbox_bindings.xul \
|
||||
test_selectAtPoint.html \
|
||||
selectAtPoint.html \
|
||||
test_bug799299.xul \
|
||||
file_bug799299.xul \
|
||||
test_bug800817.xul \
|
||||
file_bug800817.xul \
|
||||
test_bug830396.xul \
|
||||
test_subscript_bindings.xul \
|
||||
file_subscript_bindings.js \
|
||||
test_sandbox_eventhandler.xul \
|
||||
test_DOM_element_instanceof.xul \
|
||||
file_DOM_element_instanceof.xul \
|
||||
test_bug830858.xul \
|
||||
file_bug830858.xul \
|
||||
test_indexedSetter.html \
|
||||
test_queryCaretRect.html \
|
||||
queryCaretRectWin.html \
|
||||
queryCaretRectUnix.html \
|
||||
test_xray_event_constructor.xul \
|
||||
$(NULL)
|
||||
|
||||
ifeq (WINNT,$(OS_ARCH))
|
||||
MOCHITEST_CHROME_FILES += \
|
||||
test_sizemode_attribute.xul \
|
||||
|
@ -1,53 +0,0 @@
|
||||
[DEFAULT]
|
||||
support-files =
|
||||
489127.html
|
||||
DOMWindowCreated_chrome.xul
|
||||
DOMWindowCreated_content.html
|
||||
MozEnteredDomFullscreen_chrome.xul
|
||||
child_focus_frame.html
|
||||
file_DOM_element_instanceof.xul
|
||||
file_bug799299.xul
|
||||
file_bug800817.xul
|
||||
file_bug830858.xul
|
||||
file_subscript_bindings.js
|
||||
focus_frameset.html
|
||||
focus_window2.xul
|
||||
fullscreen.xul
|
||||
fullscreen_preventdefault.xul
|
||||
queryCaretRectUnix.html
|
||||
queryCaretRectWin.html
|
||||
selectAtPoint.html
|
||||
window_activation.xul
|
||||
window_callback_wrapping.xul
|
||||
window_focus.xul
|
||||
window_focus_docnav.xul
|
||||
|
||||
[test_DOMWindowCreated.xul]
|
||||
[test_DOM_element_instanceof.xul]
|
||||
[test_activation.xul]
|
||||
[test_bug799299.xul]
|
||||
[test_bug800817.xul]
|
||||
[test_bug830396.xul]
|
||||
[test_bug830858.xul]
|
||||
[test_callback_wrapping.xul]
|
||||
[test_clonewrapper.xul]
|
||||
[test_cyclecollector.xul]
|
||||
[test_focus.xul]
|
||||
[test_focus_docnav.xul]
|
||||
[test_focus_switchbinding.xul]
|
||||
[test_focused_link_scroll.xul]
|
||||
[test_fullscreen_preventdefault.xul]
|
||||
[test_geolocation.xul]
|
||||
[test_indexedSetter.html]
|
||||
[test_moving_nodeList.xul]
|
||||
[test_moving_xhr.xul]
|
||||
[test_nodesFromRect.html]
|
||||
[test_popup_blocker_chrome.xul]
|
||||
[test_queryCaretRect.html]
|
||||
[test_sandbox_bindings.xul]
|
||||
[test_sandbox_eventhandler.xul]
|
||||
[test_sandbox_image.xul]
|
||||
[test_sandbox_postMessage.html]
|
||||
[test_selectAtPoint.html]
|
||||
[test_subscript_bindings.xul]
|
||||
[test_xray_event_constructor.xul]
|
@ -4,5 +4,3 @@
|
||||
# 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/.
|
||||
|
||||
MOCHITEST_CHROME_MANIFESTS += ['chrome.ini']
|
||||
|
||||
|
@ -5,3 +5,9 @@
|
||||
|
||||
# Disable this test until bug 795711 is fixed.
|
||||
# test_network_events.html
|
||||
MOCHITEST_CHROME_FILES = \
|
||||
test_innerScreen.xul \
|
||||
test_offsets.xul \
|
||||
test_offsets.js \
|
||||
test_offsets.css \
|
||||
$(NULL)
|
||||
|
@ -1,6 +0,0 @@
|
||||
[DEFAULT]
|
||||
|
||||
[test_innerScreen.xul]
|
||||
[test_offsets.css]
|
||||
[test_offsets.js]
|
||||
[test_offsets.xul]
|
@ -6,5 +6,3 @@
|
||||
|
||||
MOCHITEST_MANIFESTS += ['mochitest.ini']
|
||||
|
||||
MOCHITEST_CHROME_MANIFESTS += ['chrome.ini']
|
||||
|
||||
|
@ -3,3 +3,12 @@
|
||||
# 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/.
|
||||
|
||||
MOCHITEST_CHROME_FILES = \
|
||||
test_localStorageBasePrivateBrowsing_perwindowpb.html \
|
||||
test_localStorageFromChrome.xhtml \
|
||||
test_localStorageQuotaPrivateBrowsing_perwindowpb.html \
|
||||
test_app_uninstall.html \
|
||||
test_clear_browser_data.html \
|
||||
frame_clear_browser_data.html \
|
||||
page_blank.html \
|
||||
$(NULL)
|
||||
|
@ -1,10 +0,0 @@
|
||||
[DEFAULT]
|
||||
support-files =
|
||||
frame_clear_browser_data.html
|
||||
page_blank.html
|
||||
|
||||
[test_app_uninstall.html]
|
||||
[test_clear_browser_data.html]
|
||||
[test_localStorageBasePrivateBrowsing_perwindowpb.html]
|
||||
[test_localStorageFromChrome.xhtml]
|
||||
[test_localStorageQuotaPrivateBrowsing_perwindowpb.html]
|
@ -6,5 +6,3 @@
|
||||
|
||||
MOCHITEST_MANIFESTS += ['mochitest.ini']
|
||||
|
||||
MOCHITEST_CHROME_MANIFESTS += ['chrome.ini']
|
||||
|
||||
|
@ -2,3 +2,7 @@
|
||||
# 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/.
|
||||
|
||||
MOCHITEST_CHROME_FILES = \
|
||||
test_system_principal.xul \
|
||||
$(NULL)
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
[DEFAULT]
|
||||
|
||||
[test_system_principal.xul]
|
@ -6,5 +6,3 @@
|
||||
|
||||
MOCHITEST_MANIFESTS += ['mochitest.ini']
|
||||
|
||||
MOCHITEST_CHROME_MANIFESTS += ['chrome.ini']
|
||||
|
||||
|
@ -3,3 +3,6 @@
|
||||
# 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/.
|
||||
|
||||
MOCHITEST_CHROME_FILES = \
|
||||
test_sessionStorageFromChrome.xhtml \
|
||||
$(NULL)
|
||||
|
@ -1,3 +0,0 @@
|
||||
[DEFAULT]
|
||||
|
||||
[test_sessionStorageFromChrome.xhtml]
|
@ -6,5 +6,3 @@
|
||||
|
||||
MOCHITEST_MANIFESTS += ['mochitest.ini']
|
||||
|
||||
MOCHITEST_CHROME_MANIFESTS += ['chrome.ini']
|
||||
|
||||
|
@ -2,3 +2,19 @@
|
||||
# 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/.
|
||||
|
||||
MOCHITEST_CHROME_FILES = \
|
||||
install_and_redirect_helper.xul \
|
||||
cross_origin.html \
|
||||
head.js \
|
||||
test_bug_765063.xul \
|
||||
test_bug_771294.xul \
|
||||
test_cross_origin.xul \
|
||||
test_install_app.xul \
|
||||
test_list_api.xul \
|
||||
test_install_errors.xul \
|
||||
test_install_utf8.xul \
|
||||
test_install_receipts.xul \
|
||||
test_getNotInstalled.xul \
|
||||
test_launch_paths.xul \
|
||||
$(NULL)
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user