summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/phone_number.h
Commit message (Expand)AuthorAgeFilesLines
* Consolidate Autofill possible type detection code, and enforce greater match ...isherman@chromium.org2011-07-221-29/+40
* Another performance improvement for phone library - at least +25% to previous...georgey@chromium.org2011-06-241-9/+3
* Improved performance of profile merginggeorgey@chromium.org2011-06-031-1/+11
* Autofill phone number enhancements and integration of Phone Number Util Libra...georgey@chromium.org2011-05-231-43/+41
* autofill: Rename FormGroup::GetPossibleFieldTypes() and ::GetAvailableFieldTy...tfarina@chromium.org2011-05-091-3/+3
* Prune dead code: FormGroup::FindInfoMatches(), FormGroup::GetPreviewText()isherman@chromium.org2011-03-311-9/+0
* Autofill rename GetFieldText to GetInfodhollowa@chromium.org2011-03-171-1/+1
* Reduce boxing and unboxing of AutofillFieldTypeisherman@chromium.org2011-03-171-3/+4
* Autofill extend profiles to include multi-valued fields, part 2.dhollowa@chromium.org2011-03-091-6/+3
* autofill: Rename AutoFillType to AutofillType.tfarina@chromium.org2011-03-071-5/+5
* autofill: Rename AutoFillFieldType to AutofillFieldType.tfarina@chromium.org2011-03-011-5/+5
* Reorganized phone field parsing, fixing parsing for fax numbers in the proces...georgey@chromium.org2011-02-091-8/+8
* Remove layer of indirection in PhoneNumberTestisherman@chromium.org2010-12-131-2/+2
* Autofill: correctly save phone numbers split across multiple fieldsisherman@chromium.org2010-11-231-0/+6
* FBTF: Even more ctor/virtual deinlining.erg@google.com2010-10-191-2/+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-1/+1
* AutoFill: Aggregate profile data. Remove the AutoFill InfoBar. Remove more re...jhawkins@chromium.org2010-07-011-0/+1
* New autofill UI. Still not done:georgey@chromium.org2010-06-031-1/+2
* Fix for autofill crash (all systems) - created unit tests for all touched cod...georgey@chromium.org2010-05-251-0/+3
* AutoFill: Implement set_whole_number and use it to load whole phone numbers f...jhawkins@chromium.org2010-03-171-0/+1
* AutoFill phone number parser changes.dhollowa@chromium.org2010-03-041-1/+10
* Where possible, use return-by-const-ref for accessors in AutoFill data struct...jhawkins@chromium.org2010-03-031-13/+15
* Implement AutoFillProfile, a collection of form groups that stores profile in...jhawkins@chromium.org2010-01-071-0/+3
* Add PhoneNumber, a form group that stores phone numbers.jhawkins@chromium.org2010-01-071-0/+81