gecko-dev/netwerk
norris%netscape.com 9aea6d6321 The data protocol doesn't seem to be working. The problem appears to be that a nsStdURL is used to hold the data URI.
Unfortunately, using nsStdURL parses the data URI so that a URI like "data:text/html,<html>hi</html>" gets parsed with a
host of "text". When the rest of the data URI processing calls GetSpec, it then gets "//text/html,<html>hi</html>", which
confuses the content type parsing so no data is displayed.

This checkin changes to use a nsSimpleURI instead.
r=valeski
1999-12-07 23:42:58 +00:00
..
base 20956. r=rpotts. necko no longer assumes any MIME type. we send out application/x-unknown-content-type internal MIME type if we don't *know* what the type is. It's now truly up to the app to figure out what to do 1999-12-07 07:00:47 +00:00
build Landing no_neckoutil2_branch. Bug #11159. Removes neckoutil_s.lib from build which helps beos and openvms. 1999-11-30 04:50:42 +00:00
cache Change name of cache lib from libnkcache.so to libnecko_cache.so, to be more consistent with other necko components 1999-12-07 22:16:58 +00:00
dns
macbuild
mime r=waterson. 17647. MIME mapping for file extensions was case sensitive. we now disregard case (this is actually broken, but for 99% of the real world cases we're covered) 1999-11-30 04:07:51 +00:00
protocol The data protocol doesn't seem to be working. The problem appears to be that a nsStdURL is used to hold the data URI. 1999-12-07 23:42:58 +00:00
socket
streamconv Fixing Mac Project - Location of new stream converter 1999-12-07 22:31:49 +00:00
test Add cache tests 1999-12-07 02:32:34 +00:00
testserver r=chofmann. adding content-type to default response headers for testserver 1999-12-07 22:36:47 +00:00
util Landing no_neckoutil2_branch. Bug #11159. Removes neckoutil_s.lib from build which helps beos and openvms. 1999-11-30 04:50:42 +00:00
.cvsignore
gen-makefile.sh
Makefile.in build cache build r=fur 1999-12-07 04:29:26 +00:00
makefile.win Enable building of cache on Windows 1999-12-07 02:19:56 +00:00