releases-comm-central/mail
Ehsan Akhgari eafa99c563 Bug 579517 - Part 6: Automated conversion of NSPR numeric types to stdint types in Gecko; r=mconley
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 "*/mozilla*" \
       ! -wholename "*ldap/sdks/c-sdk*" \
       ! -wholename "*/.hg*" \
       ! -wholename "obj-tb-dbg*" \
       ! -wholename "obj-sm-dbg*" \
         -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 12:14:35 -04:00
..
app Automated blocklist update from host linux-ix-slave37 2012-08-18 03:03:16 -07:00
base Part of Bug 758326 - Port bug 481815 - Provide a Windows service to update applications without asking Administrator password - Additional work to port the changes to show correct UI for staging updates in the background. Staging updates is not yet enabled. r=sid0,ui-review=bwinton 2012-08-22 09:19:57 +01:00
branding Part of Bug 781446 - Port bug 774032 (bonus only), bug 763987, bug 742795 to comm-central. Port the bonus part of bug 774032 - Use @DEPTH@ and @relativesrcdir@ replacements in Makefile.in. r=KaiRo 2012-08-17 08:56:10 +01:00
components Bug 579517 - Part 6: Automated conversion of NSPR numeric types to stdint types in Gecko; r=mconley 2012-08-22 12:14:35 -04:00
config Bug 775670 - Build Thunderbird using clang. r=rail, a=mconley 2012-07-20 11:17:29 -04:00
extensions Part of Bug 781446 - Port bug 774032 (bonus only), bug 763987, bug 742795 to comm-central. Port the bonus part of bug 774032 - Use @DEPTH@ and @relativesrcdir@ replacements in Makefile.in. r=KaiRo 2012-08-17 08:56:10 +01:00
installer Add TCPSocket.js/.manifest to packaged files to fix xpcshell bustage after bug 733573 landed in m-c. r+a=bustage-fix 2012-08-22 11:48:37 +01:00
jquery Part of Bug 781446 - Port bug 774032 (bonus only), bug 763987, bug 742795 to comm-central. Port the bonus part of bug 774032 - Use @DEPTH@ and @relativesrcdir@ replacements in Makefile.in. r=KaiRo 2012-08-17 08:56:10 +01:00
locales Part of Bug 758326 - Port bug 481815 - Provide a Windows service to update applications without asking Administrator password - Additional work to port the changes to show correct UI for staging updates in the background. Staging updates is not yet enabled. r=sid0,ui-review=bwinton 2012-08-22 09:19:57 +01:00
steel Part of Bug 781446 - Port bug 774032 (bonus only), bug 763987, bug 742795 to comm-central. Port the bonus part of bug 774032 - Use @DEPTH@ and @relativesrcdir@ replacements in Makefile.in. r=KaiRo 2012-08-17 08:56:10 +01:00
test Bug 650170 - Firefox-like Application Button/Menu for Thunderbird. r=mconley, ui-r=bwinton. 2012-08-21 18:11:56 +02:00
themes Bug 650170 - Firefox-like Application Button/Menu for Thunderbird. r=mconley, ui-r=bwinton. 2012-08-21 18:11:56 +02:00
Makefile.in Part of Bug 781446 - Port bug 774032 (bonus only), bug 763987, bug 742795 to comm-central. Port the bonus part of bug 774032 - Use @DEPTH@ and @relativesrcdir@ replacements in Makefile.in. r=KaiRo 2012-08-17 08:56:10 +01:00
README.html Bug 757018 - upgrade license to MPL 2. 2012-05-30 17:48:24 +01:00
app-config.mk Bug 757018 - upgrade license to MPL 2. 2012-05-30 17:48:24 +01:00
build.mk Bug 757018 - upgrade license to MPL 2. 2012-05-30 17:48:24 +01:00
confvars.sh Part of Bug 758326 - Port bug 481815 - Provide a Windows service to update applications without asking Administrator password - Enable verification of the channel id from the mar files. r=sid0 2012-08-16 21:18:43 +01:00
extradependlibs.mk Bug 762621 - Force loading NSPR before prldap60. r=Standard8 2012-06-12 13:50:12 +02:00
makefiles.sh Update makefiles.sh files for latest Makefile additions. rs=sid0 over irc, no bug. 2012-08-17 08:53:54 +01:00
testsuite-targets.mk Fix permanent orange from bug 755196 by porting the rest of bug 755339 to copy the modules directory into the packaged tests file. r=bustage-fix 2012-07-10 15:08:29 -04:00

README.html

<!-- This Source Code Form is subject to the terms of the Mozilla Public
   - License, v. 2.0. If a copy of the MPL was not distributed with this
   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->

<html>
<head>
<title>mozilla/mail</title>
</head>
<body>
<h1>mozilla/mail</h1>
<p>
Please see the <a href="http://www.mozilla.org/projects/thunderbird/">Thunderbird Mail Project Page</a> for information about this module.
</body>
</html>