gecko/dom/indexedDB/test
2013-04-10 09:27:00 -07:00
..
unit Bug 859591 - 'Aborted transactions sometimes block all remaining transactions forever'. r=khuey. 2013-04-10 09:27:00 -07: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
browser_bug839193.js bug 839193 - test for corresponding bug r=bent 2013-02-07 17:11:46 -08:00
browser_forgetThisSite.js Bug 799126 - Rename ClearRecentHistory to ForgetAboutSite; r=jdm 2012-10-08 11:55:41 -04:00
browser_forgetThisSiteAdd.html Bug 726378: Unprefix IndexedDB. r=sicking 2012-06-29 09:48:35 -07:00
browser_forgetThisSiteGet.html Bug 726378: Unprefix IndexedDB. r=sicking 2012-06-29 09:48:35 -07:00
browser_permissionsPrompt.html Bug 773182 - Remove unused db description parameter from IDB mochitests. r=sicking 2012-07-13 07:37:28 +02:00
browser_permissionsPromptAllow.js Bug 758357 - Only show prompt after 50mb of quota was reached. r=sicking 2012-07-05 14:11:48 -07:00
browser_permissionsPromptDeny.js Bug 758357 - Only show prompt after 50mb of quota was reached. r=sicking 2012-07-05 14:11:48 -07:00
browser_perwindow_privateBrowsing.js Bug 806722 - Port indexedDB browser_privateBrowsing.js to the new per-tab PB APIs; r=jdm 2012-11-08 15:30:48 -05:00
browser_quotaPrompt.html Bug 773182 - Remove unused db description parameter from IDB mochitests. r=sicking 2012-07-13 07:37:28 +02:00
browser_quotaPromptAllow.js Bug 758357 - Only show prompt after 50mb of quota was reached. r=sicking 2012-07-05 14:11:48 -07:00
browser_quotaPromptDatabases.html Bug 726378: Unprefix IndexedDB. r=sicking 2012-06-29 09:48:35 -07:00
browser_quotaPromptDatabases.js Bug 758357 - Only show prompt after 50mb of quota was reached. r=sicking 2012-07-05 14:11:48 -07:00
browser_quotaPromptDelete.html Bug 726378: Unprefix IndexedDB. r=sicking 2012-06-29 09:48:35 -07:00
browser_quotaPromptDelete.js Bug 758357 - Only show prompt after 50mb of quota was reached. r=sicking 2012-07-05 14:11:48 -07:00
browser_quotaPromptDeny.js Bug 758357 - Only show prompt after 50mb of quota was reached. r=sicking 2012-07-05 14:11:48 -07:00
browserHelpers.js Bug 594478 - IndexedDB needs to be hooked up with "Forget about this site"; r=jonas,bent a=blocking-final+ 2011-01-10 19:09:56 -05: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
error_events_abort_transactions_iframe.html Bug 758357 - Only show prompt after 50mb of quota was reached. r=sicking 2012-07-05 14:11:48 -07:00
event_propagation_iframe.html Bug 758357 - Only show prompt after 50mb of quota was reached. r=sicking 2012-07-05 14:11:48 -07:00
exceptions_in_events_iframe.html Bug 758357 - Only show prompt after 50mb of quota was reached. r=sicking 2012-07-05 14:11:48 -07: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 782542 - Secure necko IPDL usage. r=ted,jduell a=blocking-b2g 2012-12-29 04:02:16 -05:00
file.js Bug 767944 - Implement a manager for centralized quota and storage handling. r=bent 2013-03-26 12:13:17 +01:00
head.js Bug 806722 - Port indexedDB browser_privateBrowsing.js to the new per-tab PB APIs; r=jdm 2012-11-08 15:30:48 -05:00
helpers.js Bug 790732 - Fix automation detection to handle Components shim. rs=mccr8 2013-03-28 14:26:02 -07:00
leaving_page_iframe.html Bug 726378: Unprefix IndexedDB. r=sicking 2012-06-29 09:48:35 -07:00
Makefile.in Bug 859591 - 'Aborted transactions sometimes block all remaining transactions forever'. r=khuey. 2013-04-10 09:27:00 -07:00
moz.build Bug 855465 - Add emacs python mode comments to moz.build files; r=gps 2013-04-01 11:36:59 -07: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_indexes.html Bug 587797 - Tests. r=khuey 2012-01-04 10:43:33 -05:00
test_autoIncrement.html Bug 687332: Part 2 - Move event handlers off of DOM objects and keep track of them solely in the event listener manager. r=smaug,bz 2012-08-30 20:45:16 -07:00
test_bfcache.html Bug 666693 - 'Remote IndexedDB for multiple IndexedDB-using processes'. r=cjones+sicking. 2012-06-01 10:21:12 -07:00
test_blob_archive.html Bug 786003 - 'Fix file handle leak in nsDOMFileReader, add tests to IndexedDB'. r=jst. 2012-08-28 07:59:18 -07:00
test_blob_simple.html Bug 809727 - Wait for the write transaction to finish so that the blobs are expired. r=janv 2012-11-09 20:32:10 -05: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_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_with_integer_keys.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_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_deleteDatabase_interactions.html Bug 726378: Unprefix IndexedDB. r=sicking 2012-06-29 09:48:35 -07: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_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 773182 - Remove unused db description parameter from IDB mochitests. r=sicking 2012-07-13 07:37:28 +02:00
test_file_cross_database_copying.html Bug 773182 - Remove unused db description parameter from IDB mochitests. r=sicking 2012-07-13 07:37:28 +02:00
test_file_delete.html Bug 773182 - Remove unused db description parameter from IDB mochitests. r=sicking 2012-07-13 07:37:28 +02:00
test_file_os_delete.html Bug 773182 - Remove unused db description parameter from IDB mochitests. r=sicking 2012-07-13 07:37:28 +02:00
test_file_put_get_object.html Bug 773182 - Remove unused db description parameter from IDB mochitests. r=sicking 2012-07-13 07:37:28 +02:00
test_file_put_get_values.html Bug 773182 - Remove unused db description parameter from IDB mochitests. r=sicking 2012-07-13 07:37:28 +02:00
test_file_quota.html Bug 787804 - Rewrite quota handling (eliminate test_quota.c). r=bent,asuth,vladan 2012-12-17 20:25:10 +01:00
test_file_replace.html Bug 773182 - Remove unused db description parameter from IDB mochitests. r=sicking 2012-07-13 07:37:28 +02:00
test_file_resurrection_delete.html Bug 773182 - Remove unused db description parameter from IDB mochitests. r=sicking 2012-07-13 07:37:28 +02:00
test_file_resurrection_transaction_abort.html Bug 773182 - Remove unused db description parameter from IDB mochitests. r=sicking 2012-07-13 07:37:28 +02:00
test_file_sharing.html Bug 773182 - Remove unused db description parameter from IDB mochitests. r=sicking 2012-07-13 07:37:28 +02:00
test_file_transaction_abort.html Bug 773182 - Remove unused db description parameter from IDB mochitests. r=sicking 2012-07-13 07:37:28 +02:00
test_filehandle_quota.html Bug 787804 - Rewrite quota handling (eliminate test_quota.c). r=bent,asuth,vladan 2012-12-17 20:25:10 +01:00
test_filehandle_serialization.html Bug 773182 - Remove unused db description parameter from IDB mochitests. r=sicking 2012-07-13 07:37:28 +02:00
test_filehandle_store_snapshot.html Bug 773182 - Remove unused db description parameter from IDB mochitests. r=sicking 2012-07-13 07:37:28 +02:00
test_get_filehandle.html Bug 809973 - Disable FileHandle in child processes. r=bent 2012-11-08 13:41:23 -08:00
test_getAll.html Bug 587797 - Tests. r=khuey 2012-01-04 10:43:33 -05: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_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_indexes.html Bug 587797 - Tests. r=khuey 2012-01-04 10:43:33 -05:00
test_invalid_version.html Bug 854323 - Move IDBFactory to Paris bindings. r=khuey 2013-03-31 10:18:30 +02: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 726378: Unprefix IndexedDB. r=sicking 2012-06-29 09:48:35 -07: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_object_identity.html Bug 587797 - Tests. r=khuey 2012-01-04 10:43:33 -05:00
test_objectCursors.html Bug 587797 - Tests. r=khuey 2012-01-04 10:43:33 -05: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_remove_values.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 786688 - Part 3: Automatic tests. r=sicking 2012-10-30 07:12:18 +01: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_put_get_values_autoIncrement.html Bug 587797 - Tests. r=khuey 2012-01-04 10:43:33 -05:00
test_put_get_values.html Bug 587797 - Tests. r=khuey 2012-01-04 10:43:33 -05:00
test_readonly_transactions.html Bug 773182 - Remove unused db description parameter from IDB mochitests. r=sicking 2012-07-13 07:37:28 +02: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_request_readyState.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.html Bug 587797 - Tests. r=khuey 2012-01-04 10:43:33 -05:00
test_success_events_after_abort.html Bug 587797 - Tests. r=khuey 2012-01-04 10:43:33 -05:00
test_third_party.html Bug 758357 - Only show prompt after 50mb of quota was reached. r=sicking 2012-07-05 14:11:48 -07:00
test_traffic_jam.html Bug 587797 - Tests. r=khuey 2012-01-04 10:43:33 -05:00
test_transaction_abort_hang.html Bug 859591 - 'Aborted transactions sometimes block all remaining transactions forever'. r=khuey. 2013-04-10 09:27:00 -07:00
test_transaction_abort.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_lifetimes.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 687332: Part 2 - Move event handlers off of DOM objects and keep track of them solely in the event listener manager. r=smaug,bz 2012-08-30 20:45:16 -07: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 726378: Unprefix IndexedDB. r=sicking 2012-06-29 09:48:35 -07: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_appFrame.html Bug 806168 - Test for bugs 802366 and 806127. r=bent 2012-11-10 10:32:38 -08:00
webapp_clearBrowserData_browserFrame.html Bug 806168 - Test for bugs 802366 and 806127. r=bent 2012-11-10 10:32:38 -08:00
webapp_clearBrowserData.js Bug 826058 - Hosted app install/update tests. r=fabrice, r=ted 2013-04-04 17:58:44 -07:00