summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete_history_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Add Delete Support to New Autofill UIcsharp@chromium.org2012-05-021-51/+51
* Move RenderWidgetHost and RenderViewHost interfaces to their own files.joi@chromium.org2012-03-061-2/+2
* Convert the remaining trivial tab_contents.h includes in chrome to use web_co...jam@chromium.org2012-01-051-6/+7
* Move TabContentsObserver to content/public, rename it to WebContentsObserver,...jam@chromium.org2011-12-221-2/+2
* Rename TabContents::browser_context() to GetBrowserContext and put it into th...jam@chromium.org2011-12-211-1/+1
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-201-1/+2
* Standardize StringToInt{,64} interface.tedvessenes@gmail.com2011-12-191-10/+17
* Revert 114944 - Standardize StringToInt{,64} interface.battre@chromium.org2011-12-181-17/+10
* Standardize StringToInt{,64} interface.tedvessenes@gmail.com2011-12-181-10/+17
* Revert 114929 - Standardize StringToInt{,64} interface.rsleevi@chromium.org2011-12-171-17/+10
* Standardize StringToInt{,64} interface.tedvessenes@gmail.com2011-12-171-10/+17
* Group forms-related files in webkit/glue in a forms/ subdirectory.isherman@chromium.org2011-12-151-3/+3
* Setting up external delegate calls to allow a future delegate to handle autofillcsharp@chromium.org2011-11-171-7/+12
* External autofill delegates.jrg@chromium.org2011-10-291-1/+12
* Remove static initializers in autocomplete_history_manager.ccisherman@chromium.org2011-09-071-2/+2
* Removal of Profile from content part 3.avi@chromium.org2011-07-281-1/+1
* Save autocomplete text for search fields and other specialized text fields.isherman@chromium.org2011-07-131-3/+14
* Handle new SSN randomization.avi@chromium.org2011-06-171-7/+22
* 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