summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/autofill_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-0/+1
* AutoFill: Determine credit card type based on the CC number and display thejhawkins@chromium.org2010-07-301-15/+8
* AutoFill: Remove a static string16.jhawkins@chromium.org2010-07-291-2/+2
* AutoFill suggestions for billing and credit card fields should show derived l...dhollowa@chromium.org2010-07-291-27/+57
* AutoFill: Display a right-aligned generic CC icon in the suggestions popup forjhawkins@chromium.org2010-07-281-7/+30
* AutoFill Assert with AutoFillManager unique ids and Credit Card fillingdhollowa@chromium.org2010-07-281-33/+50
* AutoFill displayed CC# should include an asterisk e.g. Profile;*1234dhollowa@chromium.org2010-07-261-7/+4
* AutoFill: Try harder to fill select controls with variations on states,jhawkins@chromium.org2010-07-241-3/+15
* AutoFill memory exception when deleting text from a filled formdhollowa@chromium.org2010-07-221-8/+13
* AutoFill: Record whether the user initiated the form submission and don't sav...jhawkins@chromium.org2010-07-221-0/+4
* Fix for: State in small letters should be auto-filled from the profile.jhawkins@chromium.org2010-07-211-1/+29
* AutoFill: Several functional fixes:jhawkins@chromium.org2010-07-201-22/+45
* Added inferred labels implementation. Label inferred from the person name + d...georgey@chromium.org2010-07-171-14/+25
* AutoFill: Use unique IDs to identify the profile or credit card to fill.jhawkins@chromium.org2010-07-161-20/+33
* AutoFill: Only send credit card data suggestions on HTTPS sites.jhawkins@chromium.org2010-07-131-0/+5
* Nukes the import parameters to ShowAutoFillDialog as they aren't used.sky@chromium.org2010-07-091-3/+1
* Add "save credit card info?" infobar for Autofill.avi@chromium.org2010-07-081-1/+17
* AutoFill: Only query the AutoFill server if we've parsed any of the forms.jhawkins@chromium.org2010-07-081-8/+24
* AutoFill auxiliary profiles should be off on non-Mac platforms.dhollowa@chromium.org2010-07-031-1/+4
* AutoFill: Remove duplicate suggestions when providing suggestions for a fieldjhawkins@chromium.org2010-07-011-2/+27
* AutoFill: Aggregate profile data. Remove the AutoFill InfoBar. Remove more re...jhawkins@chromium.org2010-07-011-47/+2
* AutoFill "me" card integration defaults to enabled on Macdhollowa@chromium.org2010-06-281-1/+1
* AutoFill: Don't show labels in the suggestions popup when the user is editing ajhawkins@chromium.org2010-06-241-0/+9
* AutoFill: De-segregate credit card filling.jhawkins@chromium.org2010-06-171-93/+201
* AutoFill: Don't parse hidden fields for labels. Also don't count hidden fieldsjhawkins@chromium.org2010-06-151-0/+2
* AutoFill: Remove the default profile/CC prefs.jhawkins@chromium.org2010-06-111-2/+0
* AutoFill: Implement the 'AutoFill Options...' entry in the AutoFill suggestionsjhawkins@chromium.org2010-06-101-8/+14
* AutoFill: Fix a bug that caused AutoFill to not fill the field the user isjhawkins@chromium.org2010-06-101-52/+0
* AutoFill <dl> label scraping and dynamic html in forms.dhollowa@chromium.org2010-05-271-5/+27
* Fix for autofill crash (all systems) - created unit tests for all touched cod...georgey@chromium.org2010-05-251-2/+6
* AutoFill fill billing address when credit card settings specify a billing add...dhollowa@chromium.org2010-05-191-0/+28
* Form AutoFill Phone number should be displayed as xxx-xxx-xxxxdhollowa@chromium.org2010-05-141-1/+38
* AutoFill: Credit card filling fixes.jhawkins@chromium.org2010-05-071-26/+14
* AutoFill: Clean up the server response handling code.jhawkins@chromium.org2010-05-061-43/+5
* AutoFill: Use PrefService::FindPreference instead of PrefService::HasPrefPath.jhawkins@chromium.org2010-05-051-1/+1
* AutoFill profile shouldn't be saved when cancelled during initial setup.dhollowa@chromium.org2010-05-051-35/+12
* Revert 46424 - AutoFill profile shouldn't be saved when cancelled during init...dhollowa@chromium.org2010-05-051-12/+35
* AutoFill profile shouldn't be saved when cancelled during initial setup.dhollowa@chromium.org2010-05-051-35/+12
* AutoFill: Fix IsAutoFillable to only count fields that are heuristicallyjhawkins@chromium.org2010-05-041-4/+0
* Don't trigger auto fill setup when submitting empty forms.bulach@chromium.org2010-04-301-5/+7
* AutoFill: Don't match empty profile values with empty field values.jhawkins@chromium.org2010-04-201-2/+4
* AutoFill: Segregate profile and credit card filling.jhawkins@chromium.org2010-04-201-72/+86
* AutoFill: Don't send suggestions for empty field values.jhawkins@chromium.org2010-04-191-6/+8
* AutoFill: Don't send suggestions or fill forms that are not auto-fillable.jhawkins@chromium.org2010-04-141-1/+11
* AutoFill: Fill the default profile when the AutoFill accelerator combo is pre...jhawkins@chromium.org2010-04-091-0/+52
* Fixes for several crashing bugs ##40674,40720,40744georgey@chromium.org2010-04-091-11/+3
* AutoFill: Initiate AutoFill for all fields, not just the name field.jhawkins@chromium.org2010-04-091-76/+53
* AutoFill: A few fixes.jhawkins@chromium.org2010-04-081-3/+3
* Added "Learn More" link to autofill on Windows.georgey@chromium.org2010-04-071-0/+4
* AutoFill credit card filling when initiated from an address fill.dhollowa@chromium.org2010-04-071-3/+8