summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/form_structure.cc
Commit message (Expand)AuthorAgeFilesLines
* AutoFill: Use the FormManager cache to send forms to the AutoFillManager.jhawkins@chromium.org2010-04-031-9/+7
* Reverted back change #1337001, fixing the unit tests in chromium builds:georgey@chromium.org2010-03-291-43/+79
* AutoFill: Handle filling select controls.jhawkins@chromium.org2010-03-271-4/+7
* Reverting due to test failures on Interactive tests on Mac and Linuxamit@chromium.org2010-03-261-85/+43
* Second part of the integration with autofill servers.georgey@chromium.org2010-03-261-43/+85
* Integration with Toolbar autofill servers.georgey@chromium.org2010-03-221-20/+36
* FormFieldValues -> FormData consolidation: Use webkit_glue::FormField to stor...jhawkins@chromium.org2010-03-151-1/+4
* Reset the AutoFillManager's cache of forms when the main page is loaded, not ...jhawkins@chromium.org2010-03-121-4/+8
* Only load text fields in the form structure. This prevents us from trying to...jhawkins@chromium.org2010-02-251-12/+15
* Fix a crash in FormStructure when parsing a form with zero fields. Use field...jhawkins@chromium.org2010-02-231-4/+5
* AutoFill forms. We do this by responding to a message from WebKit which send...jhawkins@chromium.org2010-02-201-0/+15
* Implement ImportFormData and GetPossibleFieldTypes for PersonalDataManager, u...jhawkins@chromium.org2010-01-081-2/+2
* autofill: Add the FormField interface. Classes that implement the FormField ...jhawkins@chromium.org2009-12-091-4/+63
* Implement FormStructure and an initial method, EncodeUploadRequest. This als...jhawkins@chromium.org2009-11-041-0/+154