js/xpconnect/tests/unit/xpcshell.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 head =
     3 tail =
     4 support-files =
     5   CatRegistrationComponents.manifest
     6   bogus_element_type.jsm
     7   bogus_exports_type.jsm
     8   bug451678_subscript.js
     9   component-blob.js
    10   component-blob.manifest
    11   component-file.js
    12   component-file.manifest
    13   component_import.js
    14   component_import.manifest
    15   importer.jsm
    16   recursive_importA.jsm
    17   recursive_importB.jsm
    18   syntax_error.jsm
    20 [test_bogus_files.js]
    21 [test_bug408412.js]
    22 [test_bug451678.js]
    23 [test_bug604362.js]
    24 [test_bug641378.js]
    25 [test_bug677864.js]
    26 [test_bug711404.js]
    27 [test_bug778409.js]
    28 [test_bug780370.js]
    29 [test_bug805807.js]
    30 [test_bug809652.js]
    31 [test_bug809674.js]
    32 [test_bug813901.js]
    33 [test_bug845201.js]
    34 [test_bug845862.js]
    35 [test_bug849730.js]
    36 [test_bug851895.js]
    37 [test_bug854558.js]
    38 [test_bug868675.js]
    39 [test_bug867486.js]
    40 [test_bug872772.js]
    41 [test_bug885800.js]
    42 [test_bug961054.js]
    43 [test_bug976151.js]
    44 [test_bug1001094.js]
    45 [test_bug1021312.js]
    46 [test_bug1033920.js]
    47 [test_bug_442086.js]
    48 [test_file.js]
    49 [test_blob.js]
    50 [test_blob2.js]
    51 [test_file2.js]
    52 [test_import.js]
    53 [test_import_fail.js]
    54 [test_js_weak_references.js]
    55 [test_reflect_parse.js]
    56 [test_localeCompare.js]
    57 # Bug 676965: test fails consistently on Android
    58 fail-if = os == "android"
    59 [test_recursive_import.js]
    60 [test_xpcomutils.js]
    61 [test_unload.js]
    62 [test_attributes.js]
    63 # Bug 676965: test fails consistently on Android
    64 fail-if = os == "android"
    65 [test_params.js]
    66 # Bug 676965: test fails consistently on Android
    67 fail-if = os == "android"
    68 [test_tearoffs.js]
    69 [test_want_components.js]
    70 [test_components.js]
    71 [test_allowedDomains.js]
    72 [test_allowedDomainsXHR.js]
    73 [test_nuke_sandbox.js]
    74 [test_sandbox_metadata.js]
    75 [test_exportFunction.js]
    76 [test_promise.js]
    77 [test_textDecoder.js]
    78 [test_url.js]
    79 [test_sandbox_atob.js]
    80 [test_isProxy.js]
    81 [test_getObjectPrincipal.js]
    82 [test_watchdog_enable.js]
    83 head = head_watchdog.js
    84 [test_watchdog_disable.js]
    85 head = head_watchdog.js
    86 [test_watchdog_toggle.js]
    87 head = head_watchdog.js
    88 [test_watchdog_default.js]
    89 head = head_watchdog.js
    90 [test_watchdog_hibernate.js]
    91 head = head_watchdog.js

mercurial