Commit Graph

46 Commits

Author SHA1 Message Date
Brad Lassey
a15e734cc6 bug 559263 - implement jemalloc for android r=vlad 2010-05-25 11:28:14 -04:00
Michael Wu
09a0bf74f3 Bug 556443 - Add support for building NSS on Android, r=ted 2010-05-19 13:13:25 -07:00
Kai Engert
ce2e533bb3 Bug 527659, Update Mozilla-central to NSS 3.12.6
=== r=rrelyea for upgrading to release candidate 1
=== reapplying bug 519550 on top
=== includes PSM makefile tweak to keep TLS disabled (variables changed in the updated NSS snapshot)
=== change configure.in to require the newer system NSS, r=wtc
2010-02-12 09:47:51 +01:00
Kai Engert
0ccf958b45 Bug 527659, Update mozilla-central to NSS 3.12.6 (beta)
== NSS portion
== r=rrelyea/wtc for upgrading mozilla-central to cvs tag NSS_3_12_6_BETA1
== This includes reapplying the (merged) patch from bug 519550 on top of NSS.
== PSM portion
== Includes the patch to disable TLS compression, r=kaie
== Include the patch to disable zlib test programs, which don't work on maemo, r=kaie
2010-02-07 12:54:28 +01:00
Wan-Teh Chang
4c7c95666b Bug 529319: Use LIB_SUFFIX instead of IMPORT_LIB_SUFFIX for NSS import
libraries because NSS uses a different import library suffix (.a) for
MinGW (Mozilla uses dll.a), but NSS's import library suffix is the same
as Mozilla's LIB_SUFFIX on all platforms.  The patch is contributed by
Jacek Caban <jacek@codeweavers.com>.  r=wtc.
2010-02-05 18:27:00 -08:00
Michael Wu
30340e81bf Bug 536453 - Don't build NSS's nsinstall, r=ted
--HG--
extra : rebase_source : 19c03fcdb4d4498171c572d87f7611a8fb878f12
2010-01-19 13:26:31 -08:00
Ted Mielczarek
522f48e9f7 Rename sqlite3 library to mozsqlite3, fixes compile problems and crashes on Mac OS X. b=513747 r=sdwilsh 2009-12-15 01:52:57 -05:00
Mitchell Field
26d68e5abf Bug 513921 - remove echo-requires-recursive target. r=ted 2009-09-26 17:49:56 +02:00
Doug Turner
385a160d07 Bug 514295 - Adding comment per wtc. Work around bustage in NSS when building WINCE with MOZ_DEBUG_SYMBOLS set. r=ted 2009-09-08 15:22:48 -07:00
Brad Lassey
d420b7bf84 Bug 514295 - Work around bustage in NSS when building WINCE with MOZ_DEBUG_SYMBOLS set. r=ted 2009-09-08 13:06:32 -07:00
Doug Turner
e8ac45bb9f Backed out changeset 01bdf694994c. change was fine, review comment not so much. 2009-09-08 13:01:51 -07:00
Brad Lassey
0d048787bc [mq]: nss-symbols-wince 2009-09-08 13:52:20 -04:00
Ted Mielczarek
d7a8dd29bf bug 511743 - add way to apply NSS patches to source at build time. r=bsmedberg 2009-09-02 09:35:14 -04:00
Wan-Teh Chang
87346592e8 Bug 509319: We also need to generate libnssdbm3.chk with shlibsign.
We don't need to link with -lsoftokn3.  Add nssdbm3 to some packaging
files.  The patch is written by Kai Engert <kaie@kuix.de>.  r=wtc.
2009-09-04 18:28:54 -07:00
Nick Thomas
76f8fefb23 Reland Bug 468701, pass MOZ_DEBUG_SYMBOLS onto NSS on all platforms (not just win32), r=ted.mielczarek 2009-09-03 15:52:32 +12:00
Ben Hearsum
0e9802d1c3 Backing out bug 468701 due to build bustage on WinCE 5.0. 2009-09-02 09:09:53 -04:00
Nick Thomas
8379e06fe6 Bug 468701, pass MOZ_DEBUG_SYMBOLS onto NSS on all platforms (not just win32), r=ted.mielczarek 2009-09-02 21:24:59 +12:00
Wan-Teh Chang
feeaebe6e0 Bug 513024: build NSS with FREEBL_NO_DEPEND=1 on Linux so that Fedora's
/lib/libcrypt.so.1 can get the NSSRAWHASH_3.12.3 symbols it needs from
our libfreebl3.so.  r=karlt.
2009-08-27 12:17:09 -07:00
Chris Seawood
662940d4db Bug 505736 - Pass IMPORT_LIB_SUFFIX to NSS - r=ted.mielczarek 2009-08-16 18:07:35 -07:00
Nick Thomas
0d6773462a Bug 509558, Need to package nssdbm3.chk for NSS >= 3.12.4 (Firefox 3.6a1 doesn't support FIPS mode), r=ted.mielczarek 2009-08-11 15:45:40 +12:00
Kaspar Brand
28510e55fb bug 458553 - Build NSS with debug symbols - like the rest of Firefox. r=ted, a=bsmedberg 2009-05-22 09:45:00 -04:00
Benjamin Smedberg
bb1c33c4ea Bug 488175 - flatten dist/include and provide mechanism to install certain headers in namespaced subdirectories (e.g. #include "mozilla/XPCOM.h") r=ted
--HG--
rename : xpcom/ds/nsTimeStamp.cpp => xpcom/ds/TimeStamp.cpp
rename : xpcom/ds/nsTimeStamp.h => xpcom/ds/TimeStamp.h
2009-05-18 14:15:05 -04:00
Benjamin Smedberg
00e5abb4e4 When building with pymake, use gmake for NSS because of the pain and suffering on Windows. 2009-03-11 16:32:10 -04:00
John Wolfe
cdec98474e bug 472165 - changes needed so windows mobile tools don't need to be in PATH variable r=ted 2009-01-22 10:17:06 -05:00
Doug Turner
f4af5e4690 Bug 454120 - Problems Compiling SECURITY module for WinMobile. r=ted 2008-12-05 09:35:13 -08:00
Doug Turner
d517a2ef32 Backed out changeset 555e338a03ca 2008-12-05 09:25:19 -08:00
Doug Turner
9f9eb2c608 Bug 454120 - Problems Compiling SECURITY module for WinMobile. r=ted 2008-12-05 08:59:24 -08:00
Brad Lassey
2f907e2d46 Bug 464088 - Option to build NSS without dbm, non-nss changes r=ted 2008-12-03 08:42:03 -05:00
Phil Ringnalda
bbe7e1d08a Bug 461888 - Remove unused PACKAGE_FILE and PACKAGE_VARS and .pkg files, mozilla-central part, r=bsmedberg 2008-11-03 19:46:28 -08:00
Vladimir Vukicevic
46c7acf9c4 b=454433, pass OS_TEST down to nss coreconf, r=ted 2008-09-17 10:57:09 -04:00
Honza Bambas
ffe9977404 bug 428009 - hook up ssltunnel to mochitest. r=waldo,kaie 2008-09-05 09:35:58 -04:00
dtownsend@oxymoronical.com
b8b7964a79 Bug 429133: Parts of NSS are not in the SDK. r=bsmedberg, a=damons 2008-04-19 03:37:41 -07:00
gavin@gavinsharp.com
7f33abb115 Bustage fix from bug 415928, r=ted 2008-02-26 10:30:21 -08:00
ted.mielczarek@gmail.com
9b4bd4025c bug 415928 - fix packaging of CRT with jemalloc - make nspr/nss play along. r=bsmedberg 2008-02-25 12:50:35 -08:00
kaie@kuix.de
6dee00122d Bug 399590, Update Mozilla trunk to use NSS tag NSS_3_12_BETA1 r=rrelyea, a1.9=mtschrep 2008-01-18 02:40:58 -08:00
reed@reedloden.com
171fce8e91 Bug 403994 - "Don't install nss headers when system-nss is used" [p=fta+bugzilla@sofaraway.org (Fabien Tassin) r=rrelyea a1.9=schrep] 2007-11-20 02:05:41 -08:00
kaie@kuix.de
3bddf93464 Bug 400759, PSM should build with NSS size optimization r=rrelyea, r=wtc, a=beltzner 2007-10-24 15:25:30 -07:00
dtownsend@oxymoronical.com
fb941bbbba Bug 394778: Unit tests in security/manager/ssl/tests not run. r=kengert, a=mconnor 2007-09-04 08:29:13 -07:00
benjamin@smedbergs.us
229f43ad1f Bug 389872 - Install NSS headers to dist/include, r=luser and a=blocks approved bug 389673 2007-08-03 07:04:33 -07:00
rrelyea@redhat.com
ff84fbb60d Bug 388403 Land NSS 3.12 Alpha r=kai. 2007-07-23 12:02:59 -07:00
rrelyea@redhat.com
e1e132cd72 Back out the previous change. Mac Universal failed again (even though Mac PPC
works fine for me ;().
2007-07-19 19:20:12 -07:00
rrelyea@redhat.com
88b2137605 finally land NSS 3.12 into the trunk bug 388403 2007-07-19 18:33:48 -07:00
jwalden@mit.edu
d6296bccf3 Bug 388276 - Missing file from previous checkin, still r=cls 2007-07-18 17:19:41 -07:00
rrelyea@redhat.com
c2c7340869 Backing previous patch because it broke the universal binary Mac build. 2007-06-19 01:41:28 -07:00
rrelyea@redhat.com
49efc9dc67 bug 217538 Check in NSS 3.12 into FF 3.0
r=kaie
2007-06-19 00:32:12 -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