diff --git a/embedding/browser/macbuild/browserIDL.mcp b/embedding/browser/macbuild/browserIDL.mcp index c9fe21ccb71..1948ee01162 100644 Binary files a/embedding/browser/macbuild/browserIDL.mcp and b/embedding/browser/macbuild/browserIDL.mcp differ diff --git a/embedding/browser/webBrowser/nsDOMWalker.h b/embedding/browser/webBrowser/nsDOMWalker.h index da7cbb85eec..e69de29bb2d 100644 --- a/embedding/browser/webBrowser/nsDOMWalker.h +++ b/embedding/browser/webBrowser/nsDOMWalker.h @@ -1,40 +0,0 @@ -/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- - * - * The contents of this file are subject to the Mozilla Public - * License Version 1.1 (the "License"); you may not use this file - * except in compliance with the License. You may obtain a copy of - * the License at http://www.mozilla.org/MPL/ - * - * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or - * implied. See the License for the specific language governing - * rights and limitations under the License. - * - * The Original Code is the Mozilla browser. - * - * The Initial Developer of the Original Code is Netscape - * Communications, Inc. Portions created by Netscape are - * Copyright (C) 1999, Mozilla. All Rights Reserved. - * - * Contributor(s): - * Adam Lock - */ - -#ifndef NSDOMWALKER_H -#define NSDOMWALKER_H - -#include - -class nsDOMWalkerCallback -{ -public: - virtual nsresult OnWalkDOMNode(nsIDOMNode *aNode, PRBool *aAbort) = 0; -}; - -class nsDOMWalker -{ -public: - nsresult WalkDOM(nsIDOMNode *aRootNode, nsDOMWalkerCallback *aCallback = nsnull); -}; - -#endif diff --git a/embedding/browser/webBrowser/nsWebBrowserPersist.h b/embedding/browser/webBrowser/nsWebBrowserPersist.h index 0433df7025a..864901a27a5 100644 --- a/embedding/browser/webBrowser/nsWebBrowserPersist.h +++ b/embedding/browser/webBrowser/nsWebBrowserPersist.h @@ -23,18 +23,18 @@ #ifndef nsWebBrowserPersist_h__ #define nsWebBrowserPersist_h__ -#include +#include "nsCOMPtr.h" -#include -#include -#include -#include -#include -#include -#include -#include +#include "nsIMIMEService.h" +#include "nsIStreamListener.h" +#include "nsIOutputStream.h" +#include "nsIInputStream.h" +#include "nsIFileStream.h" +#include "nsIChannel.h" +#include "nsIStyleSheet.h" +#include "nsIDocumentEncoder.h" -#include +#include "nsHashtable.h" #include "nsIWebBrowserPersist.h" #include "nsDOMWalker.h" @@ -46,7 +46,7 @@ class nsWebBrowserPersist : public nsIWebBrowserPersist, public nsIStreamListener, public nsDOMWalkerCallback { - friend nsEncoderNodeFixup; + friend class nsEncoderNodeFixup; // Public members public: