gecko/widget/tests
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
..
unit
bug586713_window.xul
chrome_context_menus_win.xul
chrome.ini
empty_window.xul
mochitest.ini
moz.build
native_menus_window.xul
native_mouse_mac_window.xul
plugin_scroll_invalidation.html
standalone_native_menu_window.xul
taskbar_previews.xul
test_assign_event_data.html
test_bug343416.xul
test_bug413277.html
test_bug428405.xul
test_bug429954.xul
test_bug444800.xul
test_bug462106_perwindow.xul
test_bug466599.xul
test_bug478536.xul
test_bug485118.xul
test_bug517396.xul
test_bug522217.xul
test_bug538242.xul
test_bug565392.html
test_bug586713.xul
test_bug593307.xul
test_bug596600.xul
test_bug673301.xul
test_bug760802.xul
test_chrome_context_menus_win.xul
test_composition_text_querycontent.xul
test_imestate.html
test_input_events_on_deactive_window.xul
test_key_event_counts.xul
test_keycodes.xul
test_mouse_scroll.xul
test_native_key_bindings_mac.html
test_native_menus.xul
test_native_mouse_mac.xul
test_picker_no_crash.html
test_platform_colors.xul
test_plugin_input_event.html
test_plugin_scroll_consistency.html
test_plugin_scroll_invalidation.html
test_position_on_resize.xul
test_secure_input.html
test_sizemode_events.xul
test_standalone_native_menu.xul
test_taskbar_progress.xul
test_wheeltransaction.xul
TestAppShellSteadyState.cpp
TestChromeMargin.cpp
TestWinTSF.cpp
window_bug429954.xul
window_bug478536.xul
window_bug522217.xul
window_bug538242.xul
window_bug593307_centerscreen.xul
window_bug593307_offscreen.xul
window_composition_text_querycontent.xul
window_imestate_iframes.html
window_mouse_scroll_win.html
window_picker_no_crash_child.html
window_state_windows.xul
window_wheeltransaction.xul