Ehsan Akhgari
|
ebd358dfd7
|
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 |
|
Gervase Markham
|
ca171eec44
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Jim Mathies
|
02bf065ee8
|
Bug 473045 - Update to nsIHandlerApp for win7 jump lists (plus tests). r=bz
|
2009-09-24 21:45:16 -05:00 |
|
dmose@mozilla.org
|
9474dbc670
|
First part of fix for web-based protocol handlers failing in certain situations (bug 394483); r=biesi, sr=sicking
|
2007-10-03 23:10:47 -07:00 |
|
sdwilsh@shawnwilsher.com
|
d98abd5a78
|
Bug 391279 - Allow createInstance to work for web handlers. r=cbiesinger, sr=dmose
|
2007-08-14 09:47:41 -07:00 |
|