gecko/storage/src
Nicholas Nethercote ddd936d488 Bug 689583 - Add names for memory multi-reporters. r=jlebar.
--HG--
extra : rebase_source : adb3fb2cbbb8a07b60edd48c7dc9a3a4a4763b79
2012-02-06 17:02:59 -08:00
..
FileSystemModule.cpp Bug 661877 - Enable storing files in IndexedDB. r=bent 2011-12-16 08:34:24 +01:00
FileSystemModule.h Bug 661877 - Enable storing files in IndexedDB. r=bent 2011-12-16 08:34:24 +01:00
IStorageBindingParamsInternal.h
Makefile.in Bug 661877 - Enable storing files in IndexedDB. r=bent 2011-12-16 08:34:24 +01: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
mozStorageAsyncStatement.cpp Bug 699051. Report slow prepared SQL statements to Telemetry. r=sdwilsh. 2011-12-06 15:12:55 -05:00
mozStorageAsyncStatement.h
mozStorageAsyncStatementExecution.cpp Bug 699051. Report slow prepared SQL statements to Telemetry. r=sdwilsh. 2011-12-06 15:12:55 -05: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
mozStorageBindingParamsArray.cpp
mozStorageBindingParamsArray.h
mozStorageConnection.cpp Bug 718440. Add more sampler labels to various places. r=bgirard 2012-01-17 15:33:04 -05:00
mozStorageConnection.h Bug 703143 - Use a memory multi-reporter for SQLite's per-connection reporting (attempt 2). r=sdwilsh. 2012-01-03 00:27:05 -08:00
mozStorageError.cpp
mozStorageError.h
mozStoragePrivateHelpers.cpp Bug 677079 - Part c: Stop installing jsdate.h; r=Waldo 2012-01-15 09:13:07 +01:00
mozStoragePrivateHelpers.h Bug 699051. Report slow prepared SQL statements to Telemetry. r=sdwilsh. 2011-12-06 15:12:55 -05:00
mozStorageResultSet.cpp
mozStorageResultSet.h
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
mozStorageService.cpp Bug 689583 - Add names for memory multi-reporters. r=jlebar. 2012-02-06 17:02:59 -08:00
mozStorageService.h Bug 703143 - Use a memory multi-reporter for SQLite's per-connection reporting (attempt 2). r=sdwilsh. 2012-01-03 00:27:05 -08: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
mozStorageStatement.cpp Bug 718440. Add more sampler labels to various places. r=bgirard 2012-01-17 15:33:04 -05:00
mozStorageStatement.h
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 498543 - Null-checking JS_THIS_OBJECT Results. r=jwalden 2011-12-01 13:30:28 -08:00
mozStorageStatementJSHelper.h
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
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
mozStorageStatementWrapper.cpp Bug 465299 - Validity check for mozStorageStatementWrapper::Initialize. r=sdwilsh 2011-12-05 15:44:41 +01:00
mozStorageStatementWrapper.h
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
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 723029 - Crash in mozilla::storage::Service::UpdateQutoaInformationForFile @ `anonymous namespace''::xOpen. 2012-02-04 16:19:44 +01:00
VacuumManager.cpp Bug 712427 - provide more information in SQL PRAGMA queries; r=mak 2012-01-05 18:46:35 -05: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