.. |
build
|
Bug 1272513 - Part 2: Remove redundant -Wshadow CXXFLAGS from moz.build files. r=glandium
|
2016-05-14 00:54:55 -07:00 |
test
|
Bug 1283083 - Cloning a connection should re-attach databases to the clone. r=asuth
|
2016-06-29 17:33:15 +02:00 |
.eslintrc
|
Bug 1230549 - Make Storage pass basic eslint. r=yoric
|
2015-12-04 15:52:43 +01:00 |
FileSystemModule.cpp
|
…
|
|
FileSystemModule.h
|
…
|
|
IStorageBindingParamsInternal.h
|
…
|
|
SQLCollations.cpp
|
…
|
|
SQLCollations.h
|
…
|
|
SQLiteMutex.h
|
bug 1244743 - Replace MOZ_NATIVE_X with MOZ_SYSTEM_X. r=gps
|
2016-02-01 10:49:34 -05:00 |
StatementCache.h
|
Bug 1187141 - Replace nsBaseHashtable::Enumerate() calls in storage/ with iterators. r=mak.
|
2016-01-24 18:09:12 -08:00 |
StorageBaseStatementInternal.cpp
|
Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj
|
2016-04-25 17:23:21 -07:00 |
StorageBaseStatementInternal.h
|
…
|
|
TelemetryVFS.cpp
|
Bug 1278468 - Fix -Wshadow warnings in storage/ directory. r=mak
|
2016-06-07 22:08:41 -07:00 |
VacuumManager.cpp
|
Bug 1278468 - Fix -Wshadow warnings in storage/ directory. r=mak
|
2016-06-07 22:08:41 -07:00 |
VacuumManager.h
|
…
|
|
Variant.h
|
…
|
|
Variant_inl.h
|
…
|
|
moz.build
|
Bug 1278468 - Fix -Wshadow warnings in storage/ directory. r=mak
|
2016-06-07 22:08:41 -07:00 |
mozIStorageAggregateFunction.idl
|
…
|
|
mozIStorageAsyncConnection.idl
|
Bug 1283083 - Cloning a connection should re-attach databases to the clone. r=asuth
|
2016-06-29 17:33:15 +02:00 |
mozIStorageAsyncStatement.idl
|
…
|
|
mozIStorageBaseStatement.idl
|
…
|
|
mozIStorageBindingParams.idl
|
…
|
|
mozIStorageBindingParamsArray.idl
|
…
|
|
mozIStorageCompletionCallback.idl
|
…
|
|
mozIStorageConnection.idl
|
Bug 1283083 - Cloning a connection should re-attach databases to the clone. r=asuth
|
2016-06-29 17:33:15 +02:00 |
mozIStorageError.idl
|
…
|
|
mozIStorageFunction.idl
|
…
|
|
mozIStoragePendingStatement.idl
|
…
|
|
mozIStorageProgressHandler.idl
|
…
|
|
mozIStorageResultSet.idl
|
…
|
|
mozIStorageRow.idl
|
…
|
|
mozIStorageService.idl
|
…
|
|
mozIStorageStatement.idl
|
…
|
|
mozIStorageStatementCallback.idl
|
…
|
|
mozIStorageStatementParams.idl
|
…
|
|
mozIStorageStatementRow.idl
|
…
|
|
mozIStorageVacuumParticipant.idl
|
…
|
|
mozIStorageValueArray.idl
|
…
|
|
mozStorageArgValueArray.cpp
|
…
|
|
mozStorageArgValueArray.h
|
…
|
|
mozStorageAsyncStatement.cpp
|
Bug 1277775 - Replace MOZ_CONSTEXPR{_VAR,_TMPL} with constexpr. r=froydnj
|
2016-07-08 14:39:53 -07:00 |
mozStorageAsyncStatement.h
|
…
|
|
mozStorageAsyncStatementExecution.cpp
|
Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj
|
2016-04-25 17:23:21 -07:00 |
mozStorageAsyncStatementExecution.h
|
…
|
|
mozStorageAsyncStatementJSHelper.cpp
|
…
|
|
mozStorageAsyncStatementJSHelper.h
|
…
|
|
mozStorageAsyncStatementParams.cpp
|
…
|
|
mozStorageAsyncStatementParams.h
|
…
|
|
mozStorageBindingParams.cpp
|
Bug 1231378 - part 4 - Fix uninitialized members of classes in netwerk/widget/storage/uriloader/memory/tools, r=smaug
|
2016-01-12 18:16:59 +00:00 |
mozStorageBindingParams.h
|
Bug 1186791 (part 1) - Replace nsBaseHashtable::EnumerateRead() calls in storage/ with iterators. r=mak.
|
2015-10-29 16:04:41 -07:00 |
mozStorageBindingParamsArray.cpp
|
…
|
|
mozStorageBindingParamsArray.h
|
Bug 1237151 (part 3) - Remove ignored qualifiers in all remaining code. r=froydnj.
|
2016-01-05 17:08:45 -08:00 |
mozStorageConnection.cpp
|
Bug 1283083 - Cloning a connection should re-attach databases to the clone. r=asuth
|
2016-06-29 17:33:15 +02:00 |
mozStorageConnection.h
|
Bug 1247972 - specialize NS_ProxyRelease for nsISupports to be out-of-line; r=erahm
|
2016-06-29 18:56:41 -04:00 |
mozStorageError.cpp
|
…
|
|
mozStorageError.h
|
…
|
|
mozStorageHelper.h
|
…
|
|
mozStoragePrivateHelpers.cpp
|
Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj
|
2016-04-25 17:23:21 -07:00 |
mozStoragePrivateHelpers.h
|
Bug 1248757 followup - Release blob after assignment in DoGetBlobAsString on CLOSED TREE.
|
2016-02-17 11:57:59 +08:00 |
mozStorageResultSet.cpp
|
…
|
|
mozStorageResultSet.h
|
…
|
|
mozStorageRow.cpp
|
…
|
|
mozStorageRow.h
|
Bug 1231378 - part 4 - Fix uninitialized members of classes in netwerk/widget/storage/uriloader/memory/tools, r=smaug
|
2016-01-12 18:16:59 +00:00 |
mozStorageSQLFunctions.cpp
|
Bug 1235261 - Part 1: Rename nsAutoTArray to AutoTArray. r=froydnj
|
2016-02-02 17:36:30 +02:00 |
mozStorageSQLFunctions.h
|
…
|
|
mozStorageService.cpp
|
Bug 1268313: Part 7 - Move NS_NewRunnableMethod and friends to mozilla::NewRunnableMethod. r=froydnj
|
2016-05-05 01:45:00 -07:00 |
mozStorageService.h
|
…
|
|
mozStorageStatement.cpp
|
Bug 1277775 - Replace MOZ_CONSTEXPR{_VAR,_TMPL} with constexpr. r=froydnj
|
2016-07-08 14:39:53 -07:00 |
mozStorageStatement.h
|
…
|
|
mozStorageStatementData.h
|
Bug 1164581 - Adding an overload for NS_ProxyRelease that accepts already_AddRefed, and removing all the others. r=bobbyholley
|
2016-02-10 08:23:00 +01:00 |
mozStorageStatementJSHelper.cpp
|
…
|
|
mozStorageStatementJSHelper.h
|
…
|
|
mozStorageStatementParams.cpp
|
Bug 1231378 - part 4 - Fix uninitialized members of classes in netwerk/widget/storage/uriloader/memory/tools, r=smaug
|
2016-01-12 18:16:59 +00:00 |
mozStorageStatementParams.h
|
…
|
|
mozStorageStatementRow.cpp
|
…
|
|
mozStorageStatementRow.h
|
…
|
|
storage.h
|
…
|
|
style.txt
|
…
|
|
variantToSQLiteT_impl.h
|
Bug 1278468 - Fix -Wshadow warnings in storage/ directory. r=mak
|
2016-06-07 22:08:41 -07:00 |