summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/autofill_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixes first and third points in the bug "Autofill profile dialog box polish i...georgey@chromium.org2010-03-161-5/+16
* AutoFill: Load the imported form data into the AutoFill dialog when the user ...jhawkins@chromium.org2010-03-161-6/+23
* FormFieldValues -> FormData consolidation: Use webkit_glue::FormField to stor...jhawkins@chromium.org2010-03-151-6/+6
* Reset the AutoFillManager's cache of forms when the main page is loaded, not ...jhawkins@chromium.org2010-03-121-1/+1
* AutoFill Mac Address Book "me" card data translation.dhollowa@chromium.org2010-03-091-1/+1
* AutoFill Mac preference for enabling Address Book "me" card usage.dhollowa@chromium.org2010-03-061-1/+5
* Enable AutoFill++ by default for new profiles.jhawkins@chromium.org2010-03-051-1/+1
* Fix a bug that was causing the AutoFill infobar to not show. Initially the A...jhawkins@chromium.org2010-03-031-20/+20
* Add extra DCHECKs to the AutoFillManager class. This is follow-up for review...dhollowa@chromium.org2010-03-021-0/+6
* Check for a non-NULL PersonalDataManager when determining if AutoFill is enab...jhawkins@chromium.org2010-03-011-9/+19
* AutoFill dialog UI polish. Based on feedback from thakis.dhollowa@chromium.org2010-02-261-0/+5
* Remove dead code from AutoFill++ that are vestiges of the toolbar autofill.jhawkins@chromium.org2010-02-231-4/+0
* Remove the --enable-new-autofill switch. This enables the AutoFillManager to...jhawkins@chromium.org2010-02-231-11/+16
* AutoFill forms. We do this by responding to a message from WebKit which send...jhawkins@chromium.org2010-02-201-0/+60
* Move pref_{member,service} and important_file_writer from chrome/commonphajdan.jr@chromium.org2010-02-191-1/+1
* Send suggestions from the AutoFillManager to the AutoFillSuggestionsPopup in ...jhawkins@chromium.org2010-02-181-0/+74
* Relanding r38479. The underlying memory leak in WebKit has been fixed.jhawkins@chromium.org2010-02-171-1/+13
* Revert 38479 - Send forms seen in the renderer to the AutoFillManager.dglazkov@chromium.org2010-02-111-13/+1
* Check for personal_data_ being NULL, as this is the case when we're OTR.jhawkins@chromium.org2010-02-091-3/+9
* Send forms seen in the renderer to the AutoFillManager.jhawkins@chromium.org2010-02-091-1/+13
* Remove the AutoFillManager as an observer of the PersonalDataManager in the c...jhawkins@chromium.org2010-02-061-0/+1
* Implement adding, updating and removing credit cards from the web database th...jhawkins@chromium.org2010-01-251-5/+3
* Add the ability to save and remove AutoFill profiles from the AutoFillDialog.jhawkins@chromium.org2010-01-241-12/+25
* Notify the AutoFillManager when the user clicks "Apply" or "OK". Adds an Aut...jhawkins@chromium.org2010-01-211-1/+12
* Add two AutoFill prefs. autofill.infobar_shown is true if the autofill infob...jhawkins@chromium.org2010-01-111-6/+34
* autofill: Add the FormField interface. Classes that implement the FormField ...jhawkins@chromium.org2009-12-091-1/+16
* Add a stub implementation of PersonalDataManager, the connection between the ...jhawkins@chromium.org2009-11-061-4/+12
* Implement FormStructure and an initial method, EncodeUploadRequest. This als...jhawkins@chromium.org2009-11-041-2/+18
* Add initial implementation of AutoFill++. This implementation is hidden behi...jhawkins@chromium.org2009-10-281-0/+41