| Commit message (Expand) | Author | Age | Files | Lines |
* | Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref... | abarth@chromium.org | 2011-01-17 | 1 | -1/+1 |
* | Once a form has been partially autofilled, autofill should only update fields... | isherman@chromium.org | 2010-11-29 | 1 | -1/+6 |
* | Autofill: Prefer maxLength to size attribute for form filling heuristics. | isherman@chromium.org | 2010-11-20 | 1 | -4/+4 |
* | Autofill - "Clear form" failed to clear the select popup values | dhollowa@chromium.org | 2010-10-11 | 1 | -1/+1 |
* | FBTF: Continue fixing nits found by my automated source scanner. | erg@google.com | 2010-10-05 | 1 | -1/+1 |
* | FBTF: Move code from headers into cc files. | erg@google.com | 2010-08-27 | 1 | -0/+1 |
* | Fix for: State in small letters should be auto-filled from the profile. | jhawkins@chromium.org | 2010-07-21 | 1 | -0/+11 |
* | AutoFill fill billing address when credit card settings specify a billing add... | dhollowa@chromium.org | 2010-05-19 | 1 | -0/+8 |
* | Form AutoFill Phone number should be displayed as xxx-xxx-xxxx | dhollowa@chromium.org | 2010-05-14 | 1 | -1/+5 |
* | AutoFill: Handle filling select controls. | jhawkins@chromium.org | 2010-03-27 | 1 | -13/+7 |
* | FormFieldValues -> FormData consolidation: Use webkit_glue::FormField to stor... | jhawkins@chromium.org | 2010-03-15 | 1 | -2/+6 |
* | Send suggestions from the AutoFillManager to the AutoFillSuggestionsPopup in ... | jhawkins@chromium.org | 2010-02-18 | 1 | -0/+10 |
* | Reland r38570. The underlying bug has been fix. | jhawkins@chromium.org | 2010-02-11 | 1 | -4/+9 |
* | Revert "Move conditions of FormFields creation to FormFieldHistoryManager; | tony@chromium.org | 2010-02-10 | 1 | -9/+4 |
* | Move conditions of FormFields creation to FormFieldHistoryManager; AutoFill d... | jhawkins@chromium.org | 2010-02-10 | 1 | -4/+9 |
* | Add a label member to the FormField class. This member will hold the value o... | jhawkins@chromium.org | 2009-11-23 | 1 | -1/+4 |
* | Implement FormStructure and an initial method, EncodeUploadRequest. This als... | jhawkins@chromium.org | 2009-11-04 | 1 | -0/+3 |
* | Remove the element_ member of FormField, as we don't use it and shouldn't be ... | jhawkins@chromium.org | 2009-10-29 | 1 | -11/+1 |
* | Break out FormFieldValues::Element into FormField, which will eventually hold... | jhawkins@chromium.org | 2009-10-23 | 1 | -0/+41 |