summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/autofill_manager.h
Commit message (Expand)AuthorAgeFilesLines
* Moving AutofillAgent Logic into Browsercsharp@chromium.org2011-11-221-13/+11
* Get rid of a bunch of view_messages.h includes from chrome by making the TabC...jam@chromium.org2011-11-211-1/+1
* Setting up external delegate calls to allow a future delegate to handle autofillcsharp@chromium.org2011-11-171-1/+9
* Switch BackgroundContents to use TabContents instead of RenderViewHost.jam@chromium.org2011-11-111-1/+1
* Move some Autofill processing logic on form submit to a background thread.isherman@chromium.org2011-11-011-8/+19
* External autofill delegates.jrg@chromium.org2011-10-291-0/+27
* Reduce visibility of methods in AutofillManager and AutofillDownload.isherman@chromium.org2011-10-281-33/+26
* When Autofilling a non-default variant for a multi-valued profile field, use ...isherman@chromium.org2011-10-071-19/+0
* Don't ask the browser for Autofill suggestions for non-autofillable form fields.isherman@chromium.org2011-09-221-3/+3
* Autofill: Remove fax number completely.jhawkins@chromium.org2011-09-171-7/+7
* Add Autofill support for dynamically updated forms (updated via JavaScript).isherman@chromium.org2011-09-071-15/+37
* Remove dead dialog position pref code in Autofillisherman@chromium.org2011-09-021-3/+0
* Add metrics to measure time elapsed between form load and form submission wit...isherman@chromium.org2011-09-021-4/+20
* Add metrics to track Autofill "user happiness"isherman@chromium.org2011-08-261-3/+16
* Add preliminary support for the autocompletetype atttribute for phone/fax pre...isherman@chromium.org2011-08-231-12/+13
* Add preliminary Autofill support for 'autocompletetype' sections.isherman@chromium.org2011-08-121-0/+2
* Consolidate Autofill possible type detection code, and enforce greater match ...isherman@chromium.org2011-07-221-0/+2
* Don't save default form field values for Autofillisherman@chromium.org2011-07-221-0/+1
* Clean up AutofillDownloadManager; don't use "heuristics" to refer to non-clie...isherman@chromium.org2011-06-151-3/+3
* Improved performance on some phone-related functions by 8x (1251ms on average...georgey@chromium.org2011-06-141-0/+2
* Ensure that the Autofill form signature remains consistent between query and ...isherman@chromium.org2011-06-021-1/+1
* Factor load notification detail structs out of NavigationController and into pinkerton@chromium.org2011-05-311-2/+1
* Move the little infobar code from TabContents to TabContentsWrapper.jam@chromium.org2011-05-181-3/+6
* Set datapresent string to contain precisely those field types available in st...isherman@chromium.org2011-05-061-1/+1
* Add metric for whether Autofill is enabled or disabled.isherman@chromium.org2011-04-131-2/+6
* Use server types as well as heuristic types when learning Autofill data.isherman@chromium.org2011-04-131-5/+1
* Autofill extend profiles to include multi-valued fields, part 5 (Filling)dhollowa@chromium.org2011-04-081-7/+17
* Revert 80934 - Autofill extend profiles to include multi-valued fields, part ...dhollowa@chromium.org2011-04-081-17/+7
* Autofill extend profiles to include multi-valued fields, part 5 (Filling)dhollowa@chromium.org2011-04-081-7/+17
* Add metric for number of Autofill address suggestions shown in popupisherman@chromium.org2011-03-301-2/+6
* iwyu: Cleanup in the following files:jhawkins@chromium.org2011-03-291-4/+17
* Log Autofill credit card metrics as histogram; rename metrics from AutoFill t...isherman@chromium.org2011-03-281-15/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* autofill: Rename all the entries remaining with AutoFill to Autofill.tfarina@chromium.org2011-03-211-11/+11
* Reenable implicit learning of Autofill data.isherman@chromium.org2011-03-191-0/+1
* Reduce boxing and unboxing of AutofillFieldTypeisherman@chromium.org2011-03-171-5/+5
* Get rid of native autofill dialogs.estade@chromium.org2011-03-161-1/+0
* Don't rely on email fields to detect section breaks for autofill.isherman@chromium.org2011-03-161-0/+1
* Refactor Autofill metrics logging to avoid calling into GetPossibleFieldTypes...isherman@chromium.org2011-03-141-3/+5
* autofill: Rename AutoFillProfile to AutofillProfile.tfarina@chromium.org2011-03-101-4/+4
* 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-5/+5
* autofill: Rename AutoFillManager to AutofillManager.tfarina@chromium.org2011-03-051-20/+20
* autofill: Rename AutoFillField to AutofillField.tfarina@chromium.org2011-03-041-1/+1
* Update more includes that were pointing to the old locations.jam@chromium.org2011-03-021-1/+1
* autofill: Rename AutoFillMetrics to AutofillMetrics.tfarina@chromium.org2011-03-011-15/+15
* autofill: Rename AutoFillDownloadManager to AutofillDownloadManager.tfarina@chromium.org2011-02-281-8/+8
* Make TabContentsObserver handle registration automatically, as well as exposi...jam@chromium.org2011-02-171-9/+0