Mark Banner
6f223f3161
Bug 852869 - Remove some redundant Makefile.in files in comm-central. Simple removals. r=jcranmer
2013-05-07 08:38:21 +01:00
Mark Banner
86ee3b874f
Bug 854536 Remove GRE_MODULE from Makefile.in's (port bug 852534 and rules.mk of bug 817076). r=Callek
2013-04-13 10:57:45 +01:00
Joshua Cranmer
aeaa95b765
Bug 480843 - Implement a memory reporter for mailnews code, r=irving.
...
Unfortunately, due to issues with our build system, this patch makes the "Dark
Matter Detector" reports incorrect since it doesn't realize that our memory
reporter is reporting memory. This should be fixed as part of the build system
overhaul in bug 846540, however.
2013-04-01 00:04:32 -05:00
Gregory Szorc
be2d23bf68
Bug 850389 - Part 2: Move XPIDL variables into moz.build (auto); rs=jcranmer
2013-03-13 08:26:23 -07:00
Gregory Szorc
8453bf4697
Bug 845089 - Convert build system to moz.build files on a CLOSED TREE; r=Callek
2013-02-28 15:16:49 +01:00
Mark Banner
b5c0610547
Bug 801383 Fix fallout from bug 779473 - make nsresult an enum class. Fix db/mork. r=Neil. CLOSED TREE
2012-10-15 18:06:28 +01:00
Mark Banner
b18e9a67ee
Bug 801559 Remove unused nsIMdbCompare. r=Neil DONTBUILD due to not all bustage fixed yet
2012-10-15 13:25:01 +01:00
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
Aryeh Gregor
9722e8c1a8
Bug 779130 - Add lots of static_cast<nsresult>; r=standard8
...
--HG--
extra : rebase_source : db8cc7fb712739951d0a899edf67cfc345286078
2012-08-06 18:49:44 +03:00
Aryeh Gregor
a000b65194
Bug 779130 - Fix type of constants; r=irving
...
--HG--
extra : rebase_source : d2e2dcfd287446fa3d3e6e6dd877a6b851cccc33
2012-08-06 17:44:08 +03:00
Mark Banner
388656230a
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
Mike Conley
c494852a33
Bug 776630 - Switch comm-central from using nsnull to nullptr. rs=Standard8.
2012-08-02 10:26:36 -04:00
Gervase Markham
d9160e1ab8
Bug 757018 - upgrade license to MPL 2.
2012-05-30 17:48:24 +01:00
Irving Reid
7383fa71bd
Bug 734080 - Port clang warning suppression from m-c. r=dbienvenu
2012-04-04 09:13:35 -04:00
aceman
5354b30e1f
Bug 747102 - Remove SmallCommit method from db. r=dbienvenu
2012-04-23 19:07:20 -04:00
Ryan VanderMeulen
70baf417f1
Back out 014d81b1029f (bug 734080) due to l10n bustage.
2012-04-12 19:33:42 -04:00
Irving Reid
52b92939e6
Bug 734080 - Port clang warning suppression from m-c. r=dbienvenu
2012-04-04 09:13:35 -04:00
Mark Banner
3cc27447f1
Bug 695256 - Switch from PRBool to bool and replace PR_TRUE/PR_FALSE with true/false in comm-central. r=bienvenu
2011-12-30 12:07:39 +00:00
Jan Horak
152173d287
Bug 306324 Build system changes to support --with-libxul-sdk r=Neil,Callek
2011-11-25 15:12:02 +00:00
Michael Wu
027bb89991
Bug 681188 - Switch from PRBool to bool on a CLOSED TREE , r=standard8
2011-09-29 00:02:19 -07:00
Javi Rueda
866b7585f3
Bug 379342 - Remove Win9x/ME code from comm-central Mork; r=dbienvenu
2011-08-26 01:06:32 +01:00
Matheus Kerschbaum
7a80ee0726
Bug 669040 part 2: Add new db/ directory to the build-system. r=Standard8
...
--HG--
extra : rebase_source : fd72009a26a9259b7e18687661f7d982bbdf310a
2011-07-25 23:01:00 -07:00
Matheus Kerschbaum
3d6edaf91b
Bug 669040 part 1: Move mozilla/db/ to comm-central/db/ r=Standard8
...
--HG--
extra : rebase_source : 75fdd7282cbae578ca92c2034568afcb5b9e5fcb
2011-07-25 23:00:00 -07:00