summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/autofill_profile.cc
Commit message (Expand)AuthorAgeFilesLines
* Autofill should not allow overwrite of field data when merging profile datadhollowa@chromium.org2010-11-301-1/+3
* Autofill form submission creates wrong addresses.dhollowa@chromium.org2010-11-111-0/+5
* Fix for Autofill popup labels should reflect the contents of the HTML formgeorgey@chromium.org2010-11-051-26/+61
* Autofill deprecate unique_ids in favor of guids for PersonalDataManagerdhollowa@chromium.org2010-11-041-16/+3
* Autofill deprecate unique_ids in favor of guids for Mac UIdhollowa@chromium.org2010-10-271-27/+3
* Never allow empty preview entries. As some data is always present (we drop co...georgey@chromium.org2010-10-251-44/+0
* Autofill: DCHECK in 'Add address...' dialogdhollowa@chromium.org2010-10-241-1/+2
* This is stage 1 of transition to GUIDs as primary identifier for AutoFill pro...dhollowa@chromium.org2010-10-201-1/+40
* FBTF: Small nits; moving virtual methods to implementation.erg@google.com2010-10-081-0/+4
* DOMUI: Implement adding an AutoFill address.jhawkins@chromium.org2010-08-261-1/+0
* AutoFill Empty profiles should not be saved from AutoFillDialog Add and Edit ...dhollowa@chromium.org2010-07-211-0/+8
* Added inferred labels implementation. Label inferred from the person name + d...georgey@chromium.org2010-07-171-1/+200
* AutoFill: Save the imported credit card data in response to the CC InfoBar.jhawkins@chromium.org2010-07-121-52/+0
* AutoFill: Aggregate profile data. Remove the AutoFill InfoBar. Remove more re...jhawkins@chromium.org2010-07-011-4/+66
* AutoFill filling billing address and company name from profile.dhollowa@chromium.org2010-05-141-36/+36
* Delete map items before overwriting in AutoFillProfile::Clone().skrul@chromium.org2010-05-031-0/+2
* AutoFill: Segregate profile and credit card filling.jhawkins@chromium.org2010-04-201-5/+14
* chrome 1: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-081-1/+1
* Adding summary string generation for the AutoFill feature.dhollowa@chromium.org2010-02-131-0/+45
* Autofill dialog for the Mac. This is UI only at this point. The UI is not h...dhollowa@chromium.org2010-02-121-0/+4
* linux: build with -Wextraevan@chromium.org2010-02-051-1/+2
* Implement adding, updating and removing credit cards from the web database th...jhawkins@chromium.org2010-01-251-1/+1
* Add the ability to save and remove AutoFill profiles from the AutoFillDialog.jhawkins@chromium.org2010-01-241-1/+38
* Implement initial support for saving and loading AutoFill profiles to the WebDB.jhawkins@chromium.org2010-01-201-0/+31
* Added public copy constructor to AutoFillProfile to allow it to be used in st...georgey@chromium.org2010-01-191-0/+26
* Implement AutoFillProfile, a collection of form groups that stores profile in...jhawkins@chromium.org2010-01-071-0/+128