pjs/netwerk/protocol/http
scc%mozilla.org 9a52a9a2a2 it's a repeating bad pattern ... several of the compilers don't want to make the change from |nsC[Auto]String foo = NS_ConvertASCIItoUCS2(x);| to |nsC[Auto]String foo(NS_ConvertASCIItoUCS2(x);| and so we have to use |CopyASCIItoUCS2(nsLiteralCString(x), foo);| instead 2000-09-02 22:39:18 +00:00
..
public FInally fix 42283; a=gagan,r=gordon 2000-07-20 21:25:19 +00:00
res Flush out auth entries for 401 auth denied responses. And some filter work... 2000-05-05 09:46:24 +00:00
src it's a repeating bad pattern ... several of the compilers don't want to make the change from |nsC[Auto]String foo = NS_ConvertASCIItoUCS2(x);| to |nsC[Auto]String foo(NS_ConvertASCIItoUCS2(x);| and so we have to use |CopyASCIItoUCS2(nsLiteralCString(x), foo);| instead 2000-09-02 22:39:18 +00:00
.cvsignore First Checked In 1999-05-28 09:16:47 +00:00
Makefile.in don't build psm stuff here anymore on unix 2000-03-14 06:09:41 +00:00
makefile.win removing res from http build path on windows. 2000-03-22 02:42:50 +00:00