Ehsan Akhgari
|
cae4fa66a8
|
Bug 1048271 - Fix more bad implicit constructors in netwerk; r=mcmanus
|
2014-08-05 09:20:24 -04:00 |
|
Benoit Jacob
|
d66ff6a02f
|
Bug 1028588 - Fix dangerous public destructors in netwerk/ - r=mcmanus
|
2014-06-24 12:36:44 -04:00 |
|
Joshua Cranmer
|
2bde801f36
|
Bug 884061 - Part 3q: Use NS_DECL_THREADSAFE_ISUPPORTS in netwerk/, r=macmanus
|
2013-07-18 21:24:13 -05:00 |
|
Trevor Saunders
|
98ef2b6ef8
|
bug 887854 - remove most useage of pratom.h r=mounir, mcmanus, jrmuizel
|
2013-06-16 03:09:07 -04:00 |
|
Catalin Iacob
|
f88cdc0744
|
Bug 798914 (part 5) - Use newly introduced mozilla::MallocSizeOf instead of nsMallocSizeOfFun. r=njn.
|
2013-06-23 14:03:39 +02:00 |
|
Alfred Kayser
|
c1977f812c
|
Bug 405407 - Merge nsDiskCacheStreamIO and nsDiskCacheStreamOutput (v10). r=michal.novotny
|
2013-02-16 15:50:09 +01:00 |
|
Alfred Kayser
|
41adfef634
|
bug 814010: diskcache: skip buffer when writing to file. r=michal.novotny
|
2013-01-06 14:51:12 +01:00 |
|
Alfred Kayser
|
ab29ba1f82
|
Bug 815639 - mLocalFile in nsDiskCacheStream doesn't have to be in the class
|
2012-12-21 15:25:50 +01:00 |
|
Michal Novotny
|
0a00d28092
|
Bug 808997 - Explicitly close all output and input streams of all active cache entries during shutdown, r=hurley
|
2012-12-14 18:03:01 +01:00 |
|
Josh Aas
|
0389f58155
|
Back out fix for bug 405407 due to regressions.
|
2012-11-19 18:02:21 -05:00 |
|
Nick Hurley
|
604807457f
|
Bug 699951 - add a memory reporter for heap usage by the disk cache. r=michal
|
2012-11-05 10:22:33 -08:00 |
|
Josh Aas
|
49892c1b11
|
Bug 405407: Merge nsDiskCacheStreamIO and nsDiskCacheStreamOutput. Patch originally by Alfred Kayser, updated by Josh Aas, final fix from Michal Novotny. r=michal
|
2012-09-06 10:10:08 -04:00 |
|
Ehsan Akhgari
|
243c878d26
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Ms2ger
|
c8ea20cf42
|
Bug 780387 - Part b: Stop using PRIntn; r=bsmedberg
|
2012-08-09 09:09:40 +02:00 |
|
Geoff Lankow
|
7a64448b03
|
Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg
|
2012-06-06 14:08:30 +12:00 |
|
Gervase Markham
|
cb6a072c2a
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
|
|
57d4d72aa4
|
Bug 673543 - crash nsDiskCacheMap::DeleteRecord r=michal.novotny
|
2012-01-26 12:23:45 +01:00 |
|
Michael Wu
|
0fe7772ece
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
|
2011-09-28 23:19:26 -07:00 |
|
Justin Lebar
|
02a6d6af4a
|
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 |
|
Michal Novotny
|
af26b8e011
|
Bug 614513 - Crash in nsCacheService::DeactivateEntry during Linux Talos. r=bzbarsky@mit.edu, a=blocker
|
2010-12-29 03:25:14 +02:00 |
|
Mitchell Field
|
bc63774d7e
|
Bug 542222 - Reduce recursion in netwerk makefiles.
|
2010-06-05 21:18:12 -04:00 |
|