Ms2ger
|
282ef81ff8
|
Bug 814898 - Part a: Cleanup CC goop in dom/file; r=mccr8
|
2012-12-02 09:53:35 +01:00 |
|
Benoit Jacob
|
986ee1a065
|
Bug 807437 - Eliminate redundant Traverse/Unlink CC macros - part 1: automatic changes - r=mccr8
|
2012-11-15 02:32:40 -05:00 |
|
Andrea Marchesini
|
b971f025e1
|
Bug 781425 - Part 1: Enconding and dictionary. r=mounir, sr=sicking
|
2012-11-06 18:23:13 -05:00 |
|
Andrew Quartey
|
3f4e29b9f0
|
Bug 792581 - part 20: Replace LL_UI2L macro with int64_t cast. r=ehsan
|
2012-10-25 19:25:57 -04:00 |
|
Isaac Aggrey
|
481e7dfb0b
|
Bug 791906: Replace NSPR integer limit constants with stdint ones; r=ehsan
|
2012-09-28 01:57:33 -05:00 |
|
Ehsan Akhgari
|
e368dc9c85
|
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 |
|
Aryeh Gregor
|
bd3d27831a
|
Bug 783863 - ArchiveInputStream::Tell incorrectly uses mStatus as an nsresult; r=baku
|
2012-08-21 14:56:39 +03:00 |
|
Andrea Marchesini
|
07318d266d
|
Bug 781153 - ArchiveReader doesn't support zip-in-zip archives, r=jst
|
2012-08-17 18:04:03 -07:00 |
|
Honza Bambas
|
15daadba69
|
Bug 215450: Allow uploading of files greater than 2gb in size. Involves making input streams 64-bit capable. Significant work done by Makoto Kato, finished by Honza Bambas. r=hbambas,bsmedberg,jdrew,sicking
|
2012-08-10 22:44:11 -04:00 |
|
Andrea Marchesini
|
ca64b201c8
|
Bug 780145 - ArchiveReader doesn't unzip large files, r=jst
|
2012-08-08 11:11:15 -07:00 |
|
David Zbarsky
|
85b4a5525c
|
Fix virtual destructor warnings under dom/file, no bug, blanket r=bz
|
2012-07-28 17:33:58 -07:00 |
|
Andrea Marchesini
|
2d1d1f8904
|
Bug 772434 - Blob support for Zip file contents, r=jst
|
2012-07-27 17:21:34 -07:00 |
|