summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/form_field.h
Commit message (Expand)AuthorAgeFilesLines
* `#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