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 # When adding files here please also update test/unit/xpcshell.ini!
7 [test_add_put.js]
8 [test_add_twice_failure.js]
9 [test_advance.js]
10 [test_autoIncrement.js]
11 [test_autoIncrement_indexes.js]
12 [test_clear.js]
13 [test_complex_keyPaths.js]
14 [test_count.js]
15 [test_create_index.js]
16 [test_create_index_with_integer_keys.js]
17 [test_create_objectStore.js]
18 [test_cursor_mutation.js]
19 [test_cursor_update_updates_indexes.js]
20 [test_cursors.js]
21 [test_deleteDatabase.js]
22 [test_deleteDatabase_interactions.js]
23 [test_event_source.js]
24 [test_getAll.js]
25 [test_global_data.js]
26 [test_index_empty_keyPath.js]
27 [test_index_getAll.js]
28 [test_index_getAllObjects.js]
29 [test_index_object_cursors.js]
30 [test_index_update_delete.js]
31 [test_indexes.js]
32 [test_indexes_bad_values.js]
33 [test_key_requirements.js]
34 [test_keys.js]
35 [test_multientry.js]
36 [test_names_sorted.js]
37 [test_object_identity.js]
38 [test_objectCursors.js]
39 [test_objectStore_getAllKeys.js]
40 [test_objectStore_inline_autoincrement_key_added_on_put.js]
41 [test_objectStore_openKeyCursor.js]
42 [test_objectStore_remove_values.js]
43 [test_odd_result_order.js]
44 [test_open_empty_db.js]
45 [test_open_objectStore.js]
46 [test_optionalArguments.js]
47 [test_overlapping_transactions.js]
48 [test_put_get_values.js]
49 [test_put_get_values_autoIncrement.js]
50 [test_readonly_transactions.js]
51 [test_remove_index.js]
52 [test_remove_objectStore.js]
53 [test_request_readyState.js]
54 [test_setVersion.js]
55 [test_setVersion_abort.js]
56 [test_setVersion_events.js]
57 [test_setVersion_exclusion.js]
58 [test_success_events_after_abort.js]
59 [test_traffic_jam.js]
60 [test_transaction_abort.js]
61 [test_transaction_lifetimes.js]
62 [test_transaction_lifetimes_nested.js]
63 [test_transaction_ordering.js]
64 [test_unique_index_update.js]
65 [test_writer_starvation.js]
67 # When adding files here please also update test/unit/xpcshell.ini!