Граф коммитов

411 Коммитов

Автор SHA1 Сообщение Дата
mcafee%netscape.com 36ef6a618e Moving test directory inside ifdef ENABLE_TESTS. Thanks to patch from Jim Nance. 1999-07-01 10:52:22 +00:00
warren%netscape.com 54bd764acd Added simple URI to parse about:foo, javascript:bar, etc. 1999-07-01 07:52:52 +00:00
warren%netscape.com b50f94427d Started about: protocol. 1999-07-01 07:52:08 +00:00
valeski%netscape.com 855db69b79 necko bustage 1999-06-30 20:48:49 +00:00
valeski%netscape.com a754d778e7 change all GetIID() calls to nsCOMTypeInfo<foo>::GetIID() calls 1999-06-30 20:20:17 +00:00
valeski%netscape.com a8b4609040 changed our nsISupports::GetIID() calls over to nsCOMTypeInfo<foo>::GetIID(). 1999-06-30 20:00:19 +00:00
mscott%netscape.com 6e29b90b9a Not part of tinderbox and release builds! Fix type of include file nsComPtr.h --> nsCOMPtr.h so necko can build
again on Linux builds. Thanks to Jim Nance for pointing this out.
1999-06-30 18:42:51 +00:00
rpotts%netscape.com b6d1f7d250 Got rid of the IEventQueue instance variable... 1999-06-30 08:15:40 +00:00
rpotts%netscape.com cf3f1d021d replaced a call to nsIHTTPChannel::GetResponseHeader(...) with a call to nsIChannel::GetContentType(...) 1999-06-30 06:05:10 +00:00
rpotts%netscape.com 10110b7f14 tweaked the GetContentType(...) hack to first check the Content-type header before returning text/html... 1999-06-30 06:00:02 +00:00
rpotts%netscape.com 456644cad0 Fixed up socket transport to abort the operation if the consumer OnDataAvailable(...) returns a failure... 1999-06-29 23:28:19 +00:00
valeski%netscape.com 01525cf417 very temporary gross necko hack to force an text/html content type in the file and http protocols 1999-06-29 23:28:15 +00:00
valeski%netscape.com 4eaa64d3c1 various fixes. Big one was that we're no longer passing the uri in as the context to nsAsyncStreamObserver, it's now the channel. 1999-06-29 21:53:45 +00:00
rpotts%netscape.com da22bd6396 Terminate the consumer request if an error occurs while writing the request to the server... 1999-06-29 20:10:47 +00:00
rpotts%netscape.com 85fff1b09e mapped NS_BASE_STREAM to NS_OK for the OnStopBinding(...) notification... 1999-06-29 08:48:41 +00:00
rpotts%netscape.com 8595686c4d Applied patches provided by Tim Rowley - tor@boojum.cs.brown.edu. To fix build problems with the SUNWspro compilers. Thanks Tim!! 1999-06-29 07:23:00 +00:00
rpotts%netscape.com 56aeb8f181 Applied patches provided by Tim Rowley - tor@boojum.cs.brown.edu. To fix build problems with the SUNWspro compilers. Thanks Tim!! 1999-06-29 06:58:06 +00:00
rpotts%netscape.com 39f0c7490f Fixed up a divide by zero bug... 1999-06-29 06:54:05 +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
warren%netscape.com bd9c5215ea Fixed NS_NewUnicharStreamLoader export. Added NS_NewLoadGroup. 1999-06-28 06:58:05 +00:00
warren%netscape.com 2be9eae6ed Added nsIBlockingNotification.h. Fixed NS_NewUnicharStreamLoader export. 1999-06-28 06:57:35 +00:00
valeski%netscape.com 13c12a0435 copied the nsIUnicharStreamLoader interface and implementation over to necko; TEMPORARILY. This stuff does not belong in necko and needs to be factored out. I pushed it in to satisfy the NECKO builds. 1999-06-27 16:02:03 +00:00
rpotts%netscape.com 8efeed5446 Fix to avoid those nasty divide by zero errors :-) 1999-06-27 11:14:35 +00:00
rpotts%netscape.com 3f3752d83c Added support for loading a bunch of URLs from a file which is specified on the command-line... 1999-06-27 11:02:40 +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
mcafee%netscape.com dcd3528312 Adding BeOS case. 1999-06-26 06:46:20 +00:00
mcafee%netscape.com 410e40c20b Adding BeOS case. 1999-06-26 06:39:43 +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
valeski%netscape.com d27a84bb78 not in main build - changed newCString to get buffer() 1999-06-25 18:49:35 +00:00
warren%netscape.com e91b7028b0 Added strdups to string accessors. 1999-06-25 17:59:58 +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
rpotts%netscape.com 46aa7ebbac Added a -verbose flag in preparation for batching URLs from a file... 1999-06-25 07:52:12 +00:00
rpotts%netscape.com 3d86d3cad6 Added code to propagate the nsISupports context passed into AsyncRead(...) by the consumer back out in the calls to OnStartBinding/OnDataAvailable/OnStopBinding... 1999-06-25 07:51:17 +00:00
rpotts%netscape.com 308b62c2da Fixed bug where extra garbage was being read from the stream... 1999-06-25 06:28:58 +00:00
mcafee%netscape.com 539b2bac6e typo, fixing linux bustage. 1999-06-25 05:16:37 +00:00
warren%netscape.com 9ac7aaff06 Fixed makefiles for necko module, but netwerk directory. 1999-06-25 03:00:32 +00:00
mscott%netscape.com 9e072c4c81 fix build breakage. Change directory path from necko to netwerk. Note: I'm not changing any of the library names,
just the paths (which should still be netwerk).
1999-06-25 02:45:05 +00:00
warren%netscape.com 18af8d84a2 Added group argument. Swapped args to NS_OpenURI 1999-06-25 00:07:34 +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
valeski%netscape.com 7cb4455287 not in main pull - added cookie test stuff 1999-06-24 21:41:19 +00:00
valeski%netscape.com 901590987b not on main pull - pulled extraneous reference to an nsIHTTPNotify 1999-06-24 21:35:21 +00:00
rpotts%netscape.com 9eb8624bf0 Fixed some reference counting problems with nsHTTPChannel::GetTransport(...) 1999-06-24 11:26:38 +00:00
rpotts%netscape.com 18056ccc22 Fixed nsHTTPChannel::GetEventSink(...) to addref the event sink being returned. This is consistant with XPCom guidelines.. 1999-06-24 11:00:46 +00:00
rpotts%netscape.com 78542664cd Fixed nsHTTPChannel::GetURI(...) to addref the URI being returned. This is consistant with XPCom guidelines.. 1999-06-24 10:52:41 +00:00
rpotts%netscape.com e978586cdb Added NSPR logging... Reworked the building of the request to *only* use nsStrings. 1999-06-24 10:05:01 +00:00