dom/plugins/test/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 = head_plugins.js
     3 tail = 
     5 [test_bug455213.js]
     6 # Bug 676953: test fails consistently on Android
     7 fail-if = os == "android"
     8 [test_bug471245.js]
     9 # Bug 676953: test fails consistently on Android
    10 fail-if = os == "android"
    11 [test_bug813245.js]
    12 # Bug 676953: test fails consistently on Android
    13 fail-if = os == "android"
    14 [test_nice_plugin_name.js]
    15 # Bug 676953: test fails consistently on Android
    16 fail-if = os == "android"
    17 [test_persist_in_prefs.js]
    18 [test_bug854467.js]
    19 [test_plugin_default_state.js]
    20 [test_plugin_default_state_xpi.js]

mercurial