summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* AutoFill form filling on myspace.comdhollowa@chromium.org2010-03-121-2/+3
* Reset the AutoFillManager's cache of forms when the main page is loaded, not ...jhawkins@chromium.org2010-03-123-5/+10
* AutoFill form name matching.dhollowa@chromium.org2010-03-122-2/+114
* autofill: Tweak the heuristic matching to lower-case form field labels and na...jhawkins@chromium.org2010-03-122-4/+12
* AutoFill field parser fixes.dhollowa@chromium.org2010-03-118-30/+500
* AutoFill Mac Address Book "me" card data translation.dhollowa@chromium.org2010-03-095-14/+317
* chrome 1: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-082-1/+2
* Add tests for AutoFillField.jhawkins@chromium.org2010-03-073-13/+107
* AutoFill Mac preference for enabling Address Book "me" card usage.dhollowa@chromium.org2010-03-068-20/+102
* Add more tests for BillingAddress and fix the issues found by the tests.jhawkins@chromium.org2010-03-053-74/+556
* Enable AutoFill++ by default for new profiles.jhawkins@chromium.org2010-03-051-1/+1
* Use the TestTabContents provided by RenderViewHostTestHarness instead of roll...jhawkins@chromium.org2010-03-041-4/+1
* AutoFill phone number parser changes.dhollowa@chromium.org2010-03-045-52/+185
* Add tests for AutoFillInfoBarDelegate, with a fix to only return a button lab...jhawkins@chromium.org2010-03-045-6/+141