gecko/editor/libeditor/base
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
..
crashtests
tests
ChangeAttributeTxn.cpp
ChangeAttributeTxn.h
ChangeCSSInlineStyleTxn.cpp Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
ChangeCSSInlineStyleTxn.h
CreateElementTxn.cpp Bug 936913 - Part 1: Remove the unused editor noisy debug output code; r=roc 2013-11-12 08:55:43 -05:00
CreateElementTxn.h
DeleteNodeTxn.cpp
DeleteNodeTxn.h
DeleteRangeTxn.cpp
DeleteRangeTxn.h
DeleteTextTxn.cpp
DeleteTextTxn.h
EditActionListener.h
EditAggregateTxn.cpp
EditAggregateTxn.h
EditTxn.cpp
EditTxn.h
IMETextTxn.cpp
IMETextTxn.h
InsertElementTxn.cpp Bug 936913 - Part 1: Remove the unused editor noisy debug output code; r=roc 2013-11-12 08:55:43 -05:00
InsertElementTxn.h
InsertTextTxn.cpp Bug 936913 - Part 1: Remove the unused editor noisy debug output code; r=roc 2013-11-12 08:55:43 -05:00
InsertTextTxn.h
JoinElementTxn.cpp Bug 936913 - Part 1: Remove the unused editor noisy debug output code; r=roc 2013-11-12 08:55:43 -05:00
JoinElementTxn.h
moz.build Bug 939632 - Remove LIBRARY_NAME for leaf libraries. r=gps 2013-11-19 11:50:54 +09:00
nsEditor.cpp Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
nsEditor.h
nsEditorCommands.cpp
nsEditorCommands.h
nsEditorController.cpp
nsEditorController.h
nsEditorEventListener.cpp
nsEditorEventListener.h
nsEditorUtils.cpp bug 939049 - get rid of useless QIs r=smaug 2013-11-15 11:32:12 -05:00
nsEditorUtils.h
nsEditProperty.h
nsEditPropertyAtomList.h
nsEditRules.h
nsIAbsorbingTransaction.h
nsSelectionState.cpp
nsSelectionState.h
nsStyleSheetTxns.cpp
nsStyleSheetTxns.h
PlaceholderTxn.cpp
PlaceholderTxn.h
SetDocTitleTxn.cpp
SetDocTitleTxn.h
SplitElementTxn.cpp Bug 936913 - Part 1: Remove the unused editor noisy debug output code; r=roc 2013-11-12 08:55:43 -05:00
SplitElementTxn.h