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