turn back on IE profile migrator to break gabrielle

git-svn-id: svn://10.0.0.236/trunk@153492 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ben%bengoodger.com
2004-03-03 20:48:43 +00:00
parent 1d755ddc57
commit 9826e31697
2 changed files with 2 additions and 8 deletions

View File

@@ -49,9 +49,7 @@
#include "nsPhoenixProfileMigrator.h"
#include "nsSeamonkeyProfileMigrator.h"
#ifdef XP_WIN
#if 0
#include "nsIEProfileMigrator.h"
#endif
#elif defined(XP_MACOSX)
#if 0
#include "nsSafariProfileMigrator.h"
@@ -73,9 +71,7 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(nsOperaProfileMigrator)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsPhoenixProfileMigrator)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsSeamonkeyProfileMigrator)
#ifdef XP_WIN
#if 0
NS_GENERIC_FACTORY_CONSTRUCTOR(nsIEProfileMigrator)
#endif
#elif defined(XP_MACOSX)
#if 0
NS_GENERIC_FACTORY_CONSTRUCTOR(nsSafariProfileMigrator)
@@ -109,12 +105,10 @@ static const nsModuleComponentInfo components[] =
nsProfileMigratorConstructor },
#ifdef XP_WIN
#if 0
{ "Internet Explorer (Windows) Profile Migrator",
NS_WINIEPROFILEMIGRATOR_CID,
NS_BROWSERPROFILEMIGRATOR_CONTRACTID_PREFIX "ie",
nsIEProfileMigratorConstructor },
#endif
#elif defined(XP_MACOSX)
#if 0

View File

@@ -78,8 +78,8 @@ CPPSRCS = nsProfileMigrator.cpp \
ifeq ($(OS_ARCH),WINNT)
DEFINES += -DPSTOREC_DLL=\"$(WINDIR)\\system32\\pstorec.dll\"
# CPPSRCS += nsIEProfileMigrator.cpp \
# $(NULL)
CPPSRCS += nsIEProfileMigrator.cpp \
$(NULL)
endif
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))