gecko/storage/src
Shawn Wilsher 3c7e641f24 Bug 452897 - Automatically provide the wrapper for JS
This changeset has no code changes - it just separates three classes that were
all contained in one file into three files (with appropriate headers).  This is
being done to make the actual code changes for the bug simpler.
rs=me
2008-09-12 17:30:37 -04:00
..
Makefile.in Bug 452897 - Automatically provide the wrapper for JS 2008-09-12 17:30:37 -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 429986 - Provide an option for database access to be asynchronous. 2008-07-11 15:47:33 -04:00
mozStorageEvents.h Bug 429986 - Provide an option for database access to be asynchronous. 2008-07-11 15:47:33 -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 435994 - Implement ResultSet and Row for mozIStorageStatement::executeAsync 2008-07-11 15:47:28 -04:00
mozStorageRow.h Bug 435994 - Implement ResultSet and Row for mozIStorageStatement::executeAsync 2008-07-11 15:47:28 -04:00
mozStorageService.cpp Bug 429986 - Provide an option for database access to be asynchronous. 2008-07-11 15:47:33 -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 452836 - Optimize calls to sqlite3_prepare_v2 2008-09-03 12:20:10 -04:00
mozStorageStatement.h Bug 429986 - Provide an option for database access to be asynchronous. 2008-07-11 15:47:33 -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 JS 2008-09-12 17:30:37 -04:00
mozStorageStatementRow.h Bug 452897 - Automatically provide the wrapper for JS 2008-09-12 17:30:37 -04:00
mozStorageStatementWrapper.cpp Bug 452897 - Automatically provide the wrapper for JS 2008-09-12 17:30:37 -04:00
mozStorageStatementWrapper.h
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