summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/select_control_handler.cc
Commit message (Collapse)AuthorAgeFilesLines
* AutoFill: Skip past intervening empty TDs when parsing labels.jhawkins@chromium.org2010-10-291-2/+2
| | | | | | | | | BUG=57107 TEST=FormStructure.LabelsInferredFromTableEmptyTDs Review URL: http://codereview.chromium.org/4146014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64470 0039d316-1c4b-4281-b951-d872f2087c98
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-0/+1
| | | | | | | | | | | | | | | ASCIIToUTF16. I removed string_util includes from a few places where it obviously wasn't needed. In a separate pass, I'm going to remove ASCIITo* from string_util, then I'm going to do an even later pass to find the unnecessary string_util.h includes and remove them. TEST=it compiles BUG=none Review URL: http://codereview.chromium.org/3058027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54746 0039d316-1c4b-4281-b951-d872f2087c98
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-2/+2
| | | | | | | | | | string_number_conversions.h TEST=it compiles BUG=none Review URL: http://codereview.chromium.org/3013046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54454 0039d316-1c4b-4281-b951-d872f2087c98
* AutoFill: Try harder to fill select controls with variations on states,jhawkins@chromium.org2010-07-241-0/+519
countries and months. BUG=38222,46861 TEST=none Review URL: http://codereview.chromium.org/2878052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53554 0039d316-1c4b-4281-b951-d872f2087c98