зеркало из https://github.com/mozilla/pjs.git
bug 383833 - prepare to eliminate toolkit's mork-based history implementation: make places-enabled builds not descend into history/ any more and use places' nsIBrowserHistory for them, r=mano
This commit is contained in:
Родитель
d32720f7a5
Коммит
8bdfe9f67e
|
@ -97,11 +97,13 @@ ifndef MOZ_SUITE
|
|||
ifdef MOZ_XUL
|
||||
DIRS += \
|
||||
autocomplete \
|
||||
history \
|
||||
passwordmgr \
|
||||
satchel \
|
||||
$(NULL)
|
||||
endif # MOZ_XUL
|
||||
ifndef MOZ_PLACES
|
||||
DIRS += history
|
||||
endif # MOZ_PLACES
|
||||
endif # MOZ_SUITE
|
||||
endif # MOZ_THUNDERBIRD
|
||||
|
||||
|
|
|
@ -48,6 +48,7 @@ XPIDL_MODULE = places
|
|||
|
||||
XPIDLSRCS = \
|
||||
nsIAnnotationService.idl \
|
||||
nsIBrowserHistory.idl \
|
||||
nsIFaviconService.idl \
|
||||
nsINavHistoryService.idl \
|
||||
nsINavBookmarksService.idl \
|
||||
|
|
|
@ -64,11 +64,16 @@ REQUIRES = xpcom \
|
|||
pref \
|
||||
webbrwsr \
|
||||
windowwatcher \
|
||||
history \
|
||||
$(NULL)
|
||||
|
||||
ifdef MOZ_PLACES
|
||||
REQUIRES += places
|
||||
else
|
||||
REQUIRES += history
|
||||
endif
|
||||
|
||||
ifneq (,$(MOZ_PHOENIX)$(MOZ_XULRUNNER))
|
||||
REQUIRES += toolkitcomps history
|
||||
REQUIRES += toolkitcomps
|
||||
endif
|
||||
|
||||
CPPSRCS = \
|
||||
|
|
Загрузка…
Ссылка в новой задаче