mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-12 22:28:59 +02:00
Fixes a timing bug where in certain moments matchCount may not be in sync with the current search status, due to previous results not being cleared immediately. Still delays tree updates to avoid UI flickering. Fixes a theorical timing issue in unifiedComplete where a stopped search could notify a result. Removes the no more used OnUpdateSearchResult API. MozReview-Commit-ID: COoIN4oQT4v --HG-- extra : rebase_source : 1676a2ff0da45c2ec95ffda90154ab9c26bdf8fb |
||
|---|---|---|
| .. | ||
| tests/unit | ||
| moz.build | ||
| nsAutoCompleteController.cpp | ||
| nsAutoCompleteController.h | ||
| nsAutoCompleteSimpleResult.cpp | ||
| nsAutoCompleteSimpleResult.h | ||
| nsIAutoCompleteController.idl | ||
| nsIAutoCompleteInput.idl | ||
| nsIAutoCompletePopup.idl | ||
| nsIAutoCompleteResult.idl | ||
| nsIAutoCompleteSearch.idl | ||
| nsIAutoCompleteSimpleResult.idl | ||