Henri Sivonen
|
14fe78be84
|
Bug 848842 - Stop using heuristic detection in the File API. r=bzbarsky.
|
2013-12-17 12:47:25 +02:00 |
|
Ms2ger
|
c25af951b4
|
Bug 825285 - Part a: Don't pass around ArchiveReaderOptions; r=khuey
|
2013-03-10 08:54:42 +01:00 |
|
Olli Pettay
|
29c93f77f6
|
Bug 839528 - Change the namespace of xpidl dictionary helpers, r=khuey
|
2013-02-11 21:37:50 +02:00 |
|
Trevor Saunders
|
f1b73ccb3d
|
bug 801466 - part 3.1 remove some prmem usage from dom/ and content/ r=mounir
|
2012-12-05 02:55:37 -05:00 |
|
Trevor Saunders
|
4d16e0db71
|
backout 2bb432c47170 for debug asserts
|
2012-12-05 04:19:33 -05:00 |
|
Trevor Saunders
|
bd2d1feb84
|
bug 801466 - part 3 1/2 remove some prmem usage from dom/ and docshell/ r=mounir
|
2012-12-05 02:55:37 -05:00 |
|
Andrea Marchesini
|
6a0fe78592
|
Bug 781425 - Part 1: Enconding and dictionary. r=mounir, sr=sicking
|
2012-11-06 18:23:13 -05:00 |
|
Ehsan Akhgari
|
0fd9123eac
|
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 |
|
Andrea Marchesini
|
eedd4662ef
|
Bug 781153 - ArchiveReader doesn't support zip-in-zip archives, r=jst
|
2012-08-17 18:04:03 -07:00 |
|
Andrea Marchesini
|
b85de665f6
|
Bug 780145 - ArchiveReader doesn't unzip large files, r=jst
|
2012-08-08 11:11:15 -07:00 |
|
Andrea Marchesini
|
001d00e5ff
|
Bug 772434 - Blob support for Zip file contents, r=jst
|
2012-07-27 17:21:34 -07:00 |
|