summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/name_field.cc
Commit message (Expand)AuthorAgeFilesLines
* AutoFill heuristics extended to include multiple separator characters.dhollowa@chromium.org2010-05-131-4/+4
* AutoFill: Notify the renderer when the page has finished translating. Extractjhawkins@chromium.org2010-04-271-11/+9
* AutoFill: Add another variation of a middle name field for heuristics.jhawkins@chromium.org2010-04-121-1/+2
* AutoFill: Only match the exact string 'mi' when matching a middle initial field.jhawkins@chromium.org2010-04-081-1/+1
* Don't use the empty string to try to match against an empty text field. Add ...jhawkins@chromium.org2010-03-161-2/+2
* Fix form heuristic for registration.crgevents.com. Match on 'mi' anywhere in...jhawkins@chromium.org2010-03-121-1/+1
* AutoFill form filling on myspace.comdhollowa@chromium.org2010-03-121-2/+3
* AutoFill form name matching.dhollowa@chromium.org2010-03-121-2/+6
* autofill: Tweak the heuristic matching to lower-case form field labels and na...jhawkins@chromium.org2010-03-121-1/+3
* AutoFill field parser fixes.dhollowa@chromium.org2010-03-111-1/+1
* linux: build with -Wextraevan@chromium.org2010-02-051-2/+3
* Fix a few pieces of the heuristic autofill:jhawkins@chromium.org2010-01-081-2/+4
* Implement NameField, a FormField that matches a name field in a form.jhawkins@chromium.org2009-12-171-0/+157