| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | AutoFill credit card field filling, with nameoncard field. | dhollowa@chromium.org | 2010-04-05 | 2 | -7/+86 |
* | Revert 43627 - AutoFill credit card field filling, with nameoncard field. | dhollowa@chromium.org | 2010-04-05 | 2 | -81/+2 |
* | AutoFill credit card field filling, with nameoncard field. | dhollowa@chromium.org | 2010-04-05 | 2 | -2/+81 |
* | Fix crash in some network situations | georgey@chromium.org | 2010-04-03 | 1 | -1/+5 |
* | AutoFill: Use the FormManager cache to send forms to the AutoFillManager. | jhawkins@chromium.org | 2010-04-03 | 9 | -252/+243 |
* | Behaving nice with AutoFill servers: Adjusting upload rate, processing 500, 5... | georgey@chromium.org | 2010-04-02 | 6 | -37/+263 |
* | AutoFillDialogController leak fixed. | dhollowa@chromium.org | 2010-04-02 | 2 | -8/+12 |
* | Changes to web database and autofill components required | tim@chromium.org | 2010-04-02 | 3 | -10/+180 |
* | Fetch AutoFill form data from server only when user data is present. | dhollowa@chromium.org | 2010-03-31 | 1 | -1/+7 |
* | AutoFill credit card field filling. | dhollowa@chromium.org | 2010-03-31 | 5 | -21/+440 |
* | Minor C++ fixes found by Clang. | evan@chromium.org | 2010-03-30 | 1 | -2/+0 |
* | Reverted back change #1337001, fixing the unit tests in chromium builds: | georgey@chromium.org | 2010-03-29 | 7 | -157/+542 |
* | AutoFill: Handle filling select controls. | jhawkins@chromium.org | 2010-03-27 | 4 | -135/+72 |
* | gtk: Implement handling for the "Default Profile/Credit Card" buttons in the | jhawkins@chromium.org | 2010-03-27 | 2 | -38/+173 |
* | Hook autofill++ WebDatabase changes up to the NotificationService. | tim@chromium.org | 2010-03-27 | 1 | -1/+1 |
* | Reverting due to test failures on Interactive tests on Mac and Linux | amit@chromium.org | 2010-03-26 | 7 | -543/+155 |
* | Second part of the integration with autofill servers. | georgey@chromium.org | 2010-03-26 | 7 | -155/+543 |
* | Adds obscuring to credit card numbers when displayed. | avi@chromium.org | 2010-03-26 | 5 | -7/+99 |
* | Label scraping for AutoFill. | dhollowa@chromium.org | 2010-03-26 | 1 | -0/+98 |
* | Removing AutoFill Death Tests. | dhollowa@chromium.org | 2010-03-26 | 4 | -19/+0 |
* | Integration with Toolbar autofill servers. | georgey@chromium.org | 2010-03-22 | 6 | -25/+328 |
* | AutoFill: For now only import data from the uploaded form. | jhawkins@chromium.org | 2010-03-22 | 1 | -1/+5 |
* | AutoFill: Set the kAutoFillInfoBarShown pref to true if the user opens the Au... | jhawkins@chromium.org | 2010-03-19 | 2 | -0/+14 |
* | Don't use the TabContents in the AutoFillInfoBarDelegateTest. Fixes a few le... | jhawkins@chromium.org | 2010-03-18 | 4 | -12/+16 |
* | Implement AutoFillXmlParser, used to parse responses from the AutoFill server. | jhawkins@chromium.org | 2010-03-18 | 4 | -0/+408 |
* | Enable AutoFill when in incognito mode. The infobar will not be shown, but p... | jhawkins@chromium.org | 2010-03-17 | 3 | -20/+12 |
* | AutoFill: Implement set_whole_number and use it to load whole phone numbers f... | jhawkins@chromium.org | 2010-03-17 | 3 | -2/+13 |
* | forgot a couple of files... moved gfx stuff to toplevel dir | ben@chromium.org | 2010-03-17 | 1 | -1/+1 |
* | Move some more files to toplevel gfx dir. | ben@chromium.org | 2010-03-17 | 1 | -1/+1 |
* | More AutoFill heuristics fixes. | jhawkins@chromium.org | 2010-03-17 | 1 | -37/+29 |
* | Fixes first and third points in the bug "Autofill profile dialog box polish i... | georgey@chromium.org | 2010-03-16 | 3 | -13/+33 |
* | AutoFill: Load the imported form data into the AutoFill dialog when the user ... | jhawkins@chromium.org | 2010-03-16 | 6 | -11/+77 |
* | Don't use the empty string to try to match against an empty text field. Add ... | jhawkins@chromium.org | 2010-03-16 | 7 | -10/+111 |
* | FormFieldValues -> FormData consolidation: Use webkit_glue::FormField to stor... | jhawkins@chromium.org | 2010-03-15 | 4 | -12/+15 |
* | AutoFill phone field unit tests. | dhollowa@chromium.org | 2010-03-15 | 2 | -0/+171 |
* | Fix form heuristic for registration.crgevents.com. Match on 'mi' anywhere in... | jhawkins@chromium.org | 2010-03-12 | 1 | -1/+1 |
* | AutoFill form filling on myspace.com | dhollowa@chromium.org | 2010-03-12 | 1 | -2/+3 |
* | Reset the AutoFillManager's cache of forms when the main page is loaded, not ... | jhawkins@chromium.org | 2010-03-12 | 3 | -5/+10 |
* | AutoFill form name matching. | dhollowa@chromium.org | 2010-03-12 | 2 | -2/+114 |
* | autofill: Tweak the heuristic matching to lower-case form field labels and na... | jhawkins@chromium.org | 2010-03-12 | 2 | -4/+12 |
* | AutoFill field parser fixes. | dhollowa@chromium.org | 2010-03-11 | 8 | -30/+500 |
* | AutoFill Mac Address Book "me" card data translation. | dhollowa@chromium.org | 2010-03-09 | 5 | -14/+317 |
* | chrome 1: string_util.h -> utf_string_conversions.h fix. | jhawkins@chromium.org | 2010-03-08 | 2 | -1/+2 |
* | Add tests for AutoFillField. | jhawkins@chromium.org | 2010-03-07 | 3 | -13/+107 |
* | AutoFill Mac preference for enabling Address Book "me" card usage. | dhollowa@chromium.org | 2010-03-06 | 8 | -20/+102 |
* | Add more tests for BillingAddress and fix the issues found by the tests. | jhawkins@chromium.org | 2010-03-05 | 3 | -74/+556 |
* | Enable AutoFill++ by default for new profiles. | jhawkins@chromium.org | 2010-03-05 | 1 | -1/+1 |
* | Use the TestTabContents provided by RenderViewHostTestHarness instead of roll... | jhawkins@chromium.org | 2010-03-04 | 1 | -4/+1 |
* | AutoFill phone number parser changes. | dhollowa@chromium.org | 2010-03-04 | 5 | -52/+185 |
* | Add tests for AutoFillInfoBarDelegate, with a fix to only return a button lab... | jhawkins@chromium.org | 2010-03-04 | 5 | -6/+141 |