gecko/dom/interfaces/base
Ehsan Akhgari 0fd9123eac Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script.  Here's the source of the script for
future reference:

function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
       ! -wholename "*security/nss*" \
       ! -wholename "*/.hg*" \
       ! -wholename "obj-ff-dbg*" \
       ! -name nsXPCOMCID.h \
       ! -name prtypes.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 PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t

convert PRIntn int
convert PRUintn unsigned

convert PRSize size_t

convert PROffset32 int32_t
convert PROffset64 int64_t

convert PRPtrdiff ptrdiff_t

convert PRFloat64 double
2012-08-22 11:56:38 -04:00
..
domstubs.idl Bug 774556 - Remove nsIDOMWindowPerformance* XPCOM interfaces; r=bzbarsky 2012-07-16 22:44:22 -04:00
Makefile.in Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted 2012-08-04 20:26:44 +02:00
nsIBrowserDOMWindow.idl
nsIContentPermissionPrompt.idl Bug 775377 - Modify nsIContentPermissionRequest to use nsIPrincipal instead of nsIURI. r=dougt+cjones 2012-07-30 10:58:26 -04:00
nsIContentPrefService.idl
nsIContentURIGrouper.idl
nsIDOMBarProp.idl
nsIDOMChromeWindow.idl
nsIDOMClientInformation.idl
nsIDOMClientRect.idl
nsIDOMClientRectList.idl
nsIDOMConstructor.idl
nsIDOMCRMFObject.idl
nsIDOMCrypto.idl
nsIDOMGlobalObjectConstructor.idl
nsIDOMGlobalPropertyInitializer.idl
nsIDOMHistory.idl
nsIDOMJSWindow.idl Backout changeset c77acb256aec for failing to work. 2012-08-11 18:12:54 +02:00
nsIDOMLocation.idl
nsIDOMMediaQueryList.idl
nsIDOMMimeType.idl
nsIDOMMimeTypeArray.idl
nsIDOMModalContentWindow.idl
nsIDOMNavigator.idl Bug 769571 - Unprefix Vibrator API. r=jlebar sr=smaug 2012-07-05 12:04:45 +02:00
nsIDOMPkcs11.idl
nsIDOMPlugin.idl
nsIDOMPluginArray.idl
nsIDOMScreen.idl
nsIDOMWindow.idl Backout 5439489dc320, 983f76488e59, 7a92558a8dec (Bug 714358) for debug build assertions and leaks 2012-08-07 22:18:27 -07:00
nsIDOMWindowCollection.idl
nsIDOMWindowUtils.idl Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsIFocusManager.idl Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsIFrameRequestCallback.idl
nsIIdleObserver.idl Fixing bug 715041. Add support for Idle API. r=bent, jst 2012-06-29 01:32:21 -07:00
nsIQueryContentEventResult.idl
nsIStructuredCloneContainer.idl
nsITabChild.idl
nsITabParent.idl