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 |
|
Gian-Carlo Pascutto
|
9edd935068
|
Bug 673470 - Simplify PrefixSet by removing (unneeded) thread safety. r=dcamp
|
2012-08-15 09:10:24 +02:00 |
|
Gian-Carlo Pascutto
|
f46a9e09d4
|
Bug 673470 - Make the PrefixSet/LookupCache construction infallible again. r=dcamp f=jlebar
|
2012-08-15 09:09:25 +02:00 |
|
Gian-Carlo Pascutto
|
d8dee3d281
|
Bug 673470 - Don't resort if not needed. Fix comparator. Cleanups. r=dcamp
|
2012-08-15 09:08:37 +02:00 |
|
Gian-Carlo Pascutto
|
3403df5b2f
|
Bug 673470 - Fix wrong order of arguments to KeyedHash function. r=dcamp
|
2012-08-15 09:08:23 +02:00 |
|
Gian-Carlo Pascutto
|
8e324b990e
|
Bug 768871 - Provide an option to disable per-client randomization. r=dcamp
|
2012-08-15 09:07:10 +02:00 |
|
Gian-Carlo Pascutto
|
6f527b11cb
|
Bug 726002 - Clear some big nsTArrays as early as possible in updates. r=dcamp
|
2012-08-15 09:05:18 +02:00 |
|
Gian-Carlo Pascutto
|
3482744475
|
Bug 726002 - More OOM handling in UrlClassifier. r=dcamp
|
2012-08-15 09:05:08 +02:00 |
|
Gian-Carlo Pascutto
|
6cd4e0ecf4
|
Bug 725597 - SafeBrowsing fails to update persistent PrefixSet on Windows. r=dcamp
|
2012-08-15 09:04:51 +02:00 |
|
Gian-Carlo Pascutto
|
1c38a63dbe
|
Bug 673470 - Replace the sqlite safeb store with a flat file. r=dcamp
|
2012-08-15 09:04:19 +02:00 |
|
Gian-Carlo Pascutto
|
ed82784c43
|
Backout 173f90d397a8 (Bug 673470). rs=dcamp a=mfinkle
|
2012-04-20 07:46:47 +02:00 |
|
Gian-Carlo Pascutto
|
1d386ef3f3
|
Backout e9291f227d63 (Bug 725597). rs=dcamp a=mfinkle
|
2012-04-20 07:46:46 +02:00 |
|
Gian-Carlo Pascutto
|
dda85f541f
|
Backout a010dcf1a973 (Bug 726002). rs=dcamp a=mfinkle
|
2012-04-20 07:46:46 +02:00 |
|
Gian-Carlo Pascutto
|
f533ef04bc
|
Backout 35bf0d62cc30 (Bug 726002). rs=dcamp a=mfinkle
|
2012-04-20 07:46:46 +02:00 |
|
Gian-Carlo Pascutto
|
b0748830e9
|
Bug 726002 - Clear some big nsTArrays as early as possible in updates. r=dcamp
|
2012-02-13 17:10:22 +01:00 |
|
Gian-Carlo Pascutto
|
a422ee4e61
|
Bug 726002 - More OOM handling in UrlClassifier. r=dcamp
|
2012-02-13 17:09:16 +01:00 |
|
Gian-Carlo Pascutto
|
c226b55ac3
|
Backout 91eed468cff8 (Bug 726002) due to broken error handling.
|
2012-02-13 17:04:46 +01:00 |
|
Gian-Carlo Pascutto
|
4c46c7171c
|
Backout e0e2cc5570ac (Bug 726002) due to broken error handling.
|
2012-02-13 17:04:46 +01:00 |
|
Gian-Carlo Pascutto
|
72c15e4885
|
Bug 726002 - Clear some big nsTArrays as early as possible in updates. r=dcamp
|
2012-02-13 13:17:48 +01:00 |
|
Gian-Carlo Pascutto
|
570b67b0e4
|
Bug 726002 - More OOM handling in UrlClassifier. r=dcamp
|
2012-02-13 13:17:31 +01:00 |
|
Gian-Carlo Pascutto
|
e6b3803939
|
Bug 725597 - SafeBrowsing fails to update persistent PrefixSet on Windows. r=dcamp
|
2012-02-09 20:41:32 +01:00 |
|
Gian-Carlo Pascutto
|
c6b4c2801b
|
Bug 673470 - Replace the SQLite SafeBrowsing store with an optimized store. r=dcamp
|
2011-12-06 19:03:05 +01:00 |
|
Gian-Carlo Pascutto
|
1aac28d69e
|
Backout 44a0dc4fb9ff (Bug 673470) for Talos regression.
|
2012-02-01 20:10:02 +01:00 |
|
Gian-Carlo Pascutto
|
340ce0675c
|
Bug 673470 - Replace the SQLite SafeBrowsing store with an optimized store. r=dcamp
|
2011-12-06 19:03:05 +01:00 |
|