summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/form_structure.cc
Commit message (Expand)AuthorAgeFilesLines
* Disable Autofill server queries for forms with only <select> fields.isherman@chromium.org2011-07-221-0/+9
* Don't save default form field values for Autofillisherman@chromium.org2011-07-221-0/+7
* Add Autofill metric logging for uploads corresponding to forms with no server...isherman@chromium.org2011-06-221-1/+1
* Add a debugging flag to annotate web forms with their Autofill field type pre...isherman@chromium.org2011-06-201-0/+44
* Revert 89716 - Add a debugging flag to annotate web forms with their Autofill...isherman@chromium.org2011-06-201-44/+0
* Add a debugging flag to annotate web forms with their Autofill field type pre...isherman@chromium.org2011-06-201-0/+44
* Clean up AutofillDownloadManager; don't use "heuristics" to refer to non-clie...isherman@chromium.org2011-06-151-1/+2
* Add some more metrics/logging to dig into Autofill server experiments data di...isherman@chromium.org2011-06-141-2/+5
* Log UMA metric for experiment id received in response to an Autofill query.isherman@chromium.org2011-06-061-0/+1
* Add support for the "uploadrequired" attribute for Autofill query responsesisherman@chromium.org2011-06-021-3/+5
* Ensure that the Autofill form signature remains consistent between query and ...isherman@chromium.org2011-06-021-0/+10
* iwyu: Include stringprintf.h where appropriate, part 2.jhawkins@chromium.org2011-05-111-0/+1
* Set datapresent string to contain precisely those field types available in st...isherman@chromium.org2011-05-061-48/+60
* Refactor Autofill parsing code. Most notably, add a helper class for parsing...isherman@chromium.org2011-05-051-51/+19
* Address some style nits with Autofill metricsisherman@chromium.org2011-04-291-35/+41
* Add per-field-type Autofill quality metrics.isherman@chromium.org2011-04-181-12/+43
* Use server types as well as heuristic types when learning Autofill data.isherman@chromium.org2011-04-131-16/+28
* Add server experiment variants to Autofill heuristic type quality metric.isherman@chromium.org2011-04-121-6/+8
* Add metrics for autofill heuristic, server, and overall field type prediction...isherman@chromium.org2011-03-311-50/+71
* AutoFill -> Autofill Part Nisherman@chromium.org2011-03-281-9/+9
* autofill: Rename all the entries remaining with AutoFill to Autofill.tfarina@chromium.org2011-03-211-11/+11
* Dead code pruning: FormStructure::HasAutoFillableValues()isherman@chromium.org2011-03-171-14/+0
* Only detect heuristic autofill types on page load (not on form submission).isherman@chromium.org2011-03-161-31/+31
* Refactor Autofill metrics logging to avoid calling into GetPossibleFieldTypes...isherman@chromium.org2011-03-141-0/+75
* Make FormField be a struct rather than a class per c++ standards.tsepez@chromium.org2011-03-081-2/+2
* Revert 77296 - zea@chromium.org2011-03-081-2/+2
* Convert autofill messages to use the new IPC macros. This requirestsepez@chromium.org2011-03-081-2/+2
* autofill: Rename AutoFillType to AutofillType.tfarina@chromium.org2011-03-071-8/+8
* autofill: Rename AutoFillField to AutofillField.tfarina@chromium.org2011-03-041-11/+11
* autofill: Rename AutoFillFieldType to AutofillFieldType.tfarina@chromium.org2011-03-011-4/+4
* autofill: Rename AutoFillMetrics to AutofillMetrics.tfarina@chromium.org2011-03-011-8/+8
* Only cache <input type="text"> and <select> elements for autofill.isherman@chromium.org2011-02-041-15/+4
* Cleanup everything but net/ for our first clang plugins.erg@google.com2011-02-021-0/+4
* Add support for autofill server experimentsisherman@chromium.org2011-01-311-38/+43
* Fix for: Some forms have incorrect signature for querying with toolbar serversgeorgey@chromium.org2011-01-311-20/+27
* Match FormStructure DCHECK to AutoFillManager's check in OnFormSubmitted()isherman@chromium.org2011-01-261-1/+1
* Re-submitting the cl r72292, while removing incorrect DCHECK()georgey@chromium.org2011-01-251-20/+59
* Revert 72292 - Propagate correct data to the Toolbar serversisherman@chromium.org2011-01-231-59/+20
* Propagate correct data to the Toolbar serversgeorgey@chromium.org2011-01-231-20/+59
* Add DCHECK to check that autofill server never returns UNKNOWN_TYPEisherman@chromium.org2010-12-181-0/+3
* Add some basic success/failure UMA logging for autofill.isherman@chromium.org2010-12-151-10/+9
* Fix autofill detection of server data overriding heuristics.isherman@chromium.org2010-11-301-1/+2
* Add UMA metrics to determine the utility of the server query responses.isherman@chromium.org2010-11-241-2/+30
* Display a warning when autofill is disabled for a website.isherman@chromium.org2010-11-161-50/+5
* Revert 66214 - Display a warning when autofill is disabled for a website.isherman@chromium.org2010-11-161-5/+50
* Display a warning when autofill is disabled for a website.isherman@chromium.org2010-11-161-50/+5
* Fix memory leak in FormStructuregeorgey@chromium.org2010-11-041-4/+4
* Fix for: Google chrome consuming internet upload bandwidth - protecting ourse...georgey@chromium.org2010-10-291-5/+35
* FBTF: Continue fixing nits found by my automated source scanner.erg@google.com2010-10-051-0/+2
* Get rid of FormStructure::ConvertToFormData()isherman@chromium.org2010-09-081-24/+0