summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/phone_number.cc
Commit message (Expand)AuthorAgeFilesLines
* Consolidate Autofill possible type detection code, and enforce greater match ...isherman@chromium.org2011-07-221-109/+129
* Another performance improvement for phone library - at least +25% to previous...georgey@chromium.org2011-06-241-38/+23
* Improved performance of profile merginggeorgey@chromium.org2011-06-031-31/+36
* Last major phone library change for M13georgey@chromium.org2011-05-271-19/+2
* Autofill phone number enhancements and integration of Phone Number Util Libra...georgey@chromium.org2011-05-231-126/+186
* autofill: Rename FormGroup::GetPossibleFieldTypes() and ::GetAvailableFieldTy...tfarina@chromium.org2011-05-091-14/+14
* Address some style nits with Autofill metricsisherman@chromium.org2011-04-291-8/+11
* Add per-field-type Autofill quality metrics.isherman@chromium.org2011-04-181-22/+14
* 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