.. |
build
|
Bug 1654103: Standardize on Black for Python code in `mozilla-central`.
|
2020-10-26 18:34:53 +00:00 |
rust
|
Bug 1802689 - Add missing licenses info in Cargo.toml r=mhoye,necko-reviewers,kershaw,valentin
|
2022-12-13 09:14:44 +00:00 |
test
|
Bug 1827351 - Fix non-unified-build bustage in storage/test/gtest/test_deadlock_detector.cpp; r=sergesanspaille
|
2023-04-11 07:03:37 +00:00 |
variant
|
Bug 1802689 - Add missing licenses info in Cargo.toml r=mhoye,necko-reviewers,kershaw,valentin
|
2022-12-13 09:14:44 +00:00 |
FileSystemModule.cpp
|
…
|
|
FileSystemModule.h
|
…
|
|
IStorageBindingParamsInternal.h
|
…
|
|
ObfuscatingVFS.cpp
|
Bug 1822889 - Fix problems in ObfuscatingVFS with decoding frames read from the WAL file during recovery; r=dom-storage-reviewers,asuth,hsingh
|
2023-04-04 14:10:39 +00:00 |
QuotaVFS.cpp
|
Bug 1781116 - QuotaManager needs to deal with SQLite path canonicalization/symlink piercing; r=asuth,dom-storage-reviewers
|
2023-03-07 15:56:51 +00:00 |
ReadOnlyNoLockVFS.cpp
|
Bug 1801495 - Add a shim no-lock VFS that implements immutable behavior. r=asuth
|
2022-11-29 20:35:23 +00:00 |
SQLCollations.cpp
|
Bug 1719550 - Unify collator in mozStorageService and SQLCollations; r=platform-i18n-reviewers,nordzilla
|
2021-08-10 16:01:18 +00:00 |
SQLCollations.h
|
Bug 1719550 - Unify collator in mozStorageService and SQLCollations; r=platform-i18n-reviewers,nordzilla
|
2021-08-10 16:01:18 +00:00 |
SQLiteMutex.h
|
…
|
|
StatementCache.h
|
Bug 1184468 - Use nsBaseHashtable::Values. r=xpcom-reviewers,nika
|
2021-03-24 17:56:49 +00:00 |
StorageBaseStatementInternal.cpp
|
Bug 1121282 - Allow use of thread pools for storage connections. r=asuth,dom-storage-reviewers,janv
|
2022-09-21 15:02:14 +00:00 |
StorageBaseStatementInternal.h
|
Bug 1676969 - Add escapeUTF8StringForLIKE; r=asuth,dom-workers-and-storage-reviewers
|
2020-11-13 02:16:00 +00:00 |
TelemetryVFS.cpp
|
Bug 1819535 - Extract quota related stuff from TelemetryVFS into standalone QuotaVFS; r=dom-storage-reviewers,mak,asuth
|
2023-03-07 14:27:07 +00:00 |
VacuumManager.cpp
|
Bug 1813986 - Add an asyncVacuum() method to storage async connections, and let VacuumManager use it. r=asuth
|
2023-03-22 15:36:37 +00:00 |
VacuumManager.h
|
…
|
|
Variant.cpp
|
Bug 1660470 - Add missing include directives/forward declarations. r=nika
|
2020-11-23 16:21:38 +00:00 |
Variant.h
|
Bug 1792574, part 3 - Don't include nsMemory where it isn't needed. r=xpcom-reviewers,necko-reviewers,valentin,nika
|
2022-09-28 15:17:46 +00:00 |
Variant_inl.h
|
Bug 1660470 - Add missing include directives/forward declarations. r=nika
|
2020-11-23 16:21:38 +00:00 |
moz.build
|
Backed out 12 changesets (bug 1825325, bug 1825336, bug 1825333, bug 1825332, bug 1825324, bug 1824557, bug 1825328, bug 1825335, bug 1825330, bug 1825329, bug 1825327, bug 1825331) for causing build bustages in nsClipboard.cpp CLOSED TREE
|
2023-03-31 12:58:53 -04:00 |
mozIStorageAsyncConnection.idl
|
Bug 1813986 - Add an asyncVacuum() method to storage async connections, and let VacuumManager use it. r=asuth
|
2023-03-22 15:36:37 +00:00 |
mozIStorageAsyncStatement.idl
|
…
|
|
mozIStorageBaseStatement.idl
|
Bug 1676969 - Add escapeUTF8StringForLIKE; r=asuth,dom-workers-and-storage-reviewers
|
2020-11-13 02:16:00 +00:00 |
mozIStorageBindingParams.idl
|
…
|
|
mozIStorageBindingParamsArray.idl
|
…
|
|
mozIStorageCompletionCallback.idl
|
…
|
|
mozIStorageConnection.idl
|
Bug 1694231 - Add support for nested mozStorageTransaction using savepoints; r=dom-storage-reviewers,sg
|
2021-03-03 18:53:14 +00:00 |
mozIStorageError.idl
|
…
|
|
mozIStorageFunction.idl
|
…
|
|
mozIStoragePendingStatement.idl
|
…
|
|
mozIStorageProgressHandler.idl
|
…
|
|
mozIStorageResultSet.idl
|
…
|
|
mozIStorageRow.idl
|
…
|
|
mozIStorageService.idl
|
Bug 1736844 - Add interrupt flag to storage service methods opening database; r=dom-storage-reviewers,mak,janv
|
2022-02-17 06:22:27 +00:00 |
mozIStorageStatement.idl
|
Bug 1778211 - Reject xpidl CDATA containing 'virtual', r=xpcom-reviewers,necko-reviewers,mccr8,dragana
|
2022-07-06 14:53:06 +00:00 |
mozIStorageStatementCallback.idl
|
…
|
|
mozIStorageVacuumParticipant.idl
|
Bug 1813986 - Add an asyncVacuum() method to storage async connections, and let VacuumManager use it. r=asuth
|
2023-03-22 15:36:37 +00:00 |
mozIStorageValueArray.idl
|
Bug 1778211 - Reject xpidl CDATA containing 'virtual', r=xpcom-reviewers,necko-reviewers,mccr8,dragana
|
2022-07-06 14:53:06 +00:00 |
mozStorageArgValueArray.cpp
|
Bug 1792574, part 3 - Don't include nsMemory where it isn't needed. r=xpcom-reviewers,necko-reviewers,valentin,nika
|
2022-09-28 15:17:46 +00:00 |
mozStorageArgValueArray.h
|
…
|
|
mozStorageAsyncStatement.cpp
|
Bug 1792574, part 3 - Don't include nsMemory where it isn't needed. r=xpcom-reviewers,necko-reviewers,valentin,nika
|
2022-09-28 15:17:46 +00:00 |
mozStorageAsyncStatement.h
|
…
|
|
mozStorageAsyncStatementExecution.cpp
|
Bug 1825324 - Make widget/* buildable outside of a unified build environment r=andi,geckoview-reviewers,m_kato
|
2023-04-01 08:31:12 +00:00 |
mozStorageAsyncStatementExecution.h
|
…
|
|
mozStorageAsyncStatementJSHelper.cpp
|
Bug 1792574, part 3 - Don't include nsMemory where it isn't needed. r=xpcom-reviewers,necko-reviewers,valentin,nika
|
2022-09-28 15:17:46 +00:00 |
mozStorageAsyncStatementJSHelper.h
|
…
|
|
mozStorageAsyncStatementParams.cpp
|
Bug 1792574, part 3 - Don't include nsMemory where it isn't needed. r=xpcom-reviewers,necko-reviewers,valentin,nika
|
2022-09-28 15:17:46 +00:00 |
mozStorageAsyncStatementParams.h
|
Bug 1777574, automate CC zone handling, r=mccr8
|
2022-09-07 11:22:51 +00:00 |
mozStorageBindingParams.cpp
|
Bug 1775154 - Extra cleanup of dom/, extensions/, hal/, netwerk/ and storage/ includes r=necko-reviewers,kershaw
|
2022-06-22 13:31:25 +00:00 |
mozStorageBindingParams.h
|
…
|
|
mozStorageBindingParamsArray.cpp
|
…
|
|
mozStorageBindingParamsArray.h
|
Bug 1660470 - Add missing include directives/forward declarations. r=nika
|
2020-11-23 16:21:38 +00:00 |
mozStorageConnection.cpp
|
Bug 1824076 - Storage Error categorical histogram is reporting to the wrong label. r=mossop
|
2023-03-27 13:36:39 +00:00 |
mozStorageConnection.h
|
Bug 1813986 - Add an asyncVacuum() method to storage async connections, and let VacuumManager use it. r=asuth
|
2023-03-22 15:36:37 +00:00 |
mozStorageError.cpp
|
…
|
|
mozStorageError.h
|
…
|
|
mozStorageHelper.h
|
Bug 1679522 - Fix include directives and forward declarations. r=andi,necko-reviewers,jgilbert
|
2021-03-25 10:19:44 +00:00 |
mozStoragePrivateHelpers.cpp
|
Bug 1660470 - Add missing include directives/forward declarations. r=nika
|
2020-11-23 16:21:38 +00:00 |
mozStoragePrivateHelpers.h
|
Bug 1121282 - Allow use of thread pools for storage connections. r=asuth,dom-storage-reviewers,janv
|
2022-09-21 15:02:14 +00:00 |
mozStorageResultSet.cpp
|
…
|
|
mozStorageResultSet.h
|
…
|
|
mozStorageRow.cpp
|
Bug 1691913 - Rename nsBaseHashtable::Put to InsertOrUpdate. r=xpcom-reviewers,necko-reviewers,jgilbert,dragana,nika
|
2021-02-26 09:11:46 +00:00 |
mozStorageRow.h
|
Bug 1634281 - Use nsTHashMap instead of nsDataHashtable. r=xpcom-reviewers,necko-reviewers,jgilbert,nika,valentin
|
2021-03-10 10:47:47 +00:00 |
mozStorageSQLFunctions.cpp
|
…
|
|
mozStorageSQLFunctions.h
|
…
|
|
mozStorageService.cpp
|
Bug 1819535 - Extract quota related stuff from TelemetryVFS into standalone QuotaVFS; r=dom-storage-reviewers,mak,asuth
|
2023-03-07 14:27:07 +00:00 |
mozStorageService.h
|
Bug 1819535 - Extract quota related stuff from TelemetryVFS into standalone QuotaVFS; r=dom-storage-reviewers,mak,asuth
|
2023-03-07 14:27:07 +00:00 |
mozStorageStatement.cpp
|
Bug 1730547 - Return exact error instead of generic one. r=dom-storage-reviewers,jstutte
|
2023-01-10 17:16:17 +00:00 |
mozStorageStatement.h
|
…
|
|
mozStorageStatementData.h
|
…
|
|
mozStorageStatementJSHelper.cpp
|
Bug 1792574, part 3 - Don't include nsMemory where it isn't needed. r=xpcom-reviewers,necko-reviewers,valentin,nika
|
2022-09-28 15:17:46 +00:00 |
mozStorageStatementJSHelper.h
|
…
|
|
mozStorageStatementParams.cpp
|
Bug 1792574, part 3 - Don't include nsMemory where it isn't needed. r=xpcom-reviewers,necko-reviewers,valentin,nika
|
2022-09-28 15:17:46 +00:00 |
mozStorageStatementParams.h
|
Bug 1777574, automate CC zone handling, r=mccr8
|
2022-09-07 11:22:51 +00:00 |
mozStorageStatementRow.cpp
|
Bug 1792574, part 3 - Don't include nsMemory where it isn't needed. r=xpcom-reviewers,necko-reviewers,valentin,nika
|
2022-09-28 15:17:46 +00:00 |
mozStorageStatementRow.h
|
Bug 1777574, automate CC zone handling, r=mccr8
|
2022-09-07 11:22:51 +00:00 |
storage.h
|
…
|
|
style.txt
|
…
|
|
variantToSQLiteT_impl.h
|
…
|
|