summaryrefslogtreecommitdiffstats
path: root/webkit/glue/form_field.h
Commit message (Expand)AuthorAgeFilesLines
* AutoFill fill billing address when credit card settings specify a billing add...dhollowa@chromium.org2010-05-191-0/+8
* Form AutoFill Phone number should be displayed as xxx-xxx-xxxxdhollowa@chromium.org2010-05-141-1/+5
* AutoFill: Handle filling select controls.jhawkins@chromium.org2010-03-271-13/+7
* FormFieldValues -> FormData consolidation: Use webkit_glue::FormField to stor...jhawkins@chromium.org2010-03-151-2/+6
* Send suggestions from the AutoFillManager to the AutoFillSuggestionsPopup in ...jhawkins@chromium.org2010-02-181-0/+10
* Reland r38570. The underlying bug has been fix.jhawkins@chromium.org2010-02-111-4/+9
* Revert "Move conditions of FormFields creation to FormFieldHistoryManager;tony@chromium.org2010-02-101-9/+4
* Move conditions of FormFields creation to FormFieldHistoryManager; AutoFill d...jhawkins@chromium.org2010-02-101-4/+9
* Add a label member to the FormField class. This member will hold the value o...jhawkins@chromium.org2009-11-231-1/+4
* Implement FormStructure and an initial method, EncodeUploadRequest. This als...jhawkins@chromium.org2009-11-041-0/+3
* Remove the element_ member of FormField, as we don't use it and shouldn't be ...jhawkins@chromium.org2009-10-291-11/+1
* Break out FormFieldValues::Element into FormField, which will eventually hold...jhawkins@chromium.org2009-10-231-0/+41