mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-12 09:01:16 +00:00
9aea6d6321
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 |
||
---|---|---|
.. | ||
base | ||
build | ||
cache | ||
dns | ||
macbuild | ||
mime | ||
protocol | ||
socket | ||
streamconv | ||
test | ||
testserver | ||
util | ||
.cvsignore | ||
gen-makefile.sh | ||
Makefile.in | ||
makefile.win |