..
AppCacheStorage.cpp
Bug 1165256 - Make appcache fully work with OriginAttribues. r=jduell
2016-01-18 20:20:08 +01:00
AppCacheStorage.h
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
CacheEntry.cpp
Bug 1268313: Part 7 - Move NS_NewRunnableMethod and friends to mozilla::NewRunnableMethod. r=froydnj
2016-05-05 01:45:00 -07:00
CacheEntry.h
Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj
2016-04-25 17:23:21 -07:00
CacheFile.cpp
Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj
2016-04-25 17:23:21 -07:00
CacheFile.h
Bug 1247644 - Don't do any I/O on doomed and unused HTTP cache entries, r=michal
2016-02-12 14:45:00 +01:00
CacheFileChunk.cpp
Bug 1268313: Part 7 - Move NS_NewRunnableMethod and friends to mozilla::NewRunnableMethod. r=froydnj
2016-05-05 01:45:00 -07:00
CacheFileChunk.h
Bug 1247644 - Don't do any I/O on doomed and unused HTTP cache entries, r=michal
2016-02-12 14:45:00 +01:00
CacheFileContextEvictor.cpp
Bug 1268313: Part 7 - Move NS_NewRunnableMethod and friends to mozilla::NewRunnableMethod. r=froydnj
2016-05-05 01:45:00 -07:00
CacheFileContextEvictor.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 1268313: Part 7 - Move NS_NewRunnableMethod and friends to mozilla::NewRunnableMethod. r=froydnj
2016-05-05 01:45:00 -07:00
CacheFileIOManager.h
Bug 1238160 - Rename OriginAttributes.mInBrowser and associated methods. r=bz,mayhemer
2016-03-02 10:35:56 -06:00
CacheFileInputStream.cpp
Bug 1247644 - Don't do any I/O on doomed and unused HTTP cache entries, r=michal
2016-02-12 14:45:00 +01:00
CacheFileInputStream.h
Bug 1247644 - Don't do any I/O on doomed and unused HTTP cache entries, r=michal
2016-02-12 14:45: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 1247644 - Don't do any I/O on doomed and unused HTTP cache entries, r=michal
2016-02-12 14:45:00 +01: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 1238160 - Rename OriginAttributes.mInBrowser and associated methods. r=bz,mayhemer
2016-03-02 10:35:56 -06:00
CacheFileUtils.h
Backed out changeset fb2a27db76bc (bug 1032254) for OS X Static Build Bustage on a CLOSED TREE
2015-07-31 07:57:50 +02:00
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
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
CacheIOThread.cpp
Bug 1257611 - Fix wrong CondVar::Wait() and Monitor::Wait() usage in netwerk/cache2, r=honzab
2016-03-21 16:51:58 +01:00
CacheIOThread.h
Bug 1253094, part 6 - Stop using DebugOnly for class/struct members in netwerk/. r=mayhemer
2016-02-26 15:52:07 +00:00
CacheIndex.cpp
Bug 1263197 - part 1 - use temporary variables in CacheIndex logging; r=michal.novotny
2016-05-06 09:11:17 -04:00
CacheIndex.h
Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj
2016-04-25 17:23:21 -07:00
CacheIndexContextIterator.cpp
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
CacheIndexContextIterator.h
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
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
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 1268313: Part 7 - Move NS_NewRunnableMethod and friends to mozilla::NewRunnableMethod. r=froydnj
2016-05-05 01:45:00 -07:00
CacheObserver.h
Bug 1248915 - TSan: data race on global 'mozilla::net::CacheObserver::sDiskCacheCapacity'. r=honzab.moz, n.nethercote.
2016-03-20 10:08:57 +01:00
CacheStorage.cpp
Bug 1050613 - Make sure force-valid for HTTP cache entries is removed when entries are removed, r=michal
2016-02-19 11:56: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 1268313: Part 7 - Move NS_NewRunnableMethod and friends to mozilla::NewRunnableMethod. r=froydnj
2016-05-05 01:45:00 -07:00
CacheStorageService.h
Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj
2016-04-25 17:23:21 -07:00
OldWrappers.cpp
Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj
2016-04-25 17:23:21 -07:00
OldWrappers.h
Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj
2016-04-25 17:23:21 -07: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
Bug 1016628 - Add prefetch abilities to the predictor. r=mayhemer
2016-04-21 12:32:30 -07:00
nsICacheEntryDoomCallback.idl
…
nsICacheEntryOpenCallback.idl
…
nsICacheStorage.idl
Bug 1244122 P1 Always support SW intercept even when http cache is disabled. r=mayhemer
2016-02-02 10:03:20 -08:00
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