зеркало из https://github.com/mozilla/gecko-dev.git
removed reference to nsString2
This commit is contained in:
Родитель
dbda61792d
Коммит
794e353349
|
@ -600,8 +600,8 @@ DoRFC822toHTMLConversion(char *filename, int numArgs, int outFormat)
|
||||||
nsIChannel *tChannel = nsnull;
|
nsIChannel *tChannel = nsnull;
|
||||||
|
|
||||||
NewChannel(&tChannel, theURI);
|
NewChannel(&tChannel, theURI);
|
||||||
mimeParser->AsyncConvertData(nsString2("message/rfc822").GetUnicode(),
|
mimeParser->AsyncConvertData(nsString("message/rfc822").GetUnicode(),
|
||||||
nsString2("text/xul").GetUnicode(),
|
nsString("text/xul").GetUnicode(),
|
||||||
out, tChannel);
|
out, tChannel);
|
||||||
|
|
||||||
// rv = mimeParser->Init(theURI, out, nsnull);
|
// rv = mimeParser->Init(theURI, out, nsnull);
|
||||||
|
|
|
@ -40,7 +40,7 @@
|
||||||
#include "nsRepository.h"
|
#include "nsRepository.h"
|
||||||
#include "nsIComponentManager.h"
|
#include "nsIComponentManager.h"
|
||||||
#include "nsCOMPtr.h"
|
#include "nsCOMPtr.h"
|
||||||
#include "nsString2.h"
|
#include "nsString.h"
|
||||||
#include "nsIFile.h"
|
#include "nsIFile.h"
|
||||||
#include "nsIEnumerator.h"
|
#include "nsIEnumerator.h"
|
||||||
#include "nsVoidArray.h"
|
#include "nsVoidArray.h"
|
||||||
|
|
|
@ -509,7 +509,7 @@ NSRegisterSelf(nsISupports *aServMgr, const char *path)
|
||||||
|
|
||||||
char buf[255]; // todo: use a const
|
char buf[255]; // todo: use a const
|
||||||
|
|
||||||
nsString2 progID(NS_INLINE_PLUGIN_PROGID_PREFIX);
|
nsString progID(NS_INLINE_PLUGIN_PROGID_PREFIX);
|
||||||
|
|
||||||
// We will use the service manager to obtain the component
|
// We will use the service manager to obtain the component
|
||||||
// manager, which will enable us to register a component
|
// manager, which will enable us to register a component
|
||||||
|
|
|
@ -509,7 +509,7 @@ NSRegisterSelf(nsISupports *aServMgr, const char *path)
|
||||||
|
|
||||||
char buf[255]; // todo: use a const
|
char buf[255]; // todo: use a const
|
||||||
|
|
||||||
nsString2 progID(NS_INLINE_PLUGIN_PROGID_PREFIX);
|
nsString progID(NS_INLINE_PLUGIN_PROGID_PREFIX);
|
||||||
|
|
||||||
// We will use the service manager to obtain the component
|
// We will use the service manager to obtain the component
|
||||||
// manager, which will enable us to register a component
|
// manager, which will enable us to register a component
|
||||||
|
|
Загрузка…
Ссылка в новой задаче