summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill
Commit message (Expand)AuthorAgeFilesLines
* Hierarchy. Hierarchy. Hierarchy!!!avi@chromium.org2010-04-091-2/+2
* Fixes for several crashing bugs ##40674,40720,40744georgey@chromium.org2010-04-092-17/+3
* Fix for autofill profile setup through infobar where the "imported" profile w...tim@chromium.org2010-04-092-2/+23
* AutoFill: Initiate AutoFill for all fields, not just the name field.jhawkins@chromium.org2010-04-093-78/+56
* Possible fix for 40234 + changed one of the DCHECK to CHECKgeorgey@chromium.org2010-04-081-2/+6
* AutoFill: Only match the exact string 'mi' when matching a middle initial field.jhawkins@chromium.org2010-04-083-2/+64
* AutoFill: A few fixes.jhawkins@chromium.org2010-04-081-3/+3
* Added "Learn More" link to autofill on Windows.georgey@chromium.org2010-04-074-7/+12
* AutoFill: Handle NAME_MIDDLE_INITIAL when setting field info.jhawkins@chromium.org2010-04-071-1/+1
* AutoFill credit card filling when initiated from an address fill.dhollowa@chromium.org2010-04-074-3/+264
* gtk: Add the 'Learn more' link to the AutoFill dialog.jhawkins@chromium.org2010-04-072-2/+32
* AutoFill: Add a 'Learn more' link to the AutoFill InfoBar that contains a linkjhawkins@chromium.org2010-04-072-0/+21
* Fix for bug #38260 AutoFill needs to obfuscate the saved credit card info in ...georgey@chromium.org2010-04-062-3/+12
* AutoFill address filling when labels are missing.dhollowa@chromium.org2010-04-064-16/+88
* AutoFill credit card field filling, with nameoncard field.dhollowa@chromium.org2010-04-052-7/+86
* Revert 43627 - AutoFill credit card field filling, with nameoncard field.dhollowa@chromium.org2010-04-052-81/+2
* AutoFill credit card field filling, with nameoncard field.dhollowa@chromium.org2010-04-052-2/+81
* Fix crash in some network situationsgeorgey@chromium.org2010-04-031-1/+5
* AutoFill: Use the FormManager cache to send forms to the AutoFillManager.jhawkins@chromium.org2010-04-039-252/+243
* Behaving nice with AutoFill servers: Adjusting upload rate, processing 500, 5...georgey@chromium.org2010-04-026-37/+263
* AutoFillDialogController leak fixed.dhollowa@chromium.org2010-04-022-8/+12
* Changes to web database and autofill components requiredtim@chromium.org2010-04-023-10/+180
* Fetch AutoFill form data from server only when user data is present.dhollowa@chromium.org2010-03-311-1/+7
* AutoFill credit card field filling.dhollowa@chromium.org2010-03-315-21/+440
* Minor C++ fixes found by Clang.evan@chromium.org2010-03-301-2/+0
* Reverted back change #1337001, fixing the unit tests in chromium builds:georgey@chromium.org2010-03-297-157/+542
* AutoFill: Handle filling select controls.jhawkins@chromium.org2010-03-274-135/+72
* gtk: Implement handling for the "Default Profile/Credit Card" buttons in thejhawkins@chromium.org2010-03-272-38/+173
* Hook autofill++ WebDatabase changes up to the NotificationService.tim@chromium.org2010-03-271-1/+1
* Reverting due to test failures on Interactive tests on Mac and Linuxamit@chromium.org2010-03-267-543/+155
* Second part of the integration with autofill servers.georgey@chromium.org2010-03-267-155/+543
* Adds obscuring to credit card numbers when displayed.avi@chromium.org2010-03-265-7/+99
* Label scraping for AutoFill.dhollowa@chromium.org2010-03-261-0/+98
* Removing AutoFill Death Tests.dhollowa@chromium.org2010-03-264-19/+0
* Integration with Toolbar autofill servers.georgey@chromium.org2010-03-226-25/+328
* AutoFill: For now only import data from the uploaded form.jhawkins@chromium.org2010-03-221-1/+5
* AutoFill: Set the kAutoFillInfoBarShown pref to true if the user opens the Au...jhawkins@chromium.org2010-03-192-0/+14
* Don't use the TabContents in the AutoFillInfoBarDelegateTest. Fixes a few le...jhawkins@chromium.org2010-03-184-12/+16
* Implement AutoFillXmlParser, used to parse responses from the AutoFill server.jhawkins@chromium.org2010-03-184-0/+408
* Enable AutoFill when in incognito mode. The infobar will not be shown, but p...jhawkins@chromium.org2010-03-173-20/+12
* AutoFill: Implement set_whole_number and use it to load whole phone numbers f...jhawkins@chromium.org2010-03-173-2/+13
* forgot a couple of files... moved gfx stuff to toplevel dirben@chromium.org2010-03-171-1/+1
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-171-1/+1
* More AutoFill heuristics fixes.jhawkins@chromium.org2010-03-171-37/+29
* Fixes first and third points in the bug "Autofill profile dialog box polish i...georgey@chromium.org2010-03-163-13/+33
* AutoFill: Load the imported form data into the AutoFill dialog when the user ...jhawkins@chromium.org2010-03-166-11/+77
* Don't use the empty string to try to match against an empty text field. Add ...jhawkins@chromium.org2010-03-167-10/+111
* FormFieldValues -> FormData consolidation: Use webkit_glue::FormField to stor...jhawkins@chromium.org2010-03-154-12/+15
* AutoFill phone field unit tests.dhollowa@chromium.org2010-03-152-0/+171
* Fix form heuristic for registration.crgevents.com. Match on 'mi' anywhere in...jhawkins@chromium.org2010-03-121-1/+1