Restore typeAheadResult support in autocomplete

This commit is contained in:
NTD 2018-04-17 07:31:18 -04:00 committed by Roy Tam
commit 6106e49360
11 changed files with 273 additions and 52 deletions

View file

@ -38,6 +38,8 @@ protected:
int32_t mDefaultIndex;
uint32_t mSearchResult;
bool mTypeAheadResult;
nsCOMPtr<nsIAutoCompleteSimpleResultListener> mListener;
};