.. |
moz.build
|
Bug 1198334 (part 1) - Replace the opt-in FAIL_ON_WARNINGS with the opt-out ALLOW_COMPILER_WARNINGS. r=glandium.
|
2015-08-27 20:44:53 -07:00 |
nsApplicationCache.h
|
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
|
2015-10-18 01:24:48 -04:00 |
nsApplicationCacheService.cpp
|
Bug 1165256 - Make appcache fully work with OriginAttribues. r=jduell
|
2016-01-18 20:20:08 +01:00 |
nsApplicationCacheService.h
|
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
|
2015-10-18 01:24:48 -04:00 |
nsCache.cpp
|
bug 1219466 - convert netwerk to LazyLogModule r=valentin.gosu
|
2015-11-02 23:35:29 -05:00 |
nsCache.h
|
bug 1219466 - convert netwerk to LazyLogModule r=valentin.gosu
|
2015-11-02 23:35:29 -05:00 |
nsCacheDevice.h
|
…
|
|
nsCacheEntry.cpp
|
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
|
2015-10-18 01:24:48 -04:00 |
nsCacheEntry.h
|
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
|
2015-10-18 01:24:48 -04:00 |
nsCacheEntryDescriptor.cpp
|
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
|
2015-10-18 01:24:48 -04:00 |
nsCacheEntryDescriptor.h
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
nsCacheMetaData.cpp
|
Bug 1138293 - Use malloc/free/realloc/calloc instead of moz_malloc/moz_free/moz_realloc/moz_calloc. r=njn
|
2015-03-31 12:32:49 +09:00 |
nsCacheMetaData.h
|
Bug 1138293 - Use malloc/free/realloc/calloc instead of moz_malloc/moz_free/moz_realloc/moz_calloc. r=njn
|
2015-03-31 12:32:49 +09:00 |
nsCacheRequest.h
|
…
|
|
nsCacheService.cpp
|
Bug 1164581 - Adding an overload for NS_ProxyRelease that accepts already_AddRefed, and removing all the others. r=bobbyholley
|
2016-02-10 08:23:00 +01:00 |
nsCacheService.h
|
Bug 1187134 (part 1) - Replace nsBaseHashtable::Enumerate() calls in netwerk/cache{,2}/ with iterators. r=valentin.
|
2015-11-29 14:01:44 -08:00 |
nsCacheSession.cpp
|
…
|
|
nsCacheSession.h
|
…
|
|
nsCacheUtils.cpp
|
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
|
2015-10-18 01:24:48 -04:00 |
nsCacheUtils.h
|
…
|
|
nsDeleteDir.cpp
|
…
|
|
nsDeleteDir.h
|
…
|
|
nsDiskCache.h
|
…
|
|
nsDiskCacheBinding.cpp
|
Bug 1238290 - fix bad necko deps on unified_sources r=valentin.gosu
|
2016-01-08 20:20:50 -05:00 |
nsDiskCacheBinding.h
|
Bug 1201135 - Rename pldhash.{h,cpp} to PLDHashTable.{h,cpp}. r=mccr8.
|
2015-09-15 20:49:53 -07:00 |
nsDiskCacheBlockFile.cpp
|
backout f600f0cd7bb3 (Bug 1170646 ) because of Thunderbird regressions with OSX, r=michal
|
2015-10-02 14:02:03 -07:00 |
nsDiskCacheBlockFile.h
|
…
|
|
nsDiskCacheDevice.cpp
|
Bug 1235298 - Annotate intentional switch fallthroughs to suppress -Wimplicit-fallthrough warnings in netwerk/. r=mcmanus
|
2015-11-22 21:58:33 -08:00 |
nsDiskCacheDevice.h
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
nsDiskCacheDeviceSQL.cpp
|
Bug 1165256 - Make appcache fully work with OriginAttribues. r=jduell
|
2016-01-18 20:20:08 +01:00 |
nsDiskCacheDeviceSQL.h
|
Bug 1165256 - Make appcache fully work with OriginAttribues. r=jduell
|
2016-01-18 20:20:08 +01:00 |
nsDiskCacheEntry.cpp
|
…
|
|
nsDiskCacheEntry.h
|
…
|
|
nsDiskCacheMap.cpp
|
Bug 1170534 - Remove Visual Event Tracer. r=dougt
|
2015-06-02 11:44:00 -04:00 |
nsDiskCacheMap.h
|
…
|
|
nsDiskCacheStreams.cpp
|
Bug 1170534 - Remove Visual Event Tracer. r=dougt
|
2015-06-02 11:44:00 -04:00 |
nsDiskCacheStreams.h
|
Bug 1156632 - Remove unused forward class declarations - patch 4 - netwerk image and dom, r=ehsan
|
2015-04-22 08:29:20 +02:00 |
nsICache.idl
|
…
|
|
nsICacheEntryDescriptor.idl
|
…
|
|
nsICacheListener.idl
|
…
|
|
nsICacheService.idl
|
…
|
|
nsICacheSession.idl
|
…
|
|
nsICacheVisitor.idl
|
…
|
|
nsMemoryCacheDevice.cpp
|
Bug 1238290 - fix bad necko deps on unified_sources r=valentin.gosu
|
2016-01-08 20:20:50 -05:00 |
nsMemoryCacheDevice.h
|
Bug 1201135 - Rename pldhash.{h,cpp} to PLDHashTable.{h,cpp}. r=mccr8.
|
2015-09-15 20:49:53 -07:00 |