gecko/netwerk/cache2
2016-01-12 07:31:00 +01:00
..
AppCacheStorage.cpp Bug 1165256 - Make appcache fully work with OriginAttribues. r=jduell 2016-01-18 20:20:08 +01:00
AppCacheStorage.h
CacheEntry.cpp Bug 1154124 - Prevent recursion when calling HTTP cache entry's callbacks. r=michal 2016-01-14 21:16:06 +01:00
CacheEntry.h Bug 1211941 - Let nsICacheStorage.openTruncate impl return an HTTP cache entry write handle, r=michal 2016-01-12 07:31:00 +01:00
CacheFile.cpp Bug 1121672 - Make CacheFile::IsDoomed() protect mHandle with lock, r=michal 2016-01-12 09:24:00 +01:00
CacheFile.h Bug 1187134 (part 5) - Replace nsBaseHashtable::Enumerate() calls in netwerk/cache{,2}/ with iterators. r=valentin. 2015-12-03 14:00:04 -08:00
CacheFileChunk.cpp Bug 1032254 - Generic way to pin reasource in the HTTP cache, r=michal 2015-10-22 12:11:00 +02:00
CacheFileChunk.h Bug 1032254 - Generic way to pin reasource in the HTTP cache, r=michal 2015-10-22 12:11:00 +02:00
CacheFileContextEvictor.cpp Bug 1032254 - Generic way to pin reasource in the HTTP cache, r=michal 2015-10-22 12:11:00 +02:00
CacheFileContextEvictor.h Bug 1032254 - Generic way to pin reasource in the HTTP cache, r=michal 2015-10-22 12:11:00 +02:00
CacheFileInputStream.cpp
CacheFileInputStream.h Bug 1032254 - Generic way to pin reasource in the HTTP cache, r=michal 2015-10-22 12:11:00 +02:00
CacheFileIOManager.cpp Bug 1239687 - Leak invalid/doomed file handles immediately after HTTP cache shutdown. r=michal 2016-01-14 08:14:00 +01:00
CacheFileIOManager.h Bug 1239687 - Leak invalid/doomed file handles immediately after HTTP cache shutdown. r=michal 2016-01-14 08:14:00 +01:00
CacheFileMetadata.cpp Bug 1032254 - Generic way to pin reasource in the HTTP cache, r=michal 2015-10-22 12:11:00 +02:00
CacheFileMetadata.h Bug 1209162 - Create OriginAttributes subtypes. IGNORE IDL r=sicking. 2015-11-03 09:50:54 +08:00
CacheFileOutputStream.cpp Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
CacheFileOutputStream.h Bug 1032254 - Generic way to pin reasource in the HTTP cache, r=michal 2015-10-22 12:11:00 +02:00
CacheFileUtils.cpp Bug 1238290 - fix bad necko deps on unified_sources r=valentin.gosu 2016-01-08 20:20:50 -05:00
CacheFileUtils.h
CacheHashUtils.cpp Bug 1235298 - Annotate intentional switch fallthroughs to suppress -Wimplicit-fallthrough warnings in netwerk/. r=mcmanus 2015-11-22 21:58:33 -08:00
CacheHashUtils.h
CacheIndex.cpp Bug 1187134 (part 3) - Replace nsBaseHashtable::Enumerate() calls in netwerk/cache{,2}/ with iterators. r=valentin. 2015-12-03 14:00:02 -08:00
CacheIndex.h Bug 1190951 - TSan: data race netwerk/cache2/CacheIndex.cpp:1397 CacheIndex::IsUpToDate, r=valentin.gosu 2015-11-12 11:07:48 +01:00
CacheIndexContextIterator.cpp
CacheIndexContextIterator.h
CacheIndexIterator.cpp Bug 1190951 - TSan: data race netwerk/cache2/CacheIndex.cpp:1397 CacheIndex::IsUpToDate, r=valentin.gosu 2015-11-12 11:07:48 +01:00
CacheIndexIterator.h Bug 1032254 - Generic way to pin reasource in the HTTP cache, r=michal 2015-10-22 12:11:00 +02:00
CacheIOThread.cpp Bug 1222782 - TSan: data race netwerk/cache2/CacheIOThread.cpp:148 Target (race on mXPCOMThread), r=jseward 2015-11-13 18:49:29 +01:00
CacheIOThread.h Bug 996836 - Merge CLOSE and WRITE priority in cache2 I/O thread. r=michal 2016-01-05 11:50:00 -05:00
CacheLog.cpp bug 1219466 - convert netwerk to LazyLogModule r=valentin.gosu 2015-11-02 23:35:29 -05:00
CacheLog.h bug 1219466 - convert netwerk to LazyLogModule r=valentin.gosu 2015-11-02 23:35:29 -05:00
CacheObserver.cpp Bug 913822 - Shutdown I/O time limit for HTTP cache. r=michal 2016-01-13 16:11:00 -05:00
CacheObserver.h Bug 913822 - Shutdown I/O time limit for HTTP cache. r=michal 2016-01-13 16:11:00 -05:00
CacheStorage.cpp Bug 1211941 - Let nsICacheStorage.openTruncate impl return an HTTP cache entry write handle, r=michal 2016-01-12 07:31:00 +01:00
CacheStorage.h Bug 1032254 - Generic way to pin reasource in the HTTP cache, r=michal 2015-10-22 12:11:00 +02:00
CacheStorageService.cpp Bug 1220272 - Fix signalling in HTTP cache test code suspender. r=michal 2016-01-14 11:24:00 +01:00
CacheStorageService.h Bug 1220272 - Fix signalling in HTTP cache test code suspender. r=michal 2016-01-14 11:24:00 +01:00
moz.build Bug 1032254 - Generic way to pin reasource in the HTTP cache, r=michal 2015-10-22 12:11:00 +02:00
nsICacheEntry.idl
nsICacheEntryDoomCallback.idl
nsICacheEntryOpenCallback.idl
nsICacheStorage.idl
nsICacheStorageService.idl Bug 1032254 - Generic way to pin reasource in the HTTP cache, r=michal 2015-10-22 12:11:00 +02:00
nsICacheStorageVisitor.idl Bug 1206060 - Show pinning status at about:cache. r=michal 2015-10-30 08:12:00 +01:00
nsICacheTesting.idl Bug 1032254 - Generic way to pin reasource in the HTTP cache, r=michal 2015-10-22 12:11:00 +02:00
OldWrappers.cpp Bug 1165256 - Make appcache fully work with OriginAttribues. r=jduell 2016-01-18 20:20:08 +01:00
OldWrappers.h