gecko-dev/dom/cache
Jan Varga 832c277718 Bug 1686031 - Fold QuotaInfo into OriginMetadata and rename QuotaInfo.h to OriginMetadata.h; r=dom-storage-reviewers,sg
Existing uses of OriginMetadata (with only mGroup and mOrigin) have been
adapted and they now always initialize mSuffix to an empty string.
Following patches will change it to real suffix if there's any.

Differential Revision: https://phabricator.services.mozilla.com/D104971
2021-02-12 21:43:42 +00:00
..
test Bug 1619592 - Replace EnsureStorageAndOriginIsInitialized with EnsureTemporaryOriginIsInitialized in dom/cache; r=dom-workers-and-storage-reviewers,sg 2020-11-19 15:41:55 +00:00
Action.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
Action.h
ActorChild.cpp Bug 1682536 - Use references/NotNull in CacheWorkerRef. r=dom-workers-and-storage-reviewers,asuth 2020-12-17 16:14:52 +00:00
ActorChild.h
ActorUtils.h
AutoUtils.cpp Bug 1679987 - Replace strtok for Vary header by nsCCharSeparatedTokenizer and range-based for. r=necko-reviewers,dom-workers-and-storage-reviewers,asuth,valentin 2020-12-16 19:10:41 +00:00
AutoUtils.h
Cache.cpp Bug 1683828 - Use QM_TRY et al. in Cache. r=dom-workers-and-storage-reviewers,ttung 2021-01-14 15:51:47 +00:00
Cache.h
CacheChild.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
CacheChild.h
CacheCommon.cpp Bug 1664412 - Mark some error handling functions as MOZ_COLD. r=dom-workers-and-storage-reviewers,janv 2020-09-14 12:14:17 +00:00
CacheCommon.h Bug 1671118 - Rename remaining QM_TRY_VAR occurrences to QM_TRY_ASSIGN/QM_TRY_UNWRAP/QM_TRY_INSPECT (including quota client equivalents); r=dom-workers-and-storage-reviewers,sg 2020-10-14 12:14:14 +00:00
CacheOpChild.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
CacheOpChild.h
CacheOpParent.cpp Bug 1682536 - Use references/NotNull with Listener. r=dom-workers-and-storage-reviewers,asuth 2021-01-21 11:58:37 +00:00
CacheOpParent.h
CacheParent.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
CacheParent.h
CacheStorage.cpp Bug 1683828 - Use QM_TRY et al. in CacheStorage. r=dom-workers-and-storage-reviewers,ttung 2021-01-14 16:30:12 +00:00
CacheStorage.h Bug 1683828 - Use QM_TRY et al. in CacheStorage. r=dom-workers-and-storage-reviewers,ttung 2021-01-14 16:30:12 +00:00
CacheStorageChild.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
CacheStorageChild.h
CacheStorageParent.cpp Bug 1682536 - Use references/NotNull with Listener. r=dom-workers-and-storage-reviewers,asuth 2021-01-21 11:58:37 +00:00
CacheStorageParent.h
CacheStreamControlChild.cpp Bug 1681529 - Part 11: Avoid using DelayedStart when serialzing the reply from SendOpenStream, r=asuth 2021-02-04 18:13:22 +00:00
CacheStreamControlChild.h
CacheStreamControlParent.cpp Bug 1681529 - Part 11: Avoid using DelayedStart when serialzing the reply from SendOpenStream, r=asuth 2021-02-04 18:13:22 +00:00
CacheStreamControlParent.h
CacheTypes.ipdlh Bug 1682103 - Make nsContentPolicyType a CEnum type. r=ckerschb 2020-12-16 11:36:47 +00:00
CacheWorkerRef.cpp Bug 1682536 - Use references/NotNull in CacheWorkerRef. r=dom-workers-and-storage-reviewers,asuth 2020-12-17 16:14:52 +00:00
CacheWorkerRef.h Bug 1682536 - Use references/NotNull in CacheWorkerRef. r=dom-workers-and-storage-reviewers,asuth 2020-12-17 16:14:52 +00:00
Connection.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
Connection.h
Context.cpp Bug 1686031 - Fold QuotaInfo into OriginMetadata and rename QuotaInfo.h to OriginMetadata.h; r=dom-storage-reviewers,sg 2021-02-12 21:43:42 +00:00
Context.h Bug 1682536 - Use references/NotNull in Context. r=dom-workers-and-storage-reviewers,asuth 2020-12-15 23:25:30 +00:00
DBAction.cpp Bug 1690291 - Handle NS_ERROR_STORAGE_IOERR when opening a database like NS_ERROR_FILE_CORRUPTED. r=dom-workers-and-storage-reviewers,asuth 2021-02-04 11:43:22 +00:00
DBAction.h Bug 1683828 - Use QM_TRY et al. in DBAction and modernize signatures. r=dom-workers-and-storage-reviewers,ttung 2021-01-14 16:42:32 +00:00
DBSchema.cpp Bug 1683828 - Use QM_TRY et al. in DBSchema. r=dom-workers-and-storage-reviewers,ttung 2021-01-20 16:35:48 +00:00
DBSchema.h Bug 1678030 - Move CollectWhileHasResult to QuotaCommon and use in other quota clients. r=dom-workers-and-storage-reviewers,ttung 2020-12-14 10:42:36 +00:00
FileUtils.cpp Bug 1690234 - Ignore ERROR_FILE_CORRUPT when calling BodyTraverseFiles from within CollectEachFile/ReduceUsageInfo. r=dom-workers-and-storage-reviewers,janv,asuth 2021-02-12 09:14:21 +00:00
FileUtils.h Bug 1683828 - Use QM_TRY et al. in FileUtils and modernize signatures. r=dom-workers-and-storage-reviewers,ttung 2021-01-14 16:42:32 +00:00
FileUtilsImpl.h Bug 1687321 - Use GetDirEntryKind instead of IsDirectory when iterating over directory entries in dom/cache. r=dom-workers-and-storage-reviewers,janv 2021-02-08 13:15:50 +00:00
IPCUtils.h Bug 1677466 - Move ParamTraits specializations with extra dependencies out of IPCMessageUtils.h. r=mccr8 2020-12-10 11:09:21 +00:00
Manager.cpp Bug 1690025 - Move DirectoryLock class to a separate file; r=dom-storage-reviewers,sg 2021-02-09 10:42:22 +00:00
Manager.h Bug 1682536 - Use references/NotNull in Manager. r=dom-workers-and-storage-reviewers,asuth 2020-12-17 16:14:43 +00:00
ManagerId.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
ManagerId.h
PCache.ipdl
PCacheOp.ipdl Bug 1689147 - Part 1: Add extended attribute syntax to IPDL, r=mccr8 2021-02-09 16:50:21 +00:00
PCacheStorage.ipdl
PCacheStreamControl.ipdl Bug 1681529 - Part 11: Avoid using DelayedStart when serialzing the reply from SendOpenStream, r=asuth 2021-02-04 18:13:22 +00:00
PrincipalVerifier.cpp Bug 1682536 - Use references/NotNull with Listener. r=dom-workers-and-storage-reviewers,asuth 2021-01-21 11:58:37 +00:00
PrincipalVerifier.h Bug 1682536 - Use references/NotNull with Listener. r=dom-workers-and-storage-reviewers,asuth 2021-01-21 11:58:37 +00:00
QuotaClient.cpp Bug 1686031 - Rename GroupAndOrigin to OriginMetadata; r=dom-storage-reviewers,sg 2021-02-12 14:03:28 +00:00
QuotaClient.h
QuotaClientImpl.h Bug 1686031 - Rename GroupAndOrigin to OriginMetadata; r=dom-storage-reviewers,sg 2021-02-12 14:03:28 +00:00
ReadStream.cpp Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
ReadStream.h Bug 1678062 - Remove unnecessary includes. r=andi 2020-11-23 16:12:02 +00:00
SavedTypes.h
StreamControl.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
StreamControl.h
StreamList.cpp Bug 1682536 - Use references/NotNull in Manager. r=dom-workers-and-storage-reviewers,asuth 2020-12-17 16:14:43 +00:00
StreamList.h
TypeUtils.cpp Bug 1679987 - Replace strtok for Vary header by nsCCharSeparatedTokenizer and range-based for. r=necko-reviewers,dom-workers-and-storage-reviewers,asuth,valentin 2020-12-16 19:10:41 +00:00
TypeUtils.h Bug 1654531 - Remove the support for cache option from cache.match; r=dom-workers-and-storage-reviewers,webidl,asuth,baku 2020-09-17 13:02:46 +00:00
Types.h Bug 1686031 - Fold QuotaInfo into OriginMetadata and rename QuotaInfo.h to OriginMetadata.h; r=dom-storage-reviewers,sg 2021-02-12 21:43:42 +00:00
moz.build Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00