gecko/netwerk/cache
Thinker K.F. Li a2b608edcc Bug 769184 - Update cache entry only for new. r=honzab
Update entries in offline cache device only for new ones.  It means the entries returned by BindEntry(), not FindEntry().
2012-07-16 20:38:47 -04:00
..
Makefile.in Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsApplicationCache.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsApplicationCacheService.cpp Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg 2012-06-06 14:08:30 +12:00
nsApplicationCacheService.h Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (netwerk parts); r=jduell 2012-06-05 23:18:25 -04:00
nsCache.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsCache.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsCacheDevice.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsCacheEntry.cpp Bug 753990 - Allow appcache to work with a custom cache (profile) folder within a single application, r=michal.novotny 2012-06-04 16:12:24 +02:00
nsCacheEntry.h Bug 753990 - Allow appcache to work with a custom cache (profile) folder within a single application, r=michal.novotny 2012-06-04 16:12:24 +02:00
nsCacheEntryDescriptor.cpp Bug 767275 - Add more detailed cache lock telemetry, r=michal, r=nfroyd 2012-06-29 16:20:34 -07:00
nsCacheEntryDescriptor.h Bug 767275 - Add more detailed cache lock telemetry, r=michal, r=nfroyd 2012-06-29 16:20:34 -07:00
nsCacheMetaData.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsCacheMetaData.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsCacheRequest.h Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg 2012-06-06 14:08:30 +12:00
nsCacheService.cpp Bug 760067 - Release all OfflineCache custom profile files ASAP after custom profile cache update has finished, r=michal 2012-07-11 20:20:17 +02:00
nsCacheService.h Bug 760067 - Release all OfflineCache custom profile files ASAP after custom profile cache update has finished, r=michal 2012-07-11 20:20:17 +02:00
nsCacheSession.cpp Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg 2012-06-06 14:08:30 +12:00
nsCacheSession.h Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg 2012-06-06 14:08:30 +12:00
nsDeleteDir.cpp Bug 720778 - Important threads should have a name for better debugability, r=bsmith, sr=bsmedberg+glandium 2012-06-12 19:06:20 +02:00
nsDeleteDir.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsDiskCache.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsDiskCacheBinding.cpp Bug 767275 - Add more detailed cache lock telemetry, r=michal, r=nfroyd 2012-06-29 16:20:34 -07:00
nsDiskCacheBinding.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsDiskCacheBlockFile.cpp Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg 2012-06-06 14:08:30 +12:00
nsDiskCacheBlockFile.h Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg 2012-06-06 14:08:30 +12:00
nsDiskCacheDevice.cpp Bug 767275 - Add more detailed cache lock telemetry, r=michal, r=nfroyd 2012-06-29 16:20:34 -07:00
nsDiskCacheDevice.h Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg 2012-06-06 14:08:30 +12:00
nsDiskCacheDeviceSQL.cpp Bug 769184 - Update cache entry only for new. r=honzab 2012-07-16 20:38:47 -04:00
nsDiskCacheDeviceSQL.h Bug 767025 - Part 2: Track active entries in memory and refuse to delete by ignore. r=honzab,gal 2012-06-29 06:27:03 +08:00
nsDiskCacheEntry.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsDiskCacheEntry.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsDiskCacheMap.cpp Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg 2012-06-06 14:08:30 +12:00
nsDiskCacheMap.h Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg 2012-06-06 14:08:30 +12:00
nsDiskCacheStreams.cpp Bug 767275 - Add more detailed cache lock telemetry, r=michal, r=nfroyd 2012-06-29 16:20:34 -07:00
nsDiskCacheStreams.h Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg 2012-06-06 14:08:30 +12:00
nsICache.idl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsICacheEntryDescriptor.idl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsICacheListener.idl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsICacheService.idl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsICacheSession.idl Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg 2012-06-06 14:08:30 +12:00
nsICacheVisitor.idl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsIDiskCacheStreamInternal.idl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsMemoryCacheDevice.cpp Bug 772523 - Remove the unused nsMemoryCacheDevice::mEvictionThreshold member; r=michal 2012-07-11 09:39:06 -04:00
nsMemoryCacheDevice.h Bug 772523 - Remove the unused nsMemoryCacheDevice::mEvictionThreshold member; r=michal 2012-07-11 09:39:06 -04:00