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 |
Jonas Sicking
|
895596ab7b
|
Bug 546857 Part 1: Fix nsDOMParser to make it useful from xpcshell tests. r=bz a=blocker
|
2010-08-19 16:06:06 -07:00 |
Johnny Stenback
|
928c910566
|
Fixing second part of bug 453571. Use more [optional] idl arguments, and less nsAXPCNativeCallContext. r+sr=bzbarsky@mit.edu
|
2008-09-05 14:54:53 -07:00 |
Olli.Pettay@helsinki.fi
|
0fd7a1c518
|
Bug 393762, Bug 393761 and Bug 382636, r=jst, sr=peterv
|
2007-10-01 03:02:32 -07:00 |
bzbarsky%mit.edu
|
01946a8fe9
|
Make it possible to give DOMParsers the right principals from C++. Bug 332840,
r=sicking, sr=jst
|
2006-09-09 04:54:03 +00:00 |
peterv%propagandism.org
|
090f2dd5c1
|
Fix for bug 337704 (Clean up files moved from xmlextras). r/sr=bz.
|
2006-06-15 20:30:44 +00:00 |
vladimir%pobox.com
|
a5785bf55b
|
wrong IID; this one matches aviary and 1.7
|
2006-04-20 03:39:04 +00:00 |
vladimir%pobox.com
|
441af8c3bc
|
b=253954, let nsDOMParser detect charset from xml entity decl -- finally remembered to land this; r=bz,sr=shaver
|
2006-04-20 03:39:02 +00:00 |
vladimir%pobox.com
|
faa6379303
|
b=250119, xmlextras parsestring/parsestream should use autf8string. r=jst, sr=shaver
|
2006-04-20 03:39:00 +00:00 |
gerv%gerv.net
|
d2904cd7c1
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2006-04-20 03:38:57 +00:00 |
heikki%netscape.com
|
e427083b8c
|
Bug 169984, sanitize XMExtras method availability to scripts. r=mstoltz, sr=jst.
|
2006-04-20 03:38:13 +00:00 |
gerv%gerv.net
|
7050e960ae
|
License changes, take 2. Bug 98089. mozilla/extensions/.
|
2006-04-20 03:37:39 +00:00 |
gerv%gerv.net
|
8246ccbcea
|
Oops.
|
2006-04-20 03:37:38 +00:00 |
scc%mozilla.org
|
1c50c6cd5e
|
bug #98089: ripped new license
|
2006-04-20 03:37:37 +00:00 |
heikki%netscape.com
|
e7bb5cd292
|
Not part of Netscape 6.0 package. Checking in patches from toml@us.ibm.com. These fix bug 55508 (DOMParser does not work without script environment) and bug 55599 (add GetChannel method to nsIXMLHTTPRequest), as well as add a test program. r=heikki, a=vidur.
|
2006-04-20 03:37:01 +00:00 |
rayw%netscape.com
|
dfd330609b
|
Bug 37275, Changing value of all progids, and changing everywhere a progid
is mentioned to mention a contractid, including in identifiers.
r=warren
|
2006-04-20 03:37:00 +00:00 |
vidur%netscape.com
|
971eaa7986
|
Added new parser interface that does string/stream to DOM document parsing. This is not part of the Seamonkey build.
|
2006-04-20 03:36:57 +00:00 |