mscott%netscape.com
89620d3de1
we were always returning text/html as the content type for any page using the http channel!!!! this was preventing us from
...
properly loading rdf files from the web (particularly the tinderbox page for the flash panel). Only use the default
dummy type if we weren't able to extract a legitimate content type from the header.
1999-07-20 22:44:24 +00:00
valeski%netscape.com
23398403cb
using more appropriate notification progids
1999-07-20 20:44:02 +00:00
mscott%netscape.com
871ba705fe
Necko only!!! Fix build breakage for clobber builds by removing reference to nsIHTTPHandler.h
...
which is no longer being exported.
1999-07-20 18:46:34 +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
a0781936c1
Started adding encode stream for necko posting.
1999-07-20 08:45:41 +00:00
warren%netscape.com
43c61c6a31
Added BeOS fix.
1999-07-19 18:42:44 +00:00
rickg%netscape.com
844a7e45ef
switch to faster string search API
1999-07-19 03:29:56 +00:00
mcafee%netscape.com
7c22a8aaa2
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
057b904582
More error checking for nsFTPChannel::Init()
1999-07-17 03:02:22 +00:00
mscott%netscape.com
ce79c62b51
bulletproofing some code. it's possible for the loadgroup to be null.
1999-07-17 02:06:47 +00:00
mscott%netscape.com
f1935c2a87
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
996ae44af0
mime map api change
1999-07-16 22:00:11 +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
rpotts%netscape.com
9bf7d77b24
Very simple implementation of 301/302 HTTP redirects...
1999-07-16 09:54:20 +00:00
gagan%netscape.com
e6e88da3d6
Changed status from nsresult to PRUint32.
1999-07-16 00:40:06 +00:00
gagan%netscape.com
dd34216562
Changed const char* to char* for GetStatus calls.
1999-07-16 00:32:50 +00:00
gagan%netscape.com
e2e849d721
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
162a4eeb6a
Added the query string (if any) to the GET request... NECKO only.
1999-07-13 20:42:36 +00:00
rpotts%netscape.com
e65411e118
Added nsIBufferObserver::OnWrite(...) nsFileChannel.h nsFileChannel.cpp
1999-07-12 06:21:41 +00:00
warren%netscape.com
e400f4c284
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
5d32aee9fc
Changed uses of nsIBufferInputStream::Fill to nsIBuffer::Write.
1999-07-10 11:26:59 +00:00
warren%netscape.com
b07497cbf4
Changed file transport worker count to 1 for ease of debugging. Revert later.
1999-07-10 11:26:53 +00:00
warren%netscape.com
4cc4f7d94f
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
8c09626144
NECKO Only: fixes segfault with uninitialized channel A: chofmann R: valeski
1999-07-10 07:58:11 +00:00
mscott%netscape.com
125fd2927a
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
e9a6c957b8
(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
73224fdf86
Fix VC5.0 build bustage (Necko build ONLY).
1999-07-07 20:55:57 +00:00
warren%netscape.com
9efa754f74
Added channel argument to nsIStreamObserver/nsIStreamListener/nsIProgressEventSink methods.
1999-07-07 08:08:40 +00:00
gordon%netscape.com
8a580e3ade
Update for changes to Windows makefiles.
1999-07-07 00:59:20 +00:00
valeski%netscape.com
4c0be90d9d
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
27421d85e0
Removed nsHTTPRequestObserver.cpp from build, because it is obsolete.
1999-07-06 20:15:03 +00:00
gordon%netscape.com
ea50f9706f
File Removed.
1999-07-06 19:26:57 +00:00
valeski%netscape.com
ae3afa14af
corrected string parsing argument order
1999-07-06 14:26:29 +00:00
andreas.otte%primus-online.de
a7cb885282
implemented MakeAbsolute
1999-07-04 15:50:56 +00:00
andreas.otte%primus-online.de
d34fefc505
NECKO only: adding some ignorance
1999-07-03 08:32:38 +00:00
warren%netscape.com
7b7d415d65
Fixed GetContentType method to work.
1999-07-03 05:56:24 +00:00
warren%netscape.com
51b67ed5e2
Fixed GetContentType method to work.
1999-07-03 05:48:45 +00:00
warren%netscape.com
401b3775c3
Added missing uuid.
1999-07-03 04:53:14 +00:00
warren%netscape.com
604b91233e
Implemented about:blank.
1999-07-03 04:05:14 +00:00
waterson%netscape.com
f10f88706a
Ensure all control paths return a value.
1999-07-03 03:54:28 +00:00
valeski%netscape.com
f04f3d575c
whoops!
1999-07-03 02:21:01 +00:00
valeski%netscape.com
186f7e1705
added mime type mapping to file
1999-07-03 00:59:51 +00:00
valeski%netscape.com
f1c37b22bb
added mime type mapping service to http
1999-07-03 00:48:21 +00:00
gordon%netscape.com
f8ef48adb6
First Checked In.
1999-07-02 21:12:57 +00:00
dveditz%netscape.com
4c4f269dd4
nakefile cleanups
1999-07-02 13:42:17 +00:00
mcafee%netscape.com
ac8e2e4ae5
Solaris needs newline at EOF.
1999-07-02 05:37:21 +00:00
mcafee%netscape.com
d07ec61461
Fixing Solaris/CC bustage.
1999-07-02 05:36:07 +00:00
warren%netscape.com
bd950fb2eb
Added newline at eof.
1999-07-02 04:59:27 +00:00
warren%netscape.com
c6916ca48c
Removed semicolon.
1999-07-02 04:58:27 +00:00
mscott%netscape.com
66db1fd657
Fix necko build brekage...onstart/stopbiding --> onStart/stop request.
1999-07-01 23:01:32 +00:00