| Commit message (Expand) | Author | Age | Files | Lines |
* | Hierarchy. Hierarchy. Hierarchy!!! | avi@chromium.org | 2010-04-09 | 1 | -2/+2 |
* | Fixes for several crashing bugs ##40674,40720,40744 | georgey@chromium.org | 2010-04-09 | 2 | -17/+3 |
* | Fix for autofill profile setup through infobar where the "imported" profile w... | tim@chromium.org | 2010-04-09 | 2 | -2/+23 |
* | AutoFill: Initiate AutoFill for all fields, not just the name field. | jhawkins@chromium.org | 2010-04-09 | 3 | -78/+56 |
* | Possible fix for 40234 + changed one of the DCHECK to CHECK | georgey@chromium.org | 2010-04-08 | 1 | -2/+6 |
* | AutoFill: Only match the exact string 'mi' when matching a middle initial field. | jhawkins@chromium.org | 2010-04-08 | 3 | -2/+64 |
* | 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 | 4 | -7/+12 |
* | AutoFill: Handle NAME_MIDDLE_INITIAL when setting field info. | jhawkins@chromium.org | 2010-04-07 | 1 | -1/+1 |
* | AutoFill credit card filling when initiated from an address fill. | dhollowa@chromium.org | 2010-04-07 | 4 | -3/+264 |
* | gtk: Add the 'Learn more' link to the AutoFill dialog. | jhawkins@chromium.org | 2010-04-07 | 2 | -2/+32 |
* | AutoFill: Add a 'Learn more' link to the AutoFill InfoBar that contains a link | jhawkins@chromium.org | 2010-04-07 | 2 | -0/+21 |
* | Fix for bug #38260 AutoFill needs to obfuscate the saved credit card info in ... | georgey@chromium.org | 2010-04-06 | 2 | -3/+12 |
* | AutoFill address filling when labels are missing. | dhollowa@chromium.org | 2010-04-06 | 4 | -16/+88 |
* | 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 |