gecko/toolkit/components/downloads
Ehsan Akhgari eaa7491d77 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
..
test Bug 939044 - Remove most definitions of MODULE. r=mshal 2013-11-19 11:47:39 +09:00
ApplicationReputation.cpp Bug 837202: Add telemetry for application reputation check (r=paolo,yoric) 2013-12-12 11:20:11 -08:00
ApplicationReputation.h Bug 842828: Clean up urlclassifier.gethashtables preferences (r=gcp) 2013-09-26 06:51:59 -07:00
csd.pb.cc
csd.pb.h
generate_csd.sh
Makefile.in Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps 2013-09-05 09:01:46 +09:00
moz.build Bug 943995 - Build toolkit/components/downloads in unified mode; r=mak 2013-11-29 18:28:39 -05:00
nsDownloadManager.cpp Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
nsDownloadManager.h Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
nsDownloadManagerUI.js
nsDownloadManagerUI.manifest
nsDownloadProxy.h Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
nsDownloadScanner.cpp Bug 944913 - Fixed char16_t/wchar_t mismatch in tollkit/. r=ehsan 2013-12-03 16:07:22 +01:00
nsDownloadScanner.h
nsIApplicationReputation.idl Bug 842828: Clean up urlclassifier.gethashtables preferences (r=gcp) 2013-09-26 06:51:59 -07:00
nsIDownload.idl
nsIDownloadManager.idl
nsIDownloadManagerUI.idl
nsIDownloadProgressListener.idl
SQLFunctions.cpp Bug 784739 - Switch from NULL to nullptr in toolkit/components/ (2/2); r=ehsan 2013-10-10 16:38:19 -04:00
SQLFunctions.h