js/xpconnect/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.

michael@0 1 [DEFAULT]
michael@0 2 support-files =
michael@0 3 bug503926.xul
michael@0 4 file_bug618176.xul
michael@0 5 file_bug996069.html
michael@0 6 file_discardSystemSource.html
michael@0 7 worker_discardSystemSource.js
michael@0 8 file_evalInSandbox.html
michael@0 9 file_expandosharing.jsm
michael@0 10 outoflinexulscript.js
michael@0 11 subscript.js
michael@0 12 utf8_subscript.js
michael@0 13
michael@0 14 [test_APIExposer.xul]
michael@0 15 [test_bug361111.xul]
michael@0 16 [test_bug448587.xul]
michael@0 17 [test_bug484459.xul]
michael@0 18 [test_bug500931.xul]
michael@0 19 [test_bug503926.xul]
michael@0 20 [test_bug533596.xul]
michael@0 21 [test_bug571849.xul]
michael@0 22 [test_bug596580.xul]
michael@0 23 [test_bug601803.xul]
michael@0 24 [test_bug610390.xul]
michael@0 25 [test_bug614757.xul]
michael@0 26 [test_bug616992.xul]
michael@0 27 [test_bug618176.xul]
michael@0 28 [test_bug654370.xul]
michael@0 29 [test_bug658560.xul]
michael@0 30 [test_bug658909.xul]
michael@0 31 [test_bug664689.xul]
michael@0 32 [test_bug679861.xul]
michael@0 33 [test_bug706301.xul]
michael@0 34 [test_bug726949.xul]
michael@0 35 [test_bug732665.xul]
michael@0 36 [test_bug738244.xul]
michael@0 37 [test_bug743843.xul]
michael@0 38 [test_bug760076.xul]
michael@0 39 [test_bug760109.xul]
michael@0 40 [test_bug760131.html]
michael@0 41 [test_bug763343.xul]
michael@0 42 [test_bug771429.xul]
michael@0 43 [test_bug773962.xul]
michael@0 44 [test_bug792280.xul]
michael@0 45 [test_bug793433.xul]
michael@0 46 [test_bug795275.xul]
michael@0 47 [test_bug799348.xul]
michael@0 48 [test_bug801241.xul]
michael@0 49 [test_bug812415.xul]
michael@0 50 [test_bug853283.xul]
michael@0 51 [test_bug853571.xul]
michael@0 52 [test_bug858101.xul]
michael@0 53 [test_bug860494.xul]
michael@0 54 [test_bug866823.xul]
michael@0 55 [test_bug895340.xul]
michael@0 56 [test_bug932906.xul]
michael@0 57 [test_bug996069.xul]
michael@0 58 [test_xrayToJS.xul]
michael@0 59 [test_chrometoSource.xul]
michael@0 60 [test_cloneInto.xul]
michael@0 61 [test_cows.xul]
michael@0 62 [test_discardSystemSource.xul]
michael@0 63 [test_documentdomain.xul]
michael@0 64 [test_doublewrappedcompartments.xul]
michael@0 65 [test_evalInSandbox.xul]
michael@0 66 [test_evalInWindow.xul]
michael@0 67 [test_exnstack.xul]
michael@0 68 [test_expandosharing.xul]
michael@0 69 [test_exposeInDerived.xul]
michael@0 70 [test_getweakmapkeys.xul]
michael@0 71 [test_localstorage_with_nsEp.xul]
michael@0 72 [test_mozMatchesSelector.xul]
michael@0 73 [test_nodelists.xul]
michael@0 74 [test_paris_weakmap_keys.xul]
michael@0 75 [test_precisegc.xul]
michael@0 76 [test_sandboxImport.xul]
michael@0 77 [test_scriptSettings.xul]
michael@0 78 [test_weakmap_keys_preserved.xul]
michael@0 79 [test_weakmap_keys_preserved2.xul]
michael@0 80 [test_weakref.xul]
michael@0 81 [test_wrappers.xul]
michael@0 82 [test_weakmaps.xul]
michael@0 83 skip-if = os == "win" # Bug 820471
michael@0 84 [test_wrappers-2.xul]
michael@0 85 # Disabled until this test gets updated to test the new proxy based wrappers.
michael@0 86 skip-if = true
michael@0 87 [test_watchpoints.xul]
michael@0 88 # Disabled due to apparent conservative stack scanner false positives on Linux64 debug.
michael@0 89 skip-if = true

mercurial