Bug 1865974 - Port bug 1865480: Rename nsIContentViewer to nsIDocumentViewer. rs=bustage-fix

This commit is contained in:
Geoff Lankow 2023-11-22 17:22:59 +13:00
Родитель 14c94b8ef5
Коммит 244dff4ca8
4 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -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"