summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/autofill_manager_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert 116512 - SwitchTabAndHideAutofillPopup failing linux chromeos bot.kkania@chromium.org2012-01-051-12/+10
* First pass for new GTK Autofill popup.csharp@chromium.org2012-01-051-10/+12
* Group forms-related files in webkit/glue in a forms/ subdirectory.isherman@chromium.org2011-12-151-16/+16
* Moving AutofillAgent Logic into Browsercsharp@chromium.org2011-11-221-8/+16
* Setting up external delegate calls to allow a future delegate to handle autofillcsharp@chromium.org2011-11-171-5/+12
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+1
* Move some Autofill processing logic on form submit to a background thread.isherman@chromium.org2011-11-011-73/+88
* External autofill delegates.jrg@chromium.org2011-10-291-0/+69
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-2/+2
* Don't pass around ScopedVectors(), prefer passing std::vector instead.isherman@chromium.org2011-10-211-4/+4
* Revert r106646 "Don't pass around ScopedVectors(), prefer passing std::vector...maruel@chromium.org2011-10-211-4/+4
* Don't pass around ScopedVectors(), prefer passing std::vector instead.isherman@chromium.org2011-10-211-4/+4
* Eschew Autofill crash if requested variant is unavailable for filling.isherman@chromium.org2011-10-191-3/+24
* When Autofilling a non-default variant for a multi-valued profile field, use ...isherman@chromium.org2011-10-071-73/+105
* Profile shouldn't own PersonalDataManagerdhollowa@chromium.org2011-09-231-27/+36
* Autofill: Remove fax number completely.jhawkins@chromium.org2011-09-171-29/+22
* Add Autofill support for dynamically updated forms (updated via JavaScript).isherman@chromium.org2011-09-071-2/+2
* Add metrics to measure time elapsed between form load and form submission wit...isherman@chromium.org2011-09-021-2/+3
* Add preliminary support for the autocompletetype atttribute for phone/fax pre...isherman@chromium.org2011-08-231-53/+108
* Add preliminary Autofill support for 'autocompletetype' sections.isherman@chromium.org2011-08-121-1/+160
* Refactor webkit_glue::FormField to remove hacky methods: Remove webkit_glue:...isherman@chromium.org2011-08-091-51/+47
* Move more files from chrome/test to chrome/test/base, part #4phajdan.jr@chromium.org2011-08-011-1/+1
* Removal of Profile from content part 5.avi@chromium.org2011-08-011-2/+0
* Show all multi-valued suggestions for the initiating field for Autofillisherman@chromium.org2011-07-251-25/+65
* Consolidate Autofill possible type detection code, and enforce greater match ...isherman@chromium.org2011-07-221-0/+294
* Don't save default form field values for Autofillisherman@chromium.org2011-07-221-0/+41
* Multiprofile: Remove AllSources() usage on CONTENT_SETTINGS_CHANGED.erg@chromium.org2011-06-281-1/+7
* Improved performance on some phone-related functions by 8x (1251ms on average...georgey@chromium.org2011-06-141-1/+49
* Ensure that the Autofill form signature remains consistent between query and ...isherman@chromium.org2011-06-021-1/+35
* Last major phone library change for M13georgey@chromium.org2011-05-271-0/+51
* Autofill phone number enhancements and integration of Phone Number Util Libra...georgey@chromium.org2011-05-231-10/+7
* Move the little infobar code from TabContents to TabContentsWrapper.jam@chromium.org2011-05-181-2/+2
* Fix compile due to bad mergeisherman@chromium.org2011-04-131-2/+3
* Use server types as well as heuristic types when learning Autofill data.isherman@chromium.org2011-04-131-0/+65
* Only strip separators from credit card numbers when implicitly learning or fi...isherman@chromium.org2011-04-111-1/+1
* Autofill extend profiles to include multi-valued fields, part 5 (Filling)dhollowa@chromium.org2011-04-081-46/+161
* Revert 80934 - Autofill extend profiles to include multi-valued fields, part ...dhollowa@chromium.org2011-04-081-158/+41
* Autofill extend profiles to include multi-valued fields, part 5 (Filling)dhollowa@chromium.org2011-04-081-41/+158
* Don't try to de-dup Autofill credit card suggestions.isherman@chromium.org2011-04-081-0/+67
* Move some files from base to base/memory.levin@chromium.org2011-03-281-3/+3
* Get rid of references to Autocomplete from src\content, specifically from Tab...dhollowa@chromium.org2011-03-231-6/+6
* autofill: Rename all the entries remaining with AutoFill to Autofill.tfarina@chromium.org2011-03-211-109/+109
* Reenable implicit learning of Autofill data.isherman@chromium.org2011-03-191-3/+30
* Autofill rename GetFieldText to GetInfodhollowa@chromium.org2011-03-171-1/+1
* Reduce boxing and unboxing of AutofillFieldTypeisherman@chromium.org2011-03-171-4/+3
* Don't rely on email fields to detect section breaks for autofill.isherman@chromium.org2011-03-161-0/+31
* autofill: Rename AutoFillProfile to AutofillProfile.tfarina@chromium.org2011-03-101-16/+16
* Autofill extend profiles to include multi-valued fields, part 2.dhollowa@chromium.org2011-03-091-3/+4
* Make FormField be a struct rather than a class per c++ standards.tsepez@chromium.org2011-03-081-18/+18
* Revert 77296 - zea@chromium.org2011-03-081-18/+18