mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 17:24:29 +00:00
bug 315570
r=bryner r=annie.sullivan Add a reusable autocomplete result type that doesn't depend on Mork. Components can easily provide autocomplete results using this interface and implementation.
This commit is contained in:
parent
5252b3280a
commit
00a3e5f2d1
@ -48,7 +48,6 @@ XPIDL_MODULE = places
|
||||
|
||||
XPIDLSRCS = \
|
||||
nsINavHistory.idl \
|
||||
nsIAutoCompleteStorageResult.idl \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -69,7 +69,6 @@ REQUIRES = xpcom \
|
||||
LOCAL_INCLUDES = -I$(DEPTH)/toolkit/components/autocomplete/src
|
||||
|
||||
CPPSRCS = \
|
||||
nsAutoCompleteStorageResult.cpp \
|
||||
nsNavHistory.cpp \
|
||||
$(NULL)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user