gecko-dev/dom/indexedDB/test
jp111 6137a8c380 Bug 958147 - Choose one of run-if or skip-if and get rid of the other. r=ted 2015-01-28 06:17:00 -05:00
..
extensions Bug 1125057 - Convert for-each-in loops to for-of in IndexedDB test suite; r=bent 2015-01-23 20:56:48 +01:00
unit Bug 1125057 - Convert for-each-in loops to for-of in IndexedDB test suite; r=bent 2015-01-23 20:56:48 +01: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 958147 - Choose one of run-if or skip-if and get rid of the other. r=ted 2015-01-28 06:17:00 -05:00
browserHelpers.js Bug 832883 - Move IDBKeyRange to WebIDL and define indexedDB/IDBKeyRange in all the spots. r=khuey,bent (initial work done by Ms2ger) 2013-09-28 13:25:46 +02:00
browser_bug839193.js Bug 1090913 - Make mochitests fail when it has 0 passes and 0 fails r=jmaher 2014-11-05 16:00:52 +00: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 1083927 - IndexedDB: Subdomain Quota Management; r=bent,ehsan 2014-11-28 09:44:12 +01: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 1118768 - Redundant PopupNotifications.transitionsEnabled code removed, r=gijs 2015-01-08 23:56:00 +00:00
browser_perwindow_privateBrowsing.js Bug 1083927 - IndexedDB: Subdomain Quota Management; r=bent,ehsan 2014-11-28 09:44:12 +01:00
bug839193.js Bug 767944 - Implement a manager for centralized quota and storage handling. r=bent 2013-03-26 12:13:17 +01:00
bug839193.xul bug 839193 - test for corresponding bug r=bent 2013-02-07 17:11:46 -08:00
chrome.ini Bug 921478 - Remove BackstagePass IDB constructor resolve hook and use Cu.importGlobalProperties. r=bholley,bent 2013-11-19 08:36:12 +01:00
chromeHelpers.js Bug 921478 - Remove BackstagePass IDB constructor resolve hook and use Cu.importGlobalProperties. r=bholley,bent 2013-11-19 08:36:12 +01:00
dummy_worker.js 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
error_events_abort_transactions_iframe.html Bug 1083927 - IndexedDB: Subdomain Quota Management; r=bent,ehsan 2014-11-28 09:44:12 +01: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 1123637 - Remove all code relevant to quota prompts; r=bent,ehsan 2015-01-22 09:40:42 +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 891806 - part 4 - replace 'yield;' with 'yield undefined;' in dom/; r=smaug 2013-07-10 23:52:35 +02:00
head.js Bug 1083927 - IndexedDB: Subdomain Quota Management; r=bent,ehsan 2014-11-28 09:44:12 +01:00
helpers.js Bug 1123637 - Remove all code relevant to quota prompts; r=bent,ehsan 2015-01-22 09:40:42 +01:00
leaving_page_iframe.html Bug 888598 - Move IDBTransaction to WebIDL, r=janv 2013-07-29 19:12:21 +02:00
mochitest.ini Bug 1123637 - Remove all code relevant to quota prompts; r=bent,ehsan 2015-01-22 09:40:42 +01:00
test_add_put.html
test_add_twice_failure.html
test_advance.html
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
test_bfcache.html Bug 891806 - part 4 - replace 'yield;' with 'yield undefined;' in dom/; r=smaug 2013-07-10 23:52:35 +02: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
test_complex_keyPaths.html
test_count.html
test_create_index.html
test_create_index_with_integer_keys.html
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
test_cursor_update_updates_indexes.html
test_cursors.html
test_deleteDatabase.html
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_error_events_abort_transactions.html
test_event_propagation.html
test_event_source.html
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 994190 - 'Modify main-thread IndexedDB to use PBackground', r=khuey. 2014-09-26 16:21:57 -07: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 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_compat.html Bug 994190 - 'Modify main-thread IndexedDB to use PBackground', r=khuey. 2014-09-26 16:21:57 -07:00
test_filehandle_getFile.html Bug 994190 - 'Modify main-thread IndexedDB to use PBackground', r=khuey. 2014-09-26 16:21:57 -07:00
test_filehandle_lifetimes.html Bug 994190 - 'Modify main-thread IndexedDB to use PBackground', r=khuey. 2014-09-26 16:21:57 -07:00
test_filehandle_lifetimes_nested.html Bug 994190 - 'Modify main-thread IndexedDB to use PBackground', r=khuey. 2014-09-26 16:21:57 -07:00
test_filehandle_location.html Bug 994190 - 'Modify main-thread IndexedDB to use PBackground', r=khuey. 2014-09-26 16:21:57 -07:00
test_filehandle_ordering.html Bug 994190 - 'Modify main-thread IndexedDB to use PBackground', r=khuey. 2014-09-26 16:21:57 -07:00
test_filehandle_overlapping.html Bug 994190 - 'Modify main-thread IndexedDB to use PBackground', r=khuey. 2014-09-26 16:21:57 -07: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 994190 - 'Modify main-thread IndexedDB to use PBackground', r=khuey. 2014-09-26 16:21:57 -07:00
test_filehandle_request_readyState.html Bug 994190 - 'Modify main-thread IndexedDB to use PBackground', r=khuey. 2014-09-26 16:21:57 -07: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 994190 - 'Modify main-thread IndexedDB to use PBackground', r=khuey. 2014-09-26 16:21:57 -07: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 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_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
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_get_filehandle.html Bug 1006485 - Part a: Rename FileHandle to MutableFile and LockedFile to FileHandle; r=bent 2014-06-12 05:35:29 +02: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
test_index_empty_keyPath.html
test_index_getAll.html
test_index_getAllObjects.html
test_index_object_cursors.html
test_index_update_delete.html
test_indexes.html
test_indexes_bad_values.html
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
test_keys.html
test_leaving_page.html Bug 891806 - part 4 - replace 'yield;' with 'yield undefined;' in dom/; r=smaug 2013-07-10 23:52:35 +02: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 994190 - 'Modify main-thread IndexedDB to use PBackground', r=khuey. 2014-09-26 16:21:57 -07:00
test_multientry.html
test_names_sorted.html Bug 755507: Sort objectStoreNames/indexNames. r=sicking 2012-06-29 09:48:34 -07:00
test_objectCursors.html
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
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
test_object_identity.html
test_odd_result_order.html
test_open_empty_db.html
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
test_optionalArguments.html
test_overlapping_transactions.html
test_persistenceType.html Bug 1123637 - Remove all code relevant to quota prompts; r=bent,ehsan 2015-01-22 09:40:42 +01:00
test_put_get_values.html
test_put_get_values_autoIncrement.html
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_remove_index.html
test_remove_objectStore.html
test_request_readyState.html
test_setVersion.html
test_setVersion_abort.html
test_setVersion_events.html
test_setVersion_exclusion.html
test_success_events_after_abort.html
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 1083927 - IndexedDB: Subdomain Quota Management; r=bent,ehsan 2014-11-28 09:44:12 +01:00
test_traffic_jam.html
test_transaction_abort.html
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
test_transaction_lifetimes_nested.html
test_transaction_ordering.html
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
third_party_iframe2.html Bug 726378: Unprefix IndexedDB. r=sicking 2012-06-29 09:48:35 -07:00
webapp_clearBrowserData.js Bug 1083927 - IndexedDB: Subdomain Quota Management; r=bent,ehsan 2014-11-28 09:44:12 +01:00
webapp_clearBrowserData_appFrame.html Bug 891806 - part 4 - replace 'yield;' with 'yield undefined;' in dom/; r=smaug 2013-07-10 23:52:35 +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