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 c094abb75f
commit bbce446163
9 changed files with 58 additions and 12 deletions

View File

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