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.
1 [DEFAULT]
2 head = head.js
3 tail =
5 [test_available_free_space.js]
6 [test_osfile_closed.js]
7 [test_path.js]
8 [test_osfile_async.js]
9 [test_osfile_async_append.js]
10 [test_osfile_async_bytes.js]
11 [test_osfile_async_copy.js]
12 [test_osfile_async_flush.js]
13 [test_osfile_async_largefiles.js]
14 [test_osfile_async_setDates.js]
15 [test_removeEmptyDir.js]
16 [test_makeDir.js]
17 [test_file_URL_conversion.js]
18 [test_logging.js]
19 [test_creationDate.js]
20 [test_exception.js]
21 [test_path_constants.js]
22 [test_removeDir.js]
23 [test_reset.js]
24 [test_shutdown.js]
25 [test_unique.js]
26 [test_open.js]
27 [test_telemetry.js]
28 [test_duration.js]
29 [test_read_write.js]
30 [test_compression.js]
31 [test_osfile_writeAtomic_backupTo_option.js]
32 [test_osfile_error.js]
33 [test_queue.js]
35 # Unimplemented on Windows (bug 1022816).
36 # Spurious failure on Android test farm due to non-POSIX behavior of
37 # filesystem backing /mnt/sdcard (not worth trying to fix).
38 [test_osfile_async_setPerms.js]
39 skip-if = os == "win" || os == "android"