summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete_history_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Clean up Autofill CreditCard logicisherman@chromium.org2011-04-061-2/+3
* autofill: Rename all the entries remaining with AutoFill to Autofill.tfarina@chromium.org2011-03-211-5/+5
* Make FormField be a struct rather than a class per c++ standards.tsepez@chromium.org2011-03-081-5/+5
* Revert 77296 - zea@chromium.org2011-03-081-5/+5
* Convert autofill messages to use the new IPC macros. This requirestsepez@chromium.org2011-03-081-5/+5
* Get rid of temporary render_view_host.h.jam@chromium.org2011-03-021-2/+2
* Fix changes from r75314 to preserve the prevailing pattern of "(expected, act...pkasting@chromium.org2011-02-251-2/+2
* Begin the DCHECK() cleanup. Starting off with /src/chrome/a* and /src/chrome/...rsesek@chromium.org2011-02-171-1/+1
* Make TabContentsObserver handle registration automatically, as well as exposi...jam@chromium.org2011-02-171-16/+16
* Move AutoFill messages into a separate file.jam@chromium.org2011-01-261-8/+8
* DCHECK(result) keeps firing in AutocompleteHistoryManager::OnWebDataServiceRe...dhollowa@chromium.org2011-01-211-0/+8
* Don't create a WebDataService in AutoFillManagerTest tests, since that object...jam@chromium.org2011-01-101-5/+9
* Make RenderViewHost not know about AutoFill and AutoComplete.jam@chromium.org2011-01-101-68/+114
* Move:ben@chromium.org2010-12-021-1/+1
* Display a warning when autofill is disabled for a website.isherman@chromium.org2010-11-161-14/+10
* Revert 66214 - Display a warning when autofill is disabled for a website.isherman@chromium.org2010-11-161-10/+14
* Display a warning when autofill is disabled for a website.isherman@chromium.org2010-11-161-14/+10
* Update code that previously constructed strings from string iterators only to...erikwright@chromium.org2010-10-221-9/+11
* 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