summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/select_control_handler.cc
Commit message (Expand)AuthorAgeFilesLines
* Consolidate Autofill possible type detection code, and enforce greater match ...isherman@chromium.org2011-07-221-1/+1
* When Autofilling <select> elements, consider both the element's value and its...isherman@chromium.org2011-07-121-17/+21
* Autofill rename GetFieldText to GetInfodhollowa@chromium.org2011-03-171-1/+1
* Autofill database migration to clean up bogus profiles.dhollowa@chromium.org2011-03-171-1/+4
* Reduce boxing and unboxing of AutofillFieldTypeisherman@chromium.org2011-03-171-7/+4
* autofill: Rename AutoFillProfile to AutofillProfile.tfarina@chromium.org2011-03-101-2/+2
* Make FormField be a struct rather than a class per c++ standards.tsepez@chromium.org2011-03-081-12/+12
* Revert 77296 - zea@chromium.org2011-03-081-12/+12
* Convert autofill messages to use the new IPC macros. This requirestsepez@chromium.org2011-03-081-12/+12
* autofill: Rename AutoFillType to AutofillType.tfarina@chromium.org2011-03-071-2/+2
* autofill: Rename AutoFillCountry to AutofillCountry.tfarina@chromium.org2011-03-011-2/+2
* Autofill i18n: Set postal code and state field labels based on the selected c...isherman@chromium.org2011-02-251-303/+23
* Fix changes from r75314 to preserve the prevailing pattern of "(expected, act...pkasting@chromium.org2011-02-251-1/+1
* Begin the DCHECK() cleanup. Starting off with /src/chrome/a* and /src/chrome/...rsesek@chromium.org2011-02-171-1/+1
* Autofill doesn't fill months properly if they are not zero-paddeddhollowa@chromium.org2011-02-111-5/+10
* AutoFill: Skip past intervening empty TDs when parsing labels.jhawkins@chromium.org2010-10-291-2/+2
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-0/+1
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-2/+2
* AutoFill: Try harder to fill select controls with variations on states,jhawkins@chromium.org2010-07-241-0/+519