summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/form_group.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Move a bunch of non-shared methods out of the FormGroup class.isherman@chromium.org2011-10-051-20/+1
* Don't show the "Save credit card for Autofill?" infobar unnecessarily.isherman@chromium.org2011-10-041-3/+0
* Consolidate Autofill possible type detection code, and enforce greater match ...isherman@chromium.org2011-07-221-5/+22
* autofill: Rename FormGroup::GetPossibleFieldTypes() and ::GetAvailableFieldTy...tfarina@chromium.org2011-05-091-4/+4
* Prune dead code: FormGroup::FindInfoMatches(), FormGroup::GetPreviewText()isherman@chromium.org2011-03-311-11/+0
* Autofill rename GetFieldText to GetInfodhollowa@chromium.org2011-03-171-1/+1
* Reduce boxing and unboxing of AutofillFieldTypeisherman@chromium.org2011-03-171-5/+4
* Autofill extend profiles to include multi-valued fields, part 2.dhollowa@chromium.org2011-03-091-3/+0
* autofill: Rename AutoFillType to AutofillType.tfarina@chromium.org2011-03-071-5/+5
* autofill: Rename AutoFillFieldType to AutofillFieldType.tfarina@chromium.org2011-03-011-1/+1
* Autofill form submission creates wrong credit cards.dhollowa@chromium.org2010-11-111-0/+3
* Autofill deprecate unique_ids in favor of guids for Mac UIdhollowa@chromium.org2010-10-271-1/+1
* FBTF: Even more ctor/virtual deinlining.erg@google.com2010-10-191-4/+2
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* AutoFill: Save the imported credit card data in response to the CC InfoBar.jhawkins@chromium.org2010-07-121-0/+15
* AutoFill: Aggregate profile data. Remove the AutoFill InfoBar. Remove more re...jhawkins@chromium.org2010-07-011-1/+5
* Add more tests for BillingAddress and fix the issues found by the tests.jhawkins@chromium.org2010-03-051-1/+2
* Where possible, use return-by-const-ref for accessors in AutoFill data struct...jhawkins@chromium.org2010-03-031-1/+1
* Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty...pkasting@chromium.org2010-01-081-1/+1
* Implement ContactInfo, the FormGroup that stores contact information.jhawkins@chromium.org2010-01-041-2/+5
* Add FormGroup, an interface that represents a collection of form fields group...jhawkins@chromium.org2009-12-221-0/+52