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

74480 Коммитов

Автор SHA1 Сообщение Дата
relyea%netscape.com 655843fdc3 Add symbols needed by secutil and the command libraries. 2001-01-06 21:14:03 +00:00
relyea%netscape.com a42eae8ba3 derdump needs to initialize NSS before calling the SECU functions. 2001-01-06 21:12:29 +00:00
relyea%netscape.com c07a66adc3 Use NSS_initialization.
Remove Low level SECKEY calls (not the private key management is now broken
until PK11 calls are added to replace them).
2001-01-06 21:11:34 +00:00
relyea%netscape.com 106fbd997a Use NSS initialization. 2001-01-06 21:10:18 +00:00
relyea%netscape.com e5ac6a6d92 Move the cert searching and printing utility function out of secutil.c so that
most functions which call secutil can still be used in the shared libraries.
2001-01-06 21:09:28 +00:00
relyea%netscape.com 7f3c14f816 remove depricated functions from secutil. 2001-01-06 21:05:36 +00:00
nelsonb%netscape.com b5208aea7f Remove declarations of SOCKS support functions, which have never worked
in NSS 3.x and are not supported.  Ifdef out declarations of deprecated
functions, since they are not exported by ssl3.dll.
2001-01-06 20:56:40 +00:00
mcgreer%netscape.com 575cbdc414 reflect function declaration changes to loader module (const stuff) 2001-01-06 17:07:07 +00:00
mcgreer%netscape.com e75f6fc4c7 on hypbrid cpu models (except sparc), use long long instead of long 2001-01-06 17:06:26 +00:00
mcgreer%netscape.com bfd673249c fix broken build on bigendian platforms 2001-01-06 16:34:23 +00:00
leaf%mozilla.org e0eaa79c3c Automated update 2001-01-06 08:00:11 +00:00
bryner%uiuc.edu 4162159483 Adding an option to disable using -fshort-wchar (even if your compiler supports it). sr=cls. 2001-01-06 07:54:23 +00:00
sspitzer%netscape.com 12cb18c485 fix for #64482. we enabled the download headers UI elements when we supposed to disable it, and vice version. sr=bienvenu 2001-01-06 06:28:19 +00:00
beard%netscape.com 4ffba1b367 [not part of build] bug #42100, getting ready to land more Carbon build changes. 2001-01-06 06:14:06 +00:00
sspitzer%netscape.com 09cd6fb6f5 define a goDoCommand() to prevent JS errors when typing in the subscribe
dialog.  we don't play nice with mailWindow.  #53106
sr=bienvenu
2001-01-06 06:11:15 +00:00
bryner%uiuc.edu 7d0ac898af Bug 49273 - always set the hover state on content when we get a MOUSE_ENTER event. This prevents problems with some window managers that send MOUSE_LEAVE and MOUSE_ENTER events before ButtonPress events. r=saari, sr=blizzard. 2001-01-06 05:58:47 +00:00
wtc%netscape.com a32a22f21d Added const to clean up compiler warnings. 2001-01-06 05:26:24 +00:00
wtc%netscape.com 2064832299 Bugzilla bug #64471: PR_SendFile detects and uses the new Solaris
sendfilev system call.
Modified files: unix_errors.c, ptio.c.
2001-01-06 04:26:17 +00:00
cmanske%netscape.com fb19ada73a Fixed bad initialization of window enumerator. b=63947, r=danm, sr=alecf 2001-01-06 04:13:50 +00:00
sspitzer%netscape.com 8b26c35f74 get biff working with pop! sr=bienvenu. #64469 2001-01-06 03:47:54 +00:00
sspitzer%netscape.com 99dcbaa064 fix for #36025. play sound when new mail arrives. thanks to
rcassin@supernova.org for the front end work.  all the prefs work,
but we only have UI for enabling / disabling the sound.
sr=bienvenu
2001-01-06 02:43:03 +00:00
nelsonb%netscape.com 54be2d9937 Stop using deprecated SSL functions. Convert them to the supported ones. 2001-01-06 02:40:02 +00:00
relyea%netscape.com 7e861e00be Add rules for building the correct exportted list file for Sun, AIX, and Linux.
Fix AIX so the Map files will override exporting all the symbols
2001-01-06 02:00:55 +00:00
relyea%netscape.com cc9dd6e261 1) Add AIX to the exportted symbols controlled plaform.
2) reduce the exported symbol list down to one
2001-01-06 01:59:03 +00:00
relyea%netscape.com 6f4aa8bbb9 1) Add AIX to the build.
2) prune nss.def
3) reduce the count of exported symbol files down to one.
4) add NSS_Initialize()
2001-01-06 01:57:48 +00:00
kestes%staff.mail.com 814565daf7 delete unused tinderbox variable buildfamily. This will surely
confuse some user if I leave it in.
2001-01-06 01:34:21 +00:00
kestes%staff.mail.com 9af786d05f typo the module is erro_parse not error_parser 2001-01-06 01:33:22 +00:00
kestes%staff.mail.com 282ad461b1 clarify some details which came up in email correspondence. 2001-01-06 01:32:47 +00:00
kestes%staff.mail.com 57e0ddcd15 better man page to explain the mail format. 2001-01-06 01:32:03 +00:00
kestes%staff.mail.com c670b2e7eb clean up the SECONDS_PER_* variables
add some periods to the end of error messages.
2001-01-06 01:31:30 +00:00
kestes%staff.mail.com d865c05ac9 allow the 'building' mails to not trip the test for gridsize. 2001-01-06 01:30:37 +00:00
kestes%staff.mail.com 160f572c75 some new versions of CVS output dates in a new format, allow for these
dates.
2001-01-06 01:27:55 +00:00
mstoltz%netscape.com 811d4cb9a1 bug 62972 - block location and other sensitive properties in mail messages. r=rginda, sr=mscott 2001-01-06 00:26:58 +00:00
nelsonb%netscape.com 265c93831d Use _WIN32 instead of _WINDOWS in windows-dependent ifdefs. 2001-01-05 23:53:38 +00:00
bryner%uiuc.edu 433f20e3da Removing unused Makefile.in's (files in these directories are now exported via jar.mn). Bug 55778. r=ben, cls. Not part of build. 2001-01-05 23:51:45 +00:00
jj%netscape.com 9bd9705fa8 #41854: obsoleting old build scripts and related files. r=sfraser 2001-01-05 23:50:34 +00:00
pinkerton%netscape.com a07e05a429 Submitting patch from MarkH@ActiveState.com to allow multi-file drops
from external applications. r=saari/sr=hyatt. bug# 60924
2001-01-05 23:47:09 +00:00
blakeross%telocity.com afb86238f1 Fix 10061: xptcall not right on irix. patch by Robert Low (rob@adacel.com.au). r=jband sr=blizzard 2001-01-05 23:44:21 +00:00
jst%netscape.com d370359e69 Fixing regression introduced in my huge checkin a few weeks ago, backing out the change I made while doing some code cleanup/reorg 2001-01-05 23:26:05 +00:00
racham%netscape.com d59c6b180f Fixing bugs 62206, 62461. Changing sentences at various places to be more meaningful as per the patches submitted. r=sspitzer, sr=mscott 2001-01-05 23:24:49 +00:00
sspitzer%netscape.com 4499182f99 really fixing #63992 this time. thank to hwaara for point out the
problem.  sr=bienvenu
2001-01-05 23:10:09 +00:00
naving%netscape.com 8df1ed171e 45041 r=sspitzer sr=bienvenu. Display the alert message correctly. 2001-01-05 23:07:03 +00:00
blakeross%telocity.com 554f310066 Fix 54963: mousewheel text sizing not bounded, and lower upper bound (to 2000%). patch by Jonas Sicking (sicking@bigfoot.com). r=bryner,blake a=ben 2001-01-05 23:06:09 +00:00
sspitzer%netscape.com b3c6339a1c comment out annoying debug dump(). sr=no one 2001-01-05 23:05:50 +00:00
mkaply%us.ibm.com 3ad5219bf4 #62858
r=javi,wtc, sr/a=brendan
OS/2 should follow some WIN32 paths in psm-glue
2001-01-05 23:05:03 +00:00
blakeross%telocity.com 8a26b9403b Fix 64171: some clean-up in the cookies panel (enabling/disabling, layout). patch by H�kan Waara (hwaara@chello.se). r=jag a=ben 2001-01-05 23:00:33 +00:00
mcgreer%netscape.com 6547f07956 add support for AES
reduce compiler warnings
2001-01-05 22:38:50 +00:00
mcgreer%netscape.com 3855fe44e8 widespread changes to reduce compiler warnings. liberal application of const. 2001-01-05 22:37:50 +00:00
wtc%netscape.com af7528dc37 Call NSS_Init() to initialize NSS. It's not necessary to call PR_Init()
because NSPR is implicitly initialized.
2001-01-05 21:14:47 +00:00
nboyd%atg.com b29ff78561 For == use .equals after unwrapping. 2001-01-05 20:00:47 +00:00