Bug 258110: getShellService() doesn't return null on OS X / Default browser box is shown on OS X.
Do not load the Shell Service on Mac + typo correction. r=bryner git-svn-id: svn://10.0.0.236/trunk@161800 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -96,19 +96,13 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(nsICabProfileMigrator)
|
||||
static const nsModuleComponentInfo components[] =
|
||||
{
|
||||
#if defined(XP_WIN)
|
||||
{ "Browser Shell Shervice",
|
||||
{ "Browser Shell Service",
|
||||
NS_SHELLSERVICE_CID,
|
||||
NS_SHELLSERVICE_CONTRACTID,
|
||||
nsWindowsShellServiceConstructor },
|
||||
|
||||
#elif defined (XP_MACOSX)
|
||||
{ "Browser Shell Shervice",
|
||||
NS_SHELLSERVICE_CID,
|
||||
NS_SHELLSERVICE_CONTRACTID,
|
||||
nsMacShellServiceConstructor },
|
||||
|
||||
#elif defined(MOZ_WIDGET_GTK2)
|
||||
{ "Browser Shell Shervice",
|
||||
{ "Browser Shell Service",
|
||||
NS_SHELLSERVICE_CID,
|
||||
NS_SHELLSERVICE_CONTRACTID,
|
||||
nsGNOMEShellServiceConstructor },
|
||||
|
||||
Reference in New Issue
Block a user