dom/indexedDB/ipc/unit/xpcshell.ini

Sat, 03 Jan 2015 20:18:00 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 03 Jan 2015 20:18:00 +0100
branch
TOR_BUG_3246
changeset 7
129ffea94266
permissions
-rw-r--r--

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

mercurial