rogerl%netscape.com
d568d40910
Added pragma to disable overlong identifiers warning
2001-02-09 19:10:18 +00:00
rogerl%netscape.com
5fb0a8ee35
Turned on RTTI
2001-02-09 19:09:23 +00:00
ccarlen%netscape.com
6eab38f493
Mac embedding sample code only. Embedding sample needs to use new nsIWebBrowserFind API (68169). r=valeski,sfraser a=blizzard.
2001-02-09 17:51:00 +00:00
kestes%tradinglinx.com
0925d9abc3
add new type for password field which will not display value on cgi page.
2001-02-09 15:16:57 +00:00
hyatt%netscape.com
919620b5f3
Not part of build.
2001-02-09 12:18:52 +00:00
hyatt%netscape.com
b9dcead8c5
Not part of build.
2001-02-09 12:12:53 +00:00
jst%netscape.com
34a1c63f74
Interface cleanup. Not part of the build.
2001-02-09 12:01:35 +00:00
jst%netscape.com
08a1361dfc
Interface cleanup. Not part of the build.
2001-02-09 11:56:32 +00:00
jst%netscape.com
a9e8dd3f04
Interface cleanup. Not part of the build.
2001-02-09 11:47:40 +00:00
jst%netscape.com
e430a9dcde
Interface cleanup. Not part of the build.
2001-02-09 11:39:07 +00:00
jst%netscape.com
7fe0515e9c
Interface cleanup. Not part of the build.
2001-02-09 11:30:21 +00:00
nicolson%netscape.com
f838e1446e
some new utilities for the SSL code.
2001-02-09 11:28:01 +00:00
nicolson%netscape.com
84a7fa4e5c
build ssl now.
2001-02-09 11:27:13 +00:00
nicolson%netscape.com
5a4f124cf0
remove libfort, add lib jssssl.
2001-02-09 11:26:48 +00:00
nicolson%netscape.com
999896c8c2
Checkin new SSL code. SSLClient test works.
2001-02-09 11:26:34 +00:00
jst%netscape.com
74cc0ceb7a
Interface cleanup, not part of the build.
2001-02-09 11:20:07 +00:00
hyatt%netscape.com
83e0281435
Not part of build.
2001-02-09 09:48:33 +00:00
hyatt%netscape.com
59aefe1d68
Not part of build.
2001-02-09 07:46:46 +00:00
hyatt%netscape.com
11188dfd45
Not part of build.
2001-02-09 07:38:16 +00:00
hyatt%netscape.com
c715a4d990
Not part of build.
2001-02-09 07:21:01 +00:00
sspitzer%netscape.com
594ccab80a
performance tweak. see #68174
2001-02-09 06:33:32 +00:00
waldemar%netscape.com
de5e2988fc
A few new semantics
2001-02-09 05:00:28 +00:00
leaf%mozilla.org
b4f8987b0d
change user agent string to reflect reality better (m18->0.8). r=timelese, a=blizzard
2001-02-09 04:48:26 +00:00
nelsonb%netscape.com
4a2c9e4a11
Modify ssl_FindSocket() to set error PR_BAD_DESCRIPTOR_ERROR when it
...
cannot find the SSL layer on the specified PRFileDesc. Ensure all
callers detect when ssl_FindSocket returns NULL and handle it properly.
Bug 68241. Reviewed by jgmyers and relyea.
Modified Files:
prelib.c sslauth.c sslsecur.c sslsock.c
2001-02-09 02:11:31 +00:00
javi%netscape.com
12a741c063
Clean up the NSS initialization code including loading of Root Cert module.
2001-02-09 01:56:29 +00:00
relyea%netscape.com
3c0225715a
update certutil and modutil to use the new NSS_Initialize signature.
...
modutil can now specify it's nocertdb paramter.
bug 64260 reviewed by wtc
2001-02-09 01:38:04 +00:00
relyea%netscape.com
1bf4c3e664
Allow applications to initialize nss without necessarily initializing databases.Needed to keep old modutil semantics. Bug 66230. reviewed by wtc.
2001-02-09 01:34:12 +00:00
relyea%netscape.com
925aa99e3d
Move cdbhdl.h to private exports. bug 64260 revied by nelsonb.
2001-02-09 01:32:42 +00:00
mscott%netscape.com
bc98d14407
Bug #67481 --> our JS object needs to implement nsIWeakReference
...
sr=sspitzer/alecf
r=blake
a=asa
2001-02-09 01:12:57 +00:00
ben%netscape.com
d04bf58df4
workaround for .8 for 630seven8, r=blake, cmanske, sr=alecf, a=asa. bug remains open
...
as this is just a temporary workaround to prevent mac optimized crash.
2001-02-09 01:09:00 +00:00
nelsonb%netscape.com
e3a2bbc42f
Allow application to customize cert verification slop time.
...
Default is 24 hours. Bug 48300. Reviewed by wtc.
Modified Files:
lib/nss/nss.def lib/certdb/cert.h lib/certdb/certdb.c
2001-02-09 01:06:41 +00:00
nelsonb%netscape.com
b63a17a085
Make SSL API consistent in using SECStatus as return value for functions
...
that return only values in that enumeration. Bug 68097. R&A = relyea.
Modified Files:
lib/ssl/ssl.h lib/ssl/sslauth.c lib/ssl/sslsecur.c
lib/ssl/sslsnce.c lib/ssl/sslsock.c cmd/selfserv/selfserv.c
cmd/strsclnt/strsclnt.c
2001-02-09 00:32:14 +00:00
sspitzer%netscape.com
b17c3afa80
NOT PART OF THE BUILD.
2001-02-09 00:23:50 +00:00
rginda%netscape.com
2c018ad0a6
mac build goop for tests/cpp and utilities.cpp fix for debug targets on mac
2001-02-09 00:08:22 +00:00
sspitzer%netscape.com
4dd563b1ab
hoy hoy hoy! NOT PART OF THE BUILD.
2001-02-08 23:57:20 +00:00
sspitzer%netscape.com
094bf1570e
NOT PART OF THE BUILD.
2001-02-08 23:44:47 +00:00
javi%netscape.com
c7a5d8fde6
Fix for Bug 68063
r=nelsonb, a=wtc
Make NSS_Init backwards compatible for the Mac.
2001-02-08 23:43:00 +00:00
jj%netscape.com
cb1a6ee7df
#65764 / Bugscape #3508 : Update Mac version strings to 0.8. a=r=leaf
2001-02-08 23:33:46 +00:00
hyatt%netscape.com
c581f6115e
XBL insertion point fixes: 67990, 67574, and the dependent bug 55292 all get fixed.
2001-02-08 23:24:55 +00:00
rginda%netscape.com
deab930eaf
Changes to get mac building the js2 library
2001-02-08 23:05:53 +00:00
kestes%tradinglinx.com
bd5690d388
Fixed typo form.
...
maxdate field was not formatted in the same way as the
mindate field, this caused the value to not be loaded from the URL.
2001-02-08 22:53:34 +00:00
sspitzer%netscape.com
c691cb7d58
more hacking with the anipals. NOT PART OF THE BUILD.
2001-02-08 22:43:29 +00:00
kin%netscape.com
8af7eaeb37
Initial checkin of XPIDL'ized TransactionManager interfaces.
...
NOT PART OF THE BUILD YET!
2001-02-08 22:12:30 +00:00
sspitzer%netscape.com
2f3828d92a
more hacking with bienvenu. NOT PART OF THE BUILD.
2001-02-08 22:04:50 +00:00
sspitzer%netscape.com
e7ec23f934
NOT PART OF THE BUILD. more hacking with bienvenu.
2001-02-08 22:02:48 +00:00
rginda%netscape.com
f7ef71585e
Turn on RTTI
2001-02-08 21:48:19 +00:00
rginda%netscape.com
c7680f76f8
Adding windows build goop for the tests
2001-02-08 21:38:52 +00:00
waterson%netscape.com
eaa15fddef
Bug 67900. Unitialized bare pointer with nsCOMPtr, avoiding crash if GetElementResource() fails, and fixing a leak to boot. r=scottip,rjesup; sr=alecf; a=blizzard
2001-02-08 21:25:13 +00:00
rginda%netscape.com
c7d9f91b1a
Changes to get the lib building in vcc
2001-02-08 21:13:16 +00:00
pinkerton%netscape.com
6616a049eb
Backout of 30841 to fix menus not going away when clicking in the title bar
...
r=pink/sr=hyatt/a=asa
2001-02-08 21:06:43 +00:00