summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/autofill_manager_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Autocomplete and AutoFill entries are shown combined in the suggestions popup.dhollowa@chromium.org2010-07-071-0/+75
* AutoFill: Remove duplicate suggestions when providing suggestions for a fieldjhawkins@chromium.org2010-07-011-16/+65
* AutoFill: Aggregate profile data. Remove the AutoFill InfoBar. Remove more re...jhawkins@chromium.org2010-07-011-144/+194
* AutoFill: Don't show labels in the suggestions popup when the user is editing ajhawkins@chromium.org2010-06-241-7/+38
* AutoFill: De-segregate credit card filling.jhawkins@chromium.org2010-06-171-107/+240
* AutoFill: Don't parse hidden fields for labels. Also don't count hidden fieldsjhawkins@chromium.org2010-06-151-0/+64
* AutoFill: Implement the 'AutoFill Options...' entry in the AutoFill suggestionsjhawkins@chromium.org2010-06-101-22/+9
* AutoFill: Make PersonalDataManager RefCountedThreadSafe.jhawkins@chromium.org2010-06-031-3/+6
* AutoFill <dl> label scraping and dynamic html in forms.dhollowa@chromium.org2010-05-271-0/+116
* Fix for autofill crash (all systems) - created unit tests for all touched cod...georgey@chromium.org2010-05-251-0/+78
* AutoFill fill billing address when credit card settings specify a billing add...dhollowa@chromium.org2010-05-191-40/+123
* Form AutoFill Phone number should be displayed as xxx-xxx-xxxxdhollowa@chromium.org2010-05-141-1/+1
* AutoFill: Credit card filling fixes.jhawkins@chromium.org2010-05-071-0/+100
* AutoFill: Don't match empty profile values with empty field values.jhawkins@chromium.org2010-04-201-0/+8
* AutoFill: Segregate profile and credit card filling.jhawkins@chromium.org2010-04-201-0/+330