warren%netscape.com
|
b1c540e4a4
|
Ported to the new nsPipe2 implementation.
|
1999-08-27 10:33:37 +00:00 |
|
gagan%netscape.com
|
013eeb5f2a
|
More mem leak fixes which were showing up originating in nsStdURL.
|
1999-08-27 09:59:59 +00:00 |
|
rpotts%netscape.com
|
0085d83ab0
|
M9 BRANCH landing...
|
1999-08-26 22:45:55 +00:00 |
|
valeski%netscape.com
|
8e17ea1cfb
|
Added start request event firing, and we now maintain the initial response code from a multi-line response
|
1999-08-24 21:53:27 +00:00 |
|
valeski%netscape.com
|
2c118bb38b
|
added pr logging to ftp
|
1999-08-24 21:46:09 +00:00 |
|
warren%netscape.com
|
895a69acc1
|
Replaced nsPipe2.h with nsIPipe.idl
|
1999-08-24 08:46:32 +00:00 |
|
mccabe%netscape.com
|
a900e17559
|
Replace declarations of interface methods in implementation classes with xpidl-generated NS_DECL_NSIFOO.
Remainder of the netwerk portion of the NS_DECL_NSIFOO spam.
|
1999-08-22 23:52:07 +00:00 |
|
mccabe%netscape.com
|
17cdc659d1
|
NS_DECL_NSIFOO spam for nsIRequest, nsIChannel, nsIStreamListener, nsIStreamObserver, all from netwerk/
convert manual interface method declarations in implementation class to NS_DECL_NSIFOO macro.
|
1999-08-22 13:26:18 +00:00 |
|
sspitzer%netscape.com
|
d59e01480f
|
fix warning
|
1999-08-19 06:27:24 +00:00 |
|
warren%netscape.com
|
d944d70a84
|
Fix for bug 7682: StringBundle can't load URLs from imap thread.
|
1999-08-13 00:43:48 +00:00 |
|
briano%netscape.com
|
955529a7f3
|
Unix native compilers don't like it when files don't end with a newline.
|
1999-08-12 01:58:19 +00:00 |
|
valeski%netscape.com
|
0091d03cb8
|
added pipe2 stuff back in after patrick got the pipe2 stuff linking in w/ mac
|
1999-08-12 01:01:55 +00:00 |
|
valeski%netscape.com
|
a652772b48
|
removed nsPipe2 api usage
|
1999-08-11 23:58:35 +00:00 |
|
valeski%netscape.com
|
4c6ccdee2b
|
added files: mozilla/netwerk/protocol/ftp/public/nsIFTPContext.idl
|
1999-08-11 22:27:12 +00:00 |
|
valeski%netscape.com
|
87e42a03b1
|
adding next rev of ftp protocol
|
1999-08-11 22:26:32 +00:00 |
|
warren%netscape.com
|
529c0b2b71
|
Removed hack to export to netwerk/dist (used before landing necko).
|
1999-08-03 00:38:25 +00:00 |
|
warren%netscape.com
|
7451a9a44d
|
Took out more f*** nsCOMPtrs
|
1999-07-31 07:51:35 +00:00 |
|
warren%netscape.com
|
07b963204e
|
Added GetLoadGroup/SetLoadGroup to nsIChannel so that redirects can discover the group.
|
1999-07-31 06:53:12 +00:00 |
|
warren%netscape.com
|
57392932f9
|
Fixed to not put stuff in netwerk/dist anymore.
|
1999-07-30 06:10:53 +00:00 |
|
warren%netscape.com
|
c7b57f1e08
|
Fixed mismatched delete problem (purify).
|
1999-07-28 04:05:10 +00:00 |
|
gagan%netscape.com
|
b44058b222
|
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 |
|
warren%netscape.com
|
bf8423a769
|
Changed around load group insertion/removal to happen on mozilla thread.
|
1999-07-20 08:46:33 +00:00 |
|
mcafee%netscape.com
|
2d83f3faab
|
More error checking for nsFTPChannel::Init()
|
1999-07-17 03:02:22 +00:00 |
|
warren%netscape.com
|
84bd74a4fd
|
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
|
699e29f427
|
Fixed http loading in viewer. Wrong channel was being passes to doc loader's stream listener by http. Also added ifdef to easily remove Fill change.
|
1999-07-11 02:43:37 +00:00 |
|
warren%netscape.com
|
e9f97d9c22
|
Changed uses of nsIBufferInputStream::Fill to nsIBuffer::Write.
|
1999-07-10 11:26:59 +00:00 |
|
warren%netscape.com
|
9975942bdb
|
Added channel argument to nsIStreamObserver/nsIStreamListener/nsIProgressEventSink methods.
|
1999-07-07 08:08:40 +00:00 |
|
valeski%netscape.com
|
90bc8ef305
|
corrected string parsing argument order
|
1999-07-06 14:26:29 +00:00 |
|
dveditz%netscape.com
|
0eb6c820cf
|
nakefile cleanups
|
1999-07-02 13:42:17 +00:00 |
|
mcafee%netscape.com
|
4b0cfacbd6
|
Solaris needs newline at EOF.
|
1999-07-02 05:37:21 +00:00 |
|
mcafee%netscape.com
|
b48b91fe1c
|
Fixing Solaris/CC bustage.
|
1999-07-02 05:36:07 +00:00 |
|
gordon%netscape.com
|
1842e1c67e
|
First Checked In.
|
1999-07-01 19:50:15 +00:00 |
|
warren%netscape.com
|
bd73f68e8b
|
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 |
|
valeski%netscape.com
|
fe56395bae
|
change all GetIID() calls to nsCOMTypeInfo<foo>::GetIID() calls
|
1999-06-30 20:20:17 +00:00 |
|
valeski%netscape.com
|
578e858da5
|
changed our nsISupports::GetIID() calls over to nsCOMTypeInfo<foo>::GetIID().
|
1999-06-30 20:00:19 +00:00 |
|
valeski%netscape.com
|
bec54efcc1
|
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
|
5d01523ea0
|
nsIStreamListener::OnDataAvailable now takes a nsIInputStream instead of a nsIBufferInputStream.
|
1999-06-28 20:37:10 +00:00 |
|
bruce%cybersight.com
|
cbeef0eae2
|
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 |
|
warren%netscape.com
|
a1f7bf6f4e
|
Fixed makefiles for necko module, but netwerk directory.
|
1999-06-25 03:00:32 +00:00 |
|
warren%netscape.com
|
054ac73b6c
|
Changed our library names from netwerk to necko.
|
1999-06-24 23:13:46 +00:00 |
|
warren%netscape.com
|
3fc52f0e95
|
Added nsILoadGroup. Changed load attribute strategy to flags.
|
1999-06-24 22:58:42 +00:00 |
|
warren%netscape.com
|
89f98a47db
|
Added stuff needed for landing -- LoadQuiet, BypassCache, BypassProxy
|
1999-06-22 00:19:58 +00:00 |
|
warren%netscape.com
|
b5c184f197
|
Fixed indentation. (Don't use tabs!)
|
1999-06-19 22:24:44 +00:00 |
|
andreas.otte%primus-online.de
|
a6a5bc0774
|
adding hack to change PUBLIC variable
This has no effect until some other changes to SeaMonkey
|
1999-06-17 19:07:58 +00:00 |
|
gagan%netscape.com
|
f21af13f8c
|
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 |
|
valeski%netscape.com
|
e406123a20
|
added thread locking functionality back into ftp
|
1999-06-15 20:49:56 +00:00 |
|
warren%netscape.com
|
f44c21a640
|
Removed file transport, now consolidated with file channel. Various buffer(stream) cleanup.
|
1999-06-15 05:18:40 +00:00 |
|
gagan%netscape.com
|
15a7f1be6d
|
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
|
f33dad4b97
|
Added dns to the build. Factored Cancel/Suspend/Resume into nsIRequest.
|
1999-06-12 02:53:21 +00:00 |
|
warren%netscape.com
|
53b800668b
|
Made Create constructor and used GenericFactory.
|
1999-06-12 01:41:16 +00:00 |
|