зеркало из https://github.com/mozilla/gecko-dev.git
Bug 940225 - Build docshell in unified mode. r=bz
This commit is contained in:
Родитель
4be77ac908
Коммит
4084af6e4b
|
@ -47,7 +47,7 @@ EXPORTS.mozilla += [
|
|||
'LoadContext.h',
|
||||
]
|
||||
|
||||
SOURCES += [
|
||||
UNIFIED_SOURCES += [
|
||||
'LoadContext.cpp',
|
||||
'nsAboutRedirector.cpp',
|
||||
'nsDefaultURIFixup.cpp',
|
||||
|
|
|
@ -4,13 +4,15 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#ifndef nsDocShellEnumerator_h___
|
||||
#define nsDocShellEnumerator_h___
|
||||
|
||||
#include "nsISimpleEnumerator.h"
|
||||
#include "nsTArray.h"
|
||||
#include "nsIWeakReferenceUtils.h"
|
||||
|
||||
class nsIDocShellTreeItem;
|
||||
|
||||
|
||||
/*
|
||||
// {13cbc281-35ae-11d5-be5b-bde0edece43c}
|
||||
#define NS_DOCSHELL_FORWARDS_ENUMERATOR_CID \
|
||||
|
@ -105,5 +107,6 @@ public:
|
|||
protected:
|
||||
|
||||
virtual nsresult BuildArrayRecursive(nsIDocShellTreeItem* inItem, nsTArray<nsWeakPtr>& inItemArray);
|
||||
|
||||
};
|
||||
|
||||
#endif // nsDocShellEnumerator_h___
|
||||
|
|
|
@ -8,7 +8,7 @@ EXPORTS += [
|
|||
'nsSHEntryShared.h',
|
||||
]
|
||||
|
||||
SOURCES += [
|
||||
UNIFIED_SOURCES += [
|
||||
'nsSHEntry.cpp',
|
||||
'nsSHEntryShared.cpp',
|
||||
'nsSHistory.cpp',
|
||||
|
|
Загрузка…
Ссылка в новой задаче