Making this mess build on Mac, fixing the tinderbox bustage.

This commit is contained in:
sfraser%netscape.com 2000-11-30 04:35:38 +00:00
Родитель d0d748d90b
Коммит b665d46fa4
3 изменённых файлов: 11 добавлений и 51 удалений

Двоичные данные
embedding/browser/macbuild/browserIDL.mcp

Двоичный файл не отображается.

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

@ -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 <adamlock@netscape.com>
*/
#ifndef NSDOMWALKER_H
#define NSDOMWALKER_H
#include <nsIDOMNode.h>
class nsDOMWalkerCallback
{
public:
virtual nsresult OnWalkDOMNode(nsIDOMNode *aNode, PRBool *aAbort) = 0;
};
class nsDOMWalker
{
public:
nsresult WalkDOM(nsIDOMNode *aRootNode, nsDOMWalkerCallback *aCallback = nsnull);
};
#endif

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

@ -23,18 +23,18 @@
#ifndef nsWebBrowserPersist_h__
#define nsWebBrowserPersist_h__
#include <nsCOMPtr.h>
#include "nsCOMPtr.h"
#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 "nsIMIMEService.h"
#include "nsIStreamListener.h"
#include "nsIOutputStream.h"
#include "nsIInputStream.h"
#include "nsIFileStream.h"
#include "nsIChannel.h"
#include "nsIStyleSheet.h"
#include "nsIDocumentEncoder.h"
#include <nsHashtable.h>
#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: