..
Makefile.in
Bug 614513 - Crash in nsCacheService::DeactivateEntry during Linux Talos. r=bzbarsky@mit.edu, a=blocker
2010-12-29 03:25:14 +02:00
nsApplicationCache.h
Bug 536295 - e10s HTTP: offline application cache, r=dwitte, sr=cbiesinger, a=fennec-2.0b2+
2010-10-20 19:12:32 +02:00
nsCache.cpp
Bug 542222 - Reduce recursion in netwerk makefiles.
2010-06-05 21:18:12 -04:00
nsCache.h
Bug 542222 - Reduce recursion in netwerk makefiles.
2010-06-05 21:18:12 -04:00
nsCacheDevice.h
Bug 542222 - Reduce recursion in netwerk makefiles.
2010-06-05 21:18:12 -04:00
nsCacheEntry.cpp
Bug 614513 - Crash in nsCacheService::DeactivateEntry during Linux Talos. r=bzbarsky@mit.edu, a=blocker
2011-01-27 17:02:44 +02:00
nsCacheEntry.h
Bug 641663 - Add string size to reported size of nsCacheEntry. r=biesi a=blocking-fennec
2011-03-29 11:54:58 -07:00
nsCacheEntryDescriptor.cpp
Bug 632280 - Remove NS_NOTREACHED occurrences near nsCacheEntryDescriptor.cpp:686; r=bzbarsky,khuey a=bsmedberg
2011-02-11 16:49:07 -05:00
nsCacheEntryDescriptor.h
Bug 614513 - Crash in nsCacheService::DeactivateEntry during Linux Talos. r=bzbarsky@mit.edu, a=blocker
2010-12-29 03:25:14 +02:00
nsCacheMetaData.cpp
Bug 542222 - Reduce recursion in netwerk makefiles.
2010-06-05 21:18:12 -04:00
nsCacheMetaData.h
Bug 542222 - Reduce recursion in netwerk makefiles.
2010-06-05 21:18:12 -04:00
nsCacheRequest.h
Rollup of bug 645263 and bug 646259: Switch to mozilla:: sync primitives. r=cjones,dbaron,doublec,ehsan src=bsmedberg
2011-03-31 23:29:02 -05:00
nsCacheService.cpp
Rollup of bug 645263 and bug 646259: Switch to mozilla:: sync primitives. r=cjones,dbaron,doublec,ehsan src=bsmedberg
2011-03-31 23:29:02 -05:00
nsCacheService.h
Rollup of bug 645263 and bug 646259: Switch to mozilla:: sync primitives. r=cjones,dbaron,doublec,ehsan src=bsmedberg
2011-03-31 23:29:02 -05:00
nsCacheSession.cpp
Bug 542222 - Reduce recursion in netwerk makefiles.
2010-06-05 21:18:12 -04:00
nsCacheSession.h
Bug 542222 - Reduce recursion in netwerk makefiles.
2010-06-05 21:18:12 -04:00
nsDeleteDir.cpp
Bug 542222 - Reduce recursion in netwerk makefiles.
2010-06-05 21:18:12 -04:00
nsDeleteDir.h
Bug 542222 - Reduce recursion in netwerk makefiles.
2010-06-05 21:18:12 -04:00
nsDiskCache.h
Bug 604897 - Unable to cache small entries when _CACHE_00[1-3]_ is full; r=mayhemer a=blocking-betaN+
2011-01-18 16:12:10 +02:00
nsDiskCacheBinding.cpp
Bug 542222 - Reduce recursion in netwerk makefiles.
2010-06-05 21:18:12 -04:00
nsDiskCacheBinding.h
Bug 542222 - Reduce recursion in netwerk makefiles.
2010-06-05 21:18:12 -04:00
nsDiskCacheBlockFile.cpp
Bug 604897 - Unable to cache small entries when _CACHE_00[1-3]_ is full; r=mayhemer a=blocking-betaN+
2011-01-18 16:12:10 +02:00
nsDiskCacheBlockFile.h
Bug 604897 - Unable to cache small entries when _CACHE_00[1-3]_ is full; r=mayhemer a=blocking-betaN+
2011-01-18 16:12:10 +02:00
nsDiskCacheDevice.cpp
Rollup of bug 645263 and bug 646259: Switch to mozilla:: sync primitives. r=cjones,dbaron,doublec,ehsan src=bsmedberg
2011-03-31 23:29:02 -05:00
nsDiskCacheDevice.h
Bug 588507: Skip caching if Content-Length is greater than eviction size. r=michal, a=betaN+
2010-09-07 15:39:28 -07:00
nsDiskCacheDeviceSQL.cpp
Bug 645094 - Stop using [deprecated] Storage methods in the disk cache
2011-03-31 10:19:31 -07:00
nsDiskCacheDeviceSQL.h
Bug 588507: Skip caching if Content-Length is greater than eviction size. r=michal, a=betaN+
2010-09-07 15:39:28 -07:00
nsDiskCacheEntry.cpp
Bug 542222 - Reduce recursion in netwerk makefiles.
2010-06-05 21:18:12 -04:00
nsDiskCacheEntry.h
Bug 542222 - Reduce recursion in netwerk makefiles.
2010-06-05 21:18:12 -04:00
nsDiskCacheMap.cpp
Bug 604897 - Unable to cache small entries when _CACHE_00[1-3]_ is full; r=mayhemer a=blocking-betaN+
2011-01-18 16:12:10 +02:00
nsDiskCacheMap.h
Bug 604897 - Unable to cache small entries when _CACHE_00[1-3]_ is full; r=mayhemer a=blocking-betaN+
2011-01-18 16:12:10 +02:00
nsDiskCacheStreams.cpp
Bug 604897 - Unable to cache small entries when _CACHE_00[1-3]_ is full; r=mayhemer a=blocking-betaN+
2011-01-18 16:12:10 +02:00
nsDiskCacheStreams.h
Bug 592557 - Eliminate uses of PR_Atomic{Increment,Decrement} functions in favor of PR_ATOMIC_{INCREMENT,DECREMENT} macros. r=bsmedberg,gal
2011-03-28 15:58:49 -04:00
nsICache.idl
# User Michal Novotny <michal.novotny@gmail.com>
2010-06-23 23:55:19 -07:00
nsICacheEntryDescriptor.idl
Bug 588507: Skip caching if Content-Length is greater than eviction size. r=michal, a=betaN+
2010-09-07 15:39:28 -07:00
nsICacheListener.idl
Bug 542222 - Reduce recursion in netwerk makefiles.
2010-06-05 21:18:12 -04:00
nsICacheService.idl
Bug 513008 - Eliminate synchronous reads from cache. r=jduell,sdwilsh sr=shaver a2.0=blocking
2010-08-24 03:06:23 +02:00
nsICacheSession.idl
Bug 542222 - Reduce recursion in netwerk makefiles.
2010-06-05 21:18:12 -04:00
nsICacheVisitor.idl
Bug 542222 - Reduce recursion in netwerk makefiles.
2010-06-05 21:18:12 -04:00
nsIDiskCacheStreamInternal.idl
Bug 614513 - Crash in nsCacheService::DeactivateEntry during Linux Talos. r=bzbarsky@mit.edu, a=blocker
2010-12-29 03:25:14 +02:00
nsMemoryCacheDevice.cpp
Bug 588507: Skip caching if Content-Length is greater than eviction size. r=michal, a=betaN+
2010-09-07 15:39:28 -07:00
nsMemoryCacheDevice.h
Bug 588507: Skip caching if Content-Length is greater than eviction size. r=michal, a=betaN+
2010-09-07 15:39:28 -07:00