summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/autofill_manager.h
Commit message (Expand)AuthorAgeFilesLines
* FormFieldValues -> FormData consolidation: Use webkit_glue::FormField to stor...jhawkins@chromium.org2010-03-151-1/+2
* Fix a bug that was causing the AutoFill infobar to not show. Initially the A...jhawkins@chromium.org2010-03-031-5/+6
* Add extra DCHECKs to the AutoFillManager class. This is follow-up for review...dhollowa@chromium.org2010-03-021-0/+4
* AutoFill dialog UI polish. Based on feedback from thakis.dhollowa@chromium.org2010-02-261-0/+3
* Remove dead code from AutoFill++ that are vestiges of the toolbar autofill.jhawkins@chromium.org2010-02-231-3/+0
* Remove the --enable-new-autofill switch. This enables the AutoFillManager to...jhawkins@chromium.org2010-02-231-0/+3
* AutoFill forms. We do this by responding to a message from WebKit which send...jhawkins@chromium.org2010-02-201-0/+4
* Send suggestions from the AutoFillManager to the AutoFillSuggestionsPopup in ...jhawkins@chromium.org2010-02-181-0/+3
* Relanding r38479. The underlying memory leak in WebKit has been fixed.jhawkins@chromium.org2010-02-171-1/+4
* Revert 38479 - Send forms seen in the renderer to the AutoFillManager.dglazkov@chromium.org2010-02-111-5/+2
* Send forms seen in the renderer to the AutoFillManager.jhawkins@chromium.org2010-02-091-2/+5
* Add the ability to save and remove AutoFill profiles from the AutoFillDialog.jhawkins@chromium.org2010-01-241-5/+9
* Notify the AutoFillManager when the user clicks "Apply" or "OK". Adds an Aut...jhawkins@chromium.org2010-01-211-2/+11
* Add two AutoFill prefs. autofill.infobar_shown is true if the autofill infob...jhawkins@chromium.org2010-01-111-0/+10
* autofill: Add the FormField interface. Classes that implement the FormField ...jhawkins@chromium.org2009-12-091-0/+4
* Add a stub implementation of PersonalDataManager, the connection between the ...jhawkins@chromium.org2009-11-061-2/+10
* Implement FormStructure and an initial method, EncodeUploadRequest. This als...jhawkins@chromium.org2009-11-041-1/+5
* Add initial implementation of AutoFill++. This implementation is hidden behi...jhawkins@chromium.org2009-10-281-0/+48