summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/form_structure.h
Commit message (Expand)AuthorAgeFilesLines
* Group forms-related files in webkit/glue in a forms/ subdirectory.isherman@chromium.org2011-12-151-5/+7
* Don't pass around ScopedVectors(), prefer passing std::vector instead.isherman@chromium.org2011-10-211-5/+1
* Revert r106646 "Don't pass around ScopedVectors(), prefer passing std::vector...maruel@chromium.org2011-10-211-1/+5
* Don't pass around ScopedVectors(), prefer passing std::vector instead.isherman@chromium.org2011-10-211-5/+1
* Allow word separators in a few more Autofill regexes.isherman@chromium.org2011-09-221-2/+5
* Add metrics to measure time elapsed between form load and form submission wit...isherman@chromium.org2011-09-021-2/+11
* Add metrics to track Autofill "user happiness"isherman@chromium.org2011-08-261-3/+1
* Add preliminary Autofill support for 'autocompletetype' sections.isherman@chromium.org2011-08-121-0/+14
* Add preliminary Autofill support for the 'autocompletetype' attribute.isherman@chromium.org2011-08-101-0/+9
* Add a debugging flag to annotate web forms with their Autofill field type pre...isherman@chromium.org2011-06-201-1/+12
* Revert 89716 - Add a debugging flag to annotate web forms with their Autofill...isherman@chromium.org2011-06-201-12/+1
* Add a debugging flag to annotate web forms with their Autofill field type pre...isherman@chromium.org2011-06-201-1/+12
* Add support for the "uploadrequired" attribute for Autofill query responsesisherman@chromium.org2011-06-021-1/+8
* Set datapresent string to contain precisely those field types available in st...isherman@chromium.org2011-05-061-5/+3
* Refactor Autofill parsing code. Most notably, add a helper class for parsing...isherman@chromium.org2011-05-051-15/+7
* Use server types as well as heuristic types when learning Autofill data.isherman@chromium.org2011-04-131-5/+6
* AutoFill -> Autofill Part Nisherman@chromium.org2011-03-281-1/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* autofill: Rename all the entries remaining with AutoFill to Autofill.tfarina@chromium.org2011-03-211-4/+4
* Dead code pruning: FormStructure::HasAutoFillableValues()isherman@chromium.org2011-03-171-4/+0
* Only detect heuristic autofill types on page load (not on form submission).isherman@chromium.org2011-03-161-4/+4
* Refactor Autofill metrics logging to avoid calling into GetPossibleFieldTypes...isherman@chromium.org2011-03-141-0/+7
* autofill: Rename AutoFillType to AutofillType.tfarina@chromium.org2011-03-071-1/+1
* autofill: Rename AutoFillField to AutofillField.tfarina@chromium.org2011-03-041-5/+5
* autofill: Rename AutoFillMetrics to AutofillMetrics.tfarina@chromium.org2011-03-011-3/+3
* Cleanup everything but net/ for our first clang plugins.erg@google.com2011-02-021-3/+1
* Add support for autofill server experimentsisherman@chromium.org2011-01-311-0/+8
* Fix for: Some forms have incorrect signature for querying with toolbar serversgeorgey@chromium.org2011-01-311-0/+4
* Re-submitting the cl r72292, while removing incorrect DCHECK()georgey@chromium.org2011-01-251-2/+5
* Revert 72292 - Propagate correct data to the Toolbar serversisherman@chromium.org2011-01-231-5/+2
* Propagate correct data to the Toolbar serversgeorgey@chromium.org2011-01-231-2/+5
* Add autofill metrics to dig into the failure case.isherman@chromium.org2011-01-131-1/+5
* Add some basic success/failure UMA logging for autofill.isherman@chromium.org2010-12-151-1/+4
* Display a warning when autofill is disabled for a website.isherman@chromium.org2010-11-161-12/+7
* Revert 66214 - Display a warning when autofill is disabled for a website.isherman@chromium.org2010-11-161-7/+12
* Display a warning when autofill is disabled for a website.isherman@chromium.org2010-11-161-12/+7
* Fix for: Google chrome consuming internet upload bandwidth - protecting ourse...georgey@chromium.org2010-10-291-0/+1
* FBTF: Continue fixing nits found by my automated source scanner.erg@google.com2010-10-051-0/+1
* Get rid of FormStructure::ConvertToFormData()isherman@chromium.org2010-09-081-3/+2
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* AutoFill: Only send credit card data suggestions on HTTPS sites.jhawkins@chromium.org2010-07-131-1/+1
* AutoFill: Only query the AutoFill server if we've parsed any of the forms.jhawkins@chromium.org2010-07-081-0/+3
* AutoFill: De-segregate credit card filling.jhawkins@chromium.org2010-06-171-0/+8
* AutoFill: Clean up the server response handling code.jhawkins@chromium.org2010-05-061-0/+12
* autofill: Implement a TODO.jhawkins@chromium.org2010-05-041-2/+1
* AutoFill: Fix IsAutoFillable to only count fields that are heuristicallyjhawkins@chromium.org2010-05-041-6/+3
* Don't trigger auto fill setup when submitting empty forms.bulach@chromium.org2010-04-301-0/+7
* AutoFill: Fill the default profile when the AutoFill accelerator combo is pre...jhawkins@chromium.org2010-04-091-4/+12
* AutoFill: Use the FormManager cache to send forms to the AutoFillManager.jhawkins@chromium.org2010-04-031-2/+1
* Reverted back change #1337001, fixing the unit tests in chromium builds:georgey@chromium.org2010-03-291-4/+25