content/xul/templates/tests/chrome/chrome.ini

Sat, 03 Jan 2015 20:18:00 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 03 Jan 2015 20:18:00 +0100
branch
TOR_BUG_3246
changeset 7
129ffea94266
permissions
-rw-r--r--

Conditionally enable double key logic according to:
private browsing mode or privacy.thirdparty.isolate preference and
implement in GetCookieStringCommon and FindCookie where it counts...
With some reservations of how to convince FindCookie users to test
condition and pass a nullptr when disabling double key logic.

     1 [DEFAULT]
     2 support-files =
     3   animals.rdf
     4   animals.sqlite
     5   animals.xml
     6   bug441785-1.rdf
     7   bug441785-2.rdf
     8   templates_shared.js
    10 [test_bug329335.xul]
    11 [test_bug330010.xul]
    12 skip-if = os == "win"
    13 support-files = file_bug330010.rdf
    14 [test_bug397148.xul]
    15 skip-if = true # Bug 879531
    16 [test_bug441785.xul]
    17 [test_bug476634.xul]
    18 [test_sortservice.xul]
    19 [test_tmpl_bindingsextendedsyntax.xul]
    20 [test_tmpl_bindingsmultiple.xul]
    21 [test_tmpl_bindingsquerysyntax.xul]
    22 [test_tmpl_bindingsreversed.xul]
    23 [test_tmpl_bindingssameastriple.xul]
    24 [test_tmpl_containerandmembervariablechanged.xul]
    25 [test_tmpl_containervariablechanged.xul]
    26 [test_tmpl_containmentattribute.xul]
    27 [test_tmpl_defaultcontainervariableisuri.xul]
    28 [test_tmpl_errors.xul]
    29 [test_tmpl_extendedsyntax.xul]
    30 [test_tmpl_extendedsyntaxemptyconditions.xul]
    31 [test_tmpl_extendedsyntaxotherrefvariable.xul]
    32 [test_tmpl_extendedsyntaxremoveunmatched.xul]
    33 [test_tmpl_extendedsyntaxsimplevariablesubstitution.xul]
    34 [test_tmpl_extendedsyntaxtworulesrecurse.xul]
    35 [test_tmpl_extendedsyntaxusinganinterveningcontainer.xul]
    36 [test_tmpl_extendedvariablesubstitution.xul]
    37 [test_tmpl_gridelement.xul]
    38 [test_tmpl_htmlelementextendedsyntaxwithbinding.xul]
    39 [test_tmpl_htmlelementquerysyntaxrecursive.xul]
    40 [test_tmpl_htmlelementquerysyntaxwithmultiplerules.xul]
    41 [test_tmpl_htmlelementsimplesyntax.xul]
    42 [test_tmpl_htmlelementsimplesyntaxusingatextnode.xul]
    43 [test_tmpl_invalidqp.xul]
    44 [test_tmpl_listboxelement.xul]
    45 [test_tmpl_literalasmember.xul]
    46 [test_tmpl_membervariablechanged.xul]
    47 [test_tmpl_membervariablesubstitution.xul]
    48 [test_tmpl_menuelement.xul]
    49 [test_tmpl_menuelementrecursive.xul]
    50 [test_tmpl_menulistelement.xul]
    51 [test_tmpl_mixedsyntaxiscontainer.xul]
    52 [test_tmpl_mixedsyntaxiscontainerisempty.xul]
    53 [test_tmpl_mixedsyntaxisempty.xul]
    54 [test_tmpl_noaction.xul]
    55 [test_tmpl_noactionuriattribute.xul]
    56 [test_tmpl_parentconditions.xul]
    57 [test_tmpl_parentcontenttag.xul]
    58 [test_tmpl_parentsimplesyntax.xul]
    59 [test_tmpl_query3triples.xul]
    60 [test_tmpl_query3tripleswherecontains.xul]
    61 [test_tmpl_querymember3tripleswhereequals.xul]
    62 [test_tmpl_querymemberandtwotriples.xul]
    63 [test_tmpl_querymembertriplemembertriple.xul]
    64 [test_tmpl_queryresourcematch.xul]
    65 [test_tmpl_queryreversetriple.xul]
    66 [test_tmpl_queryselfwithtriple.xul]
    67 [test_tmpl_querysetone.xul]
    68 [test_tmpl_querysettwo.xul]
    69 [test_tmpl_querysettwowithcondition.xul]
    70 [test_tmpl_querysyntax.xul]
    71 [test_tmpl_querysyntaxmultiplerules.xul]
    72 [test_tmpl_querysyntaxmultiplerulesfirstconditionall.xul]
    73 [test_tmpl_querysyntaxmultiplerulestwoconditions.xul]
    74 [test_tmpl_querytripleandmembermerge.xul]
    75 [test_tmpl_querytripleobjecttosubject.xul]
    76 [test_tmpl_querytwomembers.xul]
    77 [test_tmpl_querytwomembersfiltered.xul]
    78 [test_tmpl_querytwotriples.xul]
    79 [test_tmpl_queryupwardsmember.xul]
    80 [test_tmpl_queryupwardsmembertripleandfilteringtriple.xul]
    81 [test_tmpl_querywithemptyconditions.xul]
    82 [test_tmpl_referenceasmember.xul]
    83 [test_tmpl_regenerate.xul]
    84 [test_tmpl_selfgenerationextendedsyntax.xul]
    85 [test_tmpl_selfgenerationsimplesyntax.xul]
    86 [test_tmpl_simplesyntaxenclosedinacontainer.xul]
    87 [test_tmpl_simplesyntaxenclosedinacontainerwitharule.xul]
    88 [test_tmpl_simplesyntaxfilter.xul]
    89 [test_tmpl_simplesyntaxfilterwithmultiplerules.xul]
    90 [test_tmpl_simplesyntaxfilterwithrule.xul]
    91 [test_tmpl_simplesyntaxiteratingoverasinglevalue.xul]
    92 [test_tmpl_simplesyntaxusinganinterveningcontainer.xul]
    93 [test_tmpl_simplesyntaxusingatextnode.xul]
    94 [test_tmpl_simplesyntaxusingcontainerasthegenerationelement.xul]
    95 [test_tmpl_simplesyntaxusingdontrecurse.xul]
    96 [test_tmpl_simplesyntaxusingrecursivegeneration.xul]
    97 [test_tmpl_simplesyntaxusingrecursivegenerationagain.xul]
    98 [test_tmpl_simplesyntaxwithtwovariablesused.xul]
    99 [test_tmpl_simplevariablesubstitutioncaretsatbeginningandend.xul]
   100 [test_tmpl_simplevariablesubstitutioncaretsubstitution.xul]
   101 [test_tmpl_simplevariablesubstitutionnovariable.xul]
   102 [test_tmpl_simplevariablesubstitutionquestionmarkaspartofvariable.xul]
   103 [test_tmpl_simplevariablesubstitutionquestionmarksubstitution.xul]
   104 [test_tmpl_simplevariablesubstitutiontextandvariable.xul]
   105 [test_tmpl_simplevariablesubstitutionvariableandtextconcatenated.xul]
   106 [test_tmpl_simplevariablesubstitutionvariablesconcatenated.xul]
   107 [test_tmpl_sortascendinginteger.xul]
   108 [test_tmpl_sortascendingquerysyntax.xul]
   109 [test_tmpl_sortascendingtworulesquerysyntax.xul]
   110 [test_tmpl_sortascendingtworuleswithcontainerquerysyntax.xul]
   111 [test_tmpl_sortascendingtworuleswithdifferentcontainerquerysyntax.xul]
   112 [test_tmpl_sortdescendingquerysyntax.xul]
   113 [test_tmpl_sortquerymemberandtwotriples.xul]
   114 [test_tmpl_sortresource2descendingsimplesyntax.xul]
   115 [test_tmpl_sortresource2settopredicateascendingquerysyntax.xul]
   116 [test_tmpl_sortresource2settopredicatedescendingquerysyntax.xul]
   117 [test_tmpl_sortresourceascendingquerysyntax.xul]
   118 [test_tmpl_sortresourcedescendingquerysyntax.xul]
   119 [test_tmpl_sortresourcesettopredicateascendingquerysyntax.xul]
   120 [test_tmpl_sortresourcesettopredicatedescendingquerysyntax.xul]
   121 [test_tmpl_sorttworesourcesasstringsettopredicatedescendingquerysyntax.xul]
   122 [test_tmpl_sorttworesourcessettopredicateascendingquerysyntax.xul]
   123 [test_tmpl_sorttwovariablesascendingquerysyntax.xul]
   124 [test_tmpl_sorttwovariablesascendingsimplesyntax.xul]
   125 [test_tmpl_sorttwovariablesdescendingquerysyntax.xul]
   126 [test_tmpl_sortunknownascendingquerysyntax.xul]
   127 [test_tmpl_storage_bad_parameters.xul]
   128 [test_tmpl_storage_bad_parameters_2.xul]
   129 [test_tmpl_storage_bad_parameters_3.xul]
   130 [test_tmpl_storage_baddatasource.xul]
   131 [test_tmpl_storage_badquery.xul]
   132 [test_tmpl_storage_dynamicparameters.xul]
   133 [test_tmpl_storage_listbox.xul]
   134 [test_tmpl_storage_multiqueries.xul]
   135 [test_tmpl_storage_parameters.xul]
   136 [test_tmpl_storage_rule.xul]
   137 [test_tmpl_storage_simple.xul]
   138 [test_tmpl_storage_sortintegerasc.xul]
   139 [test_tmpl_storage_sortintegerdesc.xul]
   140 [test_tmpl_storage_sortstringasc.xul]
   141 [test_tmpl_storage_sortstringdesc.xul]
   142 [test_tmpl_storage_tree.xul]
   143 [test_tmpl_treeelementquerysyntax.xul]
   144 [test_tmpl_treeelementquerysyntaxnotrecursive.xul]
   145 [test_tmpl_treeelementquerysyntaxnotrecursivetreebuilder.xul]
   146 [test_tmpl_treeelementquerysyntaxrecursive.xul]
   147 [test_tmpl_treeelementquerysyntaxrecursivemultiplerules.xul]
   148 [test_tmpl_treeelementquerysyntaxrecursivemultiplerulestreebuilder.xul]
   149 [test_tmpl_treeelementquerysyntaxrecursivetreebuilder.xul]
   150 [test_tmpl_treeelementquerysyntaxtreebuilder.xul]
   151 [test_tmpl_treeelementsimplesyntaxnotrecursive.xul]
   152 [test_tmpl_treeelementsimplesyntaxnotrecursivetreebuilder.xul]
   153 [test_tmpl_treeelementsimplesyntaxrecursive.xul]
   154 [test_tmpl_treeelementsimplesyntaxrecursivetreebuilder.xul]
   155 [test_tmpl_treeelementtreecell.xul]
   156 [test_tmpl_treeelementtreecellsortascending.xul]
   157 [test_tmpl_treeelementtreecellsortascendingtreebuilder.xul]
   158 [test_tmpl_treeelementtreecelltreebuilder.xul]
   159 [test_tmpl_treeelementtreeitemonly.xul]
   160 [test_tmpl_treeelementtreeitemsortascending.xul]
   161 [test_tmpl_twogenerationnodes.xul]
   162 [test_tmpl_whereafterignorecase.xul]
   163 [test_tmpl_whereafterlowercase.xul]
   164 [test_tmpl_whereafternegation.xul]
   165 [test_tmpl_whereafteruppercase.xul]
   166 [test_tmpl_wherebeforeignorecase.xul]
   167 [test_tmpl_wherebeforelowercase.xul]
   168 [test_tmpl_wherebeforenegation.xul]
   169 [test_tmpl_wherebeforeuppercase.xul]
   170 [test_tmpl_wherecontains.xul]
   171 [test_tmpl_wherecontainsignorecase.xul]
   172 [test_tmpl_wherecontainsnegation.xul]
   173 [test_tmpl_wherecontainsnumber.xul]
   174 [test_tmpl_wherecontainsnumberstring.xul]
   175 [test_tmpl_wherecontainsresource.xul]
   176 [test_tmpl_wherecontainstwo.xul]
   177 [test_tmpl_whereendswith.xul]
   178 [test_tmpl_whereendswithignorecase.xul]
   179 [test_tmpl_whereendswithnegation.xul]
   180 [test_tmpl_whereequals.xul]
   181 [test_tmpl_whereequalsignorecase.xul]
   182 [test_tmpl_whereequalsmultiple.xul]
   183 [test_tmpl_whereequalsmultiplenegation.xul]
   184 [test_tmpl_whereequalsmultiplenegationignorecase.xul]
   185 [test_tmpl_whereequalsnegation.xul]
   186 [test_tmpl_whereequalsnegationignorecase.xul]
   187 [test_tmpl_whereequalsnegationwrongcase.xul]
   188 [test_tmpl_whereequalsnumber.xul]
   189 [test_tmpl_whereequalsothervariable.xul]
   190 [test_tmpl_whereequalsresource.xul]
   191 [test_tmpl_whereequalssamevariable.xul]
   192 [test_tmpl_whereequalswrongcase.xul]
   193 [test_tmpl_wheregreater.xul]
   194 [test_tmpl_wheregreaternegation.xul]
   195 [test_tmpl_wheregreaternegationstring.xul]
   196 [test_tmpl_wheregreaterstring.xul]
   197 [test_tmpl_whereless.xul]
   198 [test_tmpl_wherelessnegation.xul]
   199 [test_tmpl_wherelessnegationstring.xul]
   200 [test_tmpl_wherelessstring.xul]
   201 [test_tmpl_wherenorel.xul]
   202 [test_tmpl_wherenosubject.xul]
   203 [test_tmpl_wherenovalue.xul]
   204 [test_tmpl_wherestartswith.xul]
   205 [test_tmpl_wherestartswithignorecase.xul]
   206 [test_tmpl_wherestartswithmultiple.xul]
   207 [test_tmpl_wherestartswithnegation.xul]
   208 [test_tmpl_wherestartswithunknownvariable.xul]
   209 [test_tmpl_wherestartswithvariable.xul]
   210 [test_tmpl_wheresubjectequalsvariable.xul]
   211 [test_tmpl_wheresubjectstartswithvariable.xul]
   212 [test_tmpl_xmlquerysimple.xul]
   213 [test_tmpl_xmlquerywithassign.xul]
   214 [test_tmpl_xmlquerywithassignmentandcondition.xul]
   215 [test_tmpl_xmlquerywithassignmentandconditiondontrecurse.xul]
   216 [test_tmpl_xmlquerywithbindinginbindings.xul]
   217 [test_tmpl_xmlquerywithbindinginrule.xul]
   218 [test_tmpl_xmlquerywithdifferentmember.xul]
   219 [test_tmpl_xmlquerywithinlinedata.xul]
   220 [test_tmpl_xmlquerywithinlinedatawithmultiplequeries.xul]
   221 [test_tmpl_xmlquerywithmultiplequeries.xul]
   222 [test_tmpl_xmlquerywithothertypes.xul]
   223 [test_tmpl_xmlquerywithsort.xul]
   224 [test_tmpl_xmlquerywithsortotherfield.xul]

mercurial