summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/autofill_manager_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Autofill i18n: Set postal code and state field labels based on the selected c...isherman@chromium.org2011-02-251-1/+1
* GTTF: Use a fresh TestingBrowserProcess for each test, part #2phajdan.jr@chromium.org2011-02-251-2/+0
* Move files out of chrome\browser\renderer_host\test alongside their source. ...jam@chromium.org2011-02-241-2/+2
* Changed parsing code for the phonenumbers fields to incorporate different com...georgey@chromium.org2011-02-181-0/+1
* Autofill cleanup of labelsdhollowa@chromium.org2011-02-151-42/+33
* GTTF: Use a fresh TestingBrowserProcess for each test, part #1phajdan.jr@chromium.org2011-02-151-0/+2
* Only cache <input type="text"> and <select> elements for autofill.isherman@chromium.org2011-02-041-35/+0
* Autofill billing and shipping addresses separately.isherman@chromium.org2011-02-041-27/+85
* Revert 73700 - Autofill billing and shipping addresses separately.isherman@chromium.org2011-02-031-81/+11
* Autofill billing and shipping addresses separately.isherman@chromium.org2011-02-031-11/+81
* Support autocompletion for HTMl5 tags:"email", "month" and "tel".dhollowa@chromium.org2011-02-031-30/+182
* Fix header orderjam@chromium.org2011-01-261-1/+1
* Move AutoFill messages into a separate file.jam@chromium.org2011-01-261-5/+5
* Move l10n_util to ui/baseben@chromium.org2011-01-211-1/+1
* Move the TestSink for doing IPC tests from chrome/common into IPC and create ...brettw@google.com2011-01-201-1/+1
* Cleanup: Remove unneeded chrome/browser/ui/browser.h usage.thestig@chromium.org2011-01-131-4/+4
* Don't create a WebDataService in AutoFillManagerTest tests, since that object...jam@chromium.org2011-01-101-3/+0
* Make RenderViewHost not know about AutoFill and AutoComplete.jam@chromium.org2011-01-101-116/+135
* Don't show duplicate Autofill suggestions.isherman@chromium.org2010-12-161-0/+45
* Add some basic success/failure UMA logging for autofill.isherman@chromium.org2010-12-151-8/+4
* Move:ben@chromium.org2010-12-021-1/+1
* Once a form has been partially autofilled, autofill should only update fields...isherman@chromium.org2010-11-291-829/+679
* Always include nonzero unique ID with autofill suggestions.isherman@chromium.org2010-11-241-35/+127
* Autofill: Prefer maxLength to size attribute for form filling heuristics.isherman@chromium.org2010-11-201-5/+5
* Don't show autocomplete suggestions redundant with autofill suggestions.isherman@chromium.org2010-11-191-0/+2
* Display a warning when autofill is disabled for a website.isherman@chromium.org2010-11-161-34/+239
* Revert 66214 - Display a warning when autofill is disabled for a website.isherman@chromium.org2010-11-161-239/+34
* Display a warning when autofill is disabled for a website.isherman@chromium.org2010-11-161-34/+239
* Autofill deprecate unique_ids in favor of guids for profile and credit card u...dhollowa@chromium.org2010-10-271-18/+29
* Autofill address and credit card data separately.isherman@chromium.org2010-10-261-236/+355
* Autofill browsertestisherman@chromium.org2010-10-041-146/+146
* Autofill profile pop-up should trigger for mouse double-clicksdhollowa@chromium.org2010-09-201-8/+13
* Clean up RenderViewHostDelegate::AutoFill interface -- remove |value| and |la...isherman@chromium.org2010-09-141-14/+5
* DOMUI: Implement adding and editing credit cards in the AutoFill page.jhawkins@chromium.org2010-09-131-3/+3
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-261-1/+1
* AutoFillManagerTest.GetProfileSuggestionsEmptyValue crashes in official buildsgeorgey@chromium.org2010-08-171-36/+38
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-0/+1
* Exclude AutoFillManagerTest.GetBillingSuggestionsAddress1 from running in bra...rohitrao@chromium.org2010-07-301-1/+1
* AutoFill suggestions for billing and credit card fields should show derived l...dhollowa@chromium.org2010-07-291-46/+73
* Disable AutoFillManagerTest tests in branded builds.rohitrao@chromium.org2010-07-281-18/+30
* AutoFill: Display a right-aligned generic CC icon in the suggestions popup forjhawkins@chromium.org2010-07-281-1/+2
* AutoFill Assert with AutoFillManager unique ids and Credit Card fillingdhollowa@chromium.org2010-07-281-9/+6
* Reset to defaults failed to reset the Autofill/Mac/Address Book card preferencedhollowa@chromium.org2010-07-271-0/+24
* AutoFill displayed CC# should include an asterisk e.g. Profile;*1234dhollowa@chromium.org2010-07-261-25/+25
* AutoFill: Initialize |user_submitted_| a few more places.jhawkins@chromium.org2010-07-221-0/+5
* AutoFill: Initialize form.user_submitted a few more places in the tests tojhawkins@chromium.org2010-07-221-0/+3
* Added inferred labels implementation. Label inferred from the person name + d...georgey@chromium.org2010-07-171-5/+7
* AutoFill: Use unique IDs to identify the profile or credit card to fill.jhawkins@chromium.org2010-07-161-19/+37
* AutoFill: Only send credit card data suggestions on HTTPS sites.jhawkins@chromium.org2010-07-131-6/+27
* AutoFill DCHECK in RenderViewHost::AutocompleteSuggestionsReturned fails.dhollowa@chromium.org2010-07-091-0/+36