gecko-dev/dom/indexedDB/test
Bevis Tseng 44deb08f5c Bug 1151017 - Support the 'close' Event on Databases. r=khuey
Outline of this patch:

1. Define a new ipdl message called |CloseAfterInvalidationComplete| to trigger the close event after all transactions are complete only if the database is invalidated by the user agent.
2. Make sure the following event sequence is consistent during invalidation according to the steps in |5.2. Closing a database| by the following 2 solutions:
     IDBRequest.onerror -> IDBTransaction.onerror -> IDBTransaction.onabort -> IDBDatabase.onclose.
   2.1. In parent process, do not force to abort the transactions after invalidation but wait for all the transactions in its child process are complete.
   2.2. In child process, make sure that each IDBTransaction will notify its completion to the parent after all its pending IDBRequests are finished.
3. Add test_database_onclose.js to test the close event especially when read/write operation is ongoing.
4. Add test_database_close_without_onclose.js as a XPCShell test because setTimeout() is not preferred in Mochitest to ensure that the IDBDatabase.onclose event won't be sent after closed normally.
2016-05-31 18:08:20 +08:00
..
extensions Bug 1250616 - Sign indexedDB-test extension for mochitest, r=khuey 2016-02-26 10:45:14 -05:00
unit Bug 1151017 - Support the 'close' Event on Databases. r=khuey 2016-05-31 18:08:20 +08:00
bfcache_iframe1.html Bug 726378: Unprefix IndexedDB. r=sicking 2012-06-29 09:48:35 -07:00
bfcache_iframe2.html Bug 726378: Unprefix IndexedDB. r=sicking 2012-06-29 09:48:35 -07:00
blob_worker_crash_iframe.html Bug 932162 - dispatch IndexedDB FileInfo releases to the main thread. r=khuey 2013-11-19 06:00:20 -05:00
browser.ini Bug 1220748 - Enable browser_permissionsPromptDeny.js in e10s, r=felipe. 2016-02-29 11:44:49 +01:00
browserHelpers.js Bug 1220748 - Enable browser_permissionsPromptDeny.js in e10s, r=felipe. 2016-02-29 11:44:49 +01:00
browser_bug839193.js Bug 1202902 - Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff) 2015-09-15 11:19:45 -07:00
browser_forgetThisSite.js Bug 1083927 - IndexedDB: Subdomain Quota Management; r=bent,ehsan 2014-11-28 09:44:12 +01:00
browser_forgetThisSiteAdd.html Bug 891806 - part 4 - replace 'yield;' with 'yield undefined;' in dom/; r=smaug 2013-07-10 23:52:35 +02:00
browser_forgetThisSiteGet.html Bug 891806 - part 4 - replace 'yield;' with 'yield undefined;' in dom/; r=smaug 2013-07-10 23:52:35 +02:00
browser_permissionsPrompt.html Bug 1252738 - Stop using CPOWs in this test. r=felipc 2016-04-05 18:58:00 +02:00
browser_permissionsPromptAllow.js Bug 1118768 - Redundant PopupNotifications.transitionsEnabled code removed, r=gijs 2015-01-08 23:56:00 +00:00
browser_permissionsPromptDeny.js Bug 1277589 - Replaced setting dochsell to private with opening a new pb window. r=ehsan 2016-06-07 18:56:31 -07:00
browser_permissionsPromptWorker.js Bug 1151495 - Support permission prompting from workers for IDB, r=bent 2015-05-06 09:07:57 +01:00
browser_permissionsSharedWorker.html Bug 1151495 - Support permission prompting from workers for IDB, r=bent 2015-05-06 09:07:57 +01:00
browser_permissionsSharedWorker.js Bug 1151495 - Support permission prompting from workers for IDB, r=bent 2015-05-06 09:07:57 +01:00
browser_permissionsWorker.html Bug 1151495 - Support permission prompting from workers for IDB, r=bent 2015-05-06 09:07:57 +01:00
browser_permissionsWorker.js Bug 1151495 - Support permission prompting from workers for IDB, r=bent 2015-05-06 09:07:57 +01:00
browser_perwindow_privateBrowsing.js Bug 1207494 - Part 9: Remove use of expression closure from dom/indexedDB/. r=khuey 2015-09-23 18:39:14 +09:00
bug839193.js Bug 961049 - Part 7: QuotaManager on PBackground indexedDB changes; r=baku 2015-11-22 10:44:24 +01:00
bug839193.xul bug 839193 - test for corresponding bug r=bent 2013-02-07 17:11:46 -08:00
chrome.ini Bug 1116187 - Disable failing mochitest-chrome tests for B2G, r=gbrown 2015-02-06 16:30:37 -08:00
chromeHelpers.js Backed out 2 changesets (bug 1202902) to recking bug 1202902 to be able to reopen inbound on a CLOSED TREE 2015-10-07 14:03:21 +02:00
error_events_abort_transactions_iframe.html Bug 1273833 - Always return AbortError of the Open DB Request if the Upgrade Transaction is aborted. r=khuey 2016-05-19 15:05:31 +08:00
event_propagation_iframe.html Bug 1083927 - IndexedDB: Subdomain Quota Management; r=bent,ehsan 2014-11-28 09:44:12 +01:00
exceptions_in_events_iframe.html Bug 1083927 - IndexedDB: Subdomain Quota Management; r=bent,ehsan 2014-11-28 09:44:12 +01:00
file.js Bug 961049 - Part 7: QuotaManager on PBackground indexedDB changes; r=baku 2015-11-22 10:44:24 +01:00
file_app_isolation.html Bug 756645 - Implement IndexedDB apps isolation. r=bent 2012-08-28 09:46:46 -03:00
file_app_isolation.js Bug 1226311, part 2 - Remove SpecialPowers.isMainProcess usage from various IndexedDB tests. r=janv 2015-11-25 08:09:32 -08:00
head.js Bug 1202902 - Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff) 2015-09-15 11:19:45 -07:00
helpers.js Bug 1151017 - Support the 'close' Event on Databases. r=khuey 2016-05-31 18:08:20 +08:00
leaving_page_iframe.html Bug 888598 - Move IDBTransaction to WebIDL, r=janv 2013-07-29 19:12:21 +02:00
mochitest-intl-api.ini Bug 871846 - Tests for locale aware indexes. r=janv 2014-07-20 14:29:54 -07:00
mochitest.ini Bug 1151017 - Support the 'close' Event on Databases. r=khuey 2016-05-31 18:08:20 +08:00
service_worker.js Bug 1137245 - ServiceWorkerManager should set WorkerPrivate::LoadInfo::mIndexedDBAllowed correctly. r=bent, bkelly 2015-06-11 15:32:54 +02:00
service_worker_client.html Bug 1137245 - ServiceWorkerManager should set WorkerPrivate::LoadInfo::mIndexedDBAllowed correctly. r=bent, bkelly 2015-06-11 15:32:54 +02:00
test_add_put.html Bug 587797 - Tests. r=khuey 2012-01-04 10:43:33 -05:00
test_add_twice_failure.html Bug 587797 - Tests. r=khuey 2012-01-04 10:43:33 -05:00
test_advance.html Bug 587797 - Tests. r=khuey 2012-01-04 10:43:33 -05:00
test_app_isolation_inproc.html Bug 756645 - Implement IndexedDB apps isolation. r=bent 2012-08-28 09:46:46 -03:00
test_app_isolation_oop.html Bug 756645 - Implement IndexedDB apps isolation. r=bent 2012-08-28 09:46:46 -03:00
test_autoIncrement.html Bug 860183 - Sync IDB mochi-tests with IDB xpcshell-tests. r=bent 2013-05-22 11:34:22 +02:00
test_autoIncrement_indexes.html Bug 587797 - Tests. r=khuey 2012-01-04 10:43:33 -05:00
test_bfcache.html Bug 1226311, part 2 - Remove SpecialPowers.isMainProcess usage from various IndexedDB tests. r=janv 2015-11-25 08:09:32 -08:00
test_blob_archive.html Bug 891806 - part 4 - replace 'yield;' with 'yield undefined;' in dom/; r=smaug 2013-07-10 23:52:35 +02:00
test_blob_file_backed.html Bug 1076975 - Avoid serializing blobs when passed between threads in the same process, r=khuey. 2014-10-20 17:49:00 -07:00
test_blob_simple.html Bug 994190 - 'Modify main-thread IndexedDB to use PBackground', r=khuey. 2014-09-26 16:21:57 -07:00
test_blob_worker_crash.html Bug 701634 - Support IndexedDB in Workers, r=khuey+baku. 2014-12-16 22:26:15 -08:00
test_blob_worker_xhr_post.html Bug 1075302 - Allow Necko to do main thread I/O on remote blobs, r=khuey. 2014-10-07 12:26:59 -07:00
test_blob_worker_xhr_post_multifile.html Bug 1120336 - Fix another hang with blobURL+workers+indexedDB+xhr, r=khuey. 2015-01-13 14:15:04 -08:00
test_blob_worker_xhr_read.html Bug 1113340 - Make sure blob urls can load same-prcess PBackground blobs, r=khuey. 2014-12-19 11:59:02 -08:00
test_blob_worker_xhr_read_slice.html Bug 1120336 - Fix another hang with blobURL+workers+indexedDB+xhr, r=khuey. 2015-01-13 14:15:04 -08:00
test_blocked_order.html Bug 994190 - 'Modify main-thread IndexedDB to use PBackground', r=khuey. 2014-09-26 16:21:57 -07:00
test_bug847147.html Bug 847171: Null check the window before asking IndexedDB to look up transactions. r=bent 2013-03-06 06:29:58 -08:00
test_bug937006.html Bug 649012 - Fail mochitest-plains which use flaky timeouts (setTimeout(x) for x > 0); r=ted 2014-12-11 13:34:40 -05:00
test_clear.html Bug 587797 - Tests. r=khuey 2012-01-04 10:43:33 -05:00
test_complex_keyPaths.html Bug 767184: Make test_complex_keyPath run in xpcshell too. r=bent 2012-06-22 12:08:50 -07:00
test_count.html Bug 587797 - Tests. r=khuey 2012-01-04 10:43:33 -05:00
test_create_index.html Bug 587797 - Tests. r=khuey 2012-01-04 10:43:33 -05:00
test_create_index_with_integer_keys.html Bug 587797 - Tests. r=khuey 2012-01-04 10:43:33 -05:00
test_create_locale_aware_index.html Bug 871846 - Tests for locale aware indexes. r=janv 2014-07-20 14:29:54 -07:00
test_create_objectStore.html Bug 854190 - Remove duplicate JS code in test_create_objectStore.html and import existing JS file. r=janv 2013-03-25 11:12:14 +01:00
test_cursor_mutation.html Bug 587797 - Tests. r=khuey 2012-01-04 10:43:33 -05:00
test_cursor_update_updates_indexes.html Bug 587797 - Tests. r=khuey 2012-01-04 10:43:33 -05:00
test_cursors.html Bug 587797 - Tests. r=khuey 2012-01-04 10:43:33 -05:00
test_database_onclose.html Bug 1151017 - Support the 'close' Event on Databases. r=khuey 2016-05-31 18:08:20 +08:00
test_deleteDatabase.html Bug 755509: Run deleteDatabase test in Window and component scopes. r=sicking 2012-05-21 10:11:27 -07:00
test_deleteDatabase_interactions.html Bug 860183 - Sync IDB mochi-tests with IDB xpcshell-tests. r=bent 2013-05-22 11:34:22 +02:00
test_deleteDatabase_onblocked.html Bug 823371 - Fire "blocked" event if deleteDatabase is blocked by other open connection. r=khuey 2016-05-11 16:36:52 +08:00
test_deleteDatabase_onblocked_duringVersionChange.html Bug 823371 - Fire "blocked" event if deleteDatabase is blocked by other open connection. r=khuey 2016-05-11 16:36:52 +08:00
test_error_events_abort_transactions.html Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- plain 1/1. r=jmaher, a=test-only 2011-08-12 12:21:42 -04:00
test_event_propagation.html Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- plain 1/1. r=jmaher, a=test-only 2011-08-12 12:21:42 -04:00
test_event_source.html Bug 587797 - Tests. r=khuey 2012-01-04 10:43:33 -05:00
test_exceptions_in_events.html Bug 755515: Catch exceptions in error handlers. r=sicking 2012-06-29 09:48:34 -07:00
test_file_array.html Bug 1125057 - Convert for-each-in loops to for-of in IndexedDB test suite; r=bent 2015-01-23 20:56:48 +01:00
test_file_cross_database_copying.html Bug 1125057 - Convert for-each-in loops to for-of in IndexedDB test suite; r=bent 2015-01-23 20:56:48 +01:00
test_file_delete.html Bug 888598 - Move IDBTransaction to WebIDL, r=janv 2013-07-29 19:12:21 +02:00
test_file_os_delete.html Bug 961049 - Part 9: Fix asynchronous deletion of files to work on PBackground; r=baku 2015-11-22 10:44:43 +01:00
test_file_put_get_object.html Bug 888598 - Move IDBTransaction to WebIDL, r=janv 2013-07-29 19:12:21 +02:00
test_file_put_get_values.html Bug 888598 - Move IDBTransaction to WebIDL, r=janv 2013-07-29 19:12:21 +02:00
test_file_replace.html Bug 785884 - Implement support for temporary storage (aka shared pool). r=ehsan, r=bent 2013-09-11 06:18:36 +02:00
test_file_resurrection_delete.html Bug 888598 - Move IDBTransaction to WebIDL, r=janv 2013-07-29 19:12:21 +02:00
test_file_resurrection_transaction_abort.html Bug 888598 - Move IDBTransaction to WebIDL, r=janv 2013-07-29 19:12:21 +02:00
test_file_sharing.html Bug 1125057 - Convert for-each-in loops to for-of in IndexedDB test suite; r=bent 2015-01-23 20:56:48 +01:00
test_file_transaction_abort.html Bug 1001090 - Part 5: Fix errors in tests throughout the tree. (r=robcee,gavin) 2014-09-15 16:30:47 -07:00
test_filehandle_append_read_data.html Bug 771288 - Multiprocess FileHandle support (FileHandle on PBackground); r=baku 2015-09-09 13:15:05 +02:00
test_filehandle_compat.html Bug 1226311, part 1 - Remove some obsolete includes for test_ipc.html in indexeddb. r=janv 2015-11-25 08:09:32 -08:00
test_filehandle_disabled_pref.html Bug 771288 - Multiprocess FileHandle support (FileHandle on PBackground); r=baku 2015-09-09 13:15:05 +02:00
test_filehandle_getFile.html Bug 1226311, part 1 - Remove some obsolete includes for test_ipc.html in indexeddb. r=janv 2015-11-25 08:09:32 -08:00
test_filehandle_iteration.html Bug 1170746 - Getting mutable files over a cursor crashes the browser; r=bent 2015-06-11 11:49:51 +02:00
test_filehandle_lifetimes.html Bug 1226311, part 1 - Remove some obsolete includes for test_ipc.html in indexeddb. r=janv 2015-11-25 08:09:32 -08:00
test_filehandle_lifetimes_nested.html Bug 1226311, part 1 - Remove some obsolete includes for test_ipc.html in indexeddb. r=janv 2015-11-25 08:09:32 -08:00
test_filehandle_location.html Bug 1226311, part 1 - Remove some obsolete includes for test_ipc.html in indexeddb. r=janv 2015-11-25 08:09:32 -08:00
test_filehandle_ordering.html Bug 1226311, part 1 - Remove some obsolete includes for test_ipc.html in indexeddb. r=janv 2015-11-25 08:09:32 -08:00
test_filehandle_overlapping.html Bug 1226311, part 1 - Remove some obsolete includes for test_ipc.html in indexeddb. r=janv 2015-11-25 08:09:32 -08:00
test_filehandle_progress_events.html Bug 1029209 - Extract IndexedDB FileHandle from core FileHandle implementation (WebIDL changes: merge MutableFile into IDBMutableFile, rename FileHandle to IDBFileHandle, DOMFileMetadataParameters to IDBFileMetadataParameters and FileRequest to IDBFileRequest); r=bent 2014-07-17 12:40:54 -04:00
test_filehandle_readonly_exceptions.html Bug 1226311, part 1 - Remove some obsolete includes for test_ipc.html in indexeddb. r=janv 2015-11-25 08:09:32 -08:00
test_filehandle_request_readyState.html Bug 1226311, part 1 - Remove some obsolete includes for test_ipc.html in indexeddb. r=janv 2015-11-25 08:09:32 -08:00
test_filehandle_serialization.html Bug 1125057 - Convert for-each-in loops to for-of in IndexedDB test suite; r=bent 2015-01-23 20:56:48 +01:00
test_filehandle_store_snapshot.html Bug 1001090 - Part 5: Fix errors in tests throughout the tree. (r=robcee,gavin) 2014-09-15 16:30:47 -07:00
test_filehandle_stream_tracking.html Bug 1029209 - Extract IndexedDB FileHandle from core FileHandle implementation (WebIDL changes: merge MutableFile into IDBMutableFile, rename FileHandle to IDBFileHandle, DOMFileMetadataParameters to IDBFileMetadataParameters and FileRequest to IDBFileRequest); r=bent 2014-07-17 12:40:54 -04:00
test_filehandle_success_events_after_abort.html Bug 1226311, part 1 - Remove some obsolete includes for test_ipc.html in indexeddb. r=janv 2015-11-25 08:09:32 -08:00
test_filehandle_truncate.html Bug 1029209 - Extract IndexedDB FileHandle from core FileHandle implementation (WebIDL changes: merge MutableFile into IDBMutableFile, rename FileHandle to IDBFileHandle, DOMFileMetadataParameters to IDBFileMetadataParameters and FileRequest to IDBFileRequest); r=bent 2014-07-17 12:40:54 -04:00
test_filehandle_workers.html Bug 1161063; r=bent 2015-06-11 22:34:30 +02:00
test_filehandle_write_read_data.html Bug 1029209 - Extract IndexedDB FileHandle from core FileHandle implementation (WebIDL changes: merge MutableFile into IDBMutableFile, rename FileHandle to IDBFileHandle, DOMFileMetadataParameters to IDBFileMetadataParameters and FileRequest to IDBFileRequest); r=bent 2014-07-17 12:40:54 -04:00
test_getAll.html Bug 587797 - Tests. r=khuey 2012-01-04 10:43:33 -05:00
test_getFileId.html Bug 1029209 - Extract IndexedDB FileHandle from core FileHandle implementation (WebIDL changes: merge MutableFile into IDBMutableFile, rename FileHandle to IDBFileHandle, DOMFileMetadataParameters to IDBFileMetadataParameters and FileRequest to IDBFileRequest); r=bent 2014-07-17 12:40:54 -04:00
test_globalObjects_chrome.xul Bug 921478 - Remove BackstagePass IDB constructor resolve hook and use Cu.importGlobalProperties. r=bholley,bent 2013-11-19 08:36:12 +01:00
test_globalObjects_content.html Bug 921478 - Remove BackstagePass IDB constructor resolve hook and use Cu.importGlobalProperties. r=bholley,bent 2013-11-19 08:36:12 +01:00
test_globalObjects_other.xul Bug 1125057 - Convert for-each-in loops to for-of in IndexedDB test suite; r=bent 2015-01-23 20:56:48 +01:00
test_global_data.html Bug 587797 - Tests. r=khuey 2012-01-04 10:43:33 -05:00
test_index_empty_keyPath.html Bug 587797 - Tests. r=khuey 2012-01-04 10:43:33 -05:00
test_index_getAll.html Bug 587797 - Tests. r=khuey 2012-01-04 10:43:33 -05:00
test_index_getAllObjects.html Bug 587797 - Tests. r=khuey 2012-01-04 10:43:33 -05:00
test_index_object_cursors.html Bug 587797 - Tests. r=khuey 2012-01-04 10:43:33 -05:00
test_index_update_delete.html Bug 587797 - Tests. r=khuey 2012-01-04 10:43:33 -05:00
test_indexes.html Bug 587797 - Tests. r=khuey 2012-01-04 10:43:33 -05:00
test_indexes_bad_values.html Bug 587797 - Tests. r=khuey 2012-01-04 10:43:33 -05:00
test_indexes_funny_things.html Backout d6efd06ceb84 (bug 828992) for assertions on a CLOSED TREE 2013-01-11 14:30:05 +00:00
test_invalid_cursor.html Bug 1081703, r=khuey. 2014-11-07 16:42:53 -08:00
test_invalid_version.html Bug 854323 - Move IDBFactory to Paris bindings. r=khuey 2013-03-31 10:18:30 +02:00
test_invalidate.html Bug 994190 - 'Modify main-thread IndexedDB to use PBackground', r=khuey. 2014-09-26 16:21:57 -07:00
test_key_requirements.html Bug 587797 - Tests. r=khuey 2012-01-04 10:43:33 -05:00
test_keys.html Bug 587797 - Tests. r=khuey 2012-01-04 10:43:33 -05:00
test_leaving_page.html Bug 1226311, part 2 - Remove SpecialPowers.isMainProcess usage from various IndexedDB tests. r=janv 2015-11-25 08:09:32 -08:00
test_locale_aware_index_getAll.html Bug 871846 - Tests for locale aware indexes. r=janv 2014-07-20 14:29:54 -07:00
test_locale_aware_index_getAllObjects.html Bug 871846 - Tests for locale aware indexes. r=janv 2014-07-20 14:29:54 -07:00
test_locale_aware_indexes.html Bug 871846 - Tests for locale aware indexes. r=janv 2014-07-20 14:29:54 -07:00
test_lowDiskSpace.html Bug 861903 - Hook IndexedDB up to low disk space notifications. r=janv. 2013-05-10 14:22:01 -07:00
test_message_manager_ipc.html Bug 1231100 - Get rid of nsIDOMFileReader - patch 1, r=sicking 2015-12-09 15:52:15 -05:00
test_multientry.html Bug 587797 - Tests. r=khuey 2012-01-04 10:43:33 -05:00
test_names_sorted.html Bug 755507: Sort objectStoreNames/indexNames. r=sicking 2012-06-29 09:48:34 -07:00
test_objectCursors.html Bug 587797 - Tests. r=khuey 2012-01-04 10:43:33 -05:00
test_objectStore_getAllKeys.html Bug 920633 - 'Add getAllKeys() to IDBObjectStore'. r=janv. 2013-09-24 10:14:16 -07:00
test_objectStore_inline_autoincrement_key_added_on_put.html Bug 587797 - Tests. r=khuey 2012-01-04 10:43:33 -05:00
test_objectStore_openKeyCursor.html Backed out changeset 87a72129c007 (bug 920800) for indexedDB failures 2013-09-26 16:54:01 -07:00
test_objectStore_remove_values.html Bug 587797 - Tests. r=khuey 2012-01-04 10:43:33 -05:00
test_object_identity.html Bug 587797 - Tests. r=khuey 2012-01-04 10:43:33 -05:00
test_odd_result_order.html Bug 587797 - Tests. r=khuey 2012-01-04 10:43:33 -05:00
test_open_empty_db.html Bug 587797 - Tests. r=khuey 2012-01-04 10:43:33 -05:00
test_open_for_principal.html Bug 891806 - part 4 - replace 'yield;' with 'yield undefined;' in dom/; r=smaug 2013-07-10 23:52:35 +02:00
test_open_objectStore.html Bug 587797 - Tests. r=khuey 2012-01-04 10:43:33 -05:00
test_optionalArguments.html Bug 587797 - Tests. r=khuey 2012-01-04 10:43:33 -05:00
test_overlapping_transactions.html Bug 587797 - Tests. r=khuey 2012-01-04 10:43:33 -05:00
test_persistenceType.html Bug 949614 - Use === for SimpleTest.is; r=Waldo 2015-04-14 15:28:13 +02:00
test_put_get_values.html Bug 587797 - Tests. r=khuey 2012-01-04 10:43:33 -05:00
test_put_get_values_autoIncrement.html Bug 587797 - Tests. r=khuey 2012-01-04 10:43:33 -05:00
test_readonly_transactions.html Bug 860183 - Sync IDB mochi-tests with IDB xpcshell-tests. r=bent 2013-05-22 11:34:22 +02:00
test_readwriteflush_disabled.html Bug 1112702 - Make IndexedDB transactions non-durable by default, r=khuey. 2015-01-25 22:30:09 -08:00
test_remove_index.html Bug 587797 - Tests. r=khuey 2012-01-04 10:43:33 -05:00
test_remove_objectStore.html Bug 587797 - Tests. r=khuey 2012-01-04 10:43:33 -05:00
test_rename_index.html Bug 1118028 - Allow objectStores and indexes to be renamed. r=khuey 2016-03-30 11:04:56 +08:00
test_rename_index_errors.html Bug 1118028 - Allow objectStores and indexes to be renamed. r=khuey 2016-03-30 11:04:56 +08:00
test_rename_objectStore.html Bug 1118028 - Allow objectStores and indexes to be renamed. r=khuey 2016-03-30 11:04:56 +08:00
test_rename_objectStore_errors.html Bug 1118028 - Allow objectStores and indexes to be renamed. r=khuey 2016-03-30 11:04:56 +08:00
test_request_readyState.html Bug 587797 - Tests. r=khuey 2012-01-04 10:43:33 -05:00
test_sandbox.html Bug 1176434 - Enabling indexedDB for content JS sandboxes, r=bent 2015-07-02 13:30:15 -07:00
test_serviceworker.html Bug 1237363 - Part 1: Unregister all service workers registered in mochitests at the end of the test; r=jdm 2016-01-12 09:51:19 -05:00
test_setVersion.html Bug 587797 - Tests. r=khuey 2012-01-04 10:43:33 -05:00
test_setVersion_abort.html Bug 587797 - Tests. r=khuey 2012-01-04 10:43:33 -05:00
test_setVersion_events.html Bug 587797 - Tests. r=khuey 2012-01-04 10:43:33 -05:00
test_setVersion_exclusion.html Bug 587797 - Tests. r=khuey 2012-01-04 10:43:33 -05:00
test_setVersion_throw.html Bug 1133540 - Add Test Coverage for the Assertion. r=khuey 2015-02-16 09:41:00 +08:00
test_success_events_after_abort.html Bug 587797 - Tests. r=khuey 2012-01-04 10:43:33 -05:00
test_table_locks.html Bug 1078438 - Change the way IndexedDB uses SQLite table locks. r=janv. 2014-11-11 10:47:51 -08:00
test_table_rollback.html Bug 1078438 - Change the way IndexedDB uses SQLite table locks. r=janv. 2014-11-11 10:47:51 -08:00
test_third_party.html Bug 1147821 - Update IndexedDB to use common StorageAllowedForWindow logic, r=khuey 2015-08-28 10:10:30 -04:00
test_traffic_jam.html Bug 587797 - Tests. r=khuey 2012-01-04 10:43:33 -05:00
test_transaction_abort.html Bug 587797 - Tests. r=khuey 2012-01-04 10:43:33 -05:00
test_transaction_abort_hang.html Backed out changeset 366758c34e31 (bug 859591) for xpcshell failures. 2013-04-10 14:45:40 -04:00
test_transaction_duplicate_store_names.html Bug 1013221: Remove duplicate object store names when a transaction is created. r=khuey 2014-05-29 13:07:35 -07:00
test_transaction_error.html Bug 929274 - 'InvalidStateError when accessing transaction.error after aborted transaction'. Patch by bent & Shihua Zheng <szheng@mozilla.com>, r=janv, r=khuey. 2014-05-20 10:39:31 -07:00
test_transaction_lifetimes.html Bug 587797 - Tests. r=khuey 2012-01-04 10:43:33 -05:00
test_transaction_lifetimes_nested.html Bug 587797 - Tests. r=khuey 2012-01-04 10:43:33 -05:00
test_transaction_ordering.html Bug 587797 - Tests. r=khuey 2012-01-04 10:43:33 -05:00
test_unique_index_update.html Bug 860183 - Sync IDB mochi-tests with IDB xpcshell-tests. r=bent 2013-05-22 11:34:22 +02:00
test_webapp_clearBrowserData_inproc_inproc.html Bug 806168 - Test for bugs 802366 and 806127. r=bent 2012-11-10 10:32:38 -08:00
test_webapp_clearBrowserData_inproc_oop.html Bug 806168 - Test for bugs 802366 and 806127. r=bent 2012-11-10 10:32:38 -08:00
test_webapp_clearBrowserData_oop_inproc.html Bug 806168 - Test for bugs 802366 and 806127. r=bent 2012-11-10 10:32:38 -08:00
test_writer_starvation.html Bug 860183 - Sync IDB mochi-tests with IDB xpcshell-tests. r=bent 2013-05-22 11:34:22 +02:00
third_party_iframe1.html Bug 595307 - 'IndexedDB: third-party checks'. r=sicking+dwitte, a=blocking. 2011-01-06 22:21:33 -08:00
third_party_iframe2.html Bug 726378: Unprefix IndexedDB. r=sicking 2012-06-29 09:48:35 -07:00
webapp_clearBrowserData.js Bug 1250453 - Remove DOMApplicationRegistry.allAppsLaunchable property and related testing API. r=myk 2016-03-14 16:29:11 +00:00
webapp_clearBrowserData_appFrame.html Bug 1195930 - Part 1: Re-enable tests for clearing origin data; r=asuth 2016-06-05 21:41:48 +02:00
webapp_clearBrowserData_browserFrame.html Bug 891806 - part 4 - replace 'yield;' with 'yield undefined;' in dom/; r=smaug 2013-07-10 23:52:35 +02:00