gecko-dev/dom/datastore/tests
Andrea Marchesini 1675ec52e7 Bug 1058108 - DataStore.get should support array with 0 elements, r=ehsan
--HG--
rename : dom/datastore/tests/test_basic.html => dom/datastore/tests/test_bug1058108.html
2014-08-26 09:20:02 +01:00
..
file_app.sjs Bug 871445 - patch 5 - DataStore: onchange, r=ehsan, r=bent 2013-10-02 13:27:15 -04:00
file_app.template.webapp Bug 871445 - patch 5 - DataStore: onchange, r=ehsan, r=bent 2013-10-02 13:27:15 -04:00
file_app2.template.webapp Bug 871445 - patch 5 - DataStore: onchange, r=ehsan, r=bent 2013-10-02 13:27:15 -04:00
file_app_install.html Bug 1000829 - getDataStores() should be able to retrieve data stores by owner. r=baku sr=jst 2014-07-17 11:53:23 +08:00
file_arrays.html Bug 946316 - Allow the use of strings as DataStore IDs, r=ehsan 2013-12-19 09:07:21 +00:00
file_basic.html Bug 1006566 - Unify the common DataStore tests between the main thread and the worker thread (part 2, unify the common parts). r=baku 2014-05-12 14:42:01 +08:00
file_basic_common.js Bug 1006566 - Unify the common DataStore tests between the main thread and the worker thread (part 2, unify the common parts). r=baku 2014-05-12 14:42:01 +08:00
file_basic_worker.html Bug 949325 - C++ wrapper to support DataStore API on the worker (part 3-2, test basic cases on workers). r=baku 2014-02-24 21:57:58 +08:00
file_basic_worker.js Bug 1006566 - Unify the common DataStore tests between the main thread and the worker thread (part 3, minor alignment). r=baku 2014-05-12 14:42:09 +08:00
file_bug924104.html Bug 924125 - DataStore API is always returning empty objects, r=ehsan 2013-10-07 12:09:08 -04:00
file_bug957086.html Bug 957086 - patch 4 - Correct permissions for apps, r=ehsan 2014-06-03 15:36:46 +01:00
file_bug976311.html Bug 976311 - DataStore checks if the messages are for itself, r=ehsan 2014-02-26 17:38:38 +00:00
file_bug976311.template.webapp Bug 976311 - DataStore checks if the messages are for itself, r=ehsan 2014-02-26 17:38:38 +00:00
file_bug986056.html Bug 986056 - DataStoreService should delete dataStores only when apps are uninstalled, r=ehsan 2014-03-28 17:41:00 +00:00
file_bug986056.template.webapp Bug 986056 - DataStoreService should delete dataStores only when apps are uninstalled, r=ehsan 2014-03-28 17:41:00 +00:00
file_bug1008044.html Bug 1008044 - DataStoreServiceChild should check the name of the DataStore before resolving the promise callback, r=ehsan, f=kgrandon 2014-05-22 12:12:15 +01:00
file_bug1058108.html Bug 1058108 - DataStore.get should support array with 0 elements, r=ehsan 2014-08-26 09:20:02 +01:00
file_certifiedApp.html Bug 967414 - Enable DataStore API in B2G for certified apps only by default, r=bz 2014-02-06 17:44:03 +00:00
file_changes.html Bug 1000837 - {DataStoreTask|DataStoreChangeEvent}.id and DataStoreTask.data have to be nullable, r=gene 2014-04-28 10:54:38 +01:00
file_changes2.html Bug 976313 - DataStoreChangeEvent should have 'owner' property, r=ehsan 2014-02-28 07:34:38 +00:00
file_duplicate.html Bug 962516 - DataStore add() returns an error if the key is duplicated, r=ehsan 2014-01-23 19:31:01 +00:00
file_event_maker.html Bug 979974 - Fixes to DataStoreChangeNotifier for change events from a different app. r=ehsan 2014-03-06 08:52:54 -05:00
file_event_receiver.html Bug 979974 - Fixes to DataStoreChangeNotifier for change events from a different app. r=ehsan 2014-03-06 08:52:54 -05:00
file_keys.html Bug 946316 - Allow the use of strings as DataStore IDs, r=ehsan 2013-12-19 09:07:21 +00:00
file_notify_system_message.html Bug 1014023 - [Datastore] Notify apps of changes in datastore without being opened. r=baku, r=gene 2014-06-27 15:58:47 +08:00
file_readonly.html Bug 933050 - DataStore.add should receive an optional key value., r=ehsan 2013-11-08 23:10:29 +00:00
file_sync.html Bug 1006566 - Unify the common DataStore tests between the main thread and the worker thread (part 2, unify the common parts). r=baku 2014-05-12 14:42:01 +08:00
file_sync_common.js Bug 1006566 - Unify the common DataStore tests between the main thread and the worker thread (part 2, unify the common parts). r=baku 2014-05-12 14:42:01 +08:00
file_sync_worker.html Bug 949325 - C++ wrapper to support DataStore API on the worker (part 3-3, test sync cases on workers). r=baku 2014-03-12 17:03:29 +08:00
file_sync_worker.js Bug 1006566 - Unify the common DataStore tests between the main thread and the worker thread (part 3, minor alignment). r=baku 2014-05-12 14:42:09 +08:00
file_transactions.html Bug 963038 - Datastore: Support for Transactional semantics, r=ehsan 2014-04-07 21:08:11 +01:00
mochitest.ini Bug 1058108 - DataStore.get should support array with 0 elements, r=ehsan 2014-08-26 09:20:02 +01:00
test_app_install.html Bug 1000315 - Part 8: Various tests skip uninstall prompt. r=sicking 2014-06-12 09:53:54 -07:00
test_arrays.html Bug 1000315 - Part 8: Various tests skip uninstall prompt. r=sicking 2014-06-12 09:53:54 -07:00
test_basic.html Bug 1000315 - Part 8: Various tests skip uninstall prompt. r=sicking 2014-06-12 09:53:54 -07:00
test_basic_worker.html Bug 1000315 - Part 8: Various tests skip uninstall prompt. r=sicking 2014-06-12 09:53:54 -07:00
test_bug924104.html Bug 1000315 - Part 8: Various tests skip uninstall prompt. r=sicking 2014-06-12 09:53:54 -07:00
test_bug957086.html Bug 1000315 - Part 8: Various tests skip uninstall prompt. r=sicking 2014-06-12 09:53:54 -07:00
test_bug976311.html Bug 1000315 - Part 8: Various tests skip uninstall prompt. r=sicking 2014-06-12 09:53:54 -07:00
test_bug986056.html Bug 1000315 - Part 8: Various tests skip uninstall prompt. r=sicking 2014-06-12 09:53:54 -07:00
test_bug1008044.html Bug 1000315 - Part 8: Various tests skip uninstall prompt. r=sicking 2014-06-12 09:53:54 -07:00
test_bug1058108.html Bug 1058108 - DataStore.get should support array with 0 elements, r=ehsan 2014-08-26 09:20:02 +01:00
test_certifiedApp.html Bug 1000315 - Part 8: Various tests skip uninstall prompt. r=sicking 2014-06-12 09:53:54 -07:00
test_changes.html Bug 1000315 - Part 8: Various tests skip uninstall prompt. r=sicking 2014-06-12 09:53:54 -07:00
test_duplicate.html Bug 1000315 - Part 8: Various tests skip uninstall prompt. r=sicking 2014-06-12 09:53:54 -07:00
test_keys.html Bug 1000315 - Part 8: Various tests skip uninstall prompt. r=sicking 2014-06-12 09:53:54 -07:00
test_notify_system_message.html Bug 1000315 - Part 8: Various tests skip uninstall prompt. r=sicking 2014-06-12 09:53:54 -07:00
test_oop.html Bug 1000315 - Part 8: Various tests skip uninstall prompt. r=sicking 2014-06-12 09:53:54 -07:00
test_oop_events.html Bug 1000315 - Part 8: Various tests skip uninstall prompt. r=sicking 2014-06-12 09:53:54 -07:00
test_readonly.html Bug 1000315 - Part 8: Various tests skip uninstall prompt. r=sicking 2014-06-12 09:53:54 -07:00
test_sync.html Bug 1000315 - Part 8: Various tests skip uninstall prompt. r=sicking 2014-06-12 09:53:54 -07:00
test_sync_worker.html Bug 1000315 - Part 8: Various tests skip uninstall prompt. r=sicking 2014-06-12 09:53:54 -07:00
test_transactions.html Bug 1000315 - Part 8: Various tests skip uninstall prompt. r=sicking 2014-06-12 09:53:54 -07:00