зеркало из https://github.com/mozilla/pjs.git
Making this mess build on Mac, fixing the tinderbox bustage.
This commit is contained in:
Родитель
d0d748d90b
Коммит
b665d46fa4
Двоичные данные
embedding/browser/macbuild/browserIDL.mcp
Двоичные данные
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__
|
#ifndef nsWebBrowserPersist_h__
|
||||||
#define nsWebBrowserPersist_h__
|
#define nsWebBrowserPersist_h__
|
||||||
|
|
||||||
#include <nsCOMPtr.h>
|
#include "nsCOMPtr.h"
|
||||||
|
|
||||||
#include <nsIMIMEService.h>
|
#include "nsIMIMEService.h"
|
||||||
#include <nsIStreamListener.h>
|
#include "nsIStreamListener.h"
|
||||||
#include <nsIOutputStream.h>
|
#include "nsIOutputStream.h"
|
||||||
#include <nsIInputStream.h>
|
#include "nsIInputStream.h"
|
||||||
#include <nsIFileStream.h>
|
#include "nsIFileStream.h"
|
||||||
#include <nsIChannel.h>
|
#include "nsIChannel.h"
|
||||||
#include <nsIStyleSheet.h>
|
#include "nsIStyleSheet.h"
|
||||||
#include <nsIDocumentEncoder.h>
|
#include "nsIDocumentEncoder.h"
|
||||||
|
|
||||||
#include <nsHashtable.h>
|
#include "nsHashtable.h"
|
||||||
|
|
||||||
#include "nsIWebBrowserPersist.h"
|
#include "nsIWebBrowserPersist.h"
|
||||||
#include "nsDOMWalker.h"
|
#include "nsDOMWalker.h"
|
||||||
|
@ -46,7 +46,7 @@ class nsWebBrowserPersist : public nsIWebBrowserPersist,
|
||||||
public nsIStreamListener,
|
public nsIStreamListener,
|
||||||
public nsDOMWalkerCallback
|
public nsDOMWalkerCallback
|
||||||
{
|
{
|
||||||
friend nsEncoderNodeFixup;
|
friend class nsEncoderNodeFixup;
|
||||||
|
|
||||||
// Public members
|
// Public members
|
||||||
public:
|
public:
|
||||||
|
|
Загрузка…
Ссылка в новой задаче