Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Label scraping for AutoFill. | dhollowa@chromium.org | 2010-03-26 | 1 | -5/+48 |
* | FormFieldValues -> FormData consolidation: Use webkit_glue::FormField to stor... | jhawkins@chromium.org | 2010-03-15 | 1 | -10/+20 |
* | Don't light up form fields we aren't filling, and don't light up the submit b... | jhawkins@chromium.org | 2010-03-12 | 1 | -2/+5 |
* | AutoFill form filling with form name absent | dhollowa@chromium.org | 2010-03-12 | 1 | -1/+9 |
* | Don't store the submit element on the FormData structure as it's no longer used. | jhawkins@chromium.org | 2010-03-03 | 1 | -6/+0 |
* | Implement FormManager::LabelForElement and use this to store the field labels. | jhawkins@chromium.org | 2010-03-02 | 1 | -0/+23 |
* | AutoFill forms. We do this by responding to a message from WebKit which send... | jhawkins@chromium.org | 2010-02-20 | 1 | -2/+5 |
* | Implement FormManager, a class that manages forms in a RenderView. | jhawkins@chromium.org | 2010-02-05 | 1 | -0/+184 |