Bug 630474 - Show a toaster alert when instaling or uninstalling a restartless add-on [r=mbrubeck]

This commit is contained in:
Mark Finkle 2011-02-11 15:33:41 -05:00
Родитель 88f56da001
Коммит 7f3f8aab89
2 изменённых файлов: 2 добавлений и 5 удалений

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

@ -52,6 +52,7 @@ XPIDLSRCS = \
$(NULL)
EXTRA_PP_COMPONENTS = \
MobileComponents.manifest \
AboutRedirector.js \
BrowserCLH.js \
DirectoryProvider.js\
@ -61,7 +62,7 @@ EXTRA_PP_COMPONENTS = \
$(NULL)
EXTRA_COMPONENTS = \
MobileComponents.manifest \
AlertsService.js \
BrowserStartup.js \
ContentPermissionPrompt.js \
XPIDialogService.js \
@ -80,8 +81,6 @@ ifdef MOZ_UPDATER
EXTRA_COMPONENTS += UpdatePrompt.js
endif
EXTRA_COMPONENTS += AlertsService.js
ifneq (Android,$(OS_TARGET))
DIRS = phone \
$(NULL)

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

@ -615,9 +615,7 @@ bin/components/@DLL_PREFIX@nkgnomevfs@DLL_SUFFIX@
@BINPATH@/chrome/chrome.manifest
@BINPATH@/components/AboutRedirector.js
@BINPATH@/components/AddonUpdateService.js
#ifndef ANDROID
@BINPATH@/components/AlertsService.js
#endif
@BINPATH@/components/AutoCompleteCache.js
@BINPATH@/components/BlocklistPrompt.js
@BINPATH@/components/BrowserCLH.js