Commit Graph

219 Commits

Author SHA1 Message Date
warren%netscape.com
5cf0a4cadd Added BeOS fix. 1999-07-19 18:42:44 +00:00
rickg%netscape.com
23b232d248 switch to faster string search API 1999-07-19 03:29:56 +00:00
mcafee%netscape.com
552ee1b1fa Removing unnecessary includes of xp_core.h and xp_str.h to help BeOS compile. Patch provided by warren. 1999-07-17 06:50:57 +00:00
mcafee%netscape.com
2d83f3faab More error checking for nsFTPChannel::Init() 1999-07-17 03:02:22 +00:00
mscott%netscape.com
e5bf603535 bulletproofing some code. it's possible for the loadgroup to be null. 1999-07-17 02:06:47 +00:00
mscott%netscape.com
8d979a472e Add support for honoring the offset parameter on AsynchRead by seeking to the offset position in the file before
reading.
1999-07-16 23:29:12 +00:00
valeski%netscape.com
4ee45defd5 mime map api change 1999-07-16 22:00:11 +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
rpotts%netscape.com
888168a292 Very simple implementation of 301/302 HTTP redirects... 1999-07-16 09:54:20 +00:00
gagan%netscape.com
b778e933c4 Changed status from nsresult to PRUint32. 1999-07-16 00:40:06 +00:00
gagan%netscape.com
7da5059cdb Changed const char* to char* for GetStatus calls. 1999-07-16 00:32:50 +00:00
gagan%netscape.com
3abf7c6edb Fixed some broken status headers. Added Host: header by default. This was otherwise breaking (as in unsuccessful HTTP) for some sites that use virtual hosts and depend upon the Host: header. 1999-07-15 22:57:04 +00:00
rpotts%netscape.com
500486a5d0 Added the query string (if any) to the GET request... NECKO only. 1999-07-13 20:42:36 +00:00
rpotts%netscape.com
649255cf93 Added nsIBufferObserver::OnWrite(...) nsFileChannel.h nsFileChannel.cpp 1999-07-12 06:21:41 +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
ea58a47f3c Changed file transport worker count to 1 for ease of debugging. Revert later. 1999-07-10 11:26:53 +00:00
warren%netscape.com
b632ed0c4f Fixed some file channel problems. Works better now. Upped buffer size to avoid buffer full problems. 1999-07-10 11:26:51 +00:00
andreas.otte%primus-online.de
0954d17559 NECKO Only: fixes segfault with uninitialized channel A: chofmann R: valeski 1999-07-10 07:58:11 +00:00
mscott%netscape.com
8ecb5aa054 Not part of the regular build yet! Necko change only. Fix my linux build. You can't compare a nsCOMPtr directly to a raw ptr. You need to call .Get() to retrieve the raw ptr and then you can compare for equality 1999-07-08 19:05:48 +00:00
mscott%netscape.com
eac53e102e (Not part of the normal mozilla build yet) Necko change only. Make destructor virtual. 1999-07-08 19:04:53 +00:00
waterson%netscape.com
64d488e196 Fix VC5.0 build bustage (Necko build ONLY). 1999-07-07 20:55:57 +00:00
warren%netscape.com
9975942bdb Added channel argument to nsIStreamObserver/nsIStreamListener/nsIProgressEventSink methods. 1999-07-07 08:08:40 +00:00
gordon%netscape.com
147e0974f0 Update for changes to Windows makefiles. 1999-07-07 00:59:20 +00:00
valeski%netscape.com
7ca7bb1676 default to text/html content type if we don't know what it is 1999-07-06 23:44:15 +00:00
gordon%netscape.com
81deb2d7d6 Removed nsHTTPRequestObserver.cpp from build, because it is obsolete. 1999-07-06 20:15:03 +00:00
gordon%netscape.com
4ca37f60b5 File Removed. 1999-07-06 19:26:57 +00:00
valeski%netscape.com
90bc8ef305 corrected string parsing argument order 1999-07-06 14:26:29 +00:00
andreas.otte%primus-online.de
69469e8d7b implemented MakeAbsolute 1999-07-04 15:50:56 +00:00
andreas.otte%primus-online.de
9004effea0 NECKO only: adding some ignorance 1999-07-03 08:32:38 +00:00
warren%netscape.com
6f5d4684a3 Fixed GetContentType method to work. 1999-07-03 05:56:24 +00:00
warren%netscape.com
049749ca7d Fixed GetContentType method to work. 1999-07-03 05:48:45 +00:00
warren%netscape.com
5f19b87347 Added missing uuid. 1999-07-03 04:53:14 +00:00
warren%netscape.com
7284413878 Implemented about:blank. 1999-07-03 04:05:14 +00:00
waterson%netscape.com
246d9f8ee8 Ensure all control paths return a value. 1999-07-03 03:54:28 +00:00
valeski%netscape.com
9b19b8baa3 whoops! 1999-07-03 02:21:01 +00:00
valeski%netscape.com
c59b3c8f0b added mime type mapping to file 1999-07-03 00:59:51 +00:00
valeski%netscape.com
d7ff6d053e added mime type mapping service to http 1999-07-03 00:48:21 +00:00
gordon%netscape.com
149f718e80 First Checked In. 1999-07-02 21:12:57 +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
warren%netscape.com
b72f8da9e7 Added newline at eof. 1999-07-02 04:59:27 +00:00
warren%netscape.com
f1cd3a43d3 Removed semicolon. 1999-07-02 04:58:27 +00:00
mscott%netscape.com
8e30eda729 Fix necko build brekage...onstart/stopbiding --> onStart/stop request. 1999-07-01 23:01:32 +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
gordon%netscape.com
26a9374e9c Changed access paths. 1999-07-01 19:09:51 +00:00
gordon%netscape.com
a31a6af6bd First Checked In. 1999-07-01 19:07:32 +00:00
warren%netscape.com
cf763ddb3f Started about: protocol. 1999-07-01 07:52:08 +00:00