pjs/storage/src
Shawn Wilsher afd5d7dc09 Bug 458756 - Use raw sqlite3_stmt pointers instead of the mozStorageStatement object for async statements
This ends up saving us a bunch of work when we execute a statement
asynchronously, and makes bug 458811 easier to do.
r=dcamp
2008-10-10 17:41:31 -04:00
..
Makefile.in Bug 452897 - Automatically provide the wrapper for JavaScript 2008-09-12 17:30:41 -04:00
mozStorage.h fix for bug #385067: upgrade to latest version of sqlite (3.4.0) 2007-08-02 08:24:50 -07:00
mozStorageBackground.cpp Bug 448607 - Includes and comments are not accurate in mozStorageBackground.* 2008-08-27 13:05:03 -04:00
mozStorageBackground.h Bug 448607 - Includes and comments are not accurate in mozStorageBackground.* 2008-08-27 13:05:03 -04:00
mozStorageConnection.cpp Bug 452836 - Optimize calls to sqlite3_prepare_v2 2008-09-03 12:20:10 -04:00
mozStorageConnection.h Make mozIStorageConnection threadsafe - bug 448476 r=robarnold 2008-08-12 17:50:25 -07:00
mozStorageError.cpp Bug 429986 - Provide an option for database access to be asynchronous. 2008-07-11 15:47:33 -04:00
mozStorageError.h Bug 429986 - Provide an option for database access to be asynchronous. 2008-07-11 15:47:33 -04:00
mozStorageEvents.cpp Bug 458756 - Use raw sqlite3_stmt pointers instead of the mozStorageStatement object for async statements 2008-10-10 17:41:31 -04:00
mozStorageEvents.h Bug 458756 - Use raw sqlite3_stmt pointers instead of the mozStorageStatement object for async statements 2008-10-10 17:41:31 -04:00
mozStorageResultSet.cpp Bug 435994 - Implement ResultSet and Row for mozIStorageStatement::executeAsync 2008-07-11 15:47:28 -04:00
mozStorageResultSet.h Bug 435994 - Implement ResultSet and Row for mozIStorageStatement::executeAsync 2008-07-11 15:47:28 -04:00
mozStorageRow.cpp Bug 456489 - WinCE Compiler keyword interface used in mozStorageRow.cpp. patch by wolfe, r=sdwilsh 2008-09-23 11:03:48 -07:00
mozStorageRow.h Bug 435994 - Implement ResultSet and Row for mozIStorageStatement::executeAsync 2008-07-11 15:47:28 -04:00
mozStorageService.cpp Bug 453722 - Do not need to safeguard more than one call to Init for storage service 2008-09-25 14:28:29 -04:00
mozStorageService.h Bug 429986 - Provide an option for database access to be asynchronous. 2008-07-11 15:47:33 -04:00
mozStorageStatement.cpp Bug 458756 - Use raw sqlite3_stmt pointers instead of the mozStorageStatement object for async statements 2008-10-10 17:41:31 -04:00
mozStorageStatement.h Bug 452897 - Automatically provide the wrapper for JavaScript 2008-09-12 17:30:41 -04:00
mozStorageStatementJSHelper.cpp Bug 452897 - Automatically provide the wrapper for JavaScript 2008-09-12 17:30:41 -04:00
mozStorageStatementJSHelper.h Bug 452897 - Automatically provide the wrapper for JavaScript 2008-09-12 17:30:41 -04:00
mozStorageStatementParams.cpp Bug 452897 - Automatically provide the wrapper for JS 2008-09-12 17:30:37 -04:00
mozStorageStatementParams.h Bug 452897 - Automatically provide the wrapper for JS 2008-09-12 17:30:37 -04:00
mozStorageStatementRow.cpp Bug 452897 - Automatically provide the wrapper for JavaScript 2008-09-12 17:30:41 -04:00
mozStorageStatementRow.h Bug 452897 - Automatically provide the wrapper for JavaScript 2008-09-12 17:30:41 -04:00
mozStorageStatementWrapper.cpp Bug 452897 - Automatically provide the wrapper for JavaScript 2008-09-12 17:30:41 -04:00
mozStorageStatementWrapper.h Bug 452897 - Automatically provide the wrapper for JavaScript 2008-09-12 17:30:41 -04:00
mozStorageUnicodeFunctions.cpp bug 423964 uninitialized variable, r=sdwilsh, a=beltzner 2008-03-19 15:55:34 -07:00
mozStorageUnicodeFunctions.h fix for bug: mozStorage doesn't handle unicode in LIKE, UPPER, or LOWER functions patch=Shawn Wilsher <sdwilsh@mozilla.com> r=sspitzer 2007-08-10 09:19:57 -07:00
mozStorageValueArray.cpp Bug 409386 - "mozStorageArgvValueArray::GetString returns wrong length" [p=ondrej@allpeers.com (Ondrej Brablc) r=sdwilsh a1.9=schrep] 2007-12-21 22:09:25 -08:00
mozStorageValueArray.h
mozStorageVariant.h Bug 451058 - Address post-review comments. 2008-08-29 16:46:14 -04:00