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 |
|
Metal Sonic
|
80ae9b3620
|
Bug 507387 - fix copyright holder; Mozilla Corporation -> Mozilla Foundation. r=gerv.
|
2009-12-21 21:50:30 +00:00 |
|
dmose@mozilla.org
|
8520347457
|
Factor out generic toolkit aspects of FUEL into a reusable form (bug 407693), patch by Joey Minta <jminta@gmail.com> and Emre Birol <ebirol@gmail.com>; r=mfinkle, moa for adding toolkit directory=bsmedberg, a1.9b5=beltzner
|
2008-03-24 17:38:03 -07:00 |
|
mark.finkle@gmail.com
|
4aa97befa7
|
b=421235, r=gavin, a1.9=dsicore. Add new bookmark roots to FUEL
|
2008-03-16 07:46:13 -07:00 |
|
reed@reedloden.com
|
eeeaf32cae
|
Back out jminta's FUEL/exthandler patch from bug 407963 due to assertion failure and leaks.
|
2008-01-13 00:21:12 -08:00 |
|
reed@reedloden.com
|
7f18a1e329
|
Bug 407963 - "[FUEL] Factor out generic toolkit aspects of FUEL into a reusable form" [p=jminta@gmail.com (Joey Minta) r=mfinkle r=gavin sr=bsmedberg a1.9=beltzner]
|
2008-01-12 23:48:31 -08:00 |
|
reed@reedloden.com
|
4ce45e14e4
|
Rev the uuid for the interface that bug 395004 changed.
|
2007-10-03 20:34:30 -07:00 |
|
mark.finkle@gmail.com
|
4f3fb5968b
|
b=395004. p=paul.rouget, r=mfinkle, dtownsend, gavin, a=mconnor. Add enaled property to FUEL Extension object
|
2007-09-28 16:49:45 -07:00 |
|
mark.finkle@gmail.com
|
5ab59070c7
|
b=387156. r=gavin. changed sessionstorage to hold objects instead of strings
|
2007-07-06 18:31:10 -07:00 |
|
mark.finkle@gmail.com
|
f3c94088e6
|
b=380168. r=gavin, r=dietrich. adding FUEL 0.2 to tree w/ html based tests.
|
2007-06-27 11:00:40 -07:00 |
|
mark.finkle@gmail.com
|
917908f58b
|
backing out because of unit test failure
|
2007-06-27 08:41:15 -07:00 |
|
mark.finkle@gmail.com
|
aa3398839f
|
b=380168. r=gavin, r=dietrich. Add FUEL 0.2 (bookmarks and browsers) to tree.
|
2007-06-27 05:58:29 -07:00 |
|
gavin@gavinsharp.com
|
8b50ebbce0
|
Bug 379141: fuelIPreference::modified should be readonly, r=mfinkle
|
2007-04-28 16:22:45 -07:00 |
|
mark.finkle@gmail.com
|
00d3720e30
|
bug 372069. add FUEL to trunk. r=gavin
|
2007-04-23 13:27:46 -07:00 |
|