gecko/storage/public
Shawn Wilsher f1886e9571 Bug 429986 - Provide an option for database access to be asynchronous.
This adds a method to mozIStorageStatement to allow for a statement to execute
asynchronously and report to a callback.  For writes, this can move fsyncs,
which can be painful, off of the main thread.
r=vlad
sr=shaver
2008-07-11 15:47:33 -04:00
..
Makefile.in Bug 429986 - Provide an option for database access to be asynchronous. 2008-07-11 15:47:33 -04:00
mozIStorageAggregateFunction.idl Bug 333848 - add full-featured user-defined functions and progress handlers to storage. Patch by Lev Serebryakov <blacklion@gmail.com>. r=sdwilsh 2007-07-07 14:14:51 -07:00
mozIStorageConnection.idl Bug 423273 - Fix storage API to not break old behavior. r=shaver, sr=shaver, a=shaver 2008-03-24 15:14:38 -07:00
mozIStorageDataSet.idl Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT, 2007-03-22 10:30:00 -07:00
mozIStorageError.idl Bug 429986 - Provide an option for database access to be asynchronous. 2008-07-11 15:47:33 -04:00
mozIStorageFunction.idl Bug 333848 - add full-featured user-defined functions and progress handlers to storage. Patch by Lev Serebryakov <blacklion@gmail.com>. r=sdwilsh 2007-07-07 14:14:51 -07:00
mozIStoragePendingStatement.idl Bug 429986 - Provide an option for database access to be asynchronous. 2008-07-11 15:47:33 -04:00
mozIStorageProgressHandler.idl Bug 333848 - add full-featured user-defined functions and progress handlers to storage. Patch by Lev Serebryakov <blacklion@gmail.com>. r=sdwilsh 2007-07-07 14:14:51 -07:00
mozIStorageResultSet.idl Bug 435994 - Implement ResultSet and Row for mozIStorageStatement::executeAsync 2008-07-11 15:47:28 -04:00
mozIStorageRow.idl Bug 435994 - Implement ResultSet and Row for mozIStorageStatement::executeAsync 2008-07-11 15:47:28 -04:00
mozIStorageService.idl Bug 423273 - Fix storage API to not break old behavior. r=shaver, sr=shaver, a=shaver 2008-03-24 15:14:38 -07:00
mozIStorageStatement.idl Bug 429986 - Provide an option for database access to be asynchronous. 2008-07-11 15:47:33 -04:00
mozIStorageStatementCallback.idl Bug 429986 - Provide an option for database access to be asynchronous. 2008-07-11 15:47:33 -04:00
mozIStorageStatementWrapper.idl Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT, 2007-03-22 10:30:00 -07:00
mozIStorageValueArray.idl Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT, 2007-03-22 10:30:00 -07:00
mozStorage.h Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT, 2007-03-22 10:30:00 -07:00
mozStorageHelper.h Bug 442762 - Annotate mozStorageStatementScoper with NS_STACK_CLASS, r=sdwilsh 2008-06-30 21:03:29 -04:00