bug 167265 : add to necko Content-Disposition header handling per RFC 2231 (with
fallbacks to RFC 2047 and raw 8bit chars in |aOriginCharset| ) necessary for i18nized filename support (when downloading files via http) : r=cbiesinger, sr=alecf git-svn-id: svn://10.0.0.236/trunk@143647 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -112,6 +112,11 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(nsMIMEInfoImpl)
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "nsMIMEHeaderParamImpl.h"
|
||||
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR(nsMIMEHeaderParamImpl)
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "nsRequestObserverProxy.h"
|
||||
#include "nsSimpleStreamListener.h"
|
||||
#include "nsDirIndexParser.h"
|
||||
@@ -811,6 +816,12 @@ static const nsModuleComponentInfo gNetModuleInfo[] = {
|
||||
nsMIMEInfoImplConstructor
|
||||
},
|
||||
|
||||
{ "mime header param",
|
||||
NS_MIMEHEADERPARAM_CID,
|
||||
NS_MIMEHEADERPARAM_CONTRACTID,
|
||||
nsMIMEHeaderParamImplConstructor
|
||||
},
|
||||
|
||||
#ifdef NECKO_PROTOCOL_file
|
||||
// from netwerk/protocol/file:
|
||||
{ NS_FILEPROTOCOLHANDLER_CLASSNAME,
|
||||
|
||||
Reference in New Issue
Block a user