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

75587 Коммитов

Автор SHA1 Сообщение Дата
sspitzer%netscape.com 6909a8b42a fix for #67088. sr=bienvenu.
1) on batch deletes, we quickly bail out of ThreadPaneSelectionChange()
2) we only call document.commandDispatcher.updateCommands('threadTree-select');
once per delete, next, move, selection, folder loading.
3) general cleanup
2001-01-30 22:02:27 +00:00
sspitzer%netscape.com 1e8b232691 fix for #67003. make mailCharsetLoadListener() more efficient.
r=nhotta, sr=bienvenu
2001-01-30 21:51:43 +00:00
sfraser%netscape.com bf5249643d Fix for bugs 64978 and 24312. Add a call to SystemTask into the autoreg loop to ensure that the OS has time to grow its File Control Block tables, to avoid running out of FCBs when doing autoreg after rebooting the machine. r=ccarlen, sdagley, sr=scc 2001-01-30 21:29:53 +00:00
dcone%netscape.com cb6c4ab666 r=karnaze sr=buster. Updated the API for a nsIDeviceContextSpecFactory to pass in a nsIWidget. 2001-01-30 21:22:16 +00:00
sspitzer%netscape.com 7a449f55ca fix for #29199. r=gemal@gemal.dk. sr=bienvenu 2001-01-30 21:07:36 +00:00
sspitzer%netscape.com b5ba1e70be fix FMM. #66790. general code cleanup. r=bratell, sr=bienvenu.
thanks to bratell for finding the FMM.
2001-01-30 21:05:47 +00:00
wtc%netscape.com c476a28be9 Bugzilla bug #66367: rename the internal NSS functions that we have to
export from the NSS shared library.  Reviewed by Bob Relyea.
Modified Files:
	nss/lib/certdb/certdb.c nss/lib/certdb/pcertdb.c
	nss/lib/nss/Makefile nss/lib/nss/manifest.mn
	nss/lib/nss/nss.def nss/lib/pk11wrap/pk11skey.c
	nss/lib/pkcs12/p12d.c nss/lib/pkcs12/p12e.c
	nss/lib/pkcs12/p12local.c nss/lib/pkcs7/certread.c
	nss/lib/pkcs7/p7decode.c nss/lib/pkcs7/p7encode.c
	nss/lib/smime/cmsutil.c nss/lib/softoken/secpkcs5.c
	nss/lib/ssl/ssl3con.c nss/lib/ssl/sslcon.c
	nss/lib/ssl/sslnonce.c nss/lib/ssl/sslsnce.c
	nss/lib/util/nsslocks.c
Added Files:
	nss/lib/nss/nssrenam.h
2001-01-30 21:02:28 +00:00
disttsc%bart.nl f367fd7ca7 Bug 10893: add text size menu to mail/news viewers (3pane, message). r=timeless, sr=sspitzer
Bug 56534: make "Open in new message window" work when viewpane is closed. r=racham, sr=sspitzer
2001-01-30 20:45:50 +00:00
edburns%acm.org a0c558e327 bug:66729
sr=waterson
r=akkana
Change PRUint32 to PRInt32.
2001-01-30 20:39:55 +00:00
blizzard%redhat.com 431fd02bb8 Fix bug #66882. Turn off the _MOZILLA_REMOTE property on the hidden window otherwise the embedded widget will respond to remote requests. r=pavlov, sr=alecf-the-x-head 2001-01-30 20:35:14 +00:00
mcgreer%netscape.com 2c3d9cd448 change pk12util to use shared libs. 2001-01-30 19:49:52 +00:00
mcgreer%netscape.com 6d10eabe08 export PKCS#12 symbols via the S/MIME DSO. Change default cipher list
to enable all available ciphersuites.
2001-01-30 19:47:39 +00:00
wtc%netscape.com 71ca492fce Bugzilla bug #66889: do not export the Windows import libraries for the
loadable PKCS#11 modules fort32.dll, swft32.dll, and nssckbi.dll.
Reviewed by Bob Relyea.
Modified files:
	nss/lib/ckfw/builtins/Makefile nss/lib/ckfw/builtins/config.mk
	nss/lib/fortcrypt/config.mk
	nss/lib/fortcrypt/swfort/pkcs11/config.mk
2001-01-30 19:43:26 +00:00
wtc%netscape.com f8c9dbd50c Bugzilla bug #54989: Use the AIX -brtl linker option to link the NSS
utilities with NSPR shared libraries.  Reviewed by Bob Relyea.
2001-01-30 19:11:22 +00:00
javi%netscape.com e450c541b4 Add first cut at exportable interfaces. 2001-01-30 18:34:22 +00:00
mkaply%us.ibm.com 53a3178629 #67044
smoketest blocker
2001-01-30 16:58:29 +00:00
matthias%sorted.org b9d7c15e2b added support for incremental/prefix matching of regular
expressions. The method "prefix" on a RegExp behaves exactly the same
as the "exec" method except it returns "undefined" if the match failed
because there was an insufficient number of characters in the
input. E.g.
/^foo/.prefix("foo")	=> ["foo"] (just like exec)
/^foo/.prefix("fox")	=> null (just like exec)
/^foo/.prefix("fo")	=> undefined (whereas exec returns null)
2001-01-30 16:38:21 +00:00
dbaron%fas.harvard.edu 208b4d5fa6 Attempt to fix build bustage from mkaply's checkin. r=kin 2001-01-30 16:31:43 +00:00
mkaply%us.ibm.com b8aaae7f98 #62003
r=mccabe, sr=brendan
Fixing up some Javascript CALLBACKs
2001-01-30 15:53:38 +00:00
mkaply%us.ibm.com ac97ab347b #62003
r=mccabe, sr=brendan
Fixing up some Javascript CALLBACKs
2001-01-30 15:43:35 +00:00
bienvenu%netscape.com b2991581d8 more work on playback of offline imap operations NOT YET PART OF BUILD 2001-01-30 15:29:11 +00:00
valeski%netscape.com 603d6f0dd4 adding necko chrome so the .properties get included in the packaging. 65919. sr=hyatt 2001-01-30 15:27:21 +00:00
brade%netscape.com 5073d3844e fix typo; r=cmanske; sr=kin 2001-01-30 15:19:24 +00:00
ccarlen%netscape.com 1a2acc397f Bug 58014 - Make sure certain profile files exist whenever requested. r=racham@netscape.com, sr=alecf@netscape.com 2001-01-30 14:11:09 +00:00
nboyd%atg.com 7272657a9d Fix bug:
Subject:
             [Rhino] Question
        Date:
             Tue, 30 Jan 2001 20:18:21 +0900
       From:
             "get21" <get21@secsm.org>
 Organization:
             Another Netscape Collabra Server User
 Newsgroups:
             netscape.public.mozilla.jseng




I found something unusual to me when I hacking the Rhino source code.

In tagify method of NativeString Class,

When it adds tag to its string(this.string), it does not use quotation
marks.

For example, the result of tagify("A HREF", "A", value) in
jsFunction_link(String value) is

<A HREF=Some Value>Original String Value</A>

Not,

<A HREF="Some Value">Original String Value</A>

This question might sound silly, but I'm curious why.

Thanks in advance,

Nam

--
email : get21@secsm.org
home : http://get21.secsm.org
phone : 011-9092-1802
2001-01-30 13:47:19 +00:00
ben%netscape.com 27586e2b85 intrinsically sized dialogs were broken by my previous checkin because XULElement::GetAttribute
was not returning an empty string for attributes that were not set. Patch this, & fix logic.
a=hyatt@netscape.com
2001-01-30 11:30:12 +00:00
ben%netscape.com 21401fbd51 fix a multiple monitor issue with my earlier fix for 25455, r=pinkerton@netscape.com, a=hyatt@netscape.com 2001-01-30 08:23:27 +00:00
hewitt%netscape.com 283df67be0 61830 - [Modern] progressmeter border (by hwaara), r=hewitt, sr=hangas 2001-01-30 07:51:14 +00:00
hewitt%netscape.com b20601ab7d 64535 - subscribe dialog, r=andreww, sr=sspitzer 2001-01-30 07:47:13 +00:00
hewitt%netscape.com eaf5422d42 65735 - import text dialog, r=andreww, sr=hangas 2001-01-30 07:32:10 +00:00
hewitt%netscape.com bd364d2ba1 58951 - menu alignment, r=andreww, sr=hangas 2001-01-30 07:21:36 +00:00
timeless%mac.com c0b5a189f9 fix for bug 61806
javascript strict warnings in globalOverlay.js
patch by maolson@earthlink.net, r=jag, a=alecf
2001-01-30 07:18:33 +00:00
hewitt%netscape.com 17809278e4 46961 - classic disabled buttons, r=blake, sr=hangas 2001-01-30 07:13:25 +00:00
hewitt%netscape.com 0dca398225 56210 - autorepeat button, r=andreww, sr=ben 2001-01-30 07:03:13 +00:00
hewitt%netscape.com 03b9ff24bb 64914 - themes pref panel tree, r=andreww, sr=hangas 2001-01-30 07:01:08 +00:00
m_kato%ga2.so-net.ne.jp 6a3ebef309 bug 63044 r=nhotta, sr=alecf
fixed incorrect unicode convertion
2001-01-30 06:52:23 +00:00
sspitzer%netscape.com dbf3efc082 backing racham out. this fix causes resize problems and other weirdness.
thanks to bryner for finding it.  r=bryner
2001-01-30 06:03:53 +00:00
disttsc%bart.nl fa3d4c9ca0 Fix warnings 'n stuff. bug=60627, patch=mao, r=jag, sr=sspitzer 2001-01-30 05:20:08 +00:00
sspitzer%netscape.com 75d694cebc remove tests from build. sr=mscott 2001-01-30 05:07:43 +00:00
mscott%netscape.com 851f84506c Bug #63346 --> implement reveal and launch for the mac. Most of this code was contributed by Paul Hangas. Thanks Paul!! r=conrad,hangas sr=sspitzer 2001-01-30 05:03:38 +00:00
mscott%netscape.com ede323212e Bug #63346 --> add methods for reveal and launch to a local file. Stub implementions for OS/2 and Unix right now.
r=conrad
sr=sspitzer
2001-01-30 05:02:48 +00:00
karnaze%netscape.com b6d42b35d2 bug 65750 - fix error with negative numerator in colspan calculations. sr=none, r=bernd.mielke.snafu.de. 2001-01-30 05:00:44 +00:00
mscott%netscape.com e95bc5292e Bug #63346 --> add checkbox for keeping dialog alive when transfer is done and for a reveal and launch button
support Reveal File and Launch File buttons on the progress dialog.
sr=sspitzer
2001-01-30 04:59:42 +00:00
mscott%netscape.com 7452538789 Bug #63346 --> add new labels for some new buttons (launch and reveal)
sr=sspitzer
2001-01-30 04:58:55 +00:00
mscott%netscape.com 03614c9770 remove obsolete files
sr=sspitzer
2001-01-30 04:56:37 +00:00
mscott%netscape.com e82774e9b7 remove obsolete directories 2001-01-30 04:55:49 +00:00
mscott%netscape.com 6b7ea80d04 remove obsolet files 2001-01-30 04:55:30 +00:00
mscott%netscape.com 08a06f0236 remove obsolete test files
sr=sspitzer
2001-01-30 04:54:07 +00:00
mscott%netscape.com 66a177b8d1 remove obosolet files
sr=sspitzer
2001-01-30 04:53:32 +00:00
mscott%netscape.com 07d0f61186 remove obsolete test directories
sr=sspitzer
2001-01-30 04:50:42 +00:00