Ryan VanderMeulen
|
9e80ef1555
|
Backed out changesets c7937fb5f4bb and cf8db9b6bd61 (bug 862986) for bustage.
CLOSED TREE
|
2013-04-30 21:09:41 -04:00 |
|
Brian O'Keefe
|
6cb4a9b9be
|
Bug 862986 - Part 2: Migrate PROGRAM from Makefile.in to moz.build. r=gps
|
2013-04-30 20:46:10 -04:00 |
|
Ryan VanderMeulen
|
d1a59f8eab
|
Backed out changesets 64c7ba1d3d04 and 7e9d5bb4a9af (bug 862986) for test failures.
|
2013-04-30 10:08:38 -04:00 |
|
Brian O'Keefe
|
43eddbd12b
|
Bug 862986 - Part 2: Migrate PROGRAM from Makefile.in to moz.build. r=gps
|
2013-04-30 09:08:31 -04:00 |
|
Kyle Machulis
|
5aa83c3e11
|
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
|
2013-04-01 11:36:59 -07:00 |
|
Kyle Machulis
|
c79ccc0693
|
Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot
|
2013-03-29 15:12:58 -07:00 |
|
Kyle Machulis
|
a59d40f143
|
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
--HG--
extra : rebase_source : 004a756492323e1a049586e85b3be5037159df20
|
2013-03-29 13:56:18 -07:00 |
|
Mike Shal
|
9680b82df6
|
Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps
|
2013-03-19 11:47:00 -07:00 |
|
Gregory Szorc
|
ef30357c99
|
Bug 784841 - Part 18y: Convert /modules; r=glandium
|
2013-02-25 12:47:23 -08:00 |
|
Brian R. Bondy
|
4ac3a2412e
|
Bug 798415 - Import signature to MAR files implementation. r=bsmith
|
2012-10-17 09:39:44 -04:00 |
|
Brian R. Bondy
|
bd76a4b7ac
|
Bug 798413 - Export signature from MAR files implementation. r=bsmith
|
2012-10-17 09:39:44 -04:00 |
|
Brian R. Bondy
|
f3bbab7a34
|
Bug 792452 - Base implementation for multiple signing and verifying. r=bsmith
|
2012-10-17 09:39:44 -04:00 |
|
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 |
|
Mike Hommey
|
6173fa297f
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Gervase Markham
|
ca171eec44
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Matt Brubeck
|
58eb5eeac0
|
Back out c209fea124e1 (bug 754198) because of Win64 build failure
|
2012-05-11 13:23:49 -07:00 |
|
Fabrice Desré
|
8c0c24a4a2
|
Bug 754198 - Warning treated as error in jemalloc.c. Build busted. [r=jlebar,bsmedberg]
|
2012-05-11 12:34:24 -07:00 |
|
Brian R. Bondy
|
233361a29e
|
Bug 735969 - Revert the disable version downgrade check workaround from Bug 735784. r=rstrong
|
2012-04-12 19:06:19 -04:00 |
|
Nathan Froyd
|
3e59aaa699
|
Bug 739958 - fix compiler warnings in libmar; r=bbondy
|
2012-03-28 09:03:17 -04:00 |
|
Brian R. Bondy
|
4e0c08fd8b
|
Bug 735784 - Workaround for 13.0a1 users who are getting version downgrade errors. r=rstrong
|
2012-03-14 22:42:42 -04:00 |
|
Brian R. Bondy
|
7e5d6bc2dc
|
Bug 730862 - Disable signmar by default and provide an option to enable it. r=rstrong. sr=khuey
|
2012-02-28 13:58:42 -05:00 |
|
Brian R. Bondy
|
f53637514f
|
Bug 725180 - Misc libmar fixes found from tests. r=rstrong
|
2012-02-24 16:29:42 -05:00 |
|
Brian R. Bondy
|
b2dfe7ca6d
|
Bug 720688 - Ability to strip MAR signatures in libmar. r=rstrong
|
2012-02-24 16:29:42 -05:00 |
|
Brian R. Bondy
|
0b140a62ba
|
Bug 708690 - libmar enhancements for product information blocks. r=rstrong
|
2012-02-24 16:29:41 -05:00 |
|
Brian R. Bondy
|
0ed7886cd2
|
Bug 699700 - Add support for signing and verifying MAR files in libmar and the mar program. r=bsmith
|
2012-02-24 16:29:41 -05:00 |
|
Benjamin Smedberg
|
2e9438fd2f
|
Followup to bug 398573 - remove REQUIRES from the tree since it is no longer used... automatically generated patch, rs=ted
|
2009-08-25 08:59:31 -07:00 |
|
hg@mozilla.com
|
465265d0d4
|
Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
|
2007-03-22 10:30:00 -07:00 |
|