Bug 1865974 - Port bug 1865480: Rename nsIContentViewer to nsIDocumentViewer. rs=bustage-fix
This commit is contained in:
Родитель
14c94b8ef5
Коммит
244dff4ca8
|
@ -29,7 +29,7 @@ MailNewsDLF::CreateInstance(const char* aCommand, nsIChannel* aChannel,
|
|||
const nsACString& aContentType,
|
||||
nsIDocShell* aContainer, nsISupports* aExtraInfo,
|
||||
nsIStreamListener** aDocListener,
|
||||
nsIContentViewer** aDocViewer) {
|
||||
nsIDocumentViewer** aDocViewer) {
|
||||
nsresult rv;
|
||||
|
||||
bool viewSource =
|
||||
|
@ -76,7 +76,7 @@ NS_IMETHODIMP
|
|||
MailNewsDLF::CreateInstanceForDocument(nsISupports* aContainer,
|
||||
mozilla::dom::Document* aDocument,
|
||||
const char* aCommand,
|
||||
nsIContentViewer** aDocViewer) {
|
||||
nsIDocumentViewer** aDocViewer) {
|
||||
return NS_ERROR_NOT_IMPLEMENTED;
|
||||
}
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
|
||||
// gecko
|
||||
#include "nsLayoutCID.h"
|
||||
#include "nsIContentViewer.h"
|
||||
#include "nsIDocumentViewer.h"
|
||||
|
||||
/* for access to docshell */
|
||||
#include "nsPIDOMWindow.h"
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
#include "nsImapCore.h"
|
||||
#include "nsUnicharUtils.h"
|
||||
#include "nsNetUtil.h"
|
||||
#include "nsIContentViewer.h"
|
||||
#include "nsIDocumentViewer.h"
|
||||
#include "nsIMsgMdnGenerator.h"
|
||||
#include "plbase64.h"
|
||||
#include "nsIMsgAccountManager.h"
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#include "nsISupportsPrimitives.h"
|
||||
#include "nsIWindowWatcher.h"
|
||||
#include "mozIDOMWindow.h"
|
||||
#include "nsIContentViewer.h"
|
||||
#include "nsIDocumentViewer.h"
|
||||
#include "nsIMsgWindow.h"
|
||||
#include "nsIDocShell.h"
|
||||
#include "nsPIDOMWindow.h"
|
||||
|
|
Загрузка…
Ссылка в новой задаче