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:
brettw%gmail.com 2005-11-09 20:50:31 +00:00
parent 5252b3280a
commit 00a3e5f2d1
2 changed files with 0 additions and 2 deletions

View File

@ -48,7 +48,6 @@ XPIDL_MODULE = places
XPIDLSRCS = \
nsINavHistory.idl \
nsIAutoCompleteStorageResult.idl \
$(NULL)
include $(topsrcdir)/config/rules.mk

View File

@ -69,7 +69,6 @@ REQUIRES = xpcom \
LOCAL_INCLUDES = -I$(DEPTH)/toolkit/components/autocomplete/src
CPPSRCS = \
nsAutoCompleteStorageResult.cpp \
nsNavHistory.cpp \
$(NULL)