summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/form_manager.h
Commit message (Expand)AuthorAgeFilesLines
* AutoFill: Implement the 'Clear form' menu item in the suggestions popup.jhawkins@chromium.org2010-06-131-2/+14
* AutoFill: Fix a bug that caused AutoFill to not fill the field the user isjhawkins@chromium.org2010-06-101-7/+7
* AutoFill: Preview form field values when the user changes the AutoFill dropdownjhawkins@chromium.org2010-06-021-5/+22
* AutoFill: Refactor the code used to fill a form. Don't fill autocomplete=offjhawkins@chromium.org2010-05-281-1/+22
* AutoFill: Fix a renderer crash by resetting the form cache when each WebFramejhawkins@chromium.org2010-05-061-3/+3
* AutoFill: Use FormManager::LabelForElement to set the field label when queryingjhawkins@chromium.org2010-04-141-3/+5
* AutoFill: Fill the default profile when the AutoFill accelerator combo is pre...jhawkins@chromium.org2010-04-091-0/+3
* AutoFill: Delay sending the form field values to the AutoFillManager until th...jhawkins@chromium.org2010-04-091-2/+6
* AutoFill: Parse HTMLLabel elements for form control element labels.jhawkins@chromium.org2010-04-061-7/+2
* AutoFill: Implement WebFormElementToFormData and use this to send form data tojhawkins@chromium.org2010-04-051-1/+11
* AutoFill: Use the FormManager cache to send forms to the AutoFillManager.jhawkins@chromium.org2010-04-031-4/+18
* FormManager cleanups:jhawkins@chromium.org2010-04-011-17/+26
* Page Cycler Intl2 perf regression.hayato@chromium.org2010-03-311-20/+4
* AutoFill: Send the forms cached in the FormManager to the AutoFillManager onjhawkins@chromium.org2010-03-311-4/+20
* AutoFill: Handle filling select controls.jhawkins@chromium.org2010-03-271-10/+13
* Label scraping for AutoFill.dhollowa@chromium.org2010-03-261-0/+5
* FormFieldValues -> FormData consolidation: Use webkit_glue::FormField to stor...jhawkins@chromium.org2010-03-151-4/+6
* Implement FormManager::LabelForElement and use this to store the field labels.jhawkins@chromium.org2010-03-021-0/+3
* Implement FormManager, a class that manages forms in a RenderView.jhawkins@chromium.org2010-02-051-0/+84