gecko/widget/gtk
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
..
compat
crashtests
gtk2drawing.c
gtk3drawing.c Bug 877605 - Port GTK2 to GTK3 - tab widget rendering. r=karlt 2013-12-02 11:53:09 -05:00
gtkdrawing.h
maiRedundantObjectFactory.c Bug 945097. Build widget/gtk in unified mode. r=karl,ehsan 2013-12-04 14:06:16 +13:00
maiRedundantObjectFactory.h
Makefile.in Bug 941595 - Build with system-cairo is broken. r=glandium 2013-12-10 10:37:03 -05:00
moz.build Bug 945097. Build widget/gtk in unified mode. r=karl,ehsan 2013-12-04 14:06:16 +13:00
mozcontainer.c Bug 945097. Build widget/gtk in unified mode. r=karl,ehsan 2013-12-04 14:06:16 +13:00
mozcontainer.h
nsAppShell.cpp
nsAppShell.h
nsBidiKeyboard.cpp
nsBidiKeyboard.h
nsClipboard.cpp Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
nsClipboard.h
nsColorPicker.cpp Bug 713082 - Part 1: Remove unnecessary Util.h includes. r=Waldo 2013-12-08 21:52:33 -05:00
nsColorPicker.h
nsCUPSShim.cpp
nsCUPSShim.h
nsDeviceContextSpecG.cpp Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
nsDeviceContextSpecG.h Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
nsDragService.cpp Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
nsDragService.h
nsFilePicker.cpp Bug 713082 - Part 1: Remove unnecessary Util.h includes. r=Waldo 2013-12-08 21:52:33 -05:00
nsFilePicker.h
nsGtkCursors.h
nsGtkIMModule.cpp
nsGtkIMModule.h
nsGtkKeyUtils.cpp Bug 912858 part.4 Implement KeyboardEvent.key for printable keys on GTK r=karlt+smaug 2013-12-11 01:14:54 +09:00
nsGtkKeyUtils.h Bug 912858 part.4 Implement KeyboardEvent.key for printable keys on GTK r=karlt+smaug 2013-12-11 01:14:54 +09:00
nsGTKToolkit.h
nsGtkUtils.h
nsIdleServiceGTK.cpp
nsIdleServiceGTK.h
nsIImageToPixbuf.h
nsImageToPixbuf.cpp Bug 944442 - DeCOMify imgIContainer::GetFrame. r=seth 2013-12-13 08:34:24 +00:00
nsImageToPixbuf.h
nsLookAndFeel.cpp Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
nsLookAndFeel.h Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
nsNativeKeyBindings.cpp Bug 713082 - Part 2: Rename Util.h to ArrayUtils.h. r=Waldo 2013-12-08 21:52:54 -05:00
nsNativeKeyBindings.h
nsNativeThemeGTK.cpp Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
nsNativeThemeGTK.h
nsPaperPS.cpp Bug 713082 - Part 2: Rename Util.h to ArrayUtils.h. r=Waldo 2013-12-08 21:52:54 -05:00
nsPaperPS.h
nsPrintDialogGTK.cpp Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
nsPrintDialogGTK.h
nsPrintOptionsGTK.cpp
nsPrintOptionsGTK.h
nsPrintSettingsGTK.cpp Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
nsPrintSettingsGTK.h Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
nsPSPrinters.cpp
nsPSPrinters.h
nsScreenGtk.cpp
nsScreenGtk.h
nsScreenManagerGtk.cpp
nsScreenManagerGtk.h
nsSound.cpp bug 949821 - use MOZ_UTF16 more and NS_LITERAL_STRING less r=froydnj 2013-12-12 20:50:01 -05:00
nsSound.h
nsToolkit.cpp
nsWidgetFactory.cpp Bug 943743 - Remove NATIVE_THEME_SUPPORT. r=karlt 2013-11-27 17:13:52 +09:00
nsWindow.cpp Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
nsWindow.h Only composite changed areas in the software compositor (bug 882447, r=mattwoodrow,nrc). 2013-11-21 11:25:16 -08:00
WidgetTraceEvent.cpp