| Commit message (Expand) | Author | Age | Files | Lines |
* | Move remaining Autofill code to //components/autofill. | joi@chromium.org | 2013-03-09 | 1 | -848/+0 |
* | Establish components/autofill and move some files | kaiwang@chromium.org | 2013-03-07 | 1 | -1/+1 |
* | [Autofill] Update unit tests to use country codes when setting raw address info. | isherman@chromium.org | 2013-01-05 | 1 | -1/+1 |
* | [Autofill] Rename AutofillProfile::{Get,Set}MultiInfo to {Get,Set}RawMultiInfo | isherman@chromium.org | 2012-11-29 | 1 | -18/+18 |
* | [Autofill] When comparing profiles, compare the full number, not just the loc... | isherman@chromium.org | 2012-11-28 | 1 | -0/+9 |
* | Refactor autofill code somewhat. | estade@chromium.org | 2012-11-13 | 1 | -16/+140 |
* | [Autofill] Rename GetInfo and SetInfo to GetRawInfo and SetRawInfo | isherman@chromium.org | 2012-11-10 | 1 | -7/+7 |
* | Move guid generation from chrome/common/ to base/. | marja@chromium.org | 2012-06-14 | 1 | -3/+3 |
* | Removed deprecated AutofillProfile::Compare, renamed CompareMulti to Compare,... | georgey@chromium.org | 2012-01-23 | 1 | -10/+4 |
* | Move a bunch of non-shared methods out of the FormGroup class. | isherman@chromium.org | 2011-10-05 | 1 | -62/+0 |
* | Autofill: Support 'full names' that are lacking a first or a middle name. | isherman@chromium.org | 2011-09-29 | 1 | -6/+6 |
* | Autofill: Remove fax number completely. | jhawkins@chromium.org | 2011-09-17 | 1 | -115/+59 |
* | Switch ChromeTestSuite to the same convention as ContentTestSuite: | phajdan.jr@chromium.org | 2011-08-27 | 1 | -2/+1 |
* | Add NAMEK_MIDDLE_INITIAL to return NAME_FULL in GetEquivalentFieldTypeCollaps... | honten@chromium.org | 2011-08-18 | 1 | -0/+9 |
* | Reorganize chrome/test, part #9 | phajdan.jr@chromium.org | 2011-08-11 | 1 | -1/+1 |
* | Add address line 2 as a distinguishing field for Autofill addresses (in WebUI... | isherman@chromium.org | 2011-08-09 | 1 | -7/+16 |
* | GTTF: Use a fresh TestingBrowserProcess for each test, part #4 | phajdan.jr@chromium.org | 2011-08-03 | 1 | -17/+20 |
* | Consolidate Autofill possible type detection code, and enforce greater match ... | isherman@chromium.org | 2011-07-22 | 1 | -2/+1 |
* | some cleanup for base/stl_util | dilmah@chromium.org | 2011-07-19 | 1 | -1/+1 |
* | Autofill phone number enhancements and integration of Phone Number Util Libra... | georgey@chromium.org | 2011-05-23 | 1 | -34/+34 |
* | Autofill extend profiles to include multi-valued fields, part 3. | dhollowa@chromium.org | 2011-03-28 | 1 | -0/+176 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | Reduce boxing and unboxing of AutofillFieldType | isherman@chromium.org | 2011-03-17 | 1 | -1/+1 |
* | autofill: Rename AutoFillProfile to AutofillProfile. | tfarina@chromium.org | 2011-03-10 | 1 | -90/+90 |
* | Autofill extend profiles to include multi-valued fields, part 2. | dhollowa@chromium.org | 2011-03-09 | 1 | -3/+3 |
* | autofill: Rename AutoFillType to AutofillType. | tfarina@chromium.org | 2011-03-07 | 1 | -1/+1 |
* | autofill: Rename AutoFillFieldType to AutofillFieldType. | tfarina@chromium.org | 2011-03-01 | 1 | -3/+3 |
* | Autofill i18n: Set postal code and state field labels based on the selected c... | isherman@chromium.org | 2011-02-25 | 1 | -1/+9 |
* | Autofill cleanup of labels | dhollowa@chromium.org | 2011-02-15 | 1 | -42/+34 |
* | Don't treat empty fields as distinguishing fields for autofill | isherman@chromium.org | 2010-12-22 | 1 | -0/+12 |
* | Decompose and clean up code for determining which fields to draw from for Aut... | isherman@chromium.org | 2010-12-16 | 1 | -21/+89 |
* | Don't use empty fields as distinguishing fields for autofill. | isherman@chromium.org | 2010-12-16 | 1 | -0/+26 |
* | Move GUID utils to src/chrome/common. | sergeyu@chromium.org | 2010-12-15 | 1 | -1/+1 |
* | Don't wrap string16() around ASCIIToUTF16() | isherman@chromium.org | 2010-12-15 | 1 | -62/+54 |
* | AutoFillProfile: don't replicate logic in Clone() | isherman@chromium.org | 2010-12-13 | 1 | -0/+12 |
* | AutoFillProfile: Don't clobber data on self-assignment | isherman@chromium.org | 2010-12-07 | 1 | -0/+16 |
* | Fix for Autofill popup labels should reflect the contents of the HTML form | georgey@chromium.org | 2010-11-05 | 1 | -0/+95 |
* | Autofill deprecate unique_ids in favor of guids for PersonalDataManager | dhollowa@chromium.org | 2010-11-04 | 1 | -2/+2 |
* | Autofill deprecate unique_ids in favor of guids for profile and credit card u... | dhollowa@chromium.org | 2010-10-27 | 1 | -16/+16 |
* | Never allow empty preview entries. As some data is always present (we drop co... | georgey@chromium.org | 2010-10-25 | 1 | -18/+55 |
* | This is stage 1 of transition to GUIDs as primary identifier for AutoFill pro... | dhollowa@chromium.org | 2010-10-20 | 1 | -0/+21 |
* | Autofill browsertest | isherman@chromium.org | 2010-10-04 | 1 | -60/+55 |
* | Add #include utf_string_conversions.h to all files that use ASCIIToWide and | brettw@chromium.org | 2010-08-03 | 1 | -0/+1 |
* | Cleanup: Remove unneeded headers from app/ | thestig@chromium.org | 2010-07-29 | 1 | -2/+0 |
* | Added inferred labels implementation. Label inferred from the person name + d... | georgey@chromium.org | 2010-07-17 | 1 | -0/+183 |
* | AutoFill: Aggregate profile data. Remove the AutoFill InfoBar. Remove more re... | jhawkins@chromium.org | 2010-07-01 | 1 | -120/+125 |
* | AutoFill unit test cleanup for AutoFillProfileTest. | dhollowa@chromium.org | 2010-04-12 | 1 | -9/+9 |
* | Don't use the empty string to try to match against an empty text field. Add ... | jhawkins@chromium.org | 2010-03-16 | 1 | -2/+3 |
* | Add tests for BillingAddress::GetPossibleFieldTypes. Fix a few issues that p... | jhawkins@chromium.org | 2010-02-22 | 1 | -10/+1 |
* | Adding summary string generation for the AutoFill feature. | dhollowa@chromium.org | 2010-02-13 | 1 | -0/+191 |