.. |
GlobalObjectsChild.js
|
Bug 921478 - Remove BackstagePass IDB constructor resolve hook and use Cu.importGlobalProperties. r=bholley,bent
|
2013-11-19 08:36:12 +01:00 |
GlobalObjectsComponent.js
|
Bug 921478 - Remove BackstagePass IDB constructor resolve hook and use Cu.importGlobalProperties. r=bholley,bent
|
2013-11-19 08:36:12 +01:00 |
GlobalObjectsComponent.manifest
|
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 |
GlobalObjectsModule.jsm
|
Bug 921478 - Remove BackstagePass IDB constructor resolve hook and use Cu.importGlobalProperties. r=bholley,bent
|
2013-11-19 08:36:12 +01:00 |
GlobalObjectsSandbox.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 |
head.js
|
Bug 921478 - Remove BackstagePass IDB constructor resolve hook and use Cu.importGlobalProperties. r=bholley,bent
|
2013-11-19 08:36:12 +01:00 |
mochitest.ini
|
Bug 1013221: Remove duplicate object store names when a transaction is created. r=khuey
|
2014-05-29 13:07:35 -07:00 |
moz.build
|
Bug 920223 - Part 1: Mass convert MOCHITEST_FILES to manifests; rs=Ms2ger
|
2013-09-30 09:51:57 +02:00 |
test_add_put.js
|
|
|
test_add_twice_failure.js
|
|
|
test_advance.js
|
|
|
test_autoIncrement_indexes.js
|
|
|
test_autoIncrement.js
|
|
|
test_clear.js
|
|
|
test_complex_keyPaths.js
|
|
|
test_count.js
|
|
|
test_create_index_with_integer_keys.js
|
|
|
test_create_index.js
|
|
|
test_create_objectStore.js
|
|
|
test_cursor_cycle.js
|
Bug 927782 - Part 4: Generators allocate all locals on the scope chain. r=luke
|
2013-12-06 18:22:06 +01:00 |
test_cursor_mutation.js
|
Bug 927782 - Part 4: Generators allocate all locals on the scope chain. r=luke
|
2013-12-06 18:22:06 +01:00 |
test_cursor_update_updates_indexes.js
|
|
|
test_cursors.js
|
|
|
test_deleteDatabase_interactions.js
|
|
|
test_deleteDatabase.js
|
|
|
test_event_source.js
|
|
|
test_getAll.js
|
|
|
test_global_data.js
|
|
|
test_globalObjects_ipc.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 |
test_globalObjects_other.js
|
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_xpc.js
|
Bug 921478 - Remove BackstagePass IDB constructor resolve hook and use Cu.importGlobalProperties. r=bholley,bent
|
2013-11-19 08:36:12 +01:00 |
test_index_empty_keyPath.js
|
|
|
test_index_getAll.js
|
|
|
test_index_getAllObjects.js
|
|
|
test_index_object_cursors.js
|
Bug 927782 - Part 4: Generators allocate all locals on the scope chain. r=luke
|
2013-12-06 18:22:06 +01:00 |
test_index_update_delete.js
|
Bug 927782 - Part 4: Generators allocate all locals on the scope chain. r=luke
|
2013-12-06 18:22:06 +01:00 |
test_indexes_bad_values.js
|
|
|
test_indexes_funny_things.js
|
|
|
test_indexes.js
|
|
|
test_invalid_version.js
|
|
|
test_key_requirements.js
|
|
|
test_keys.js
|
|
|
test_lowDiskSpace.js
|
|
|
test_multientry.js
|
|
|
test_names_sorted.js
|
|
|
test_object_identity.js
|
|
|
test_objectCursors.js
|
|
|
test_objectStore_getAllKeys.js
|
Bug 920633 - 'Add getAllKeys() to IDBObjectStore'. r=janv.
|
2013-09-24 10:14:16 -07:00 |
test_objectStore_inline_autoincrement_key_added_on_put.js
|
|
|
test_objectStore_openKeyCursor.js
|
Backed out changeset 87a72129c007 (bug 920800) for indexedDB failures
|
2013-09-26 16:54:01 -07:00 |
test_objectStore_remove_values.js
|
|
|
test_odd_result_order.js
|
|
|
test_open_empty_db.js
|
|
|
test_open_for_principal.js
|
|
|
test_open_objectStore.js
|
|
|
test_optionalArguments.js
|
|
|
test_overlapping_transactions.js
|
|
|
test_persistenceType.js
|
|
|
test_put_get_values_autoIncrement.js
|
|
|
test_put_get_values.js
|
|
|
test_readonly_transactions.js
|
|
|
test_remove_index.js
|
|
|
test_remove_objectStore.js
|
|
|
test_request_readyState.js
|
|
|
test_setVersion_abort.js
|
|
|
test_setVersion_events.js
|
|
|
test_setVersion_exclusion.js
|
|
|
test_setVersion.js
|
|
|
test_success_events_after_abort.js
|
|
|
test_temporary_storage.js
|
|
|
test_traffic_jam.js
|
|
|
test_transaction_abort_hang.js
|
|
|
test_transaction_abort.js
|
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_duplicate_store_names.js
|
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.js
|
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_nested.js
|
|
|
test_transaction_lifetimes.js
|
|
|
test_transaction_ordering.js
|
|
|
test_unique_index_update.js
|
|
|
test_writer_starvation.js
|
|
|
xpcshell.ini
|
Bug 1027242 - Blacklist mulet's failing tests + expose 'mulet' to ini files; fix previous bustage on a CLOSED TREE, r=ahal
|
2014-07-02 15:40:56 -07:00 |