Sat, 03 Jan 2015 20:18:00 +0100
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 | # THIS FILE IS AUTOGENERATED BY importTestsuite.py - DO NOT EDIT |
michael@0 | 2 | [DEFAULT] |
michael@0 | 3 | support-files = |
michael@0 | 4 | conformancetest/data.js |
michael@0 | 5 | css/reset.css |
michael@0 | 6 | implementation.js |
michael@0 | 7 | selecttest/common.js |
michael@0 | 8 | selecttest/test-iframe.html |
michael@0 | 9 | tests.js |
michael@0 | 10 | |
michael@0 | 11 | [conformancetest/test_event.html] |
michael@0 | 12 | [conformancetest/test_runtest.html] |
michael@0 | 13 | skip-if = (toolkit == 'android') || (buildapp == 'b2g') #b2g(takes too long) b2g-debug(takes too long) b2g-desktop(takes too long) |
michael@0 | 14 | [selecttest/test_Document-open.html] |
michael@0 | 15 | [selecttest/test_addRange.html] |
michael@0 | 16 | skip-if = (toolkit == 'android') || (buildapp == 'b2g') #android(bug 775227) b2g(oom?, bug 775227) b2g-debug(oom?, bug 775227) b2g-desktop(oom?, bug 775227) |
michael@0 | 17 | [selecttest/test_collapse.html] |
michael@0 | 18 | [selecttest/test_collapseToStartEnd.html] |
michael@0 | 19 | [selecttest/test_deleteFromDocument.html] |
michael@0 | 20 | [selecttest/test_extend.html] |
michael@0 | 21 | skip-if = (toolkit == 'gonk' && debug) #b2g-debug(debug-only failure; time out) |
michael@0 | 22 | [selecttest/test_getRangeAt.html] |
michael@0 | 23 | [selecttest/test_getSelection.html] |
michael@0 | 24 | [selecttest/test_interfaces.html] |
michael@0 | 25 | [selecttest/test_isCollapsed.html] |
michael@0 | 26 | [selecttest/test_removeAllRanges.html] |
michael@0 | 27 | [selecttest/test_selectAllChildren.html] |
michael@0 | 28 | skip-if = (toolkit == 'gonk' && debug) #b2g-debug(debug-only failure) |