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 | # Note: these tests are disabled if MOZ_SOCIAL is off. |
michael@0 | 2 | |
michael@0 | 3 | [DEFAULT] |
michael@0 | 4 | support-files = |
michael@0 | 5 | head.js |
michael@0 | 6 | data.json |
michael@0 | 7 | echo.sjs |
michael@0 | 8 | worker_xhr.js |
michael@0 | 9 | worker_relative.js |
michael@0 | 10 | relative_import.js |
michael@0 | 11 | worker_social.js |
michael@0 | 12 | worker_eventsource.js |
michael@0 | 13 | eventsource.resource |
michael@0 | 14 | eventsource.resource^headers^ |
michael@0 | 15 | |
michael@0 | 16 | [browser_workerAPI.js] |
michael@0 | 17 | [browser_SocialProvider.js] |
michael@0 | 18 | [browser_notifications.js] |
michael@0 | 19 | |
michael@0 | 20 | # These tests are currently unreliable on ASAN builds with remote frameworkers. |
michael@0 | 21 | [browser_frameworker.js] |
michael@0 | 22 | skip-if = asan || (os == 'linux' && debug) || (os == 'mac' && debug) # Bug 994798 for Linux debug disabling, bug 994300 for Mac debug disabling |
michael@0 | 23 | [browser_frameworker_sandbox.js] |
michael@0 | 24 | skip-if = asan || (os == 'linux' && debug) || (os == 'mac' && debug) # Bug 994798 for Linux debug disabling, bug 994300 for Mac debug disabling |