gecko/dom/indexedDB
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
ipc Bug 947737 - Build dom/indexedDB in unified mode; r=bent 2013-12-09 00:31:48 -05:00
test Bug 936226 - Disable test_temporary_storage.js on Android x86; r=jmaher 2013-12-17 09:54:36 -07:00
AsyncConnectionHelper.cpp
AsyncConnectionHelper.h
CheckPermissionsHelper.cpp Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
CheckPermissionsHelper.h
Client.cpp
Client.h
DatabaseInfo.cpp
DatabaseInfo.h
FileInfo.cpp
FileInfo.h
FileManager.cpp
FileManager.h
IDBCursor.cpp
IDBCursor.h
IDBDatabase.cpp
IDBDatabase.h
IDBEvents.cpp
IDBEvents.h
IDBFactory.cpp Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
IDBFactory.h
IDBFileHandle.cpp
IDBFileHandle.h
IDBIndex.cpp
IDBIndex.h
IDBKeyRange.cpp
IDBKeyRange.h
IDBObjectStore.cpp Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
IDBObjectStore.h
IDBRequest.cpp Bug 947737 - Build dom/indexedDB in unified mode; r=bent 2013-12-09 00:31:48 -05:00
IDBRequest.h
IDBTransaction.cpp Bug 947737 - Build dom/indexedDB in unified mode; r=bent 2013-12-09 00:31:48 -05:00
IDBTransaction.h
IDBWrapperCache.cpp
IDBWrapperCache.h
IndexedDatabase.h
IndexedDatabaseInlines.h Bug 947737 - Build dom/indexedDB in unified mode; r=bent 2013-12-09 00:31:48 -05:00
IndexedDatabaseManager.cpp Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
IndexedDatabaseManager.h
Key.cpp Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
Key.h
KeyPath.cpp Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
KeyPath.h
moz.build Bug 947737 - Build dom/indexedDB in unified mode; r=bent 2013-12-09 00:31:48 -05:00
nsIIndexedDatabaseManager.idl
OpenDatabaseHelper.cpp
OpenDatabaseHelper.h
ProfilerHelpers.h
TransactionThreadPool.cpp Bug 947737 - Build dom/indexedDB in unified mode; r=bent 2013-12-09 00:31:48 -05:00
TransactionThreadPool.h