gecko/dom/telephony
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
..
gonk Bug 944262 - part1 - [B2G]On conference call,we can't switch the speaker between off and on. r=vicamo 2013-12-06 16:02:28 +08:00
ipc Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
test/marionette Bug 949949 - [B2G] remove telephony.onincoming before test case finishes. r=vicamo 2013-12-13 18:22:18 -08:00
CallEvent.cpp Bug 910568 - WebTelephony: move DOM classes to namespace mozilla::dom. r=khuey 2013-09-12 05:47:14 +02:00
CallEvent.h Bug 920377 part.31 Get rid of nsEvent r=roc 2013-10-02 12:46:04 +09:00
CallsList.cpp Bug 910568 - WebTelephony: move DOM classes to namespace mozilla::dom. r=khuey 2013-09-12 05:47:14 +02:00
CallsList.h Bug 910568 - WebTelephony: move DOM classes to namespace mozilla::dom. r=khuey 2013-09-12 05:47:14 +02:00
moz.build Bug 946210 - Build dom/telephony in unified mode; r=glandium 2013-12-04 09:42:23 -05:00
nsIGonkTelephonyProvider.idl Bug 912849 - part2 - internal API: notifyConferenceError. r=vicamo 2013-10-28 14:39:33 +08:00
nsITelephonyProvider.idl Bug 912849 - part2 - internal API: notifyConferenceError. r=vicamo 2013-10-28 14:39:33 +08:00
Telephony.cpp Bug 912849 - part3 - IPC & DOM impl. r=khuey 2013-10-28 14:43:14 +08:00
Telephony.h Bug 814625 - Part 5: DOM: Add multisim support. r=khuey 2013-10-31 08:05:51 -04:00
TelephonyCall.cpp Bug 814625 - Part 5: DOM: Add multisim support. r=khuey 2013-10-31 08:05:51 -04:00
TelephonyCall.h Bug 814625 - Part 5: DOM: Add multisim support. r=khuey 2013-10-31 08:05:51 -04:00
TelephonyCallGroup.cpp Bug 912849 - part3 - IPC & DOM impl. r=khuey 2013-10-28 14:43:14 +08:00
TelephonyCallGroup.h Bug 912849 - part3 - IPC & DOM impl. r=khuey 2013-10-28 14:43:14 +08:00
TelephonyCommon.h Bug 918923 - Part 2: Switch to #including nsString.h in code using the internal strings API; r=bsmedberg 2013-09-23 13:25:00 -04:00
TelephonyFactory.cpp Bug 920551 - 2.b/2: fix Telephony. r=hsinyi,khuey 2013-10-29 16:12:38 +08:00
TelephonyFactory.h