A little more investigation seems to reveal that nsIAutoCompleteSearch 
is not included in Components.interfaces for Thunderbird 2a1. Nor are 
any of the other toolkit XPCOM interfaces,

nsIAutoCompleteBaseResult
nsIAutoCompleteController
nsIAutoCompleteInput
nsIAutoCompleteMdbResult
nsIAutoCompleteObserver
nsIAutoCompletePopup
nsIAutoCompleteResult
nsIAutoCompleteSearch

This was determined by

var str = '';
for (var i in Components.interfaces) {
        str += i + "\n";
}
dump(str);

Since the autocomplete.xul included in 2a1 references 
nsIAutoCompleteSearch, is this something I should raise as a bug @mozilla?

I just thought I'd check since Neil and Phil appear to know a bit more 
about this than I do :)

Paul
_______________________________________________
Project_owners mailing list
[email protected]
http://mozdev.org/mailman/listinfo/project_owners

Reply via email to