Commit Graph

76475 Commits

Author SHA1 Message Date
dbaron%fas.harvard.edu
43b0b182ef Fix OS/2 bustage from dougt's changes with PR_STATIC_CALLBACK. 2001-02-10 02:54:47 +00:00
javi%netscape.com
315fde2197 Make the nsINSSDialogs a base class that we do a QI to
figure out if it implements the interface we want.

Change the implementation in pippki to register its UI handling
with this new method.
2001-02-10 02:53:10 +00:00
nicolson%netscape.com
ef3cc55525 fill out SSLSocket with more methods. 2001-02-10 02:49:33 +00:00
bryner%uiuc.edu
d16ccaa1c1 Removing #ifdef DEBUG_bryner code which I don't care about any more and which breaks with dougt's changes. a=jag. 2001-02-10 02:47:00 +00:00
disttsc%bart.nl
65ab4e91cb Fix senna bustage, update REQUIRES 2001-02-10 02:44:55 +00:00
bryner%uiuc.edu
92b0d516c0 Catching up with dougt's necko changes. r=javi. 2001-02-10 02:29:46 +00:00
relyea%netscape.com
0a1f85a8bd OK, let's not get sloppy on the types... flags should be a PRUint32. 2001-02-10 02:05:19 +00:00
relyea%netscape.com
126437e7e3 Make the public interface use a flags variable instead of a billion little
Bools.

suggested and reviewed by wtc in bug 66230
2001-02-10 02:03:03 +00:00
relyea%netscape.com
3d2bfa7d13 Bug 68234. Handle automatic update of NES2.0, and NES 3.X databases.
reviewed by nelsonb
2001-02-10 01:44:34 +00:00
scc%mozilla.org
0361a1413a fix bustage caused by access violations not caught in CodeWarrior <sorry> 2001-02-10 01:05:43 +00:00
dougt%netscape.com
58e43477d3 updating to new necko interfaces. r=rginda@netscape.com a=dougt 2001-02-10 00:46:19 +00:00
rogerl%netscape.com
2e1e04b1b0 Added new icodes for xcrement ops, unary ops etc. Changed override
resolution mechanism.
2001-02-10 00:45:45 +00:00
dougt%netscape.com
1b9ca82439 Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.

This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols).  The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.

The full details of the change on written up in the netlib newsgroup.

r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-10 00:16:26 +00:00
dougt%netscape.com
a8cd461cb9 necko channel changes. r=darin, a=rpotts 2001-02-10 00:05:02 +00:00
scc%mozilla.org
9e2755d249 bug #66562: r=harishd, sr=brendan, a=brendan. Allow insertion into sliding string buffers 2001-02-10 00:02:28 +00:00
jst%netscape.com
57fb4072b5 Fixing regression bug 68139. Accessing radiobutton.value always returning the defalue value. r=harishd, sr=vidur, a=blizzard@mozilla.org/asa@mozilla.org 2001-02-09 23:45:41 +00:00
rginda%netscape.com
0b632f7a00 adding .prefix files for the tests 2001-02-09 23:32:03 +00:00
rginda%netscape.com
628e5ebabd changes to get the tests building again on the mac 2001-02-09 23:31:11 +00:00
mkaply%us.ibm.com
da8b0e151c #67515
r=mkaply, a=blizzard
OS/2 ONLY - Ignore extraneous WM_MOUSEMOVE so the event manager doesn't think we are dragging
2001-02-09 23:24:54 +00:00
harishd%netscape.com
bc2996109d 68008 - After evaluating the external JS content make sure to that the parser is not blocked before resumeparsing.
r=jst sr=vidur a=blizzard
68160 - Set stream listener state to eOnStop only on the final context.
r=nisheeth sr=vidur a=blizzard.
2001-02-09 22:36:23 +00:00
dprice%netscape.com
12693bd5c2 Correcting config.mak, define /Gh independently of MOZ_DEBUG
(65845) rs=leaf,r=waterson,a=blizzard
2001-02-09 22:28:31 +00:00
mkaply%us.ibm.com
ab8371af30 #68343
r=mkaply, a=blizzard
OS/2 ONLY - Change OS/2 to use real XPCOM component registration to fix printing
2001-02-09 22:25:08 +00:00
mkaply%us.ibm.com
b4312e7eaa #68343
r=pavlov, sr=blizzard, a=blizzard
Change OS/2 to use real XPCOM component registration to fix printing
2001-02-09 22:23:13 +00:00
dbaron%fas.harvard.edu
6d60678c7a Add stub for nsFontEnumeratorXlib::HaveFontFor (same stub as for GTK) to fix xlib bustage. b=67840 a=cls,blizzard 2001-02-09 22:21:52 +00:00
mcgreer%netscape.com
47e7b4834f add a script for testing various nss commands. not run by default for now. 2001-02-09 22:06:16 +00:00
nicolson%netscape.com
d5e16f8892 Export the JavaVM so we can access it from SSL callbacks. 2001-02-09 21:47:29 +00:00
cls%seawood.org
a3b2b44ba1 Allow spaces in --enable-optimize args. Bug #68246 r=leaf a=brendan 2001-02-09 21:30:09 +00:00
nicolson%netscape.com
324d2ed874 remove /s/b/c/ from jdk.mk. To Netscape-chauvinistic. 2001-02-09 21:25:50 +00:00
bryner%uiuc.edu
421228fcf3 Fixing compile for tip NSS. r=javi. Not part of build. 2001-02-09 20:17:05 +00:00
rogerl%netscape.com
56c014f548 Added WIN32 warning suppression pragma. 2001-02-09 19:11:04 +00:00
rogerl%netscape.com
9c1acceef4 Added pragma to disable overlong identifiers warning 2001-02-09 19:10:18 +00:00
rogerl%netscape.com
61612f3f44 Turned on RTTI 2001-02-09 19:09:23 +00:00
ccarlen%netscape.com
784d76202c 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
ac55b72317 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
66977c5f89 Not part of build. 2001-02-09 12:18:52 +00:00
hyatt%netscape.com
6d6e3ff77d Not part of build. 2001-02-09 12:12:53 +00:00
jst%netscape.com
e5ade4e5a2 Interface cleanup. Not part of the build. 2001-02-09 12:01:35 +00:00
jst%netscape.com
34fb8853af Interface cleanup. Not part of the build. 2001-02-09 11:56:32 +00:00
jst%netscape.com
1b9c404fb0 Interface cleanup. Not part of the build. 2001-02-09 11:47:40 +00:00
jst%netscape.com
178b45894b Interface cleanup. Not part of the build. 2001-02-09 11:39:07 +00:00
jst%netscape.com
b583d26e8c Interface cleanup. Not part of the build. 2001-02-09 11:30:21 +00:00
nicolson%netscape.com
654f153ad0 some new utilities for the SSL code. 2001-02-09 11:28:01 +00:00
nicolson%netscape.com
0be719232d build ssl now. 2001-02-09 11:27:13 +00:00
nicolson%netscape.com
dc4a25c558 remove libfort, add lib jssssl. 2001-02-09 11:26:48 +00:00
nicolson%netscape.com
a9186e6910 Checkin new SSL code. SSLClient test works. 2001-02-09 11:26:34 +00:00
jst%netscape.com
afbd4d40e5 Interface cleanup, not part of the build. 2001-02-09 11:20:07 +00:00
hyatt%netscape.com
45d8e8e8db Not part of build. 2001-02-09 09:48:33 +00:00
hyatt%netscape.com
a1ec13c771 Not part of build. 2001-02-09 07:46:46 +00:00
hyatt%netscape.com
593afa17e7 Not part of build. 2001-02-09 07:38:16 +00:00
hyatt%netscape.com
c1ef897223 Not part of build. 2001-02-09 07:21:01 +00:00