68286 Commits

Author SHA1 Message Date
rods%netscape.com
7d00eaa27c Changing changed window class to "MozillaWindowClass" in commented out line
doing this for completeness
b=29487 r=self
2000-08-22 01:59:34 +00:00
nelsonb%netscape.com
f28d74b9ab Big changes for performance.
- In mpi-priv.h, declare new 3 argument versions of s_mp_add and s_mp_sub.
Also declare new set of s_mpv_ functions that operate on vectors (arrays)
of mp_digits instead of on mp_ints.  These functions are candidates for
implementation in assembler.
- In mpi.c reimplement mp_add and mp_sub using the new 3arg functions.
Implement 3 argument versions of s_mp_add and s_mp_sub.
This eliminates all need for temporary variables in mp_add and mp_sub.
Implement c language reference implementations of new s_mpv vector multiply
and multiply and add functions.  Change mp_mul and mp_sqr so they no longer
pre-zero the output variable.  It's no longer nececssary with the new s_mpv
functions.  s_mp_pad no longer zeros out the new padded space.
-In mpmontg.c, implement variable width exponetiation windows.  Implement
a new function to compute the multiply and Montgomery reduction in a
single pass.  This is "Improvement 2" from Dusse' and Kaliski's paper
"A Cryptographic Library for the Motorola DSP56000".  Performance impact
is negligible in this c implementation.  However, this function is another
target for assembly language optimization.
2000-08-22 01:57:34 +00:00
nelsonb%netscape.com
a61f1b73ab Overhaul Makefile. Change it to use gmake's "static pattern rules",
instead of having explicit individual rules for every program. Also,
build .o files for programs, and link them in a separate step. This
speeds building after changing a .c file in the library.
2000-08-22 01:45:25 +00:00
rjc%netscape.com
fa18e923e4 Add secondary secorting info for file/ftp listings. r=me 2000-08-22 01:39:48 +00:00
rjc%netscape.com
ff4cf79e0a Fix bug # 48320: Directories displayed twice in file:/// URLs. r=me 2000-08-22 01:26:42 +00:00
nelsonb%netscape.com
4cf2feb015 Get these tests to build with the current mpi API. 2000-08-22 01:19:26 +00:00
mccabe%netscape.com
f14eb49869 Fix to 43282, courtesy Mark Hammond <markh@activestate.com>
Common code between GetIIDForParam and GetInfoForParam, and reinforce a needed check against null.

r=jband
a=brendan
2000-08-22 01:19:22 +00:00
thayes%netscape.com
4b809a5c35 Add SDR Context resource to hold information during processing of
SDR encrypt, decrypt and change password commands.  These changes
enable use of the context field of the SDR messages by clients.
2000-08-22 01:16:42 +00:00
nelsonb%netscape.com
67da52ab59 Go back to using gmake. 2000-08-22 01:15:41 +00:00
dmose%mozilla.org
4cf3c2ccd7 patch from peter.vanderbeken@pandora.be which tracks warren's change to nsIRequest.idl and keep LDAP building on the tip. a=(not built), r=dmose@mozilla.org 2000-08-22 01:05:13 +00:00
nelsonb%netscape.com
ddb4786c4a MIPS assembler code to optimize inner multiply loops for mips3 CPUs. 2000-08-22 00:55:10 +00:00
ccarlen%netscape.com
3b47353cfe Convert use of nsIFileLocator to nsIDirectoryService r=mscott 2000-08-22 00:53:37 +00:00
ccarlen%netscape.com
7126fd30ad Removed refs to nsIFileLocator r=valeski 2000-08-22 00:52:24 +00:00
ccarlen%netscape.com
30993c7d14 Convert use of nsIFileLocator to nsIDirectoryService. r=dveditz 2000-08-22 00:45:19 +00:00
ssu%netscape.com
95448fd1b5 fixing bug http://bugscape/show_bug.cgi?id=2044 - need better ui/user experience for the Advanced Settings dialog. affects windows platforms only. a=dveditz r=sgehani 2000-08-22 00:45:10 +00:00
rjc%netscape.com
456f4c8a43 Fix bug # 35022: slow bookmark operations. r=waterson 2000-08-22 00:44:07 +00:00
ccarlen%netscape.com
c46b135e04 Convert use of nsIFileLocator to nsIDirectoryService. r=valeski 2000-08-22 00:42:46 +00:00
ccarlen%netscape.com
d3d8d7f18b Convert use of nsIFileLocator to nsIDirectoryService r=alecf 2000-08-22 00:41:16 +00:00
ssu%netscape.com
607bed0c44 fixing bug http://bugscape/show_bug.cgi?id=2044 - need better ui/user experience for the Advanced Settings dialog. not part of tinderbox builds. a=dveditz r=sgehani 2000-08-22 00:41:11 +00:00
ccarlen%netscape.com
648b426c7d Converted use of nsIFileLocator to nsIDirectoryService. r=morse 2000-08-22 00:39:09 +00:00
ccarlen%netscape.com
7eaea7913f Converted use of nsIFileLocator to nsIDirectoryService. r=slamm 2000-08-22 00:36:55 +00:00
brendan%mozilla.org
f447340dff Fix UMR on ok in JS_ResolveStandardClass (46703, r=rogerl). 2000-08-22 00:25:17 +00:00
wtc%netscape.com
b37c0aaf12 Do not use the 'const' qualifier with PL_HashTableLookupConst() and
PL_HashTableRawLookupConst() because when compiled with HASHMETER defined
they increment some counters in the hash table. r=larryh@netscape.com.
2000-08-22 00:17:23 +00:00
ccarlen%netscape.com
47107643fe Converted uses of nsIFileLocator to nsIDirectoryService. r=valeski 2000-08-22 00:16:50 +00:00
ccarlen%netscape.com
5469d37218 Converted use of nsIFileLocator to nsIDirectoryService r=valeski 2000-08-22 00:14:24 +00:00
ccarlen%netscape.com
19a9843607 Converted from using nsIFileLocator to using nsIDirectoryService r=alecf 2000-08-21 23:59:25 +00:00
akkana%netscape.com
7eccb199f7 Correct an error in a comment 2000-08-21 23:54:59 +00:00
ftang%netscape.com
b9f6c59605 fix 49553. r=mjudge. replace ToNewCString/delete pair with NS_ConvertUCS2toUTF8 2000-08-21 23:51:59 +00:00
ccarlen%netscape.com
1dc6fc3dd3 Converted nsIFileLocator to nsIDirectoryService. r=alecf 2000-08-21 23:43:48 +00:00
ftang%netscape.com
83b5cd5439 fix bug 48231. Thanks Eungkyu Song <eungkyu@bawi.org> for the patch.
r=ftang
2000-08-21 23:34:23 +00:00
ftang%netscape.com
2b20c4ed57 fix bug 21312. r=nhotta. Store the charset decision into the cache and reuse it later. 2000-08-21 23:16:43 +00:00
dbaron%fas.harvard.edu
9dc31d1fcf Don't NS_LOG_RELEASE twice. r=chuang (No-op in release builds.) 2000-08-21 23:09:01 +00:00
morse%netscape.com
04cc2f7b09 bug 49589, excessive bloat in wallet tables, r=valeski 2000-08-21 22:53:21 +00:00
dougt%netscape.com
4a7e9f4d4b add zlib to unix base browser 2000-08-21 22:52:22 +00:00
dougt%netscape.com
6e5dd7aa53 b=49593. r=bruce@cubik.org (Bruce Mitchener). 2000-08-21 22:51:10 +00:00
javi%netscape.com
d37ab93ebd Fix for bug #45982. Set the mode on the file picker correctly.
This allows users to back up certs successfully to new files instead
of having to over-write existing files.
2000-08-21 22:42:59 +00:00
gagan%netscape.com
88db82b83e Fix for bug 48200. We were incorrectly setting mDocumentURI to the OriginalURI which completely broke redirects (which are conveyed thru URI and not OriginalURI) r=hyatt 2000-08-21 22:37:02 +00:00
hyatt%netscape.com
eefc7c48f5 49012 fix, r=danm 2000-08-21 22:30:36 +00:00
hyatt%netscape.com
5de7262960 49012 fix, r=danm 2000-08-21 22:23:15 +00:00
dbragg%netscape.com
4d683edcce Fix for 45911 and 45913. changed NativeFileOpFileCopyPrepare and Complete to check for a filename supplied by the script writer. Still accepts directories as well. r=ssu 2000-08-21 21:39:09 +00:00
varada%netscape.com
1f69f6ec42 fix for bugs #47935 and #21831;unable to close addresspicker after selecting cards;r=putterman 2000-08-21 21:35:08 +00:00
rods%netscape.com
2419104f68 changed window class to "MozillaWindowClass"
b=29487 r=kmcclusk
2000-08-21 21:32:09 +00:00
av%netscape.com
037e5ee9c5 49515, fixing incorrect handling nsPluginInfo struct which prevented
Mac plugins from working, patch by beard, r=av
2000-08-21 21:31:28 +00:00
bienvenu%netscape.com
4fcdd3225a fix searching of sub-folders r=putterman 44383 2000-08-21 21:25:54 +00:00
pavlov%netscape.com
58510a6e28 oops, add blue skin to windows packages bug 49530 2000-08-21 21:01:29 +00:00
cyeh%bluemartini.com
0817196698 fix for #39044 : Some vers. of some browsers give a script warning on query page when not
using milestones. patch submitted by nkiesel@tbdnetworks.com
2000-08-21 20:16:00 +00:00
waterson%netscape.com
51b6b8b62c Bug 47843. Be sure to set nsPresShell's mIsReflowing during initial reflow to avoid re-entrancy. r=nisheeth 2000-08-21 20:10:07 +00:00
putterman%netscape.com
18196c4b73 More fixes for 48244 which makes the 3pane menus look better. Also fixed 44223 which brings Open Link in New Window to the top of the message pane context menu
r=bienvenu.
2000-08-21 20:00:48 +00:00
cyeh%bluemartini.com
84f90e2764 fix for bug #44622: perl5.6 vs perl5.005 -w: more anal 5.6 causes errors.
patches by mtakacs@pacbell.net.
2000-08-21 19:50:41 +00:00
dbaron%fas.harvard.edu
583abe126c Fix double-addref leak of stylesheets. b=49648 r=mjudge 2000-08-21 19:46:18 +00:00