dom/plugins/test/mochitest/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.

michael@0 1 [DEFAULT]
michael@0 2 support-files =
michael@0 3 hang_test.js
michael@0 4 privatemode_perwindowpb.xul
michael@0 5 utils.js
michael@0 6
michael@0 7 [test_bug479979.xul]
michael@0 8 [test_bug751809.html]
michael@0 9 [test_busy_hang.xul]
michael@0 10 skip-if = (!crashreporter) || (os != "win")
michael@0 11 [test_clear_site_data.html]
michael@0 12 [test_convertpoint.xul]
michael@0 13 skip-if = toolkit != "cocoa"
michael@0 14 [test_crash_notify.xul]
michael@0 15 skip-if = !crashreporter
michael@0 16 [test_crash_notify_no_report.xul]
michael@0 17 skip-if = !crashreporter
michael@0 18 [test_crash_submit.xul]
michael@0 19 skip-if = !crashreporter
michael@0 20 [test_hang_submit.xul]
michael@0 21 skip-if = !crashreporter
michael@0 22 [test_hangui.xul]
michael@0 23 skip-if = (!crashreporter) || (os != "win")
michael@0 24 support-files = hangui_subpage.html hangui_common.js hangui_iface.js dialog_watcher.js
michael@0 25 [test_idle_hang.xul]
michael@0 26 skip-if = (!crashreporter) || (os != "win")
michael@0 27 [test_npruntime.xul]
michael@0 28 [test_plugin_tag_clicktoplay.html]
michael@0 29 [test_privatemode_perwindowpb.xul]
michael@0 30 [test_refresh_navigator_plugins.html]
michael@0 31 [test_xulbrowser_plugin_visibility.xul]
michael@0 32 skip-if = (toolkit == "cocoa") || (os == "win")
michael@0 33 support-files = xulbrowser_plugin_visibility.xul plugin_visibility_loader.html
michael@0 34 [test_wmode.xul]

mercurial