зеркало из 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
|
ifdef MOZ_XUL
|
||||||
DIRS += \
|
DIRS += \
|
||||||
autocomplete \
|
autocomplete \
|
||||||
history \
|
|
||||||
passwordmgr \
|
passwordmgr \
|
||||||
satchel \
|
satchel \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
endif # MOZ_XUL
|
endif # MOZ_XUL
|
||||||
|
ifndef MOZ_PLACES
|
||||||
|
DIRS += history
|
||||||
|
endif # MOZ_PLACES
|
||||||
endif # MOZ_SUITE
|
endif # MOZ_SUITE
|
||||||
endif # MOZ_THUNDERBIRD
|
endif # MOZ_THUNDERBIRD
|
||||||
|
|
||||||
|
|
|
@ -48,6 +48,7 @@ XPIDL_MODULE = places
|
||||||
|
|
||||||
XPIDLSRCS = \
|
XPIDLSRCS = \
|
||||||
nsIAnnotationService.idl \
|
nsIAnnotationService.idl \
|
||||||
|
nsIBrowserHistory.idl \
|
||||||
nsIFaviconService.idl \
|
nsIFaviconService.idl \
|
||||||
nsINavHistoryService.idl \
|
nsINavHistoryService.idl \
|
||||||
nsINavBookmarksService.idl \
|
nsINavBookmarksService.idl \
|
||||||
|
|
|
@ -64,11 +64,16 @@ REQUIRES = xpcom \
|
||||||
pref \
|
pref \
|
||||||
webbrwsr \
|
webbrwsr \
|
||||||
windowwatcher \
|
windowwatcher \
|
||||||
history \
|
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
|
ifdef MOZ_PLACES
|
||||||
|
REQUIRES += places
|
||||||
|
else
|
||||||
|
REQUIRES += history
|
||||||
|
endif
|
||||||
|
|
||||||
ifneq (,$(MOZ_PHOENIX)$(MOZ_XULRUNNER))
|
ifneq (,$(MOZ_PHOENIX)$(MOZ_XULRUNNER))
|
||||||
REQUIRES += toolkitcomps history
|
REQUIRES += toolkitcomps
|
||||||
endif
|
endif
|
||||||
|
|
||||||
CPPSRCS = \
|
CPPSRCS = \
|
||||||
|
|
Загрузка…
Ссылка в новой задаче