summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/form_structure.h
Commit message (Expand)AuthorAgeFilesLines
* AutoFill: Only send credit card data suggestions on HTTPS sites.jhawkins@chromium.org2010-07-131-1/+1
* AutoFill: Only query the AutoFill server if we've parsed any of the forms.jhawkins@chromium.org2010-07-081-0/+3
* AutoFill: De-segregate credit card filling.jhawkins@chromium.org2010-06-171-0/+8
* AutoFill: Clean up the server response handling code.jhawkins@chromium.org2010-05-061-0/+12
* autofill: Implement a TODO.jhawkins@chromium.org2010-05-041-2/+1
* AutoFill: Fix IsAutoFillable to only count fields that are heuristicallyjhawkins@chromium.org2010-05-041-6/+3
* Don't trigger auto fill setup when submitting empty forms.bulach@chromium.org2010-04-301-0/+7
* AutoFill: Fill the default profile when the AutoFill accelerator combo is pre...jhawkins@chromium.org2010-04-091-4/+12
* AutoFill: Use the FormManager cache to send forms to the AutoFillManager.jhawkins@chromium.org2010-04-031-2/+1
* Reverted back change #1337001, fixing the unit tests in chromium builds:georgey@chromium.org2010-03-291-4/+25
* Reverting due to test failures on Interactive tests on Mac and Linuxamit@chromium.org2010-03-261-25/+4
* Second part of the integration with autofill servers.georgey@chromium.org2010-03-261-4/+25
* Integration with Toolbar autofill servers.georgey@chromium.org2010-03-221-2/+4
* Implement AutoFillXmlParser, used to parse responses from the AutoFill server.jhawkins@chromium.org2010-03-181-0/+6
* FormFieldValues -> FormData consolidation: Use webkit_glue::FormField to stor...jhawkins@chromium.org2010-03-151-4/+3
* Reset the AutoFillManager's cache of forms when the main page is loaded, not ...jhawkins@chromium.org2010-03-121-0/+1
* AutoFill forms. We do this by responding to a message from WebKit which send...jhawkins@chromium.org2010-02-201-0/+5
* Implement ImportFormData and GetPossibleFieldTypes for PersonalDataManager, u...jhawkins@chromium.org2010-01-081-1/+1
* autofill: Add the FormField interface. Classes that implement the FormField ...jhawkins@chromium.org2009-12-091-3/+31
* Implement FormStructure and an initial method, EncodeUploadRequest. This als...jhawkins@chromium.org2009-11-041-0/+63