Ehsan Akhgari
|
1b83407ce9
|
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
This patch was automatically generated by the following script:
#!/bin/bash
# Command to convert PRUnichar to char16_t
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*modules/libmar*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name prtypes.h \
! -name Char16.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 PRUnichar char16_t
|
2014-01-04 10:02:17 -05:00 |
|
Randell Jesup
|
65539ef89c
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
|
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Michael Wu
|
d2b70213ac
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
|
2011-09-28 23:19:26 -07:00 |
|
bsmedberg%covad.net
|
3d9340e0ae
|
Bug 315087 - convert necko tests to use the glue, r=darin
|
2005-11-08 19:23:00 +00:00 |
|
darin%meer.net
|
12c8f2c34a
|
make necko tests work on the trunk
|
2004-10-21 20:57:17 +00:00 |
|
jag%tty.nl
|
e13ee9d0a3
|
Fix minor compilation warning.
|
2004-09-17 01:27:23 +00:00 |
|
nhotta%netscape.com
|
913ad38177
|
Implements ACE to UTF-8 and modified the test program,
bug 196717, r=shanjian, sr=darin.
|
2003-03-25 23:18:41 +00:00 |
|
nhotta%netscape.com
|
0b633fd142
|
Change nsIIDNService to take AUTF8String and ACString,
bug 188410, r=darin, sr=alecf.
|
2003-03-13 23:06:14 +00:00 |
|
nhotta%netscape.com
|
dd3f7fd5c2
|
Added ACE decode function to nsIIDNService, renamed exisiting function name,
bug 110028, r=nhotta, sr=darin, a=shaver.
|
2002-03-09 00:10:21 +00:00 |
|
darin%netscape.com
|
d8ee6b5e0f
|
code changes for bug 42898 "iDNS support"
patch=william.tan@i-dns.net r=gordon sr=darin,brendan a=asa
|
2001-10-05 07:50:21 +00:00 |
|