gecko/toolkit/components/autocomplete
Matthew Noorenberghe 189ecda08b Bug 998893 - Update the autocomplete search string when pressing DOM_VK_DOWN to initiate a search. r=mak
Some script may have changed the value of the text field since our last keypress or after our focus handler and we don't want to search for a stale string.
2015-05-06 11:23:51 -07:00
..
tests/unit
moz.build Bug 1143470 - Add BUG_COMPONENT to moz.build files in toolkit and xulrunner. r=gavin 2015-03-15 19:36:24 +01:00
nsAutoCompleteController.cpp Bug 998893 - Update the autocomplete search string when pressing DOM_VK_DOWN to initiate a search. r=mak 2015-05-06 11:23:51 -07:00
nsAutoCompleteController.h Bug 1148527 - Indentation fix after bug 1145631, r=ehsan 2015-03-27 18:52:19 +00:00
nsAutoCompleteSimpleResult.cpp
nsAutoCompleteSimpleResult.h Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
nsIAutoCompleteController.idl
nsIAutoCompleteInput.idl Bug 1114707, don't close search suggestions when the caret is moved when norolluponanchor is set, r=mak 2015-02-02 15:53:55 -05:00
nsIAutoCompletePopup.idl
nsIAutoCompleteResult.idl
nsIAutoCompleteSearch.idl
nsIAutoCompleteSimpleResult.idl