summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/form_structure_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Group forms-related files in webkit/glue in a forms/ subdirectory.isherman@chromium.org2011-12-151-6/+8
* Don't pass around ScopedVectors(), prefer passing std::vector instead.isherman@chromium.org2011-10-211-5/+10
* Revert r106646 "Don't pass around ScopedVectors(), prefer passing std::vector...maruel@chromium.org2011-10-211-10/+5
* Don't pass around ScopedVectors(), prefer passing std::vector instead.isherman@chromium.org2011-10-211-5/+10
* Autofill: Remove fax number completely.jhawkins@chromium.org2011-09-171-69/+26
* Add metrics to track Autofill "user happiness"isherman@chromium.org2011-08-261-10/+8
* Add preliminary support for the autocompletetype atttribute for phone/fax pre...isherman@chromium.org2011-08-231-4/+43
* Add preliminary Autofill support for 'autocompletetype' sections.isherman@chromium.org2011-08-121-3/+81
* Add preliminary Autofill support for the 'autocompletetype' attribute.isherman@chromium.org2011-08-101-0/+131
* Refactor webkit_glue::FormField to remove hacky methods: Remove webkit_glue:...isherman@chromium.org2011-08-091-879/+662
* Disable Autofill server queries for forms with only <select> fields.isherman@chromium.org2011-07-221-0/+78
* Autofill should use unicode/regex.h instead of WebKit::WebRegularExpressiondhollowa@chromium.org2011-05-281-2/+2
* Set datapresent string to contain precisely those field types available in st...isherman@chromium.org2011-05-061-126/+329
* 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-25/+25
* Dead code pruning: FormStructure::HasAutoFillableValues()isherman@chromium.org2011-03-171-88/+0
* Only detect heuristic autofill types on page load (not on form submission).isherman@chromium.org2011-03-161-0/+28
* Changed parsing code for the phonenumbers fields to incorporate different com...georgey@chromium.org2011-02-181-2/+4
* Only cache <input type="text"> and <select> elements for autofill.isherman@chromium.org2011-02-041-280/+52
* Add support for autofill server experimentsisherman@chromium.org2011-01-311-30/+30
* Fix for: Some forms have incorrect signature for querying with toolbar serversgeorgey@chromium.org2011-01-311-0/+49
* Re-submitting the cl r72292, while removing incorrect DCHECK()georgey@chromium.org2011-01-251-25/+221
* Revert 72292 - Propagate correct data to the Toolbar serversisherman@chromium.org2011-01-231-221/+25
* Propagate correct data to the Toolbar serversgeorgey@chromium.org2011-01-231-25/+221
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-171-1/+1
* Once a form has been partially autofilled, autofill should only update fields...isherman@chromium.org2010-11-291-157/+314
* Autofill infobar doesn't come up when security code is filleddhollowa@chromium.org2010-11-241-0/+56
* Display a warning when autofill is disabled for a website.isherman@chromium.org2010-11-161-23/+25
* Revert 66214 - Display a warning when autofill is disabled for a website.isherman@chromium.org2010-11-161-25/+23
* Display a warning when autofill is disabled for a website.isherman@chromium.org2010-11-161-23/+25
* Fix for: Google chrome consuming internet upload bandwidth - protecting ourse...georgey@chromium.org2010-10-291-0/+260
* AutoFill: Skip past hidden input fields when parsing forjhawkins@chromium.org2010-10-281-0/+118
* AutoFill: Allow parsing a cardholder name separately from the card number andjhawkins@chromium.org2010-10-121-0/+49
* Fix form_structure_unittest two-phase lookup problems.hans@chromium.org2010-10-011-1/+5
* Get rid of FormStructure::ConvertToFormData()isherman@chromium.org2010-09-081-24/+3
* AutoFill doesn't fill address information on www.gorillaclothing.comdhollowa@chromium.org2010-08-271-1/+49
* Autofill address line 2 is not applied to ebay.comdhollowa@chromium.org2010-08-261-4/+90
* AutoFill incorrectly matches a radio control on youtube.comdhollowa@chromium.org2010-08-251-0/+84
* AutoFill: Record whether the user initiated the form submission and don't sav...jhawkins@chromium.org2010-07-221-0/+1
* AutoFill: Aggregate profile data. Remove the AutoFill InfoBar. Remove more re...jhawkins@chromium.org2010-07-011-8/+6
* AutoFill fill billing address when credit card settings specify a billing add...dhollowa@chromium.org2010-05-191-6/+6
* AutoFill filling billing address and company name from profile.dhollowa@chromium.org2010-05-141-2/+96
* Form AutoFill Phone number should be displayed as xxx-xxx-xxxxdhollowa@chromium.org2010-05-141-81/+208
* AutoFill: Parse the ignored fields at the end of ParseAddress, so we don'tjhawkins@chromium.org2010-05-071-0/+33
* AutoFill: Fix IsAutoFillable to only count fields that are heuristicallyjhawkins@chromium.org2010-05-041-149/+57
* Don't trigger auto fill setup when submitting empty forms.bulach@chromium.org2010-04-301-0/+38
* AutoFill: Try to parse a third address line and discard it if it exists.jhawkins@chromium.org2010-04-231-0/+51
* AutoFill crash in FormStructure::GetHeuristicAutoFillTypes().dhollowa@chromium.org2010-04-221-1/+1
* AutoFill: Add a simple heuristic to match fax fields.jhawkins@chromium.org2010-04-211-4/+4
* AutoFill: Fill the default profile when the AutoFill accelerator combo is pre...jhawkins@chromium.org2010-04-091-12/+96