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 |
|
Justin Lebar
|
168b162725
|
No bug: Fix a modeline. DONTBUILD
|
2013-07-11 09:32:55 -04:00 |
|
Reuben Morais
|
3bcf013f51
|
Bug 793418 - OS X Battery Backend: Report time to charge when available. r=mounir
|
2012-09-25 15:32:02 +01:00 |
|
Reuben Morais
|
1e2b24f0e6
|
Bug 696045 - Implement Mac backend for Battery API. r=BenWa,mounir
|
2012-09-21 23:36:14 -04:00 |
|
Ryan VanderMeulen
|
e51192eee7
|
Backout 52120672ee11 due to OSX opt bustage.
|
2012-09-11 20:28:43 -04:00 |
|
Reuben Morais
|
b973ff0e10
|
Bug 696045 - Implement Mac backend for Battery API. r=BenWa, mounir
|
2012-09-11 20:07:06 -04:00 |
|