gecko-dev/toolkit/components/autocomplete
Marco Bonardo 75a804ecf6 Bug 1415908 - Intermittent failure (nsIAutoCompleteController.getCommentAt) in browser_ext_omnibox.js. r=adw
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
2017-11-19 21:58:14 +01:00
..
tests/unit Bug 1408777 - Automatically fix instances of missing semicolons in the tree. r=Standard8 2017-10-15 20:50:39 +01:00
moz.build
nsAutoCompleteController.cpp Bug 1415908 - Intermittent failure (nsIAutoCompleteController.getCommentAt) in browser_ext_omnibox.js. r=adw 2017-11-19 21:58:14 +01:00
nsAutoCompleteController.h Bug 1415908 - Intermittent failure (nsIAutoCompleteController.getCommentAt) in browser_ext_omnibox.js. r=adw 2017-11-19 21:58:14 +01:00
nsAutoCompleteSimpleResult.cpp Bug 1391293 - Reduce Address Bar results flickering when typing additional chars. r=adw 2017-09-08 11:39:44 +02:00
nsAutoCompleteSimpleResult.h
nsIAutoCompleteController.idl
nsIAutoCompleteInput.idl
nsIAutoCompletePopup.idl
nsIAutoCompleteResult.idl
nsIAutoCompleteSearch.idl Bug 1415908 - Intermittent failure (nsIAutoCompleteController.getCommentAt) in browser_ext_omnibox.js. r=adw 2017-11-19 21:58:14 +01:00
nsIAutoCompleteSimpleResult.idl Bug 1391293 - Reduce Address Bar results flickering when typing additional chars. r=adw 2017-09-08 11:39:44 +02:00