rpotts%netscape.com
c99f3b9d7a
bug #10739 . Reworking header APIs... I've removed nsIHeader.h.
1999-08-05 08:28:49 +00:00
warren%netscape.com
10e252654f
Added GetLoadGroup/SetLoadGroup to nsIChannel so that redirects can discover the group.
1999-07-31 06:53:12 +00:00
warren%netscape.com
bba02d9418
Added NS_ERROR_UNKNOWN_PROTOCOL, and changed dns error to NS_ERROR_UNKNOWN_HOST.
1999-07-30 04:17:23 +00:00
mscott%netscape.com
ef2578dab6
Fix build breakage...include config.mak
1999-07-29 02:35:45 +00:00
ducarroz%netscape.com
b8911a5e87
First Checked In.
1999-07-24 20:50:35 +00:00
mscott%netscape.com
d55d3c558c
export nsIStreamConverter2.idl
1999-07-23 05:50:32 +00:00
mscott%netscape.com
5fdc858a17
generate header file for nsIStreamConverter2.idl
1999-07-23 05:49:07 +00:00
mscott%netscape.com
c3e2512a51
this used to be mailnews\mime\public\nsIStreamConverter.idl but it needs to be moved out of mailnews as it is generic
...
and not specific to mailnews. The final resting place for this file will be netwerk\streamcnvts\public but that
directory isn't buildable yet so I'm moving it here for safe keeping. The name (the 2 part) is lame but it conflicted
with a file Jud is addding to streamconv (nsIStreamConverter). Don't worry..eventually the two interfaces
are going to be merged into one.
1999-07-23 05:48:27 +00:00
gagan%netscape.com
4a65c95965
Changes for the standard URL parsing. Added SetRelativePath. Cleaned up the deletions (all thru nsCRT now) Added functionality for Query and Ref portions of the Path. Added DirFile function to nsIURL to allow just Directory and the Filename. Misc. cleanups as well.
1999-07-22 21:14:51 +00:00
valeski%netscape.com
829cfe29f6
added notification progids
1999-07-20 21:54:40 +00:00
warren%netscape.com
7bcb94a320
Changed around load group insertion/removal to happen on mozilla thread.
1999-07-20 08:46:33 +00:00
warren%netscape.com
c5684bf4d7
Big changes for Necko load groups. Things are much happier now. Now images work (on pages, but not in chrome).
1999-07-16 11:14:36 +00:00
warren%netscape.com
053aaa1a37
Replaced AddChannel with AsyncRead,AsyncWrite. Removed RemoveChannel.
1999-07-10 11:26:47 +00:00
warren%netscape.com
0879a196b3
Fixed scheme parsing code. Added outer param to NewLoadGroup.
1999-07-10 11:26:43 +00:00
gagan%netscape.com
c9e9030668
Thou shalt parse thy URLs... again.
1999-07-10 05:00:23 +00:00
warren%netscape.com
0cd57746e8
Necko stuff for dealing with load groups when opening URLs.
1999-07-09 21:18:47 +00:00
warren%netscape.com
9efa754f74
Added channel argument to nsIStreamObserver/nsIStreamListener/nsIProgressEventSink methods.
1999-07-07 08:08:40 +00:00
warren%netscape.com
604b91233e
Implemented about:blank.
1999-07-03 04:05:14 +00:00
warren%netscape.com
8462929dda
Renamed OnStartBinding/OnStopBinding to OnStartRequest/OnStopRequest (removing the redundant ones from necko). Numerous necko fixes. Necko now using nsIPrompt interface instead of nsINetSupport.
1999-07-01 19:30:20 +00:00
gordon%netscape.com
39ac6ae9a2
Added nsIHeader.h, nsIProxy.h, nsISocketTransportService.h to list of headers to export.
1999-07-01 19:12:07 +00:00
valeski%netscape.com
a8b4609040
changed our nsISupports::GetIID() calls over to nsCOMTypeInfo<foo>::GetIID().
1999-06-30 20:00:19 +00:00
valeski%netscape.com
65011fa313
nsIChannel api change. you no longer have to supply an nsIEventQueue when calling an AsyncRead|Write() method.
1999-06-29 01:52:30 +00:00
mscott%netscape.com
1d781378f8
Add undef for SetPort too.
1999-06-28 23:11:55 +00:00
mscott%netscape.com
aad910c48a
nsIStreamListener::OnDataAvailable now takes a nsIInputStream instead of a nsIBufferInputStream.
1999-06-28 20:37:10 +00:00
bruce%cybersight.com
f23b43cc61
Fixes for builds in an objdir. Use $(topsrcdir) and not $(DEPTH) for calculating path to rules.mk
1999-06-27 05:47:04 +00:00
valeski%netscape.com
a541b3d8f7
these are now in the public dir.
1999-06-26 03:13:39 +00:00
gordon%netscape.com
cb77bebe14
First Checked In.
1999-06-26 01:14:51 +00:00
warren%netscape.com
c69701142b
Added #undef GetPort for Windows.
1999-06-25 17:59:34 +00:00
andreas.otte%primus-online.de
d6c2c55929
adding nsILoadGroup.idl
1999-06-25 17:41:38 +00:00
warren%netscape.com
9ac7aaff06
Fixed makefiles for necko module, but netwerk directory.
1999-06-25 03:00:32 +00:00
warren%netscape.com
c9b3f8540a
Changed our library names from netwerk to necko.
1999-06-24 23:13:46 +00:00
warren%netscape.com
cbef31b2d1
Added nsILoadGroup. Changed load attribute strategy to flags.
1999-06-24 22:58:42 +00:00
warren%netscape.com
806192fcc1
Added stuff needed for landing -- LoadQuiet, BypassCache, BypassProxy
1999-06-22 00:19:58 +00:00
warren%netscape.com
f717920ea4
Fixed for recent buffer changes.
1999-06-19 22:26:08 +00:00
andreas.otte%primus-online.de
f3d98ac1d5
adding hack to change PUBLIC variable
...
This has no effect until some other changes to SeaMonkey
1999-06-17 19:07:58 +00:00
warren%netscape.com
72ffe43549
Added NewChannelFromNativePath for convenience.
1999-06-16 04:15:22 +00:00
gagan%netscape.com
9a6a3c5bf2
Removed the temporary Open call on nsIChannel. Inspite of the misnomer, the AsyncRead is the one to use.
1999-06-16 00:49:01 +00:00
warren%netscape.com
34ec459271
Removed file transport, now consolidated with file channel. Various buffer(stream) cleanup.
1999-06-15 05:18:40 +00:00
gagan%netscape.com
625a8843c3
Added nsIChannel::Open temporarily to get the test working. There is a problem with the nsIBuffer search routine (see news://npm.netlib) which causes an assertion since refcnt gets reset after a Read following a Search on nsIBuffer.
1999-06-15 04:30:34 +00:00
warren%netscape.com
8f6729f704
Removed link dependency on netwerk.dll.
1999-06-12 08:07:05 +00:00
warren%netscape.com
81d81d1985
Added NS_NET to export global functions.
1999-06-12 07:14:12 +00:00
warren%netscape.com
a58bb71f17
Added dns to the build. Factored Cancel/Suspend/Resume into nsIRequest.
1999-06-12 02:53:21 +00:00
warren%netscape.com
c9aa4c7da2
Rule to create netwerk/dist/include.
1999-06-12 01:47:13 +00:00
warren%netscape.com
3283484dd3
Hack to make necko co-exist with seamonkey so headers don't collide.
1999-06-12 01:41:08 +00:00
andreas.otte%primus-online.de
254f0311f3
conversion to wstring / PRUnichar
...
some cosmetics to various Makefiles
1999-06-11 15:50:14 +00:00
warren%netscape.com
a3d5c985ee
Added range offsets to open stream methods.
1999-06-11 01:37:43 +00:00
andreas.otte%primus-online.de
9ad679bbac
adding XPIDL_MODUL
...
some cosmetics
1999-06-09 20:37:42 +00:00
valeski%netscape.com
6e930fa919
moved up into public dir
1999-06-09 14:33:46 +00:00
valeski%netscape.com
4bc78f0560
removed nsNetModuleMgr.h from the expport list. it now lives where it should in base/src
1999-06-09 14:28:54 +00:00
valeski%netscape.com
283e58b7d1
moved over to base/src
1999-06-09 14:21:00 +00:00