moving phoenix history from browser to toolkit to fix bustage, sr=bryner

This commit is contained in:
hewitt@netscape.com
2002-09-28 21:54:00 +00:00
parent 130afcf01d
commit 3f634870f1
5 changed files with 6 additions and 6 deletions

View File

@@ -38,7 +38,7 @@ REQUIRES = xpcom \
necko \
uriloader \
history \
browsercomps \
toolkitcomps \
shistory \
webshell \
windowwatcher \

View File

@@ -67,7 +67,7 @@
#include "nsISecureBrowserUI.h"
#ifdef MOZ_PHOENIX
#include "nsBrowserCompsCID.h"
#include "nsToolkitCompsCID.h"
#endif
static NS_DEFINE_CID(kWebShellCID, NS_WEB_SHELL_CID);

View File

@@ -167,11 +167,11 @@ function addToUrlbarHistory()
if (!gRDF)
gRDF = Components.classes["@mozilla.org/rdf/rdf-service;1"]
.getService(Components.interfaces.nsIRDFService);
if (!gGlobalHistory)
gGlobalHistory = Components.classes["@mozilla.org/browser/global-history;1"]
.getService(Components.interfaces.nsIBrowserHistory);
if (!gURIFixup)
gURIFixup = Components.classes["@mozilla.org/docshell/urifixup;1"]
.getService(Components.interfaces.nsIURIFixup);

View File

@@ -51,7 +51,7 @@ REQUIRES = xpcom \
$(NULL)
ifdef MOZ_PHOENIX
REQUIRES += browsercomps history
REQUIRES += toolkitcomps history
endif
CPPSRCS = \

View File

@@ -103,7 +103,7 @@
#include "nsIProxyObjectManager.h"
#ifdef MOZ_PHOENIX
#include "nsBrowserCompsCID.h"
#include "nsToolkitCompsCID.h"
#endif
#include "nsBrowserStatusFilter.h"