| Commit message (Expand) | Author | Age | Files | Lines |
* | AutoFill profile shouldn't be saved when cancelled during initial setup. | dhollowa@chromium.org | 2010-05-05 | 1 | -35/+12 |
* | Revert 46424 - AutoFill profile shouldn't be saved when cancelled during init... | dhollowa@chromium.org | 2010-05-05 | 1 | -12/+35 |
* | AutoFill profile shouldn't be saved when cancelled during initial setup. | dhollowa@chromium.org | 2010-05-05 | 1 | -35/+12 |
* | AutoFill: Fix IsAutoFillable to only count fields that are heuristically | jhawkins@chromium.org | 2010-05-04 | 1 | -4/+0 |
* | Don't trigger auto fill setup when submitting empty forms. | bulach@chromium.org | 2010-04-30 | 1 | -5/+7 |
* | AutoFill: Don't match empty profile values with empty field values. | jhawkins@chromium.org | 2010-04-20 | 1 | -2/+4 |
* | AutoFill: Segregate profile and credit card filling. | jhawkins@chromium.org | 2010-04-20 | 1 | -72/+86 |
* | AutoFill: Don't send suggestions for empty field values. | jhawkins@chromium.org | 2010-04-19 | 1 | -6/+8 |
* | AutoFill: Don't send suggestions or fill forms that are not auto-fillable. | jhawkins@chromium.org | 2010-04-14 | 1 | -1/+11 |
* | AutoFill: Fill the default profile when the AutoFill accelerator combo is pre... | jhawkins@chromium.org | 2010-04-09 | 1 | -0/+52 |
* | Fixes for several crashing bugs ##40674,40720,40744 | georgey@chromium.org | 2010-04-09 | 1 | -11/+3 |
* | AutoFill: Initiate AutoFill for all fields, not just the name field. | jhawkins@chromium.org | 2010-04-09 | 1 | -76/+53 |
* | AutoFill: A few fixes. | jhawkins@chromium.org | 2010-04-08 | 1 | -3/+3 |
* | Added "Learn More" link to autofill on Windows. | georgey@chromium.org | 2010-04-07 | 1 | -0/+4 |
* | AutoFill credit card filling when initiated from an address fill. | dhollowa@chromium.org | 2010-04-07 | 1 | -3/+8 |
* | 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 | 1 | -17/+11 |
* | Behaving nice with AutoFill servers: Adjusting upload rate, processing 500, 5... | georgey@chromium.org | 2010-04-02 | 1 | -1/+16 |
* | 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 | 1 | -13/+78 |
* | Reverted back change #1337001, fixing the unit tests in chromium builds: | georgey@chromium.org | 2010-03-29 | 1 | -44/+41 |
* | gtk: Implement handling for the "Default Profile/Credit Card" buttons in the | jhawkins@chromium.org | 2010-03-27 | 1 | -0/+2 |
* | Reverting due to test failures on Interactive tests on Mac and Linux | amit@chromium.org | 2010-03-26 | 1 | -41/+44 |
* | Second part of the integration with autofill servers. | georgey@chromium.org | 2010-03-26 | 1 | -44/+41 |
* | Integration with Toolbar autofill servers. | georgey@chromium.org | 2010-03-22 | 1 | -2/+60 |
* | AutoFill: For now only import data from the uploaded form. | jhawkins@chromium.org | 2010-03-22 | 1 | -1/+5 |
* | Don't use the TabContents in the AutoFillInfoBarDelegateTest. Fixes a few le... | jhawkins@chromium.org | 2010-03-18 | 1 | -1/+8 |
* | Enable AutoFill when in incognito mode. The infobar will not be shown, but p... | jhawkins@chromium.org | 2010-03-17 | 1 | -20/+9 |
* | Fixes first and third points in the bug "Autofill profile dialog box polish i... | georgey@chromium.org | 2010-03-16 | 1 | -5/+16 |
* | AutoFill: Load the imported form data into the AutoFill dialog when the user ... | jhawkins@chromium.org | 2010-03-16 | 1 | -6/+23 |
* | FormFieldValues -> FormData consolidation: Use webkit_glue::FormField to stor... | jhawkins@chromium.org | 2010-03-15 | 1 | -6/+6 |
* | Reset the AutoFillManager's cache of forms when the main page is loaded, not ... | jhawkins@chromium.org | 2010-03-12 | 1 | -1/+1 |
* | AutoFill Mac Address Book "me" card data translation. | dhollowa@chromium.org | 2010-03-09 | 1 | -1/+1 |
* | AutoFill Mac preference for enabling Address Book "me" card usage. | dhollowa@chromium.org | 2010-03-06 | 1 | -1/+5 |
* | Enable AutoFill++ by default for new profiles. | jhawkins@chromium.org | 2010-03-05 | 1 | -1/+1 |
* | Fix a bug that was causing the AutoFill infobar to not show. Initially the A... | jhawkins@chromium.org | 2010-03-03 | 1 | -20/+20 |
* | Add extra DCHECKs to the AutoFillManager class. This is follow-up for review... | dhollowa@chromium.org | 2010-03-02 | 1 | -0/+6 |
* | Check for a non-NULL PersonalDataManager when determining if AutoFill is enab... | jhawkins@chromium.org | 2010-03-01 | 1 | -9/+19 |
* | AutoFill dialog UI polish. Based on feedback from thakis. | dhollowa@chromium.org | 2010-02-26 | 1 | -0/+5 |
* | Remove dead code from AutoFill++ that are vestiges of the toolbar autofill. | jhawkins@chromium.org | 2010-02-23 | 1 | -4/+0 |
* | Remove the --enable-new-autofill switch. This enables the AutoFillManager to... | jhawkins@chromium.org | 2010-02-23 | 1 | -11/+16 |
* | AutoFill forms. We do this by responding to a message from WebKit which send... | jhawkins@chromium.org | 2010-02-20 | 1 | -0/+60 |
* | Move pref_{member,service} and important_file_writer from chrome/common | phajdan.jr@chromium.org | 2010-02-19 | 1 | -1/+1 |
* | Send suggestions from the AutoFillManager to the AutoFillSuggestionsPopup in ... | jhawkins@chromium.org | 2010-02-18 | 1 | -0/+74 |
* | Relanding r38479. The underlying memory leak in WebKit has been fixed. | jhawkins@chromium.org | 2010-02-17 | 1 | -1/+13 |
* | Revert 38479 - Send forms seen in the renderer to the AutoFillManager. | dglazkov@chromium.org | 2010-02-11 | 1 | -13/+1 |
* | Check for personal_data_ being NULL, as this is the case when we're OTR. | jhawkins@chromium.org | 2010-02-09 | 1 | -3/+9 |
* | Send forms seen in the renderer to the AutoFillManager. | jhawkins@chromium.org | 2010-02-09 | 1 | -1/+13 |
* | Remove the AutoFillManager as an observer of the PersonalDataManager in the c... | jhawkins@chromium.org | 2010-02-06 | 1 | -0/+1 |
* | Implement adding, updating and removing credit cards from the web database th... | jhawkins@chromium.org | 2010-01-25 | 1 | -5/+3 |