| .. | 
		
		
			
			
			
			
				| AppCacheStorage.cpp | Bug 1436902 part 3.  Replace usage of NS_IMPL_ISUPPORTS_INHERITED0 with NS_INLINE_DECL_REFCOUNTING_INHERITED when possible.  r=mccr8 | 2018-02-12 15:44:40 -05:00 | 
		
			
			
			
			
				| AppCacheStorage.h | Bug 1436902 part 3.  Replace usage of NS_IMPL_ISUPPORTS_INHERITED0 with NS_INLINE_DECL_REFCOUNTING_INHERITED when possible.  r=mccr8 | 2018-02-12 15:44:40 -05:00 | 
		
			
			
			
			
				| CacheEntry.cpp | Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin | 2018-04-30 19:46:04 +03:00 | 
		
			
			
			
			
				| CacheEntry.h | Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin | 2018-04-30 19:46:04 +03:00 | 
		
			
			
			
			
				| CacheFile.cpp | Bug 1469769 - Part 6: Replace non-failing NS_NOTREACHED with MOZ_ASSERT_UNREACHABLE. r=froydnj | 2018-06-17 22:43:11 -07:00 | 
		
			
			
			
			
				| CacheFile.h | Bug 1448476 - Cache entry corruption after writing the alternate data. r=honzab | 2018-04-25 07:01:00 +03:00 | 
		
			
			
			
			
				| CacheFileChunk.cpp | Bug 1457813 - Part 2: Replace non-asserting NS_PRECONDITIONs with MOZ_ASSERTs. r=froydnj | 2018-04-28 12:50:58 -07:00 | 
		
			
			
			
			
				| CacheFileChunk.h | Bug 1444490 Declare classses (and one method) in network/ final to reduce virtual function calls r=nwgh | 2018-03-09 08:37:18 -06:00 | 
		
			
			
			
			
				| CacheFileContextEvictor.cpp | Bug 1469769 - Part 6: Replace non-failing NS_NOTREACHED with MOZ_ASSERT_UNREACHABLE. r=froydnj | 2018-06-17 22:43:11 -07:00 | 
		
			
			
			
			
				| CacheFileContextEvictor.h | Bug 1412320 - CacheIndex::~CacheIndex is called outside CacheIndex::sLock. r=honzab | 2018-01-18 07:14:00 -05:00 | 
		
			
			
			
			
				| CacheFileInputStream.cpp | Bug 1472945 - Remove some deadcode introduced by bug 1470355 r=valentin | 2018-07-03 10:38:46 +02:00 | 
		
			
			
			
			
				| CacheFileInputStream.h |  |  | 
		
			
			
			
			
				| CacheFileIOManager.cpp | Bug 1469769 - Part 6: Replace non-failing NS_NOTREACHED with MOZ_ASSERT_UNREACHABLE. r=froydnj | 2018-06-17 22:43:11 -07:00 | 
		
			
			
			
			
				| CacheFileIOManager.h | Bug 1469769 - Part 6: Replace non-failing NS_NOTREACHED with MOZ_ASSERT_UNREACHABLE. r=froydnj | 2018-06-17 22:43:11 -07:00 | 
		
			
			
			
			
				| CacheFileMetadata.cpp | Bug 1418028 - UBSan: null pointer passed to memcpy in CacheFileMetadata::WriteMetadata. r=honzab | 2018-01-18 07:50:00 -05:00 | 
		
			
			
			
			
				| CacheFileMetadata.h | Bug 1444490 Declare classses (and one method) in network/ final to reduce virtual function calls r=nwgh | 2018-03-09 08:37:18 -06:00 | 
		
			
			
			
			
				| CacheFileOutputStream.cpp | Bug 1457813 - Part 2: Replace non-asserting NS_PRECONDITIONs with MOZ_ASSERTs. r=froydnj | 2018-04-28 12:50:58 -07:00 | 
		
			
			
			
			
				| CacheFileOutputStream.h |  |  | 
		
			
			
			
			
				| CacheFileUtils.cpp | Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin | 2018-04-30 19:46:04 +03:00 | 
		
			
			
			
			
				| CacheFileUtils.h | Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin | 2018-04-30 19:46:04 +03:00 | 
		
			
			
			
			
				| CacheHashUtils.cpp |  |  | 
		
			
			
			
			
				| CacheHashUtils.h | Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin | 2018-04-30 19:46:04 +03:00 | 
		
			
			
			
			
				| CacheIndex.cpp | Bug 1469769 - Part 6: Replace non-failing NS_NOTREACHED with MOZ_ASSERT_UNREACHABLE. r=froydnj | 2018-06-17 22:43:11 -07:00 | 
		
			
			
			
			
				| CacheIndex.h | Bug 1469769 - Part 6: Replace non-failing NS_NOTREACHED with MOZ_ASSERT_UNREACHABLE. r=froydnj | 2018-06-17 22:43:11 -07:00 | 
		
			
			
			
			
				| CacheIndexContextIterator.cpp | Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin | 2018-04-30 19:46:04 +03:00 | 
		
			
			
			
			
				| CacheIndexContextIterator.h | Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin | 2018-04-30 19:46:04 +03:00 | 
		
			
			
			
			
				| CacheIndexIterator.cpp | Bug 1445302 - Replace TArray.RemoveElementAt(TArray.Length() - 1) pattern with TArray.RemoveLastElement() or TArray.PopLastElement() r=froydnj | 2018-03-13 14:51:33 +01:00 | 
		
			
			
			
			
				| CacheIndexIterator.h |  |  | 
		
			
			
			
			
				| CacheIOThread.cpp | Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin | 2018-04-30 19:46:04 +03:00 | 
		
			
			
			
			
				| CacheIOThread.h | Bug 1444490 Declare classses (and one method) in network/ final to reduce virtual function calls r=nwgh | 2018-03-09 08:37:18 -06:00 | 
		
			
			
			
			
				| CacheLog.cpp |  |  | 
		
			
			
			
			
				| CacheLog.h |  |  | 
		
			
			
			
			
				| CacheObserver.cpp | Bug 1457084 - Increase max chunk memory usage limit, r=mayhemer | 2018-05-23 05:03:00 +03:00 | 
		
			
			
			
			
				| CacheObserver.h | Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin | 2018-04-30 19:46:04 +03:00 | 
		
			
			
			
			
				| CacheStorage.cpp | Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin | 2018-04-30 19:46:04 +03:00 | 
		
			
			
			
			
				| CacheStorage.h | Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin | 2018-04-30 19:46:04 +03:00 | 
		
			
			
			
			
				| CacheStorageService.cpp | Bug 1453795 - Necko - Initialize member fields in classes/ structures. r=michal | 2018-06-14 11:19:07 +03:00 | 
		
			
			
			
			
				| CacheStorageService.h | Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin | 2018-04-30 19:46:04 +03:00 | 
		
			
			
			
			
				| moz.build | Bug 1394734 - Replace CONFIG['GNU_C*'] by CONFIG['CC_TYPE'] r=glandium | 2017-12-07 22:09:15 +01:00 | 
		
			
			
			
			
				| nsICacheEntry.idl | Bug 1448476 - Cache entry corruption after writing the alternate data. r=honzab | 2018-04-25 07:01:00 +03:00 | 
		
			
			
			
			
				| nsICacheEntryDoomCallback.idl |  |  | 
		
			
			
			
			
				| nsICacheEntryOpenCallback.idl |  |  | 
		
			
			
			
			
				| nsICacheStorage.idl |  |  | 
		
			
			
			
			
				| nsICacheStorageService.idl |  |  | 
		
			
			
			
			
				| nsICacheStorageVisitor.idl |  |  | 
		
			
			
			
			
				| nsICacheTesting.idl |  |  | 
		
			
			
			
			
				| OldWrappers.cpp | Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin | 2018-04-30 19:46:04 +03:00 | 
		
			
			
			
			
				| OldWrappers.h | Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin | 2018-04-30 19:46:04 +03:00 |