gecko-dev/dom/cache
Jan Rio Krause 057785b6d5 Bug 1519200 - Remove `NS_ERROR_FILE_TARGET_DOES_NOT_EXIST` in favor of `NS_ERROR_FILE_NOT_FOUND`. r=xpcom-reviewers,nika,dom-storage-reviewers,jstutte
Differential Revision: https://phabricator.services.mozilla.com/D77575
2022-04-05 15:17:03 +00:00
..
test Bug 1749068 - disable test_hsts_upgrade_intercept.html and test_cache_worker_gc.html to reduce failure rate r=intermittent-reviewers,MasterWayZ DONTBUILD 2022-02-08 07:46:47 +00:00
Action.cpp
Action.h Bug 1672140 - Rename cache::ClientMetadata to cache::CacheDirectoryMetadata; r=dom-storage-reviewers,janv 2021-11-24 20:50:37 +00:00
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 1727526: Add AssertWillDelete before calling Send__delete__ on CacheStreamControlParent. r=dom-storage-reviewers,janv 2022-02-22 17:13:10 +00:00
AutoUtils.h Bug 1723050 - Part 5: Replace typedef by using in dom/cache/ r=janv 2021-08-06 12:10:13 +00:00
Cache.cpp Bug 1753810 - Make sure Cache::Put rejects calls originated from an expanded principal. r=dom-storage-reviewers,asuth 2022-02-12 17:12:19 +00:00
Cache.h
CacheChild.cpp Bug 1731263 - Add QM_WARNONLY_TRY to some IPC calls in CacheAPI, which might be related to potential shutdown hang; r=dom-storage-reviewers,jstutte 2021-10-06 13:59:09 +00:00
CacheChild.h
CacheCommon.cpp
CacheCommon.h Bug 1709067 - CACHE: Remove module specific QM_TRY macros; r=dom-storage-reviewers,jstutte 2021-05-03 19:44:39 +00:00
CacheOpChild.cpp Bug 1691889 - Replace MOZ_MUST_USE with [[nodiscard]] in dom/. r=peterv 2021-03-10 08:19:25 +00:00
CacheOpChild.h
CacheOpParent.cpp Bug 1759609 - Make IPDL typedef generation happen non-recursively, r=ipc-reviewers,mccr8 2022-03-17 18:09:36 +00:00
CacheOpParent.h
CacheParent.cpp Bug 1686191 - Have a way to specifically report warnings around QM_TRY; r=asuth,sg,dom-storage-reviewers 2021-03-24 12:27:53 +00:00
CacheParent.h
CacheStorage.cpp Bug 1731960 - Move all Result extensions from QMResult.h to a dedicated file; r=dom-storage-reviewers,jari 2021-11-30 05:05:51 +00:00
CacheStorage.h Bug 1723050 - Part 5: Replace typedef by using in dom/cache/ r=janv 2021-08-06 12:10:13 +00:00
CacheStorageChild.cpp Bug 1731263 - Add QM_WARNONLY_TRY to some IPC calls in CacheAPI, which might be related to potential shutdown hang; r=dom-storage-reviewers,jstutte 2021-10-06 13:59:09 +00:00
CacheStorageChild.h
CacheStorageParent.cpp Bug 1731263 - Add QM_WARNONLY_TRY to some IPC calls in CacheAPI, which might be related to potential shutdown hang; r=dom-storage-reviewers,jstutte 2021-10-06 13:59:09 +00:00
CacheStorageParent.h
CacheStreamControlChild.cpp Bug 1731263 - Add QM_WARNONLY_TRY to some IPC calls in CacheAPI, which might be related to potential shutdown hang; r=dom-storage-reviewers,jstutte 2021-10-06 13:59:09 +00:00
CacheStreamControlChild.h
CacheStreamControlParent.cpp Bug 1727526: Make AssertWillDelete check mStreamList and remove suspect candidates on ActorDestroy. r=dom-storage-reviewers,janv 2022-02-24 10:25:09 +00:00
CacheStreamControlParent.h Bug 1727526: Add AssertWillDelete before calling Send__delete__ on CacheStreamControlParent. r=dom-storage-reviewers,janv 2022-02-22 17:13:10 +00:00
CacheTypes.ipdlh Bug 1751948 - Part 7: Fix non-unified filename conflict between generated and non-generated ChannelInfo.cpp files, r=asuth 2022-02-28 21:01:49 +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 1694231 - Add support for nested mozStorageTransaction using savepoints; r=dom-storage-reviewers,sg 2021-03-03 18:53:14 +00:00
Connection.h
Context.cpp Bug 1731960 - Move all Result extensions from QMResult.h to a dedicated file; r=dom-storage-reviewers,jari 2021-11-30 05:05:51 +00:00
Context.h Bug 1672140 - Rename cache::ClientMetadata to cache::CacheDirectoryMetadata; r=dom-storage-reviewers,janv 2021-11-24 20:50:37 +00:00
DBAction.cpp 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
DBAction.h Bug 1672140 - Rename cache::ClientMetadata to cache::CacheDirectoryMetadata; r=dom-storage-reviewers,janv 2021-11-24 20:50:37 +00:00
DBSchema.cpp Bug 1731969 - Rename ToResultInvoke member function overloads to ToResultInvokeMember; r=dom-storage-reviewers,jari 2021-11-30 05:05:53 +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 1519200 - Remove `NS_ERROR_FILE_TARGET_DOES_NOT_EXIST` in favor of `NS_ERROR_FILE_NOT_FOUND`. r=xpcom-reviewers,nika,dom-storage-reviewers,jstutte 2022-04-05 15:17:03 +00:00
FileUtils.h Bug 1672140 - Rename cache::ClientMetadata to cache::CacheDirectoryMetadata; r=dom-storage-reviewers,janv 2021-11-24 20:50:37 +00:00
FileUtilsImpl.h Bug 1731960 - Move all Result extensions from QMResult.h to a dedicated file; r=dom-storage-reviewers,jari 2021-11-30 05:05:51 +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 1757144: Abort DOMCACHE operations on InitiateShutdown. r=dom-storage-reviewers,janv 2022-03-17 10:01:09 +00:00
Manager.h Bug 1727526: Make AssertWillDelete check mStreamList and remove suspect candidates on ActorDestroy. r=dom-storage-reviewers,janv 2022-02-24 10:25:09 +00:00
ManagerId.cpp Bug 1709067 - CACHE: Remove module specific QM_TRY macros; r=dom-storage-reviewers,jstutte 2021-05-03 19:44:39 +00:00
ManagerId.h
PCache.ipdl Bug 1736371 - Default new actors to be refcounted, r=alwu,media-playback-reviewers,mccr8 2022-02-09 17:29:47 +00:00
PCacheOp.ipdl Bug 1736371 - Default new actors to be refcounted, r=alwu,media-playback-reviewers,mccr8 2022-02-09 17:29:47 +00:00
PCacheStorage.ipdl Bug 1736371 - Default new actors to be refcounted, r=alwu,media-playback-reviewers,mccr8 2022-02-09 17:29:47 +00:00
PCacheStreamControl.ipdl Bug 1736371 - Default new actors to be refcounted, r=alwu,media-playback-reviewers,mccr8 2022-02-09 17:29:47 +00:00
PrincipalVerifier.cpp Bug 1731960 - Move all Result extensions from QMResult.h to a dedicated file; r=dom-storage-reviewers,jari 2021-11-30 05:05:51 +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 1731969 - Rename ToResultInvoke member function overloads to ToResultInvokeMember; r=dom-storage-reviewers,jari 2021-11-30 05:05:53 +00:00
QuotaClient.h Bug 1672140 - Rename cache::ClientMetadata to cache::CacheDirectoryMetadata; r=dom-storage-reviewers,janv 2021-11-24 20:50:37 +00:00
QuotaClientImpl.h Bug 1731960 - Move all Result extensions from QMResult.h to a dedicated file; r=dom-storage-reviewers,jari 2021-11-30 05:05:51 +00:00
ReadStream.cpp Bug 1207753 - Add MOZ_UNANNOTATED to all Mutexes/Monitors r=nika,kershaw 2022-03-16 18:47:08 +00:00
ReadStream.h
SavedTypes.h
StreamControl.cpp
StreamControl.h Bug 1723050 - Part 5: Replace typedef by using in dom/cache/ r=janv 2021-08-06 12:10:13 +00:00
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 1577346 - P3 Make InternalResponse be SafeRefcounted. r=dom-worker-reviewers,ytausky 2021-11-08 13:29:32 +00:00
TypeUtils.h
Types.h Bug 1672140 - Rename cache::ClientMetadata to cache::CacheDirectoryMetadata; r=dom-storage-reviewers,janv 2021-11-24 20:50:37 +00:00
moz.build Bug 1738401 - Remove -Wno-shadow warning suppressions. r=firefox-build-system-reviewers,glandium 2021-12-01 06:40:04 +00:00