summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/autofill_merge_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Move remaining Autofill code to //components/autofill.joi@chromium.org2013-03-091-217/+0
* Establish components/autofill and move some fileskaiwang@chromium.org2013-03-071-1/+1
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Download autocheckout whitelist and enable autocheckout for whitelisted sites...benquan@chromium.org2013-02-121-1/+1
* Merge branch 'master' into file_path_browserbrettw@chromium.org2013-02-101-2/+2
* [Autofill] Rename AutofillProfile::{Get,Set}MultiInfo to {Get,Set}RawMultiInfoisherman@chromium.org2012-11-291-1/+1
* [Autofill] Update the autocomplete types implementation to match the current ...isherman@chromium.org2012-10-241-1/+1
* Move forms/ out of webkit/.blundell@chromium.org2012-10-051-3/+3
* base: Make ScopedVector::clear() destroy elements.derat@chromium.org2012-07-191-2/+2
* Group forms-related files in webkit/glue in a forms/ subdirectory.isherman@chromium.org2011-12-151-3/+3
* AutofillMergeTest doesn't need scoped_ptr for PersonalDataManager mockdhollowa@chromium.org2011-09-261-7/+5
* Profile shouldn't own PersonalDataManagerdhollowa@chromium.org2011-09-231-2/+2
* Autofill: Remove fax number completely.jhawkins@chromium.org2011-09-171-2/+1
* Switch ChromeTestSuite to the same convention as ContentTestSuite:phajdan.jr@chromium.org2011-08-271-2/+1
* Reorganize chrome/test, part #9phajdan.jr@chromium.org2011-08-111-1/+1
* Refactor webkit_glue::FormField to remove hacky methods: Remove webkit_glue:...isherman@chromium.org2011-08-091-6/+5
* GTTF: Use a fresh TestingBrowserProcess for each test, part #4phajdan.jr@chromium.org2011-08-031-1/+3
* Set datapresent string to contain precisely those field types available in st...isherman@chromium.org2011-05-061-2/+3
* Refactor Autofill parsing code. Most notably, add a helper class for parsing...isherman@chromium.org2011-05-051-2/+1
* Revert 81421 - Looks to have broken unittest, see http://chromegw.corp.google...dhollowa@chromium.org2011-04-131-13/+11
* Looks to have broken unittest, see http://chromegw.corp.google.com/i/chromium...siggi@chromium.org2011-04-131-11/+13
* Autofill extend profiles to include multi-valued fields, part 6 (Aggregation)dhollowa@chromium.org2011-04-131-13/+11
* autofill: Rename all the entries remaining with AutoFill to Autofill.tfarina@chromium.org2011-03-211-12/+12
* Autofill rename GetFieldText to GetInfodhollowa@chromium.org2011-03-171-1/+1
* Reduce boxing and unboxing of AutofillFieldTypeisherman@chromium.org2011-03-171-1/+1
* autofill: Rename AutoFillProfile to AutofillProfile.tfarina@chromium.org2011-03-101-8/+8
* Make FormField be a struct rather than a class per c++ standards.tsepez@chromium.org2011-03-081-1/+1
* Revert 77296 - zea@chromium.org2011-03-081-1/+1
* Convert autofill messages to use the new IPC macros. This requirestsepez@chromium.org2011-03-081-1/+1
* autofill: Rename AutoFillType to AutofillType.tfarina@chromium.org2011-03-071-3/+3
* autofill: Rename AutoFillField to AutofillField.tfarina@chromium.org2011-03-041-2/+2
* autofill: Rename AutoFillFieldType to AutofillFieldType.tfarina@chromium.org2011-03-011-3/+3
* Pull in a named constant from WebKitisherman@chromium.org2011-02-141-5/+2
* Add a data-driven unit test to validate autofill profile merging during aggre...isherman@chromium.org2011-02-091-0/+225