Shriram Kunchanapalli
|
ff3af78fae
|
Bug 791546: Removes nsCRT::strcmp(const PRUnichar* s) from nsCRT.h and replaces it occurrences with NS_strcmp; r=bsmedberg
|
2012-12-24 08:47:18 +05:30 |
|
Josh Matthews
|
3c2753816d
|
Bug 814247 - Add auth cache jars for separate apps. r=mayhemer
|
2012-12-05 02:33:20 -05:00 |
|
Ed Morley
|
859dd33a28
|
Backout 3bcd9a5a33a2 (bug 814247), d9546d42054c & 8b6edf9f6b87 (bug 814638) for failures in test_bug814638.xul and also crashes on a CLOSED TREE
|
2012-12-19 23:46:07 +00:00 |
|
Josh Matthews
|
2d88328b90
|
Bug 814247 - Add auth cache jars for separate apps. r=mayhemer,bsmedberg
|
2012-12-05 02:33:20 -05:00 |
|
Ed Morley
|
40b70b540e
|
Backout 4faa85ebbbf7 (bug 814247) for build bustage on a CLOSED TREE
|
2012-12-19 20:20:30 +00:00 |
|
Josh Matthews
|
8ed0e9a74d
|
Bug 814247 - Add auth cache jars for separate apps. r=mayhemer,bsmedberg
|
2012-12-05 02:33:20 -05:00 |
|
Randell Jesup
|
3b4961b603
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -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
|
e2c8d25ff9
|
Bug 780387 - Part e: Stop using PRSize; r=bsmedberg
|
2012-08-09 09:10:11 +02:00 |
|
Aryeh Gregor
|
8b4a23fc4c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Shriram Kunchanapalli
|
56634dd6f6
|
Bug 743581: Removes nsCRT::strlen(const PRUnichar*). f=sgautherie r=dougt
|
2012-05-30 18:43:39 +01:00 |
|
Gervase Markham
|
cb6a072c2a
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Shriram Kunchanapalli
|
e50a15f2e2
|
Bug 150073 - Remove nsCRT:: in nsCRT::strlen(const char *). r=dougt
|
2012-02-18 19:17:01 +05:30 |
|
Ryan VanderMeulen
|
1becc7707c
|
Backout 17deb5f61b4d (bug 150073) due to build bustage. a=shouldausedtryfirst
|
2012-04-03 20:22:42 -04:00 |
|
Shriram Kunchanapalli
|
349ef2e799
|
Bug 150073 - Remove nsCRT:: in nsCRT::strlen. f=sgautherie, r=dougt
|
2012-02-18 19:17:01 +05:30 |
|
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 |
|
Neil Rashbrook
|
0df596d3ef
|
Bug 616809 Remove CRs from netwerk r=biesi a=jst DONTBUILD
|
2011-02-06 00:04:14 +00:00 |
|
Doug Turner
|
b81cfd37f3
|
Bug 558624 - e10s Cookies: Optimize implementation. Part 1. Clean up warning in http. r=dwitte. a=blocking-fennec
|
2010-10-01 15:18:55 -07:00 |
|
Mitchell Field
|
bc63774d7e
|
Bug 542222 - Reduce recursion in netwerk makefiles.
|
2010-06-05 21:18:12 -04:00 |
|