Ryan VanderMeulen
|
6e2343aa58
|
Backed out changeset e2536905b186 (bug 940194) for bustage.
|
2013-11-21 09:38:59 -05:00 |
|
Michael Shuen
|
301a0d2bb2
|
Bug 940194 - Build netwerk/cookie in unified mode. r=ehsan
|
2013-11-21 09:22:25 -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 |
|
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Josh Matthews
|
2fd4189f9d
|
Bug 615745 - Make CookieServiceChild add strong pref observers. r=dwitte a=blocking-fennec
|
2010-11-30 21:47:08 -05:00 |
|
Dan Witte
|
f90d6cec5d
|
Bug 595305 - Factor cookie third-party URI code into separate API. r=bent, a=betaN+
|
2010-10-19 09:37:03 -07:00 |
|
Doug Turner
|
4fa7fe3460
|
Moving cookie ipc source to the right place.
|
2010-06-07 14:19:20 -07:00 |
|