summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill
Commit message (Expand)AuthorAgeFilesLines
* views: Use InfoBarTextButton in the Autofill credit card infobar.tfarina@chromium.org2010-08-111-28/+8
* Make prefs use std::string for keys rather than wstrings.viettrungluu@chromium.org2010-08-111-1/+1
* Remove obviously unneeded forward declarations in chrome/browser/[abef]*/*.h.viettrungluu@chromium.org2010-08-052-1/+1
* Adding const ref instead of passing by value.finnur@chromium.org2010-08-051-1/+1
* AutoFill: Add more NameField tests and fix incorrect logic in ParseEmpty.jhawkins@chromium.org2010-08-043-5/+201
* AutoFill: Remove an unused and buggy condition.jhawkins@chromium.org2010-08-031-2/+0
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-0323-0/+23
* AutoFill Credit Card matching for Diners Club incorrectdhollowa@chromium.org2010-08-021-1/+1
* Revert 54560 - nick@chromium.org2010-08-023-6/+14
* Change removing method, GetBrowser from TabContentsDelegate, as this was brea...twiz@google.com2010-08-023-14/+6
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-315-12/+16
* Cleanup: Remove unneeded headers from app/ (part 2)thestig@chromium.org2010-07-311-2/+0
* Add undeclared virtual destructors part 3ziadh@chromium.org2010-07-301-2/+2
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-303-12/+15
* Exclude AutoFillManagerTest.GetBillingSuggestionsAddress1 from running in bra...rohitrao@chromium.org2010-07-301-1/+1
* AutoFill: Determine credit card type based on the CC number and display thejhawkins@chromium.org2010-07-303-37/+117
* AutoFill: Collect UMA stats for AutoFill CC InfoBar.jhawkins@chromium.org2010-07-291-0/+3
* AutoFill: Capitalize "Options" in the AutoFill dialog title.jhawkins@chromium.org2010-07-291-1/+1
* AutoFill: Remove a static string16.jhawkins@chromium.org2010-07-292-8/+12
* [GTK] Don't offer profiles for billing addresses that have no address avi@chromium.org2010-07-291-1/+15
* AutoFill suggestions for billing and credit card fields should show derived l...dhollowa@chromium.org2010-07-292-73/+130
* Cleanup: Remove unneeded headers from app/thestig@chromium.org2010-07-291-2/+0
* 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-283-8/+35
* [Mac] Don't offer profiles for billing addresses that have no address data.avi@chromium.org2010-07-282-0/+14
* AutoFill Assert with AutoFillManager unique ids and Credit Card fillingdhollowa@chromium.org2010-07-283-43/+67
* Add "pushed" as a state a TextButton can show (alongside "normal" and "hover").pkasting@chromium.org2010-07-271-1/+0
* Reset to defaults failed to reset the Autofill/Mac/Address Book card preferencedhollowa@chromium.org2010-07-271-0/+24
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-2635-0/+35
* AutoFill displayed CC# should include an asterisk e.g. Profile;*1234dhollowa@chromium.org2010-07-262-32/+29
* Fixes bug where PersonalDataManager wasn't setting unique_ids_ onsky@chromium.org2010-07-242-0/+51
* AutoFill: Try harder to fill select controls with variations on states,jhawkins@chromium.org2010-07-244-3/+570
* Makes the credit card number field show obfuscated text. When the usersky@chromium.org2010-07-231-3/+47
* AutoFill credit card settings dialog should display obfuscated number in edit...dhollowa@chromium.org2010-07-235-15/+32
* AutoFill: Initialize |user_submitted_| a few more places.jhawkins@chromium.org2010-07-221-0/+5
* AutoFill memory exception when deleting text from a filled formdhollowa@chromium.org2010-07-221-8/+13
* Makes the auto fill editor on linux only enable the ok button if atsky@chromium.org2010-07-221-8/+113
* AutoFill Mac fails to fill Address Book card datadhollowa@chromium.org2010-07-224-18/+40
* AutoFill: Initialize form.user_submitted a few more places in the tests tojhawkins@chromium.org2010-07-221-0/+3
* AutoFill: Initialize |succeeded_| in the AutoFillXmlParser constructor.jhawkins@chromium.org2010-07-221-1/+2
* Coverity 8521: Uninitialized member vars in FormStructure.finnur@chromium.org2010-07-221-0/+3
* AutoFill: Always check the result of FormField::Add().jhawkins@chromium.org2010-07-221-3/+4
* AutoFill: Record whether the user initiated the form submission and don't sav...jhawkins@chromium.org2010-07-223-0/+8
* AutoFill Empty profiles should not be saved from AutoFillDialog Add and Edit ...dhollowa@chromium.org2010-07-217-31/+121
* Fix for: State in small letters should be auto-filled from the profile.jhawkins@chromium.org2010-07-212-1/+36
* AutoFill Profiles dialog handles multi-select and delete on Mac (Follow up)dhollowa@chromium.org2010-07-211-10/+7
* Generate properly unique IDs for autofill items originating from sync.nick@chromium.org2010-07-211-1/+3
* AutoFill Profiles dialog handles multi-select and delete on Macdhollowa@chromium.org2010-07-203-41/+126
* AutoFill: Several functional fixes:jhawkins@chromium.org2010-07-202-24/+51
* I reversed the order of the EXPECT_EQ tests so expected value is first, actua...cbentzel@chromium.org2010-07-191-12/+12