..
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 1465585: Switch from mozilla::Move to std::move. r=froydnj
2018-06-01 10:45:27 +02: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 1462937: Update callers to use nsIFile::GetDirectoryEntries as a nsIDirectoryEnumerator. r=froydnj
2018-05-19 20:17:45 -07:00
CacheFileContextEvictor.h
Bug 1412320 - CacheIndex::~CacheIndex is called outside CacheIndex::sLock. r=honzab
2018-01-18 07:14:00 -05:00
CacheFileIOManager.cpp
Bug 1456871 - Consider increasing disk cache size, r=mayhemer
2018-05-22 14:14:00 +03:00
CacheFileIOManager.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
CacheFileInputStream.cpp
Bug 1457813 - Part 2: Replace non-asserting NS_PRECONDITIONs with MOZ_ASSERTs. r=froydnj
2018-04-28 12:50:58 -07:00
CacheFileInputStream.h
Bug 1377681 - Crash in mozilla::net::CacheFile::Truncate: MOZ_RELEASE_ASSERT(maxInputChunk <= newLastChunk + 1), r=jduell
2017-07-08 01:27:30 +02: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
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
CacheIndex.cpp
Bug 1462937: Update callers to use nsIFile::GetDirectoryEntries as a nsIDirectoryEnumerator. r=froydnj
2018-05-19 20:17:45 -07:00
CacheIndex.h
Backed out 4 changesets (bug 525063) on request from Andi. a=backout
2018-04-13 16:01:28 +03: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
…
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 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.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
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
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
Bug 1360163 - Add test for altData of cache index, r=michal
2017-04-28 17:14:21 +08:00
nsICacheStorageService.idl
…
nsICacheStorageVisitor.idl
…
nsICacheTesting.idl
…