gecko-dev/dom/cache
Gregory Pappas 0816578dff Bug 1177968 - Remove dom.caches.enabled pref r=webidl,devtools-reviewers,saschanaz,asuth
Differential Revision: https://phabricator.services.mozilla.com/D183849
2023-07-20 07:26:11 +00:00
..
test Bug 1177968 - Remove dom.caches.enabled pref r=webidl,devtools-reviewers,saschanaz,asuth 2023-07-20 07:26:11 +00:00
Action.cpp
Action.h Bug 1768189 - Part 6: Apply modernize-concat-nested-namespaces to dom/bindings/RootedDictionary.h ... r=andi 2022-05-09 20:41:05 +00:00
ActorChild.cpp
ActorChild.h Bug 1636050 - PCacheOp protocol is now refcounted. r=dom-storage-reviewers,asuth 2022-07-21 03:22:26 +00:00
ActorUtils.h Bug 1636050 - PCacheOp protocol is now refcounted. r=dom-storage-reviewers,asuth 2022-07-21 03:22:26 +00:00
AutoUtils.cpp Bug 1814683 - Part 1: Combine parent/child fields in IPDL structs/unions, r=ipc-reviewers,necko-reviewers,mccr8 2023-03-20 15:40:31 +00:00
AutoUtils.h Bug 1754004 - Part 11: Simplify the IPCStream serialization API, r=asuth,necko-reviewers,kershaw 2022-05-13 14:16:13 +00:00
Cache.cpp Bug 1777145 - Don't expose Wrap for WebIDL iterable iterator objects outside of binding code. r=edgar 2022-09-22 18:28:18 +00:00
Cache.h Bug 1777574, automate CC zone handling, r=mccr8 2022-09-07 11:22:51 +00:00
CacheChild.cpp Bug 1636050 - PCacheOp protocol is now refcounted. r=dom-storage-reviewers,asuth 2022-07-21 03:22:26 +00:00
CacheChild.h Bug 1636050 - PCacheOp protocol is now refcounted. r=dom-storage-reviewers,asuth 2022-07-21 03:22:26 +00:00
CacheCommon.cpp
CacheCommon.h
CacheOpChild.cpp Bug 1814683 - Part 1: Combine parent/child fields in IPDL structs/unions, r=ipc-reviewers,necko-reviewers,mccr8 2023-03-20 15:40:31 +00:00
CacheOpChild.h Bug 1636050 - PCacheOp protocol is now refcounted. r=dom-storage-reviewers,asuth 2022-07-21 03:22:26 +00:00
CacheOpParent.cpp Bug 1731778 - Implement COEP: credentialless for cache storage r=edenchuang 2022-06-27 17:07:15 +00:00
CacheOpParent.h Bug 1636050 - PCacheOp protocol is now refcounted. r=dom-storage-reviewers,asuth 2022-07-21 03:22:26 +00:00
CacheParent.cpp Bug 1636050 - PCacheOp protocol is now refcounted. r=dom-storage-reviewers,asuth 2022-07-21 03:22:26 +00:00
CacheParent.h Bug 1636050 - PCacheOp protocol is now refcounted. r=dom-storage-reviewers,asuth 2022-07-21 03:22:26 +00:00
CacheStorage.cpp Bug 1814733 r=timhuang,dom-storage-reviewers,asuth 2023-02-27 12:10:39 +00:00
CacheStorage.h Bug 1777145 - Don't expose Wrap for WebIDL iterable iterator objects outside of binding code. r=edgar 2022-09-22 18:28:18 +00:00
CacheStorageChild.cpp Bug 1636050 - PCacheOp protocol is now refcounted. r=dom-storage-reviewers,asuth 2022-07-21 03:22:26 +00:00
CacheStorageChild.h Bug 1636050 - PCacheOp protocol is now refcounted. r=dom-storage-reviewers,asuth 2022-07-21 03:22:26 +00:00
CacheStorageParent.cpp Bug 1636050 - PCacheOp protocol is now refcounted. r=dom-storage-reviewers,asuth 2022-07-21 03:22:26 +00:00
CacheStorageParent.h Bug 1636050 - PCacheOp protocol is now refcounted. r=dom-storage-reviewers,asuth 2022-07-21 03:22:26 +00:00
CacheStreamControlChild.cpp Bug 1814683 - Part 1: Combine parent/child fields in IPDL structs/unions, r=ipc-reviewers,necko-reviewers,mccr8 2023-03-20 15:40:31 +00:00
CacheStreamControlChild.h Bug 1754004 - Part 11: Simplify the IPCStream serialization API, r=asuth,necko-reviewers,kershaw 2022-05-13 14:16:13 +00:00
CacheStreamControlParent.cpp Bug 1814683 - Part 1: Combine parent/child fields in IPDL structs/unions, r=ipc-reviewers,necko-reviewers,mccr8 2023-03-20 15:40:31 +00:00
CacheStreamControlParent.h Bug 1771025 - Part 1: Cleaning up redundant header includes r=smaug 2022-06-07 22:12:39 +00:00
CacheTypes.ipdlh Bug 1814686 - Part 1b: Add nullable annotations to refcounted types in ipdl, r=ipc-reviewers,mccr8 2023-03-20 15:40:37 +00:00
CacheWorkerRef.cpp Bug 1743020 - Part 5: Eliminate FakeCopyable, r=asuth 2022-06-02 13:24:11 +00:00
CacheWorkerRef.h Bug 1768189 - Part 6: Apply modernize-concat-nested-namespaces to dom/bindings/RootedDictionary.h ... r=andi 2022-05-09 20:41:05 +00:00
Connection.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
Connection.h Bug 1768189 - Part 6: Apply modernize-concat-nested-namespaces to dom/bindings/RootedDictionary.h ... r=andi 2022-05-09 20:41:05 +00:00
Context.cpp Bug 1781201 - Change GetInfoFromValidatedPrincipalInfo to be fallible; r=hsingh 2023-05-03 08:22:56 +00:00
Context.h Bug 1768189 - Part 6: Apply modernize-concat-nested-namespaces to dom/bindings/RootedDictionary.h ... r=andi 2022-05-09 20:41:05 +00:00
DBAction.cpp Bug 1791755 - Extract OriginInfo, GroupInfo, GroupInfoPair and QuotaObject into separate source files; r=dom-storage-reviewers,jesup 2022-10-28 08:22:49 +00:00
DBAction.h Bug 1768189 - Part 6: Apply modernize-concat-nested-namespaces to dom/bindings/RootedDictionary.h ... r=andi 2022-05-09 20:41:05 +00:00
DBSchema.cpp Bug 1837548: Ignore vary headers when matching cache with opaque response.r=dom-storage-reviewers,asuth. 2023-07-11 14:42:49 +00:00
DBSchema.h Bug 1768189 - Part 6: Apply modernize-concat-nested-namespaces to dom/bindings/RootedDictionary.h ... r=andi 2022-05-09 20:41:05 +00:00
FileUtils.cpp Bug 1791762 - CreateFileInputStream, CreateFileOutputStream and CreateFileInputOutputStream should return MovingNotNull<T> instead of NotNull<T>; r=dom-storage-reviewers,jesup 2022-10-28 14:27:19 +00:00
FileUtils.h Bug 1791762 - CreateFileInputStream, CreateFileOutputStream and CreateFileInputOutputStream should return MovingNotNull<T> instead of NotNull<T>; r=dom-storage-reviewers,jesup 2022-10-28 14:27:19 +00:00
FileUtilsImpl.h Bug 1768189 - Part 7: Apply modernize-concat-nested-namespaces to dom/cache/FileUtilsImpl.h ... r=andi 2022-05-09 20:41:05 +00:00
IPCUtils.h
Manager.cpp Bug 1814683 - Part 1: Combine parent/child fields in IPDL structs/unions, r=ipc-reviewers,necko-reviewers,mccr8 2023-03-20 15:40:31 +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
ManagerId.h Bug 1768189 - Part 7: Apply modernize-concat-nested-namespaces to dom/cache/FileUtilsImpl.h ... r=andi 2022-05-09 20:41:05 +00:00
PCache.ipdl Bug 1636050 - PCache protocol is now refcounted r=hsingh 2022-06-03 08:58:30 +00:00
PCacheOp.ipdl Bug 1636050 - PCacheOp protocol is now refcounted. r=dom-storage-reviewers,asuth 2022-07-21 03:22:26 +00:00
PCacheStorage.ipdl Bug 1636050 - PCacheOp protocol is now refcounted. r=dom-storage-reviewers,asuth 2022-07-21 03:22:26 +00:00
PCacheStreamControl.ipdl Bug 1754004 - Part 2: Remove the PFileDescriptorSet interface, r=asuth,necko-reviewers,kershaw 2022-05-13 14:16:09 +00:00
PrincipalVerifier.cpp Bug 1799692 - Part 1: Introduce ThreadsafeContentParentHandle, r=asuth 2022-11-29 20:41:46 +00:00
PrincipalVerifier.h Bug 1799692 - Part 1: Introduce ThreadsafeContentParentHandle, r=asuth 2022-11-29 20:41:46 +00:00
QuotaClient.cpp Bug 1781201 - Convert GetOriginDirectory/DeleteOriginDirectory arguments into a single argument; r=hsingh 2023-05-03 02:05:11 +00:00
QuotaClient.h Bug 1768189 - Part 7: Apply modernize-concat-nested-namespaces to dom/cache/FileUtilsImpl.h ... r=andi 2022-05-09 20:41:05 +00:00
QuotaClientImpl.h Bug 1827377 - Add support for clearing storages in private repository; r=hsingh 2023-04-26 08:23:13 +00:00
ReadStream.cpp Bug 1814683 - Part 1: Combine parent/child fields in IPDL structs/unions, r=ipc-reviewers,necko-reviewers,mccr8 2023-03-20 15:40:31 +00:00
ReadStream.h Bug 1754004 - Part 11: Simplify the IPCStream serialization API, r=asuth,necko-reviewers,kershaw 2022-05-13 14:16:13 +00:00
SavedTypes.h Bug 1768189 - Part 7: Apply modernize-concat-nested-namespaces to dom/cache/FileUtilsImpl.h ... r=andi 2022-05-09 20:41:05 +00:00
StreamControl.cpp
StreamControl.h Bug 1754004 - Part 11: Simplify the IPCStream serialization API, r=asuth,necko-reviewers,kershaw 2022-05-13 14:16:13 +00:00
StreamList.cpp
StreamList.h Bug 1768189 - Part 7: Apply modernize-concat-nested-namespaces to dom/cache/FileUtilsImpl.h ... r=andi 2022-05-09 20:41:05 +00:00
TypeUtils.cpp Bug 1832333 - Remove unused ErrorResult in GetBodyUsed r=smaug 2023-05-10 20:11:13 +00:00
TypeUtils.h Bug 1754004 - Part 11: Simplify the IPCStream serialization API, r=asuth,necko-reviewers,kershaw 2022-05-13 14:16:13 +00:00
Types.h Bug 1768189 - Part 7: Apply modernize-concat-nested-namespaces to dom/cache/FileUtilsImpl.h ... r=andi 2022-05-09 20:41:05 +00:00
moz.build