.. |
build
|
…
|
|
test
|
Bug 1486182: Part 2a - Add Services.catMan getter for the category manager. r=mossop
|
2018-08-24 22:13:57 -07:00 |
FileSystemModule.cpp
|
Bug 1486311 - convert remaining nsIFile::GetDirectoryEntries() callers to pass in a nsIDirectoryEnumerator. r=kmag
|
2018-08-26 14:15:00 +03:00 |
FileSystemModule.h
|
…
|
|
IStorageBindingParamsInternal.h
|
…
|
|
SQLCollations.cpp
|
…
|
|
SQLCollations.h
|
…
|
|
SQLiteMutex.h
|
Bug 1371945 - Avoid a possible thread-safety problem with unfinalized statements. r=asuth
|
2017-06-16 17:43:23 +02:00 |
StatementCache.h
|
…
|
|
StorageBaseStatementInternal.cpp
|
Bug 1453795 - Storage - Initialize member fields in classes/ structures. r=mak77
|
2018-06-15 10:42:19 +03:00 |
StorageBaseStatementInternal.h
|
Bug 645049 - Remove [deprecated] methods on mozIStorageBaseStatement.idl. r=asuth
|
2017-08-06 09:17:50 +09:00 |
TelemetryVFS.cpp
|
Bug 1472722 - Use the unix-excl Sqlite VFS by default. r=nalexander,asuth
|
2018-07-13 16:54:57 +00:00 |
VacuumManager.cpp
|
Bug 1469769 - Part 6: Replace non-failing NS_NOTREACHED with MOZ_ASSERT_UNREACHABLE. r=froydnj
|
2018-06-17 22:43:11 -07:00 |
VacuumManager.h
|
Bug 1409249: Require singleton constructors to return explicit already_AddRefed. r=froydnj
|
2017-10-16 21:08:42 -07:00 |
Variant.h
|
Bug 1486690 - Rename nsMemory::Clone() and remove unnecessary checks after it. r=glandium
|
2018-08-28 15:59:19 +10:00 |
Variant_inl.h
|
…
|
|
moz.build
|
Bug 1392554 - Port (Async)StatementParams to WebIDL bindings. r=asuth,qdot
|
2017-08-24 10:52:52 +02:00 |
mozIStorageAggregateFunction.idl
|
…
|
|
mozIStorageAsyncConnection.idl
|
Bug 1435446 - Add a default transaction type for storage connections. r=mak
|
2018-02-28 22:44:40 -08:00 |
mozIStorageAsyncStatement.idl
|
…
|
|
mozIStorageBaseStatement.idl
|
Bug 645049 - Remove [deprecated] methods on mozIStorageBaseStatement.idl. r=asuth
|
2017-08-06 09:17:50 +09:00 |
mozIStorageBindingParams.idl
|
…
|
|
mozIStorageBindingParamsArray.idl
|
…
|
|
mozIStorageCompletionCallback.idl
|
…
|
|
mozIStorageConnection.idl
|
Bug 1435446 - Add a default transaction type for storage connections. r=mak
|
2018-02-28 22:44:40 -08:00 |
mozIStorageError.idl
|
…
|
|
mozIStorageFunction.idl
|
…
|
|
mozIStoragePendingStatement.idl
|
…
|
|
mozIStorageProgressHandler.idl
|
…
|
|
mozIStorageResultSet.idl
|
…
|
|
mozIStorageRow.idl
|
…
|
|
mozIStorageService.idl
|
…
|
|
mozIStorageStatement.idl
|
…
|
|
mozIStorageStatementCallback.idl
|
…
|
|
mozIStorageVacuumParticipant.idl
|
…
|
|
mozIStorageValueArray.idl
|
…
|
|
mozStorageArgValueArray.cpp
|
Bug 1486690 - Rename nsMemory::Clone() and remove unnecessary checks after it. r=glandium
|
2018-08-28 15:59:19 +10:00 |
mozStorageArgValueArray.h
|
…
|
|
mozStorageAsyncStatement.cpp
|
Bug 1170771 - Remove now-empty nsDOMClassInfo. r=bz
|
2018-04-05 14:20:44 +02:00 |
mozStorageAsyncStatement.h
|
Bug 1392554 - Port (Async)StatementParams to WebIDL bindings. r=asuth,qdot
|
2017-08-24 10:52:52 +02:00 |
mozStorageAsyncStatementExecution.cpp
|
Bug 1435446 - Reset executing statements on `SQLITE_BUSY` before retrying. r=mak
|
2018-02-23 19:50:38 -08:00 |
mozStorageAsyncStatementExecution.h
|
Bug 1378712 - Remove all trailing whitespaces r=Ehsan
|
2017-07-06 14:00:35 +02:00 |
mozStorageAsyncStatementJSHelper.cpp
|
Bug 1392554 - Port (Async)StatementParams to WebIDL bindings. r=asuth,qdot
|
2017-08-24 10:52:52 +02:00 |
mozStorageAsyncStatementJSHelper.h
|
Bug 1392554 - Port (Async)StatementParams to WebIDL bindings. r=asuth,qdot
|
2017-08-24 10:52:52 +02:00 |
mozStorageAsyncStatementParams.cpp
|
Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot
|
2018-06-26 17:05:01 -07:00 |
mozStorageAsyncStatementParams.h
|
Bug 1392554 - Port (Async)StatementParams to WebIDL bindings. r=asuth,qdot
|
2017-08-24 10:52:52 +02:00 |
mozStorageBindingParams.cpp
|
…
|
|
mozStorageBindingParams.h
|
Bug 1428535 - Add missing override specifiers to overridden virtual functions. r=froydnj
|
2017-11-05 19:37:28 -08:00 |
mozStorageBindingParamsArray.cpp
|
…
|
|
mozStorageBindingParamsArray.h
|
…
|
|
mozStorageConnection.cpp
|
Bug 1470961 - Remove unnecessary use of SQLITE_IGNORE. r=asuth
|
2018-06-26 13:50:57 +02:00 |
mozStorageConnection.h
|
Bug 1435446 - Add a default transaction type for storage connections. r=mak
|
2018-02-28 22:44:40 -08:00 |
mozStorageError.cpp
|
…
|
|
mozStorageError.h
|
…
|
|
mozStorageHelper.h
|
Bug 1476009: Remove unnecessary initialization. r=mak
|
2018-07-16 17:56:02 +01:00 |
mozStoragePrivateHelpers.cpp
|
Bug 1372405 - Provide names for all runnables in the tree (r=froydnj)
|
2017-06-26 14:19:58 -07:00 |
mozStoragePrivateHelpers.h
|
…
|
|
mozStorageResultSet.cpp
|
…
|
|
mozStorageResultSet.h
|
…
|
|
mozStorageRow.cpp
|
…
|
|
mozStorageRow.h
|
…
|
|
mozStorageSQLFunctions.cpp
|
Bug 1386103 (part 1, attempt 3) - Specify nsAuto[C]String storage size via template parameter. r=dbaron.
|
2017-08-09 20:41:38 +10:00 |
mozStorageSQLFunctions.h
|
Bug 1378712 - Remove all trailing whitespaces r=Ehsan
|
2017-07-06 14:00:35 +02:00 |
mozStorageService.cpp
|
Bug 1348273 - Convert crash annotations into a machine-readable list of constants; r=ted.mielczarek,njn,dholbert,mak,cpearce,mcmanus,froydnj,Dexter,jrmuizel,jchen,jimm,bz,surkov
|
2018-07-05 15:42:11 +02:00 |
mozStorageService.h
|
Bug 1414441 - Stop caching an XPConnect pointer in storage/. r=mak
|
2017-11-03 15:50:29 -07:00 |
mozStorageStatement.cpp
|
Bug 1486690 - Rename nsMemory::Clone() and remove unnecessary checks after it. r=glandium
|
2018-08-28 15:59:19 +10:00 |
mozStorageStatement.h
|
Bug 958643, part 6 - Remove some unused forward decls. r=krizsa
|
2017-09-20 12:02:47 -07:00 |
mozStorageStatementData.h
|
Bug 1457813 - Part 2: Replace non-asserting NS_PRECONDITIONs with MOZ_ASSERTs. r=froydnj
|
2018-04-28 12:50:58 -07:00 |
mozStorageStatementJSHelper.cpp
|
Bug 1255800 - Remove JS_THIS_OBJECT from mozStorageStatementJSHelper. r=mrbkap
|
2018-03-22 16:42:03 +01:00 |
mozStorageStatementJSHelper.h
|
Bug 1392554 - Port (Async)StatementParams to WebIDL bindings. r=asuth,qdot
|
2017-08-24 10:52:52 +02:00 |
mozStorageStatementParams.cpp
|
Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot
|
2018-06-26 17:05:01 -07:00 |
mozStorageStatementParams.h
|
Bug 1392554 - Port (Async)StatementParams to WebIDL bindings. r=asuth,qdot
|
2017-08-24 10:52:52 +02:00 |
mozStorageStatementRow.cpp
|
Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot
|
2018-06-26 17:05:01 -07:00 |
mozStorageStatementRow.h
|
Bug 1390489 - Port StatementRow to WebIDL bindings. r=asuth,qdot
|
2017-08-22 09:25:37 +02:00 |
storage.h
|
…
|
|
style.txt
|
…
|
|
variantToSQLiteT_impl.h
|
…
|
|