Jim Chen
|
f52fb57d99
|
Bug 967553 - Restore to using __wrap_free. r=gcp
|
2014-02-05 13:39:48 -05:00 |
|
Brad Lassey
|
661983fa3c
|
bug 832052 - log nss library load failures r=glandium
|
2013-12-18 00:25:18 -05:00 |
|
Wes Kocher
|
66ff025312
|
Backed out changeset 9ab60c44a510 (bug 832052) for breaking android 2.2 debug builds
|
2013-12-17 21:13:35 -08:00 |
|
Brad Lassey
|
fabfbc9467
|
bug 832052 - log nss library load failures r=glandium
|
2013-12-17 23:07:30 -05:00 |
|
Brad Lassey
|
c39f9b056e
|
Backed out changeset ffcd46c7e8eb, forgot to refresh
|
2013-12-17 23:06:55 -05:00 |
|
Brad Lassey
|
5ddeb55e54
|
bug 832052 - log nss library load failures r=glandium
|
2013-12-17 21:11:28 -05:00 |
|
Birunthan Mohanathas
|
e8e1ec6dec
|
Bug 784739 - Switch from NULL to nullptr in mozglue/; r=ehsan
|
2013-11-11 14:14:45 -05:00 |
|
Mike Hommey
|
efe0ff8beb
|
Bug 865106 - Remove allocator mismatch when freeing asprintf allocated buffers. r=kats
|
2013-04-24 19:35:22 +02:00 |
|
Mike Hommey
|
f03d4cf39f
|
Bug 825901 - Remove the old linker code. r=blassey
|
2013-01-03 08:43:26 +01: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 |
|
Chris Peterson
|
e288a6606b
|
Bug 765116 - Part 2: mozglue/android: fix gcc -pedantic warnings. r=glandium
|
2012-06-18 09:06:59 -07:00 |
|
Gian-Carlo Pascutto
|
5a7a52d29a
|
Bug 745863 - Debug logging is not compiled out in NSSBridge. r=wesj
|
2012-04-17 11:25:54 +02:00 |
|
Wes Johnston
|
31d31d347e
|
Bug 744816 - Fix leak encrypting passwords for android sync. r=rnewman
|
2012-04-16 09:14:18 -07:00 |
|
Wes Johnston
|
7df1e3cd22
|
Bug 740961 - Remove debug logging from nssbridge. r=mfinkle
|
2012-04-12 20:32:41 -07:00 |
|
Wes Johnston
|
ebb4e1e872
|
Bug 718760 - Crypto for the java passwords provider. r=blassey,bsmith
|
2012-03-08 10:25:44 -08:00 |
|
Matt Brubeck
|
c474d288db
|
Back out bug 718760, bug 725052, bug 732069 because of broken Android build
|
2012-03-12 10:37:22 -07:00 |
|
Wes Johnston
|
05bf1cffda
|
Bug 718760 - Crypto for the java passwords provider. r=blassey,bsmith
|
2012-03-08 10:25:44 -08:00 |
|
Wes Johnston
|
eddf07cdb6
|
backout a965cebe4462 32220d7085e0 3689bb4199d8 d0c82cb6eb28 b295c8825acd and 95ab5c738512
|
2012-03-08 12:32:01 -08:00 |
|
Wes Johnston
|
ac77a0167d
|
Bug 718760 - Crypto for the java passwords provider. r=blassey,bsmith
|
2012-03-08 10:25:44 -08:00 |
|