summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/autofill_profile.h
Commit message (Expand)AuthorAgeFilesLines
* Refactor and decompose AutoFillProfile::CreateInferredLabels()isherman@chromium.org2010-12-181-3/+19
* Remove unused function AutoFillProfile::GetHomeAddress()isherman@chromium.org2010-12-181-2/+0
* Clean up AutoFillProfile::CreateInferredLabels()isherman@chromium.org2010-12-171-5/+2
* Decompose and clean up code for determining which fields to draw from for Aut...isherman@chromium.org2010-12-161-7/+9
* 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-2/+4
* Autofill deprecate unique_ids in favor of guids for PersonalDataManagerdhollowa@chromium.org2010-11-041-9/+0
* Autofill deprecate unique_ids in favor of guids for Mac UIdhollowa@chromium.org2010-10-271-2/+3
* Never allow empty preview entries. As some data is always present (we drop co...georgey@chromium.org2010-10-251-10/+3
* This is stage 1 of transition to GUIDs as primary identifier for AutoFill pro...dhollowa@chromium.org2010-10-201-2/+23
* FBTF: Small nits; moving virtual methods to implementation.erg@google.com2010-10-081-1/+1
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* AutoFill Empty profiles should not be saved from AutoFillDialog Add and Edit ...dhollowa@chromium.org2010-07-211-0/+4
* Added inferred labels implementation. Label inferred from the person name + d...georgey@chromium.org2010-07-171-0/+31
* AutoFill: Save the imported credit card data in response to the CC InfoBar.jhawkins@chromium.org2010-07-121-12/+1
* AutoFill: Aggregate profile data. Remove the AutoFill InfoBar. Remove more re...jhawkins@chromium.org2010-07-011-0/+12
* AutoFill: Remove a TODO and update a comment.jhawkins@chromium.org2010-06-191-2/+1
* AutoFill filling billing address and company name from profile.dhollowa@chromium.org2010-05-141-10/+0
* Where possible, use return-by-const-ref for accessors in AutoFill data struct...jhawkins@chromium.org2010-03-031-1/+1
* Adding summary string generation for the AutoFill feature.dhollowa@chromium.org2010-02-131-0/+10
* Autofill dialog for the Mac. This is UI only at this point. The UI is not h...dhollowa@chromium.org2010-02-121-0/+1
* Implement adding, updating and removing credit cards from the web database th...jhawkins@chromium.org2010-01-251-3/+3
* Add the ability to save and remove AutoFill profiles from the AutoFillDialog.jhawkins@chromium.org2010-01-241-0/+4
* Implement initial support for saving and loading AutoFill profiles to the WebDB.jhawkins@chromium.org2010-01-201-5/+8
* Added public copy constructor to AutoFillProfile to allow it to be used in st...georgey@chromium.org2010-01-191-5/+6
* Implement AutoFillProfile, a collection of form groups that stores profile in...jhawkins@chromium.org2010-01-071-0/+74