Commit Graph

75744 Commits

Author SHA1 Message Date
sspitzer%netscape.com
50fd86340f fix for #29199. r=gemal@gemal.dk. sr=bienvenu 2001-01-30 21:07:36 +00:00
sspitzer%netscape.com
49a39178a0 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
104ac36a8d 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
4048d6a36c 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
9663d702fb bug:66729
sr=waterson
r=akkana
Change PRUint32 to PRInt32.
2001-01-30 20:39:55 +00:00
blizzard%redhat.com
4ef6cabd23 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
b0f6416250 change pk12util to use shared libs. 2001-01-30 19:49:52 +00:00
mcgreer%netscape.com
60a4d653fb 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
2a8e617b8b 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
a122eb5a2e 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
786ccd06ed Add first cut at exportable interfaces. 2001-01-30 18:34:22 +00:00
mkaply%us.ibm.com
04152e6af4 #67044
smoketest blocker
2001-01-30 16:58:29 +00:00
matthias%sorted.org
4aee7d25d7 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
7563888641 Attempt to fix build bustage from mkaply's checkin. r=kin 2001-01-30 16:31:43 +00:00
mkaply%us.ibm.com
81fac91d51 #62003
r=mccabe, sr=brendan
Fixing up some Javascript CALLBACKs
2001-01-30 15:53:38 +00:00
mkaply%us.ibm.com
7792e217c6 #62003
r=mccabe, sr=brendan
Fixing up some Javascript CALLBACKs
2001-01-30 15:43:35 +00:00
bienvenu%netscape.com
c1cc128359 more work on playback of offline imap operations NOT YET PART OF BUILD 2001-01-30 15:29:11 +00:00
valeski%netscape.com
cfe1d492eb 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
9449e16be0 fix typo; r=cmanske; sr=kin 2001-01-30 15:19:24 +00:00
ccarlen%netscape.com
eb8aa99cb8 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
42056e97d4 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
f8a25b39f2 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
b1bd46c346 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
95fde1916b 61830 - [Modern] progressmeter border (by hwaara), r=hewitt, sr=hangas 2001-01-30 07:51:14 +00:00
hewitt%netscape.com
22ca9263c6 64535 - subscribe dialog, r=andreww, sr=sspitzer 2001-01-30 07:47:13 +00:00
hewitt%netscape.com
8110f88668 65735 - import text dialog, r=andreww, sr=hangas 2001-01-30 07:32:10 +00:00
hewitt%netscape.com
182757fedf 58951 - menu alignment, r=andreww, sr=hangas 2001-01-30 07:21:36 +00:00
timeless%mac.com
f497dde658 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
b954bf8cb9 46961 - classic disabled buttons, r=blake, sr=hangas 2001-01-30 07:13:25 +00:00
hewitt%netscape.com
98e0657588 56210 - autorepeat button, r=andreww, sr=ben 2001-01-30 07:03:13 +00:00
hewitt%netscape.com
4e7e217972 64914 - themes pref panel tree, r=andreww, sr=hangas 2001-01-30 07:01:08 +00:00
m_kato%ga2.so-net.ne.jp
d4b2fda70b bug 63044 r=nhotta, sr=alecf
fixed incorrect unicode convertion
2001-01-30 06:52:23 +00:00
sspitzer%netscape.com
5f82fcf36c 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
64e4e828f4 Fix warnings 'n stuff. bug=60627, patch=mao, r=jag, sr=sspitzer 2001-01-30 05:20:08 +00:00
sspitzer%netscape.com
1097880c59 remove tests from build. sr=mscott 2001-01-30 05:07:43 +00:00
mscott%netscape.com
5ff083fee3 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
c38767a7e4 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
24c618018a 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
f1b6589d77 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
0dfa50ef57 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
655c720a6c remove obsolete files
sr=sspitzer
2001-01-30 04:56:37 +00:00
mscott%netscape.com
54c583bb7a remove obsolete directories 2001-01-30 04:55:49 +00:00
mscott%netscape.com
48513685cb remove obsolet files 2001-01-30 04:55:30 +00:00
mscott%netscape.com
a8d05e73da remove obsolete test files
sr=sspitzer
2001-01-30 04:54:07 +00:00
mscott%netscape.com
b0378e55a5 remove obosolet files
sr=sspitzer
2001-01-30 04:53:32 +00:00
mscott%netscape.com
e105e59022 remove obsolete test directories
sr=sspitzer
2001-01-30 04:50:42 +00:00
mkaply%us.ibm.com
4addd4832e #61253
r=mkaply,a=blizzard
Check whether or not text color has been set
2001-01-30 04:49:32 +00:00
sspitzer%netscape.com
812a41bfc5 remove unused tests. sr=mscott 2001-01-30 04:48:46 +00:00
mscott%netscape.com
ff022efb72 stop building obsolete test directories
sr=sspitzer
2001-01-30 04:47:24 +00:00
sspitzer%netscape.com
75821cdbba remove the old, unused tests. sr=mscott 2001-01-30 04:47:05 +00:00