.. |
test
|
|
|
Action.cpp
|
|
|
Action.h
|
Bug 1636050 - dom::cache::Action now inherits from SafeRefCounted r=dom-workers-and-storage-reviewers,sg
|
2020-07-01 14:20:12 +00:00 |
ActorChild.cpp
|
|
|
ActorChild.h
|
|
|
ActorUtils.h
|
Bug 1636050 - PCacheStreamControl protocol is now refcounted r=dom-workers-and-storage-reviewers,sg
|
2020-06-09 12:58:44 +00:00 |
AutoUtils.cpp
|
Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj
|
2020-07-01 08:29:29 +00:00 |
AutoUtils.h
|
|
|
Cache.cpp
|
|
|
Cache.h
|
|
|
CacheChild.cpp
|
|
|
CacheChild.h
|
|
|
CacheOpChild.cpp
|
|
|
CacheOpChild.h
|
|
|
CacheOpParent.cpp
|
Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj
|
2020-07-01 08:29:29 +00:00 |
CacheOpParent.h
|
Bug 1603168 - Reject Cache.match and Cache.matchAll if the response doesn't match the caller context coep r=dom-workers-and-storage-reviewers,perry
|
2020-05-23 01:44:58 +00:00 |
CacheParent.cpp
|
|
|
CacheParent.h
|
|
|
CacheStorage.cpp
|
Bug 1609920 - part 1: Allow the WebExtension Framework to register a moz-extension service worker. r=dom-workers-and-storage-reviewers,asuth,mixedpuppy
|
2020-07-03 10:14:24 +00:00 |
CacheStorage.h
|
|
|
CacheStorageChild.cpp
|
|
|
CacheStorageChild.h
|
|
|
CacheStorageParent.cpp
|
|
|
CacheStorageParent.h
|
|
|
CacheStreamControlChild.cpp
|
Bug 1637500 - P2. Rename methods as they are not always dealing with "threads". r=froydnj
|
2020-06-23 05:05:36 +00:00 |
CacheStreamControlChild.h
|
Bug 1636050 - PCacheStreamControl protocol is now refcounted r=dom-workers-and-storage-reviewers,sg
|
2020-06-09 12:58:44 +00:00 |
CacheStreamControlParent.cpp
|
|
|
CacheStreamControlParent.h
|
Bug 1636050 - PCacheStreamControl protocol is now refcounted r=dom-workers-and-storage-reviewers,sg
|
2020-06-09 12:58:44 +00:00 |
CacheTypes.ipdlh
|
Bug 1603168 - Reject Cache.match and Cache.matchAll if the response doesn't match the caller context coep r=dom-workers-and-storage-reviewers,perry
|
2020-05-23 01:44:58 +00:00 |
CacheWorkerRef.cpp
|
|
|
CacheWorkerRef.h
|
|
|
Connection.cpp
|
Bug 1644780 - Removed diagnostic assertion when db::IncrementalVacuum fails. r=dom-workers-and-storage-reviewers,janv
|
2020-07-07 16:05:29 +00:00 |
Connection.h
|
|
|
Context.cpp
|
Bug 1636050 - dom::cache::Action now inherits from SafeRefCounted r=dom-workers-and-storage-reviewers,sg
|
2020-07-01 14:20:12 +00:00 |
Context.h
|
Bug 1636050 - dom::cache::Action now inherits from SafeRefCounted r=dom-workers-and-storage-reviewers,sg
|
2020-07-01 14:20:12 +00:00 |
DBAction.cpp
|
Bug 1636050 - dom::cache::Action::Resolver now inherits from SafeRefCounted r=dom-workers-and-storage-reviewers,sg
|
2020-07-01 14:20:08 +00:00 |
DBAction.h
|
Bug 1636050 - dom::cache::Action::Resolver now inherits from SafeRefCounted r=dom-workers-and-storage-reviewers,sg
|
2020-07-01 14:20:08 +00:00 |
DBSchema.cpp
|
Bug 1609920 - part 1: Allow the WebExtension Framework to register a moz-extension service worker. r=dom-workers-and-storage-reviewers,asuth,mixedpuppy
|
2020-07-03 10:14:24 +00:00 |
DBSchema.h
|
|
|
FileUtils.cpp
|
Bug 1648010 - Fix uses of NS_LITERAL_STRING with C string literals. r=geckoview-reviewers,agi,froydnj
|
2020-07-01 08:34:12 +00:00 |
FileUtils.h
|
Bug 1648010 - Fix uses of NS_LITERAL_STRING with C string literals. r=geckoview-reviewers,agi,froydnj
|
2020-07-01 08:34:12 +00:00 |
FileUtilsImpl.h
|
Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj
|
2020-07-01 08:29:29 +00:00 |
IPCUtils.h
|
|
|
Manager.cpp
|
Bug 1651593 - Check the return value of db::GetKnownBodyIds(); r=dom-workers-and-storage-reviewers,sg
|
2020-07-09 07:27:46 +00:00 |
Manager.h
|
Bug 1644009 - P2. Revert "Bug 1592488 - P9. Make a DOMCacheThread an AbstractThread." r=nika
|
2020-06-12 05:09:33 +00:00 |
ManagerId.cpp
|
|
|
ManagerId.h
|
|
|
moz.build
|
|
|
PCache.ipdl
|
|
|
PCacheOp.ipdl
|
|
|
PCacheStorage.ipdl
|
|
|
PCacheStreamControl.ipdl
|
Bug 1636050 - PCacheStreamControl protocol is now refcounted r=dom-workers-and-storage-reviewers,sg
|
2020-06-09 12:58:44 +00:00 |
PrincipalVerifier.cpp
|
Bug 1637500 - P2. Rename methods as they are not always dealing with "threads". r=froydnj
|
2020-06-23 05:05:36 +00:00 |
PrincipalVerifier.h
|
Bug 1645339 - Use range-based for with nsTObserverArray in dom/cache. r=dom-workers-and-storage-reviewers,edenchuang
|
2020-06-17 15:04:24 +00:00 |
QuotaClient.cpp
|
Bug 1648010 - Remove NS_NAMED_LITERAL_CSTRING and NS_NAMED_LITERAL_STRING macros. r=froydnj
|
2020-07-01 08:42:31 +00:00 |
QuotaClient.h
|
Bug 1645943 - Check results from nsIFile's functions rather than mozStorage's/SQLite's in LockedGetPaddingSizeFromDB; r=janv,dom-workers-and-storage-reviewers,sg
|
2020-06-23 06:38:25 +00:00 |
QuotaClientImpl.h
|
Bug 1641512 - Use Result<UsageInfo, nsresult> as return type of InitOrigin and add separate InitOriginWithoutTracking. r=dom-workers-and-storage-reviewers,janv
|
2020-06-25 09:31:39 +00:00 |
ReadStream.cpp
|
Bug 1636050 - dom::cache::ReadStream::Controllable now inherits from AtomicSafeRefCounted. r=dom-workers-and-storage-reviewers,sg
|
2020-06-23 13:34:52 +00:00 |
ReadStream.h
|
Bug 1636050 - dom::cache::ReadStream::Controllable now inherits from AtomicSafeRefCounted. r=dom-workers-and-storage-reviewers,sg
|
2020-06-23 13:34:52 +00:00 |
SavedTypes.h
|
|
|
StreamControl.cpp
|
Bug 1636050 - dom::cache::ReadStream::Controllable now inherits from AtomicSafeRefCounted. r=dom-workers-and-storage-reviewers,sg
|
2020-06-23 13:34:52 +00:00 |
StreamControl.h
|
Bug 1636050 - dom::cache::ReadStream::Controllable now inherits from AtomicSafeRefCounted. r=dom-workers-and-storage-reviewers,sg
|
2020-06-23 13:34:52 +00:00 |
StreamList.cpp
|
|
|
StreamList.h
|
|
|
Types.h
|
|
|
TypeUtils.cpp
|
Bug 1609920 - part 1: Allow the WebExtension Framework to register a moz-extension service worker. r=dom-workers-and-storage-reviewers,asuth,mixedpuppy
|
2020-07-03 10:14:24 +00:00 |
TypeUtils.h
|
|
|