summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill
Commit message (Expand)AuthorAgeFilesLines
* more content exports needed for unit_tests and browser_tests.dpranke@chromium.org2011-09-301-2/+2
* Move infobar handling to a tab helper.avi@chromium.org2011-09-306-17/+23
* Autofill: Support 'full names' that are lacking a first or a middle name.isherman@chromium.org2011-09-294-38/+95
* Autofill: Ignore gift cards when filling credit card infoisherman@chromium.org2011-09-284-3/+17
* Autofill: Recognize <select> fields as viable options for combined credit car...isherman@chromium.org2011-09-271-2/+5
* Autofill: Expand the "name on card" regex a little further.isherman@chromium.org2011-09-271-1/+1
* GTTF: Remove super-flaky ui_test_utils functions and fix callers.phajdan.jr@chromium.org2011-09-271-1/+5
* Update Autofill renderer code to ignore non-Autofillable fields in some addit...isherman@chromium.org2011-09-271-28/+72
* Autofill should prompt to save credit card info even when no name is present ...isherman@chromium.org2011-09-272-6/+5
* Expand Autofill's "name on card" regex to cover walmart.com's checkout form.isherman@chromium.org2011-09-271-1/+1
* Coverity: Fix uninitialized member variables.kmadhusu@chromium.org2011-09-271-1/+3
* AutofillMergeTest doesn't need scoped_ptr for PersonalDataManager mockdhollowa@chromium.org2011-09-261-7/+5
* Profile shouldn't own PersonalDataManagerdhollowa@chromium.org2011-09-2310-69/+213
* Update OnURLFetchComplete() to use new params in AutofillDownloadManager.skerner@chromium.org2011-09-233-56/+36
* Allow word separators in a few more Autofill regexes.isherman@chromium.org2011-09-223-59/+64
* Don't ask the browser for Autofill suggestions for non-autofillable form fields.isherman@chromium.org2011-09-222-10/+20
* Add logging for submitted Autofill field types.isherman@chromium.org2011-09-211-0/+3
* Ignore crowd-sourced fax number detection.isherman@chromium.org2011-09-213-2/+16
* Autofill: Remove fax number completely.jhawkins@chromium.org2011-09-1733-966/+271
* Autofill/Valgrind: Fix a leak in AutofillDownloadTest.jhawkins@chromium.org2011-09-162-114/+131
* Make autofill regular expressions unicode again.tony@chromium.org2011-09-158-977/+411
* This broke lots of layout tests on OSX.levin@chromium.org2011-09-151-0/+1
* Updated *.pak file format to support both UTF8 and UTF16adriansc@chromium.org2011-09-151-1/+0
* Revert 100973 - Updated *.pak file format to support both UTF8 and UTF16dhollowa@chromium.org2011-09-141-0/+1
* Updated *.pak file format to support both UTF8 and UTF16adriansc@chromium.org2011-09-131-1/+0
* Move URLFetcher from content/common to content/common/net.willchan@chromium.org2011-09-131-2/+1
* Fix Linux Views build breakage.willchan@chromium.org2011-09-131-1/+2
* Move URLFetcher from content/common to content/common/net.willchan@chromium.org2011-09-131-2/+1
* Coverity: Initialize member variables.jhawkins@chromium.org2011-09-121-1/+2
* Modifying prefetch to account for multi-profile.rlp@chromium.org2011-09-101-1/+0
* Final step in removing resource strings in chrome.dll.tony@chromium.org2011-09-084-64/+177
* Move the UTF8 text out of .cc files and put them into regular_expressions.txt.tony@chromium.org2011-09-084-132/+520
* Add Autofill support for dynamically updated forms (updated via JavaScript).isherman@chromium.org2011-09-075-163/+328
* Step 2 in removing resource strings in chrome.dll.tony@chromium.org2011-09-074-103/+210
* Move some constant values from autofill_resources.grd to the .cc file.tony@chromium.org2011-09-072-78/+205
* Eliminate static initialization in autofill_type.ccisherman@chromium.org2011-09-061-22/+18
* Remove Autofill Feedback infobar in preparation for the branch.isherman@chromium.org2011-09-051-3/+0
* Remove dead dialog position pref code in Autofillisherman@chromium.org2011-09-022-8/+0
* Add metrics to measure time elapsed between form load and form submission wit...isherman@chromium.org2011-09-029-71/+359
* Update Chrome to use WebKitPlatformSupport instead of WebKitClient.abarth@chromium.org2011-09-021-3/+3
* Move infobar handling to a tab helper, part 1.avi@chromium.org2011-09-012-4/+6
* Revert 99187 (speculative revert for ProfileSyncServiceSessionTest.FailModelA...thakis@chromium.org2011-09-012-6/+4
* Move infobar handling to a tab helper, part 1.avi@chromium.org2011-09-012-4/+6
* Add new Autofill experimentisherman@chromium.org2011-09-011-0/+3
* Remove static initializers in autofill_country.cc.tony@chromium.org2011-08-311-250/+254
* Eliminate static initialization in autofill_type.ccisherman@chromium.org2011-08-311-22/+18
* Switch ChromeTestSuite to the same convention as ContentTestSuite:phajdan.jr@chromium.org2011-08-279-17/+8
* Add metrics to track Autofill "user happiness"isherman@chromium.org2011-08-268-29/+424
* Fix pyauto autofill flakiness when submitting profile info via webpage forms.dennisjeffrey@chromium.org2011-08-242-1/+8
* Add preliminary support for the autocompletetype atttribute for phone/fax pre...isherman@chromium.org2011-08-239-162/+281