summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/name_field.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove Autofill support for the ECML standard, as it is virtually unused.isherman@chromium.org2011-08-081-34/+5
* In Alaska Air regsitration page, there is "title" selection. So I added "titl...Takano.Naoki@gmail.com2011-08-041-2/+2
* Do not try to Autofill "nickname" or "maiden name" fields.isherman@chromium.org2011-07-251-5/+11
* Autofill heuristics checkout files for 04_checkout_jcrew.com.htmldhollowa@chromium.org2011-06-221-7/+7
* Autofill: Expand heuristics to detect first/last names in any order.isherman@chromium.org2011-05-271-21/+41
* Heuristics for grabber-continental.com.out (multi-pass)dhollowa@chromium.org2011-05-271-1/+1
* Autofill refactor form_field.h/cc.dhollowa@chromium.org2011-05-191-27/+85
* Refactor Autofill parsing code. Most notably, add a helper class for parsing...isherman@chromium.org2011-05-051-68/+60
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* autofill: Rename AutoFillType to AutofillType.tfarina@chromium.org2011-03-071-5/+5
* autofill: Rename AutoFillField to AutofillField.tfarina@chromium.org2011-03-041-13/+13
* Move l10n_util to ui/baseben@chromium.org2011-01-211-1/+1
* Autofill heuristics regular expressions should be stored in external data files.dhollowa@chromium.org2011-01-051-9/+11
* Even more virtual method deinlining.erg@google.com2010-12-131-0/+11
* AutoFill address profile not seen in dropdown for name and address field on d...dhollowa@chromium.org2010-08-241-4/+4
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-0/+1
* AutoFill: Use DISALLOW_COPY_AND_ASSIGN where possible.jhawkins@chromium.org2010-06-211-26/+20
* 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