Commit Graph

833 Commits

Author SHA1 Message Date
ebina%netscape.com
8edf5cd965 First round of file additions to support pluggable converters 1999-02-12 19:45:25 +00:00
troy%netscape.com
b92726dd0f Fixed a ref counting problem and added a cast so we're pointing at the
object and not the interface in function Equals()
1999-02-12 04:26:43 +00:00
spence%netscape.com
302c1c62b7 updated to use mozilla/base from nsFileStream 1999-02-11 03:07:05 +00:00
mscott%netscape.com
435e274507 Add the ability to open a file based socket. (Part of the nsITransport) code.... 1999-02-11 02:59:53 +00:00
mscott%netscape.com
34b1e85458 Added code to make a file based socket transport. nsSocketTransport can now open a file or a network based socket.
When opening a url through a transport, convert the application url scheme to either file or 'sockstub' based on the type
of socket connection.
1999-02-11 02:56:58 +00:00
kipp%netscape.com
0217b5dbb4 Removed some warnings; made the resource noise a one-shot 1999-02-11 02:53:38 +00:00
spence%netscape.com
df86653a3b updated to use mozilla/base nsFileStream 1999-02-11 02:25:25 +00:00
sar%netscape.com
b2ad536a28 Turn of "modification date caching" so that dependencies are sure to work. 1999-02-11 00:04:46 +00:00
dp%netscape.com
81c281f428 Adding libreg as xpcom depends on it 1999-02-10 02:01:50 +00:00
mcafee%netscape.com
25369007bc nettest now builds on Solaris 1999-02-07 21:55:34 +00:00
warren%netscape.com
af4892e337 Fixed unsigned problems. 1999-02-06 04:02:02 +00:00
morse%netscape.com
aabe3e8b27 removed single-signon dependency on lo_ele.h and MWContext 1999-02-05 22:05:59 +00:00
morse%netscape.com
45e0041feb removed dependency on lo_ele.h and MWContext 1999-02-05 22:02:04 +00:00
mscott%netscape.com
628d17297c When interrupting a url, query for the nsINetlibURL interface and not the nsIProtocolConnection interface. The http url only supports the first interface and not the later. Both interfaces have the same method though...we could probably scrap nsIProtocolConnection.... 1999-02-05 01:12:41 +00:00
mscott%netscape.com
7d5b5f344c Use new open call on the transport instead of LoadUrl.... 1999-02-05 00:51:28 +00:00
mscott%netscape.com
02cf4efc6c open transport functionality. 1999-02-04 23:51:02 +00:00
mscott%netscape.com
7c98230114 support the open inteface. Add ability to close a socket without closing the transport.
cleaned up the destructor to release some interfaces it wasn't releasing before..
1999-02-04 23:50:37 +00:00
vidur%netscape.com
ec4594cb9b Added temporary handling for about: URLs in HTTP url code 1999-02-03 19:36:24 +00:00
vidur%netscape.com
b8872ee15c Added handling for about:blank 1999-02-03 19:35:57 +00:00
hyatt%netscape.com
bc15ad173d Implementation of the XUL content sink. Adding text/xul as a new MIME type. 1999-02-03 02:46:05 +00:00
cltbld%netscape.com
71afce77d3 backing out changes made against a closed tree 1999-02-02 23:50:52 +00:00
hyatt%netscape.com
3bab3cee71 Added XUL as a MIME type. 1999-02-02 23:34:01 +00:00
michaelp%netscape.com
07f4a212b3 kill related links and single signon (for now). 1999-02-02 19:26:42 +00:00
kipp%netscape.com
96926732c3 Removed call to RL_Init 1999-02-02 17:36:46 +00:00
kipp%netscape.com
fd4c0ae7b3 Stop building related links junk 1999-02-02 17:36:31 +00:00
kipp%netscape.com
6556ccaecf Removed layers usage 1999-02-02 17:35:30 +00:00
alecf%netscape.com
5f5802f623 implement generic Netlib main loop for non-PC platforms 1999-02-02 07:58:39 +00:00
alecf%netscape.com
bc55677bba make this thread safer by addreffing it before storing the variable
Also check pURL before dereferencing
1999-02-02 07:57:56 +00:00
mcafee%netscape.com
d9f360bf18 Ignore generated nettest executable 1999-02-02 06:17:14 +00:00
mcafee%netscape.com
faebf2123c Better attempt at linking on Linux 1999-02-02 05:59:00 +00:00
alecf%netscape.com
94af0d03e7 rename old MOZ_MAIL_NEWS macro to OLD_MOZ_MAIL_NEWS so that we can turn on MOZ_MAIL_NEWS flag to build the whole client 1999-02-02 04:13:24 +00:00
mcafee%netscape.com
87417af899 ValidateDocData() isn't implemented anywhere, the only usage is in this file and there's 8 stubs in the tree to get around the undefine. Moving the stub to this file in lieu of yanking it; will remove other stubs from viewer, apprunner, etc. 1999-02-01 12:33:19 +00:00
mcafee%netscape.com
c38e5003b7 Removing unused REQUIRES line 1999-01-31 20:14:35 +00:00
mcafee%netscape.com
9952b537d3 removing unused REQUIRES line 1999-01-31 10:13:55 +00:00
mcafee%netscape.com
d9f7993357 Removing unnecessary rules 1999-01-31 10:06:38 +00:00
petitta%netscape.com
e29b25b22d deleted autoupdt.h 1999-01-28 20:00:34 +00:00
mscott%netscape.com
6377e3a655 *sigh* I checked in the same change twice...(added sockstuburl twice) removing one of the ocurrences... 1999-01-28 02:34:50 +00:00
mscott%netscape.com
160af16727 The real check in to build with sockstub
CVSi ----------------------------------------------------------------------
1999-01-28 02:23:01 +00:00
mscott%netscape.com
2f7268e175 Link with sockstub url directory 1999-01-28 02:12:09 +00:00
mscott%netscape.com
c4d71e1045 requires sockstub 1999-01-28 02:00:56 +00:00
mscott%netscape.com
3f0c9d8f46 Initialize sockstub protocol when starting up the netlib thread. 1999-01-28 01:57:58 +00:00
mscott%netscape.com
02cedbd20b Add socket transport support to the nsINetService interface. 1999-01-28 01:57:30 +00:00
mscott%netscape.com
0963740ab9 Add support for transport interface. 1999-01-28 01:56:50 +00:00
mscott%netscape.com
5b16c58aaa Register sockstub protocol. 1999-01-28 01:56:20 +00:00
mscott%netscape.com
45d6b30fe5 Build nsSocketTransport. 1999-01-28 01:55:40 +00:00
mscott%netscape.com
1f8ced88fd parse url should look for sock stub urls... 1999-01-28 01:55:13 +00:00
mscott%netscape.com
e2bd42bd14 Build nsTransportSocket 1999-01-28 01:54:04 +00:00
ducarroz%netscape.com
a9035efd86 added nsSocketTransport to group module 1999-01-28 01:50:51 +00:00
ducarroz%netscape.com
f4285cee13 Added nsSocketTransport.h 1999-01-28 01:50:36 +00:00
mscott%netscape.com
b5294bc4cb Fix typo in Makefile. 1999-01-28 01:22:37 +00:00