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 Bug 698437 - Allow spatial navigation with directional controller. r=kats 2013-10-12 13:59:50 -04:00
ChangeAttributeTxn.cpp Bug 874583 - Use NS_IMPL_CYCLE_COLLECTION_INHERITED_n in more places. r=smaug 2013-05-21 16:23:53 -07:00
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 Bug 874583 - Use NS_IMPL_CYCLE_COLLECTION_INHERITED_n in more places. r=smaug 2013-05-21 16:23:53 -07:00
DeleteNodeTxn.h
DeleteRangeTxn.cpp Bug 874583 - Use NS_IMPL_CYCLE_COLLECTION_INHERITED_n in more places. r=smaug 2013-05-21 16:23:53 -07:00
DeleteRangeTxn.h bug 789919, (snow-white) make addref/release of CCable objects faster by removing indirect refcnt increase/decrease, r=mccr8, test changes r=ehsan 2013-07-09 13:30:58 -04:00
DeleteTextTxn.cpp Bug 874583 - Use NS_IMPL_CYCLE_COLLECTION_INHERITED_n in more places. r=smaug 2013-05-21 16:23:53 -07:00
DeleteTextTxn.h
EditActionListener.h
EditAggregateTxn.cpp Bug 874583 - Use NS_IMPL_CYCLE_COLLECTION_INHERITED_n in more places. r=smaug 2013-05-21 16:23:53 -07:00
EditAggregateTxn.h
EditTxn.cpp Bug 881323 - Re-implement CycleCollectorParticipant with actual vtables, with constexpr to avoid static initializers. r=mccr8 2013-08-02 10:29:05 +09:00
EditTxn.h bug 789919, (snow-white) make addref/release of CCable objects faster by removing indirect refcnt increase/decrease, r=mccr8, test changes r=ehsan 2013-07-09 13:30:58 -04:00
IMETextTxn.cpp Bug 920377 part.18 Get rid of nsTextRangeStyle r=roc 2013-10-01 16:22:59 +09:00
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 Bug 915757: Split GetListenerManager into two functions for more const-correctness. r=smaug 2013-10-23 07:32:04 +08:00
nsEditorCommands.cpp Bug 802686 - s/MOZ_NOT_REACHED/MOZ_CRASH/ in Gecko. r=(see below) 2013-06-28 18:38:30 -07:00
nsEditorCommands.h
nsEditorController.cpp
nsEditorController.h
nsEditorEventListener.cpp Bug 915757: Split GetListenerManager into two functions for more const-correctness. r=smaug 2013-10-23 07:32:04 +08:00
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 Bug 833385 - Implement HTMLTrackElement and TextTrack. r=bz,Ms2ger 2013-05-22 00:14:00 +08:00
nsEditRules.h
nsIAbsorbingTransaction.h
nsSelectionState.cpp Bug 890833 - Cleanup nsEditor::MoveNode; r=ehsan 2013-07-10 12:03:38 +02:00
nsSelectionState.h Bug 890833 - Cleanup nsEditor::MoveNode; r=ehsan 2013-07-10 12:03:38 +02:00
nsStyleSheetTxns.cpp Bug 874583 - Use NS_IMPL_CYCLE_COLLECTION_INHERITED_n in more places. r=smaug 2013-05-21 16:23:53 -07:00
nsStyleSheetTxns.h
PlaceholderTxn.cpp Bug 881323 - Re-implement CycleCollectorParticipant with actual vtables, with constexpr to avoid static initializers. r=mccr8 2013-08-02 10:29:05 +09:00
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