turn off safari migrator until I'm at a mac and can figure this out

This commit is contained in:
ben%bengoodger.com 2004-03-03 08:47:21 +00:00
Родитель 77300dad75
Коммит 55160b9c14
2 изменённых файлов: 7 добавлений и 3 удалений

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

@ -51,7 +51,9 @@
#ifdef XP_WIN
#include "nsIEProfileMigrator.h"
#elif defined(XP_MACOSX)
#if 0
#include "nsSafariProfileMigrator.h"
#endif
#include "nsOmniWebProfileMigrator.h"
#include "nsMacIEProfileMigrator.h"
#endif
@ -71,7 +73,9 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(nsSeamonkeyProfileMigrator)
#ifdef XP_WIN
NS_GENERIC_FACTORY_CONSTRUCTOR(nsIEProfileMigrator)
#elif defined(XP_MACOSX)
#if 0
NS_GENERIC_FACTORY_CONSTRUCTOR(nsSafariProfileMigrator)
#endif
NS_GENERIC_FACTORY_CONSTRUCTOR(nsOmniWebProfileMigrator)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsMacIEProfileMigrator)
#endif
@ -107,11 +111,12 @@ static const nsModuleComponentInfo components[] =
nsIEProfileMigratorConstructor },
#elif defined(XP_MACOSX)
#if 0
{ "Safari Profile Migrator",
NS_SAFARIPROFILEMIGRATOR_CID,
NS_BROWSERPROFILEMIGRATOR_CONTRACTID_PREFIX "safari",
nsSafariProfileMigratorConstructor },
#endif
{ "Internet Explorer (Macintosh) Profile Migrator",
NS_MACIEPROFILEMIGRATOR_CID,
NS_BROWSERPROFILEMIGRATOR_CONTRACTID_PREFIX "macie",

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

@ -82,8 +82,7 @@ CPPSRCS += nsIEProfileMigrator.cpp \
endif
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
CPPSRCS += nsSafariProfileMigrator.cpp \
nsMacIEProfileMigrator.cpp \
CPPSRCS += nsMacIEProfileMigrator.cpp \
nsOmniWebProfileMigrator.cpp \
nsCaminoProfileMigrator.cpp \
nsICabProfileMigrator.cpp \