summaryrefslogtreecommitdiffstats
path: root/webkit/glue/form_field_values.cc
Commit message (Expand)AuthorAgeFilesLines
* Add a label member to the FormField class. This member will hold the value o...jhawkins@chromium.org2009-11-231-1/+3
* decoupling FormFieldValues from webcoreyaar@chromium.org2009-11-201-46/+21
* Upstreaming WebKit.gypyaar@chromium.org2009-11-121-2/+2
* Move PasswordAutocompleteListener into the WebKit API (AGAIN)yaar@chromium.org2009-11-071-6/+7
* Implement FormStructure and an initial method, EncodeUploadRequest. This als...jhawkins@chromium.org2009-11-041-3/+8
* Store the form name, source URL and target URL in FormFieldValues. These are...jhawkins@chromium.org2009-11-011-8/+18
* Remove the element_ member of FormField, as we don't use it and shouldn't be ...jhawkins@chromium.org2009-10-291-1/+1
* Break out FormFieldValues::Element into FormField, which will eventually hold...jhawkins@chromium.org2009-10-231-3/+3
* Moved castToHTMLXXXElement and getNameForInputElement to DOMUtilitiesPrivate.yaar@chromium.org2009-10-221-18/+4
* Rename AutoFillForm to FormFieldValues to better reflect the purpose of the d...jhawkins@chromium.org2009-10-201-0/+92