Граф коммитов

74324 Коммитов

Автор SHA1 Сообщение Дата
nelsonb%netscape.com b93956f65d Radical change to freebl "32-bit" builds on Solaris and HP-UX "32-bit".
Build two DSOs, both conforming to the platform's 32-bit ABI, one of
which uses only 32-bit instructions, the other uses 64-bit instructions.
Then load the best one for the local CPU at run time.  This allows
greatly enhanced performance on 64-bit CPUs while still supporting older
32-bit CPUs.
2000-12-28 03:39:01 +00:00
nelsonb%netscape.com bcaf662a61 mapfile defines the public ABI for the new freebl DSOs. 2000-12-28 03:35:43 +00:00
blakeross%telocity.com 2532c59179 Fix 41077: show caret during selection on Windows. r=rcassin@supernova.org sr=sfraser 2000-12-28 03:27:23 +00:00
nelsonb%netscape.com 9004aeb8f8 Verify vector version and length before relying on the DSO's vector. 2000-12-28 03:26:29 +00:00
wtc%netscape.com 4f4654ac10 Bugzilla bug #63832: use $(MAKE) instead of gmake in sub-makes. 2000-12-28 03:07:27 +00:00
nelsonb%netscape.com 9b2cc14ac6 New variable USE_HYBRID configures build for hybrid model. 2000-12-28 02:55:39 +00:00
wtc%netscape.com 6f78bb97d1 Bugzilla bug #63832: use $(MAKE) instead of gmake in recursive sub-makes.
Thanks to Myth <frb@wiw.org> for the bug report and fix.
2000-12-28 02:54:07 +00:00
wtc%netscape.com f8ae6459b5 More work on shared libraries for NSS.
1. Implemented a way to link all the objects in archive libraries into
   a shared library.  I query each subdirectory for the list of objects
   comprising an archive library (the get_objs makefile target) and link
   these objects as opposed to the archive libraries.  Not all linkers
   support the --whole-archive, -all, or -z allextract options.  The
   *sym.c solution cannot fully control what objects in the archive
   libraries are pulled and what symbols are exported.
2. Moved pkcs7 from libsmime3.so to libnss3.so because certread.c in
   libcerthi.a (part of libnss3.so) depends on some PKCS7 functions,
   which creates a circular dependency between libsmime3.so and libnss3.so.
This should work on all Unix platforms.
2000-12-28 02:22:33 +00:00
bryner%uiuc.edu a6292bc7ea Removing more unused cruft. r=sspitzer. sr=cls. 2000-12-28 01:03:50 +00:00
wtc%netscape.com 7a8ddd4deb Put -lnss3 after -lsmime3 and -lssl3, which depend on -lnss3. 2000-12-28 00:49:50 +00:00
wtc%netscape.com fc88bc3f51 The -O2 flag was really a workaround for a 64-bit compilation problem
for two PKCS11-related files.  (See bug #63815.)  Now we are working
around that problem by compiling just those two files with -O2, as
opposed to compiling all files with -O2.  So we no longer need to
use the -O2 flag, even in optimized builds.  The default -O optimization
flag is recommended by the compiler manual and in the current releases
is the same as -O2.
2000-12-28 00:46:33 +00:00
sspitzer%netscape.com 193c516fc8 fix wording for "logon at startup" checkbox. part of #14301. sr=bienvenu 2000-12-28 00:44:03 +00:00
wtc%netscape.com 3009c01f96 Bugzilla bug #63815: this AIX compilation problem only occurs in 64-bit
builds.  lib/softoken/pkcs11c.c also needs the workaround.
Modified files: lib/pk11wrap/Makefile, lib/softoken/Makefile
2000-12-28 00:35:26 +00:00
sspitzer%netscape.com 6966fd1e37 code clean up. sr=bienvenu 2000-12-28 00:29:12 +00:00
sgehani%netscape.com 9aaa2bbc2d Initial checkin of libxpnet developed on Linux and ported to Windows.
(Not part of build.  Awaiting sr.)

b = 63835
r = ssu,dbragg
2000-12-28 00:27:10 +00:00
blizzard%redhat.com 50c1dc3f3e add gtkembedmoz.so to the browser section. r,a=leaf 2000-12-28 00:14:12 +00:00
heikki%netscape.com 61f81ef412 Bug 45627 and bug 45552. XMLSerializer to deal better with empty elements, special characters, elements from the HTML namespace and namespaces in general, and processing instructions. Removed a lot of duplicate code in XML Extras component, and made several small optimizations with nsCOMPtr initializations. r=vidur, a=jst. 2000-12-27 23:48:10 +00:00
sspitzer%netscape.com c3b5a48b4a fix all context menu for the message pane. except for "Select All",
none of the menu items worked.  two problems:  move isDocumentFrame()
out to contentAreaUtils.js and move the creation of the contextMenu out
so it wouldn't go out of scope.  r=blakeross, sr=bienvenu
2000-12-27 23:04:39 +00:00
bryner%uiuc.edu e33868063f Removing dead files so that these directories will go away. Not part of build. a=leaf. 2000-12-27 22:59:26 +00:00
sspitzer%netscape.com 640a00d7ff fix for #60647, don't forget changes made to default smtp server
when opening (or closing) the advanced smtp dialog.
fix for #63830, disable "Username:" label when username text area is
diabled.
sr=bienvenu
2000-12-27 22:46:14 +00:00
danm%netscape.com e6c4322445 adding persistence of min/max state. arguably bug 32148 r=bienvenu,sspitzer. yes, i actually got this patch reviewed by two real people. 2000-12-27 22:41:46 +00:00
sspitzer%netscape.com d88e082489 I have no desire to hear hyatt moo. r=bryner 2000-12-27 22:37:09 +00:00
blizzard%redhat.com 68cc835c66 add a [psm] section to packages-unix r,a=leaf 2000-12-27 22:31:17 +00:00
nelsonb%netscape.com e5c2fc8666 Detect null slot pointer instead of crashing. 2000-12-27 21:31:39 +00:00
wtc%netscape.com 4864bff37b Bugzilla bug #63815: a workaround for IBM xlC_r 3.6.6 (on AIX 4.3) to
compile pk11slot.c.
2000-12-27 20:58:38 +00:00
wtc%netscape.com 0fbd8a6695 Bugzilla bug #63807: fixed function prototype of SHA1_TraceState. 2000-12-27 18:47:57 +00:00
timeless%mac.com d5f206f0e7 J:\DOCUMENT\Josh\LOCALS~1\Temp\4 2000-12-27 09:32:05 +00:00
blakeross%telocity.com 7c4038ccfd Fix 63727: right-click on menu for back/fwd button pops up new menu. r=timeless sr=alecf 2000-12-27 08:55:43 +00:00
blakeross%telocity.com 5883645a6f Fix 63721: removing extraneous code from nsHTMLButtonElement.cpp. It's Dead Code Removal week, so I'm just doing my part. r=jst sr=alecf 2000-12-27 08:41:29 +00:00
sgehani%netscape.com a8b9ca6dec Use new Test() API in libjar to ensure archive integrity before installing.
b = 61544
 r = dveditz
sr = dveditz
2000-12-27 07:06:58 +00:00
sgehani%netscape.com 7809953dde Add ZIP_TestArchive support for CRC32 verification of all or individual items.
b = 61544
 r = dveditz
sr = alecf
2000-12-27 07:05:55 +00:00
cls%seawood.org 781839f588 Give the standalone build system a finer grained control over which directories are checked out.
Bug #57282 r=blizzard
2000-12-27 05:29:50 +00:00
nelsonb%netscape.com 7adf48488c Use the -O2 optimizer only when BUILD_OPT is defined.
This makes AIX debug builds debuggable.
2000-12-27 04:10:10 +00:00
bryner%uiuc.edu e3d6303286 Removing obsolete headers. Bug 38061. r/sr=cls. 2000-12-27 03:48:18 +00:00
nelsonb%netscape.com 16954db608 This code permits multiple implementations of freebl to coexist for a
single platform.  The best implementation for the local CPU is dynamicly
loaded at run time.  Requires DSOs to be in the LD_LIBRARY_PATH or
equivalent (e.g. SHLIB_PATH).
2000-12-27 03:20:04 +00:00
nelsonb%netscape.com dc24da670a Stubs for RC5 functions. This is NOT a working implementation of RC5. 2000-12-27 03:16:59 +00:00
nelsonb%netscape.com edb7966159 Attempt to clarify code to reduce confusion about side effect of
MP_CHECKOK macro.
2000-12-27 03:14:28 +00:00
nelsonb%netscape.com 49c96a92b2 Ensure function SHA1_TraceState is always defined, even when TRACING_SSL
is not defined.
2000-12-27 02:41:59 +00:00
nelsonb%netscape.com 5552889694 Fix an error message to correctly report the name of the failed init
function.
2000-12-27 02:38:47 +00:00
nelsonb%netscape.com 042c268743 Change HP 64-bit and hybrid builds to use new HP assembly code.
Fix uses of $(LIB).
2000-12-27 02:08:54 +00:00
nelsonb%netscape.com 2e36409d44 The Initial Developer of the Original Code is Netscape
Communications Corporation.  Portions created by Netscape are
Copyright (C) 2000 Netscape Communications Corporation.  All Rights
Reserved.
2000-12-27 01:48:25 +00:00
nelsonb%netscape.com 26074ca78f The Initial Developer of the Original Code is the Hewlett-Packard Company.
Portions created by Hewlett-Packard Company are
Copyright (C) 1999 Hewlett-Packard Company.  All Rights Reserved.
2000-12-27 01:45:23 +00:00
nelsonb%netscape.com c2b2d5bb25 The Initial Developer of the Original Code is the Hewlett-Packard Company.
Portions created by Hewlett-Packard Company are
Copyright (C) 1997 Hewlett-Packard Company.  All Rights Reserved.
2000-12-27 01:44:44 +00:00
wtc%netscape.com 1fb765b526 Bugzilla bug #63768: do not build "purified" libraries, which are no longer
necessary for the current version of Purify.
Modified Files:
	HP-UX.mk IRIX.mk README ReliantUNIX.mk SunOS4.1.3_U1.mk
	SunOS5.mk command.mk prefix.mk rules.mk ruleset.mk suffix.mk
2000-12-27 00:42:46 +00:00
anthonyd%netscape.com 395ac65d31 fix for bug#58028 - Range CompareBoundaryPoints returning incorrect values
r=jst,kin
a=kin
2000-12-27 00:37:01 +00:00
bryner%uiuc.edu ec395909e8 Removing unused old plugin code. Not part of build. r=av, sr=cls. 2000-12-27 00:22:36 +00:00
anthonyd%netscape.com 68cf2c5e11 fix for bug#59577 - hang during keyboard navigation
r=kin
sr=buster
2000-12-27 00:22:25 +00:00
cls%seawood.org 8702aa2805 Simple script to remove duplicates from a list given as the args. 2000-12-27 00:08:18 +00:00
cls%seawood.org f91458e6a5 XPCOM_STANDALONE is no longer needed for xpcom standalone builds 2000-12-26 23:49:01 +00:00
leaf%mozilla.org fcd5f20112 Automated update 2000-12-26 22:30:10 +00:00