gecko/storage/test/unit
Shawn Wilsher 11b33f0ab8 Bug 506805 - Remove locking in AsyncExecuteStatements
This removes the use of the shared mutex in AsyncExecuteStatements.  We now rely
on PR_AtomicSet and the volatile keyword.  This results in zero lock contention
between the calling thread and the background thread if cancel is ever called.
r=asuth
r=bent
sr=vlad
2009-07-29 17:24:50 -07:00
..
corruptDB.sqlite
head_storage.js bug 482085 - fix all xpcshell tests to not reference files from the srcdir. r=bsmedberg,waldo 2009-03-21 11:20:00 -04:00
locale_collation.txt Bug 499990 - Locale-aware collation, r=sdwilsh, sr=vladimir 2009-07-15 10:49:05 -07:00
test_bug-365166.js
test_bug-393952.js
test_bug-429521.js
test_bug-444233.js
test_connection_executeAsync.js Bug 490085 - Add ability to bind multiple sets of parameters and execute asynchronously 2009-06-17 12:12:51 -07:00
test_js_helpers_enumerate.js Bug 485071 - implement mozStorageStatementParams::NewEnumerate 2009-03-26 16:33:35 -04:00
test_js_helpers_prototype_chain_safe.js Bug 485107 - Do not throw in NewResolve 2009-06-11 13:18:58 -07:00
test_levenshtein.js Bug 498938 - Add Levenshtein Edit Distance function to Sqlite so we can use it in queries. r=sdwilsh sr=vlad 2009-07-24 11:39:34 -04:00
test_like_escape.js
test_like.js
test_locale_collation.js Bug 499990 - Locale-aware collation, r=sdwilsh, sr=vladimir 2009-07-15 10:49:05 -07:00
test_statement_executeAsync.js Bug 506805 - Remove locking in AsyncExecuteStatements 2009-07-29 17:24:50 -07:00
test_statement_wrapper_automatically.js Bug 491196 don't implement static functions in headers 2009-07-22 17:31:03 -05:00
test_storage_aggregates.js
test_storage_combined_sharing.js
test_storage_connection.js Bug 506022 - Avoid obtaining the database mutex at all costs in Connection::ExecuteAsync 2009-07-28 10:21:03 -07:00
test_storage_fulltextindex.js
test_storage_function.js
test_storage_progresshandler.js
test_storage_service_unshared.js
test_storage_service.js
test_storage_statement_wrapper.js Bug 491196 don't implement static functions in headers 2009-07-22 17:31:03 -05:00
test_storage_statement.js Bug 490833 - mozIStorageStatement::getParameterIndex should only accept :-named parameters 2009-05-08 20:29:57 -04:00
test_storage_value_array.js
test_unicode.js