summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/form_field.h
Commit message (Expand)AuthorAgeFilesLines
* Remove Autofill support for the ECML standard, as it is virtually unused.isherman@chromium.org2011-08-081-4/+2
* Revert 90103 - Revert 90034 - Autofill heuristics checkout files for 06_check...dhollowa@chromium.org2011-06-221-5/+6
* Revert 90034 - Autofill heuristics checkout files for 06_checkout_urbanoutfit...dhollowa@chromium.org2011-06-221-6/+5
* Autofill heuristics checkout files for 06_checkout_urbanoutfitters.com.htmldhollowa@chromium.org2011-06-221-5/+6
* Heuristics for grabber-continental.com.out (multi-pass)dhollowa@chromium.org2011-05-271-0/+13
* Heuristics for grabber-continental.com.out (select-one)dhollowa@chromium.org2011-05-251-3/+23
* Autofill refactor form_field.h/cc.dhollowa@chromium.org2011-05-191-110/+50
* Refactor Autofill parsing code. Most notably, add a helper class for parsing...isherman@chromium.org2011-05-051-50/+26
* iwyu: Cleanup in the following files:jhawkins@chromium.org2011-03-301-4/+4
* autofill: Rename AutoFillType to AutofillType.tfarina@chromium.org2011-03-071-2/+2
* autofill: Rename AutoFillField to AutofillField.tfarina@chromium.org2011-03-041-19/+19
* Even more virtual method deinlining.erg@google.com2010-12-131-1/+1
* AutoFill: Fix scraping a label from a div table.jhawkins@chromium.org2010-11-021-1/+1
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Removing string16 global construction and conversion.tommi@chromium.org2010-07-141-41/+41
* The Chrome form autofill code defines a number of static string16 objects in ...ananta@chromium.org2010-07-011-42/+37
* AutoFill crash in FormStructure::GetHeuristicAutoFillTypes().dhollowa@chromium.org2010-04-221-0/+7
* AutoFill: Add a simple heuristic to match fax fields.jhawkins@chromium.org2010-04-211-2/+2
* AutoFill address filling when labels are missing.dhollowa@chromium.org2010-04-061-0/+8
* Don't use the empty string to try to match against an empty text field. Add ...jhawkins@chromium.org2010-03-161-0/+5
* AutoFill field parser fixes.dhollowa@chromium.org2010-03-111-1/+16
* Remove FormField::priority as it's not used by AutoFill++.jhawkins@chromium.org2010-02-231-11/+0
* autofill: Add the FormField interface. Classes that implement the FormField ...jhawkins@chromium.org2009-12-091-0/+151