Bug 474536. Expose the underlying channel's content-disposition on jar: channels. r+sr=bzbarsky

This commit is contained in:
Jason Duell
2009-02-19 15:25:18 -05:00
parent fcb36a2d1a
commit 7ab29f0124
9 changed files with 59 additions and 13 deletions

View File

@@ -40,7 +40,8 @@
NS_HIDDEN_(nsNetStrings*) gNetStrings;
nsNetStrings::nsNetStrings()
: NS_LITERAL_STRING_INIT(kContentLength, NS_CHANNEL_PROP_CONTENT_LENGTH_STR)
: NS_LITERAL_STRING_INIT(kContentLength, NS_CHANNEL_PROP_CONTENT_LENGTH_STR),
NS_LITERAL_STRING_INIT(kContentDisposition, NS_CHANNEL_PROP_CONTENT_DISPOSITION_STR)
{}