summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/phone_number.cc
Commit message (Expand)AuthorAgeFilesLines
* Prune dead code: FormGroup::FindInfoMatches(), FormGroup::GetPreviewText()isherman@chromium.org2011-03-311-54/+0
* autofill: Rename all the entries remaining with AutoFill to Autofill.tfarina@chromium.org2011-03-211-4/+4
* Autofill rename GetFieldText to GetInfodhollowa@chromium.org2011-03-171-1/+1
* Reduce boxing and unboxing of AutofillFieldTypeisherman@chromium.org2011-03-171-12/+11
* Autofill extend profiles to include multi-valued fields, part 2.dhollowa@chromium.org2011-03-091-8/+14
* autofill: Rename AutoFillType to AutofillType.tfarina@chromium.org2011-03-071-20/+20
* autofill: Rename AutoFillFieldType to AutofillFieldType.tfarina@chromium.org2011-03-011-1/+1
* FBTF: Even more ctor/virtual deinlining.erg@google.com2010-10-191-0/+4
* AutoFill: Aggregate profile data. Remove the AutoFill InfoBar. Remove more re...jhawkins@chromium.org2010-07-011-2/+22
* AutoFill: Remove an out-dated comment. We will not support phone extensions.jhawkins@chromium.org2010-06-191-3/+0
* New autofill UI. Still not done:georgey@chromium.org2010-06-031-4/+5
* Fix for autofill crash (all systems) - created unit tests for all touched cod...georgey@chromium.org2010-05-251-3/+3
* AutoFill: Implement set_whole_number and use it to load whole phone numbers f...jhawkins@chromium.org2010-03-171-0/+10
* AutoFill phone number parser changes.dhollowa@chromium.org2010-03-041-5/+57
* linux: build with -Wextraevan@chromium.org2010-02-051-1/+2
* Implement RemoveChars, a function to remove a list of characters from a strin...jhawkins@chromium.org2010-02-051-1/+1
* Add PhoneNumber, a form group that stores phone numbers.jhawkins@chromium.org2010-01-071-0/+216