summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Rename RenderViewHostDelegate::Autofill to RenderViewHostDelegate::FormFieldH...jhawkins@chromium.org2009-10-211-7/+7
* Rename AutoFillForm to FormFieldValues to better reflect the purpose of the d...jhawkins@chromium.org2009-10-201-5/+7
* Move autofill related WebView{Delegate} methods into the WebKit API.darin@chromium.org2009-10-161-11/+11
* Make the acknowledgement message for querying form autofill data alwaysdarin@chromium.org2009-10-141-30/+28
* Cleaning up lines longer than 80 chars under src/chrome/browser. mark@chromium.org2009-08-171-1/+2
* Move some more interfaces on RenderViewHostDelegate to separate classes. Thebrettw@chromium.org2009-07-091-9/+12
* Extract form related classes from the guts of WebFrameImpl.darin@chromium.org2009-06-151-2/+2
* Move a bunch of functions from WebContents to TabContents. Change the servicesbrettw@chromium.org2009-04-231-5/+5
* Pressing the Del key while a item is selected in the autocomplete popup delet...jcampan@chromium.org2009-03-201-0/+12
* Drop whitespace at end of linewillchan@chromium.org2009-02-271-5/+5
* Lots of small nits to help to split off webkit.dll.maruel@chromium.org2009-02-121-1/+1
* This CL ensures we don't store empty values in the autofill form DB.jcampan@chromium.org2009-02-111-0/+7
* NO CODE CHANGE. Fix EOL in autofill_manager.cc.maruel@chromium.org2009-02-091-110/+110
* Fix a bunch of header includes. I removed some unnecessary headers from abrettw@chromium.org2009-02-011-0/+1
* Move a bunch of TabContents related files into a tab_contents subdirben@chromium.org2009-01-151-1/+1
* Review URL: http://codereview.chromium.org/10005petersont@google.com2008-11-111-14/+42
* Review URL: http://codereview.chromium.org/10237petersont@google.com2008-11-081-42/+14
* Entries in a form get recorded when the user submits the form. Database and ...petersont@google.com2008-11-081-14/+42
* Added functions to WebDatabase and WebDataService for recording frequent entr...petersont@google.com2008-11-051-0/+81