summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete_history_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-261-1/+1
* Not store autocomplete entries in DB for forms submitted using javascript.inferno@chromium.org2010-08-101-0/+4
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-1/+2
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-6/+8
* Fix a crashing bug in IsSSN(str) when presented with non-ascii input.michaeln@chromium.org2010-07-071-1/+1
* Autocomplete and AutoFill entries are shown combined in the suggestions popup.dhollowa@chromium.org2010-07-071-2/+2
* Don't save SSNs--quick style fix.avi@chromium.org2010-07-021-1/+1
* Don't save SSNs.avi@chromium.org2010-07-021-3/+42
* Putting this back in since it didn't solve the failures.thomasvl@chromium.org2010-06-081-45/+50
* Backing this out to see if it fixes the failures on the two windows bots (lan...thomasvl@chromium.org2010-06-081-50/+45
* AutoFill: Don't save credit card numbers from Autocomplete to the WebDB.jhawkins@chromium.org2010-06-071-45/+50
* Cleanup: Order the methods in WebDataService. Rename a method to match curren...jhawkins@chromium.org2010-04-261-2/+1
* AutoFill: Use the FormManager cache to send forms to the AutoFillManager.jhawkins@chromium.org2010-04-031-6/+7
* AutoFill: Handle filling select controls.jhawkins@chromium.org2010-03-271-5/+3
* Patch makes sure that only text fields are saved in Auto-fill "Web Data" file...aarya@google.com2010-03-121-1/+1
* Rename RenderViewHostDelegate::FormFieldHistory to Autocomplete.jhawkins@chromium.org2010-03-111-4/+3
* Fix the remaining instance of the obsolete kFormAutofillEnabled.jhawkins@chromium.org2010-03-021-6/+1
* Rename FormFieldHistoryManager to AutocompleteHistory manager to better refle...jhawkins@chromium.org2010-03-021-0/+151