summaryrefslogtreecommitdiffstats
path: root/webkit/glue/form_field.cc
Commit message (Expand)AuthorAgeFilesLines
* Make FormField be a struct rather than a class per c++ standards.tsepez@chromium.org2011-03-081-36/+36
* Revert 77296 - zea@chromium.org2011-03-081-36/+36
* Convert autofill messages to use the new IPC macros. This requirestsepez@chromium.org2011-03-081-36/+36
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-171-3/+3
* Once a form has been partially autofilled, autofill should only update fields...isherman@chromium.org2010-11-291-4/+9
* Autofill: Prefer maxLength to size attribute for form filling heuristics.isherman@chromium.org2010-11-201-8/+8
* FBTF: Move code from headers into cc files.erg@google.com2010-08-271-0/+3
* Fix for: State in small letters should be auto-filled from the profile.jhawkins@chromium.org2010-07-211-0/+12
* AutoFill fill billing address when credit card settings specify a billing add...dhollowa@chromium.org2010-05-191-2/+11
* Form AutoFill Phone number should be displayed as xxx-xxx-xxxxdhollowa@chromium.org2010-05-141-6/+13
* Switch over to non-deprecated WebKit APIs and delete client methods that are nodarin@chromium.org2010-05-051-3/+2
* AutoFill: Parse HTMLLabel elements for form control element labels.jhawkins@chromium.org2010-04-061-3/+2
* AutoFill: Implement WebFormElementToFormData and use this to send form data tojhawkins@chromium.org2010-04-051-2/+3
* AutoFill: Handle filling select controls.jhawkins@chromium.org2010-03-271-15/+22
* Page Cycler Intl2 perf regression.amit@chromium.org2010-03-261-73/+4
* AutoFill: Copy FormManager::LabelForElement and the correspondingjhawkins@chromium.org2010-03-261-4/+73
* FormFieldValues -> FormData consolidation: Use webkit_glue::FormField to stor...jhawkins@chromium.org2010-03-151-6/+24
* Send suggestions from the AutoFillManager to the AutoFillSuggestionsPopup in ...jhawkins@chromium.org2010-02-181-0/+9
* Reland r38570. The underlying bug has been fix.jhawkins@chromium.org2010-02-111-4/+24
* Revert "Move conditions of FormFields creation to FormFieldHistoryManager;tony@chromium.org2010-02-101-24/+4
* Move conditions of FormFields creation to FormFieldHistoryManager; AutoFill d...jhawkins@chromium.org2010-02-101-4/+24
* Add a label member to the FormField class. This member will hold the value o...jhawkins@chromium.org2009-11-231-2/+4
* Implement FormStructure and an initial method, EncodeUploadRequest. This als...jhawkins@chromium.org2009-11-041-0/+2
* Remove the element_ member of FormField, as we don't use it and shouldn't be ...jhawkins@chromium.org2009-10-291-6/+3
* Break out FormFieldValues::Element into FormField, which will eventually hold...jhawkins@chromium.org2009-10-231-0/+21