gecko/storage/src
2011-10-13 10:48:40 +02:00
..
IStorageBindingParamsInternal.h
Makefile.in Bug 668378: Telemetry sqlite IO r=asuth 2011-07-21 11:12:31 -07:00
mozStorageArgValueArray.cpp Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron 2011-10-17 10:59:28 -04:00
mozStorageArgValueArray.h Bug 492625 - "Stop using underscores to start #defines" [r=vlad] 2010-06-01 08:38:00 -04:00
mozStorageAsyncStatement.cpp Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones 2011-09-28 23:19:26 -07:00
mozStorageAsyncStatement.h
mozStorageAsyncStatementExecution.cpp Bug 693667 - Track time from requesting an async query to completion via telemetry r=taras 2011-10-13 10:48:40 +02:00
mozStorageAsyncStatementExecution.h Bug 693667 - Track time from requesting an async query to completion via telemetry r=taras 2011-10-13 10:48:40 +02:00
mozStorageAsyncStatementJSHelper.cpp Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones 2011-09-28 23:19:26 -07:00
mozStorageAsyncStatementJSHelper.h
mozStorageAsyncStatementParams.cpp Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron 2011-10-17 10:59:28 -04:00
mozStorageAsyncStatementParams.h
mozStorageBindingParams.cpp Bug 617272 - AIX compilation error for Firefox-3.6.12 source storage/src/variantToSQLiteT_impl.h", line 56.12: 1540-0274 (S) The name lookup for "sqlit e3_T_null" did not find a declaration; r,a=sdwilsh 2011-01-17 12:25:17 -05:00
mozStorageBindingParams.h Bug 583882 - Need a way to clone an existing connection. 2010-08-27 12:42:58 -07:00
mozStorageBindingParamsArray.cpp
mozStorageBindingParamsArray.h Bug 550611: Make nsTArray optionally infallible. sr=bsmedberg a=blocking 2010-11-08 20:48:59 -06:00
mozStorageConnection.cpp Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron 2011-10-17 10:59:28 -04:00
mozStorageConnection.h Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones 2011-09-28 23:19:26 -07:00
mozStorageError.cpp
mozStorageError.h Bug 492625 - "Stop using underscores to start #defines" [r=vlad] 2010-06-01 08:38:00 -04:00
mozStoragePrivateHelpers.cpp Bug 472530 - when statement creation fails, dump lastErrorText to stdout in debug builds r=sdwilsh 2011-04-29 14:35:22 -07:00
mozStoragePrivateHelpers.h Bug 571599 - Use sqlite3_unlock_notify 2010-06-21 14:23:00 -07:00
mozStorageResultSet.cpp
mozStorageResultSet.h Bug 492625 - "Stop using underscores to start #defines" [r=vlad] 2010-06-01 08:38:00 -04:00
mozStorageRow.cpp Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones 2011-09-28 23:19:26 -07:00
mozStorageRow.h Bug 492625 - "Stop using underscores to start #defines" [r=vlad] 2010-06-01 08:38:00 -04:00
mozStorageService.cpp Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron 2011-10-17 10:59:28 -04:00
mozStorageService.h Bug 668378: Telemetry sqlite IO r=asuth 2011-07-21 11:12:31 -07:00
mozStorageSQLFunctions.cpp Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron 2011-10-17 10:59:28 -04:00
mozStorageSQLFunctions.h Bug 492625 - "Stop using underscores to start #defines" [r=vlad] 2010-06-01 08:38:00 -04:00
mozStorageStatement.cpp Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron 2011-10-17 10:59:28 -04:00
mozStorageStatement.h Bug 492625 - "Stop using underscores to start #defines" [r=vlad] 2010-06-01 08:38:00 -04:00
mozStorageStatementData.h Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones 2011-09-28 23:19:26 -07:00
mozStorageStatementJSHelper.cpp Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones 2011-09-28 23:19:26 -07:00
mozStorageStatementJSHelper.h Bug 492625 - "Stop using underscores to start #defines" [r=vlad] 2010-06-01 08:38:00 -04:00
mozStorageStatementParams.cpp Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron 2011-10-17 10:59:28 -04:00
mozStorageStatementParams.h Bug 492625 - "Stop using underscores to start #defines" [r=vlad] 2010-06-01 08:38:00 -04:00
mozStorageStatementRow.cpp Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron 2011-10-17 10:59:28 -04:00
mozStorageStatementRow.h Bug 492625 - "Stop using underscores to start #defines" [r=vlad] 2010-06-01 08:38:00 -04:00
mozStorageStatementWrapper.cpp Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron 2011-10-17 10:59:28 -04:00
mozStorageStatementWrapper.h Bug 492625 - "Stop using underscores to start #defines" [r=vlad] 2010-06-01 08:38:00 -04:00
SQLCollations.cpp Bug 693469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. (Exceptions: assigning to static initializers, use in static assertions, as template parameters, etc. These will go away when the relevant compilers have C++11 constexpr support.) r=cjones 2011-10-10 22:50:08 -07:00
SQLCollations.h Bug 492625 - "Stop using underscores to start #defines" [r=vlad] 2010-06-01 08:38:00 -04:00
SQLiteMutex.h Bug 617071 - SQLiteMutex.h breaks debug builds with system sqlite. r+a=sdwilsh. 2010-12-15 20:57:11 +02:00
StorageBaseStatementInternal.cpp Bug 624051 - AsyncStatement destructor should finalize statements on the asynchronous thread when available to avoid blocking the main thread. r=sdwilsh, a=blocking2.0 2011-01-19 18:16:42 -08:00
StorageBaseStatementInternal.h Bug 586130 - Warning C4099 fixes (storage). r=sdwilsh a=bsmedberg 2011-01-20 19:49:09 -08:00
TelemetryVFS.cpp Bug 682869 - update places to use Telemetry::AccumulateTimeDelta. r=tglek,khuey,jduell 2011-10-10 13:05:47 -04:00
VacuumManager.cpp Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones 2011-09-28 23:19:26 -07:00
VacuumManager.h Bug 660743 storage should use mozilla::Preferences r=roc+sdwilsh 2011-06-02 10:05:12 +09:00
Variant_inl.h Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones 2011-09-28 23:19:26 -07:00
Variant.h Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron 2011-10-17 10:59:28 -04:00
variantToSQLiteT_impl.h Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones 2011-09-28 23:19:26 -07:00