summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/credit_card.cc
Commit message (Expand)AuthorAgeFilesLines
* Adds obscuring to credit card numbers when displayed.avi@chromium.org2010-03-261-2/+10
* Where possible, use return-by-const-ref for accessors in AutoFill data struct...jhawkins@chromium.org2010-03-031-59/+59
* Adding summary string generation for the AutoFill feature.dhollowa@chromium.org2010-02-131-13/+12
* Autofill dialog for the Mac. This is UI only at this point. The UI is not h...dhollowa@chromium.org2010-02-121-1/+4
* linux: build with -Wextraevan@chromium.org2010-02-051-1/+1
* Added Credit card preview in the form ******[last four digits], Exp: [Date - ...georgey@chromium.org2010-02-031-2/+29
* First revision of the AutoFill settings dialog.georgey@chromium.org2010-01-281-0/+7
* Implement adding, updating and removing credit cards from the web database th...jhawkins@chromium.org2010-01-251-13/+77
* Notify the AutoFillManager when the user clicks "Apply" or "OK". Adds an Aut...jhawkins@chromium.org2010-01-211-11/+11
* Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty...pkasting@chromium.org2010-01-081-6/+6
* Add CreditCard, a form group that stores credit card information.jhawkins@chromium.org2010-01-061-0/+397