| Commit message (Expand) | Author | Age | Files | Lines |
* | Consolidate Autofill possible type detection code, and enforce greater match ... | isherman@chromium.org | 2011-07-22 | 1 | -29/+40 |
* | Another performance improvement for phone library - at least +25% to previous... | georgey@chromium.org | 2011-06-24 | 1 | -9/+3 |
* | Improved performance of profile merging | georgey@chromium.org | 2011-06-03 | 1 | -1/+11 |
* | Autofill phone number enhancements and integration of Phone Number Util Libra... | georgey@chromium.org | 2011-05-23 | 1 | -43/+41 |
* | autofill: Rename FormGroup::GetPossibleFieldTypes() and ::GetAvailableFieldTy... | tfarina@chromium.org | 2011-05-09 | 1 | -3/+3 |
* | Prune dead code: FormGroup::FindInfoMatches(), FormGroup::GetPreviewText() | isherman@chromium.org | 2011-03-31 | 1 | -9/+0 |
* | Autofill rename GetFieldText to GetInfo | dhollowa@chromium.org | 2011-03-17 | 1 | -1/+1 |
* | Reduce boxing and unboxing of AutofillFieldType | isherman@chromium.org | 2011-03-17 | 1 | -3/+4 |
* | Autofill extend profiles to include multi-valued fields, part 2. | dhollowa@chromium.org | 2011-03-09 | 1 | -6/+3 |
* | autofill: Rename AutoFillType to AutofillType. | tfarina@chromium.org | 2011-03-07 | 1 | -5/+5 |
* | autofill: Rename AutoFillFieldType to AutofillFieldType. | tfarina@chromium.org | 2011-03-01 | 1 | -5/+5 |
* | Reorganized phone field parsing, fixing parsing for fax numbers in the proces... | georgey@chromium.org | 2011-02-09 | 1 | -8/+8 |
* | Remove layer of indirection in PhoneNumberTest | isherman@chromium.org | 2010-12-13 | 1 | -2/+2 |
* | Autofill: correctly save phone numbers split across multiple fields | isherman@chromium.org | 2010-11-23 | 1 | -0/+6 |
* | FBTF: Even more ctor/virtual deinlining. | erg@google.com | 2010-10-19 | 1 | -2/+2 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | AutoFill: Save the imported credit card data in response to the CC InfoBar. | jhawkins@chromium.org | 2010-07-12 | 1 | -1/+1 |
* | AutoFill: Aggregate profile data. Remove the AutoFill InfoBar. Remove more re... | jhawkins@chromium.org | 2010-07-01 | 1 | -0/+1 |
* | New autofill UI. Still not done: | georgey@chromium.org | 2010-06-03 | 1 | -1/+2 |
* | Fix for autofill crash (all systems) - created unit tests for all touched cod... | georgey@chromium.org | 2010-05-25 | 1 | -0/+3 |
* | AutoFill: Implement set_whole_number and use it to load whole phone numbers f... | jhawkins@chromium.org | 2010-03-17 | 1 | -0/+1 |
* | AutoFill phone number parser changes. | dhollowa@chromium.org | 2010-03-04 | 1 | -1/+10 |
* | Where possible, use return-by-const-ref for accessors in AutoFill data struct... | jhawkins@chromium.org | 2010-03-03 | 1 | -13/+15 |
* | Implement AutoFillProfile, a collection of form groups that stores profile in... | jhawkins@chromium.org | 2010-01-07 | 1 | -0/+3 |
* | Add PhoneNumber, a form group that stores phone numbers. | jhawkins@chromium.org | 2010-01-07 | 1 | -0/+81 |