gecko/dom/system/gonk
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
..
android_audio
tests Bug 924740 Part2: Test Cases Part - [fugu]It throws exception when run ICCIOHelper.processICCIOGetResponse for USIM card. v2. r=yoshi. 2014-01-03 14:39:30 +08:00
AudioChannelManager.cpp Bug 912956 part.15 mozilla/TextEvents.h should be included directly r=roc 2013-09-25 20:21:19 +09:00
AudioChannelManager.h Bug 929139 - Remove assert check for impossible unknow state because some devices (ex: emulator) may not have sys node for headset switch state. r=dougt 2013-10-25 14:03:27 +08:00
AudioManager.cpp Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
AudioManager.h Bug 798033 - Remove 'using namespace' from dom/ headers. r=echou 2013-12-08 21:53:11 -05:00
AutoMounter.cpp Bug 784739 - Switch from NULL to nullptr in dom/ (2/2); r=ehsan 2013-10-28 10:04:47 -04:00
AutoMounter.h Bug 927961 - Add ums.status so that settings app can determine if files are open. r=gwagner 2013-10-17 15:41:46 -07:00
AutoMounterSetting.cpp Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
AutoMounterSetting.h Bug 927961 - Add ums.status so that settings app can determine if files are open. r=gwagner 2013-10-17 15:41:46 -07:00
GonkGPSGeolocationProvider.cpp Bug 920551 - 2.j/2: fix GonkGPSGeolocationProvider. r=kanru 2013-10-29 16:12:47 +08:00
GonkGPSGeolocationProvider.h Bug 920551 - 2.j/2: fix GonkGPSGeolocationProvider. r=kanru 2013-10-29 16:12:47 +08:00
Makefile.in Bug 931459 - Move LOCAL_INCLUDES to moz.build in dom/; r=mshal 2013-11-11 09:04:11 +01:00
moz.build Bug 939632 - Remove LIBRARY_NAME for leaf libraries. r=gps 2013-11-19 11:50:54 +09:00
net_worker.js Bug 858005 - Part 2: Netd integration. r=vchang 2013-05-24 11:28:20 +02:00
NetworkInterfaceListService.js
NetworkInterfaceListService.manifest
NetworkManager.js Bug 935363 - Add and make use of NetworkService xpcom. r=vyang, r=vchang 2013-11-15 17:35:33 +08:00
NetworkManager.manifest
NetworkService.js Bug 858005 - Part 2: Netd integration. r=vchang 2013-05-24 11:28:20 +02:00
NetworkService.manifest Bug 858005 - Part 2: Netd integration. r=vchang 2013-05-24 11:28:20 +02:00
nfc_consts.js Bug 933585 - NFC Worker changes. r=yoshi 2013-11-11 18:05:01 -08:00
nfc_worker.js Bug 933585 - NFC Worker changes. r=yoshi 2013-11-11 18:05:01 -08:00
Nfc.js Bug 947100 - B2G NFC: enable/disable NFC worker at runtime. r=yoshi 2013-12-11 14:04:27 +08:00
Nfc.manifest Bug 674741 - Part 6: NFC Build System Changes. r=khuey 2013-11-12 10:11:39 -08:00
NfcContentHelper.js Bug 947100 - B2G NFC: enable/disable NFC worker at runtime. r=yoshi 2013-12-11 14:04:27 +08:00
nsIAudioManager.idl
nsINetworkInterfaceListService.idl
nsINetworkManager.idl Backed out 5 changesets (bug 811635) for B2G mochitest-8 orange. 2013-12-03 10:06:59 -05:00
nsINetworkService.idl Bug 858005 - Part 2: Netd integration. r=vchang 2013-05-24 11:28:20 +02:00
nsINfcContentHelper.idl Bug 933136 - Part 2: Add support to notify 'onpeerready' and 'onpeerlost' events from Chrome process. r=yoshi 2013-12-03 13:22:21 -08:00
nsIRadioInterfaceLayer.idl Bug 931722 - Part 1: RIL related code change. r=hsinyi 2013-11-27 15:45:31 +08:00
nsISystemWorkerManager.idl Bug 933635 - Part 2: SystemWorkerManagager IDL changes. r=khuey 2013-11-01 14:53:37 +08:00
nsIVolume.idl Bug 841660 - Implement format interface for volume-based device storage, r=dhylands 2013-09-06 14:11:58 +08:00
nsIVolumeMountLock.idl
nsIVolumeService.idl
nsIVolumeStat.idl
nsIWorkerHolder.idl
nsRadioInterfaceLayer.h Bug 921991 - B2G BT: support multiple sim cards, r=echou, r=mrbkap 2013-11-26 14:11:06 +08:00
nsVolume.cpp Bug 928558 - AutoMounter mark volumes as shared a bit early when open files are detected. r=qDot 2013-10-18 20:21:52 -07:00
nsVolume.h Bug 841660 - Part 2: Implement format interface for volume-based device storage, r=dhylands 2013-12-03 17:32:56 +08:00
nsVolumeMountLock.cpp Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
nsVolumeMountLock.h
nsVolumeService.cpp Bug 841660 - Part 2: Implement format interface for volume-based device storage, r=dhylands 2013-12-03 17:32:56 +08:00
nsVolumeService.h
nsVolumeStat.cpp
nsVolumeStat.h
OpenFileFinder.cpp Bug 931456 - Initialize the chrome process pid information while we are constructing OpenFileFinder. r=dhylands 2013-12-04 10:24:36 +08:00
OpenFileFinder.h Bug 931456 - Check whether b2g and its descendant have opened files only. r=dhylands 2013-12-03 15:35:03 +08:00
RadioInterfaceLayer.js Bug 951030 - Radio state rollback. r=hsinyi 2014-01-02 10:39:26 -05:00
RadioInterfaceLayer.manifest Bug 873380 - Part 3: RIL changes for icc card lock error. r=allstars.chh 2013-09-25 16:14:23 +08:00
ril_consts.js Bug 947110 - Part1: RIL patch. B2G RIL: Add support for decoding FCP Template in BerTlvHelper. v5. r=yoshi. 2013-12-23 10:35:39 +08:00
ril_worker.js Bug 924740 Part1: RIL patch - [fugu]It throws exception when run ICCIOHelper.processICCIOGetResponse for USIM card. v2. r=yoshi. 2014-01-02 11:14:40 +08:00
RILContentHelper.js Bug 944225 - Part 3: Add set/getPreferredNetworkType() API (ril). r=hsinyi 2013-12-11 11:15:03 +08:00
systemlibs.js Bug 915529 - Add null pointer checking in stringToIP() of systemlibs.js. r=vchang 2013-09-30 16:31:12 +08:00
SystemWorkerManager.cpp Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
SystemWorkerManager.h Bug 920551 - 2.h/2: fix dom/system/gonk/*. r=hsinyi,khuey 2013-10-29 16:12:45 +08:00
TimeZoneSettingObserver.cpp Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
TimeZoneSettingObserver.h
Volume.cpp Bug 928558 - AutoMounter mark volumes as shared a bit early when open files are detected. r=qDot 2013-10-18 20:21:52 -07:00
Volume.h Bug 841660 - Implement format interface for volume-based device storage, r=dhylands 2013-09-06 14:11:58 +08:00
VolumeCommand.cpp
VolumeCommand.h
VolumeManager.cpp Bug 784739 - Switch from NULL to nullptr in dom/ (2/2); r=ehsan 2013-10-28 10:04:47 -04:00
VolumeManager.h
VolumeManagerLog.h
VolumeServiceIOThread.cpp Bug 784739 - Switch from NULL to nullptr in dom/ (2/2); r=ehsan 2013-10-28 10:04:47 -04:00
VolumeServiceIOThread.h Bug 841660 - Implement format interface for volume-based device storage, r=dhylands 2013-09-06 14:11:58 +08:00
VolumeServiceTest.cpp Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
VolumeServiceTest.h
worker_buf.js Bug 920391 - B2G RIL: Buf.read/writeUint32 should be of signed int32 operation. r=vicamo 2013-09-26 14:53:50 +08:00