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

62261 Коммитов

Автор SHA1 Сообщение Дата
rods%netscape.com 982188fad6 DD&D now checks for readonly and disabled
b 38773
2000-05-16 21:57:06 +00:00
ben%netscape.com 2831215667 search sidebar skinnability 2000-05-16 21:56:12 +00:00
pollmann%netscape.com fc92c8208c Bug 32746 (2 of 3): Make iframe borders respond to both css and frameborder attribute. r=harishd 2000-05-16 21:56:02 +00:00
dcone%netscape.com 5f61a1f494 Added code to check file name for obvious directory syntax.. 2000-05-16 21:55:39 +00:00
dougt%netscape.com 0447ee35ed Using wrong converstion. It should have been 1000, but it I checked in 1 mil! 2000-05-16 21:53:34 +00:00
pollmann%netscape.com c745634f70 Bug 32746 (1 of 3): Make iframe borders compatible with IE's precedent here, inset rather than solid border. r=harishd 2000-05-16 21:45:55 +00:00
sspitzer%netscape.com 4cbee01d87 all around the mulberry bush, the monkey chased the weasel. 2000-05-16 21:44:23 +00:00
rhp%netscape.com 84902a3207 A fix to make string bundles thread safe in back end - r: rhp (external contributor) 2000-05-16 21:43:29 +00:00
ftang%netscape.com 03ffcb291f fix OS2 problem for ibm 2000-05-16 21:41:14 +00:00
sspitzer%netscape.com 7d5d313277 fix regression #39453, also, comment out some dump statements. 2000-05-16 21:40:32 +00:00
mcafee%netscape.com 0d45357642 Adding page info implementation, courtesy smorrison@gte.com. (22119) 2000-05-16 21:38:13 +00:00
pinkerton%netscape.com 006dd64e0c fix for 39347, translucent dragging picking up wrong bits in mail thread window. needed to add correct view offsets. 2000-05-16 21:36:28 +00:00
mscott%netscape.com ecb5ecd242 Bug #39445 --> news folders don't have a charset...fixes a crash
when trying to display news messages.
2000-05-16 21:36:23 +00:00
mcafee%netscape.com 75a08f8d89 Page info implementation, courtesy smorrison@gte.com 2000-05-16 21:35:46 +00:00
ftang%netscape.com 2792d44a0f fix bug 39197. r=erik. Detect UTF8 BOM since Win2K notepad generate them 2000-05-16 21:35:40 +00:00
ddrinan%netscape.com a9011363c1 OS/2 changes for snizinsk@us.ibm.com 2000-05-16 21:30:23 +00:00
warren%netscape.com be7f0d13bf Reverted serverPasswordRealm back to serverURI. Bug 39453. 2000-05-16 21:17:55 +00:00
varada%netscape.com d115988f8f trivial bug fix for help 2000-05-16 21:05:11 +00:00
evaughan%netscape.com 0032d22357 1) Fixed collapsing code. So sidebar does not assert when brought up closed.
2) fixed menu dismissing bug.
2000-05-16 20:46:08 +00:00
varada%netscape.com 5b17b26dfd exporting the help1 and help2 files to the root 2000-05-16 20:28:37 +00:00
rickg%netscape.com c99c32c529 checking in fix for 39281 2000-05-16 20:27:45 +00:00
varada%netscape.com d350d53e80 adding files for customizing helpmenu 2000-05-16 20:26:50 +00:00
shanjian%netscape.com ac63b8b616 #7601, r = ftang
fixed backwards wordjump problem for non-ascii characters.
2000-05-16 19:52:05 +00:00
shanjian%netscape.com e9bc9c14bb #7601
r = ftang
Fixed non-ascii forward wordjump problem.
2000-05-16 19:51:09 +00:00
dbaron%fas.harvard.edu 194b09aa1e Fix MathML build. r=erik@netscape.com a=leaf@mozilla.org 2000-05-16 19:31:57 +00:00
dbaron%fas.harvard.edu 0d471418b9 Fix MathML build (patch also pointed out by mielke@licel.com). r=sfraser@netscape.com a=leaf@mozilla.org Not part of default build. 2000-05-16 19:29:44 +00:00
ddrinan%netscape.com 20c50baf29 Fixed the release_md rule to copy the components stuff 2000-05-16 18:54:01 +00:00
ddrinan%netscape.com 882bbca42e Load the nlslayer/M14 from \\drinan. This is temporary 2000-05-16 18:47:22 +00:00
joki%netscape.com c352adf336 Fix for bug 39422, fix use of event.target from JS. a:leaf, r:vidur 2000-05-16 18:46:38 +00:00
mscott%netscape.com 363be47794 fix infinite recursion in the interface map macro. I wasn't jumping up to the base class (nsMsgMailNewsUrl) instead
I was re-enteringin nsNntpUrl =).
a=leaf
2000-05-16 18:43:05 +00:00
ddrinan%netscape.com ea496f8cc8 OS/2 changes for snizinsk@us.ibm.com 2000-05-16 18:30:55 +00:00
mcgreer%netscape.com bc82834652 Performance enhancements for md5 implementation.
+ unroll a loop in md5_compress
+ remove a superfluous variable
2000-05-16 18:18:39 +00:00
kin%netscape.com a215095b0d Fix for smoke test blocker bug #39426 (the spellchecker is not being recognized as present (missing))
Corrected spellchecker progid string.
r=sfraser@netscape.com a=leaf@netcape.com
2000-05-16 18:07:41 +00:00
relyea%netscape.com 303f425f64 Add a mini-framework to allow us to test NSS releases without using tet. 2000-05-16 17:50:52 +00:00
relyea%netscape.com 38d6152e38 Change the attribute allocation scheme to a fixed array in the object. 2000-05-16 17:40:22 +00:00
relyea%netscape.com 4a3b75ec7e Add SSL and TLS to the slotlist search functions 2000-05-16 17:37:10 +00:00
relyea%netscape.com e1a6eb335e 1) performance changes.
a) do C_Decrypt in the handUnwrap case on it's own session so we don't
 single thread through the code.
	b) reuse the session created for the symKey when importing the key from data.

2) robustness changes.
	a) try different ways of getting the signature length if non-complient
 tokens don't present the modulus to us.
	b) Recover from state buffers changing sizes on us in the middle of
GetOperationState().
2000-05-16 17:36:24 +00:00
putterman%netscape.com e46b2185a2 fix for assertions on startup. a=leaf. r=sspitzer and cata. 2000-05-16 17:30:15 +00:00
relyea%netscape.com 2c6cd2027f Only output caching if we turn tracing on. 2000-05-16 17:28:31 +00:00
relyea%netscape.com 1d44cff3d9 Add TLS and SSL flags to modutil.
Allow the Default flag to work specifically on a slot.
2000-05-16 17:27:29 +00:00
relyea%netscape.com f33f43b0fb 1) add code to allow selfserv to reuse existing listen ports when they are 'just haning around' (allows our test suits to run when starting and stopping the server all the time).
2) flush out any server output so it doesn't get lost from out test suites
2000-05-16 17:25:42 +00:00
law%netscape.com 333b283839 Backing out change 2000-05-16 15:51:33 +00:00
dougt%netscape.com 560b9d0e8c The files in winHooks have been removed for some reason, but this makefile
still points to this directory.  I am removing it until law@netscape.com
can figure out what is going on.  Hopefully, this really is a component.
2000-05-16 15:45:20 +00:00
morse%netscape.com 5b6455475c don't return error if decrypting a zero-length string 2000-05-16 15:00:35 +00:00
brade%netscape.com 6bc3b8a915 enable drop of more types 2000-05-16 14:53:43 +00:00
brade%netscape.com dc6aa1613d fix namespace 2000-05-16 14:44:35 +00:00
jst%netscape.com fa23c947ff Fix invalid nsString useage. 2000-05-16 14:43:32 +00:00
brade%netscape.com d990c6e92d namespace fixes 2000-05-16 14:43:04 +00:00
law%netscape.com fbc23e0edb Minor tweaking to clean up the code some 2000-05-16 14:36:08 +00:00
joki%netscape.com f1e50fa14b Second part of fix for 7404, allow left right keyboard scrolling, patch from Matt Bissiri and John Morrison 2000-05-16 14:28:09 +00:00