| Commit message (Expand) | Author | Age | Files | Lines |
* | AutoFill dialog UI polish. Based on feedback from thakis. | dhollowa@chromium.org | 2010-02-26 | 4 | -2/+25 |
* | Only load text fields in the form structure. This prevents us from trying to... | jhawkins@chromium.org | 2010-02-25 | 2 | -12/+108 |
* | Linux: Move some duplicated code to gtk_util::CreateBoldLabel and LeftAlignMisc. | mattm@chromium.org | 2010-02-24 | 1 | -10/+2 |
* | Fix for tab key view loop issue with Autofill dialog. | dhollowa@chromium.org | 2010-02-24 | 5 | -16/+28 |
* | Remove FormField::priority as it's not used by AutoFill++. | jhawkins@chromium.org | 2010-02-23 | 6 | -19/+0 |
* | Remove dead code from AutoFill++ that are vestiges of the toolbar autofill. | jhawkins@chromium.org | 2010-02-23 | 3 | -10/+1 |
* | These changes connect the AutoFill UI on the Mac with the back-end data store... | dhollowa@chromium.org | 2010-02-23 | 13 | -86/+739 |
* | Fix a crash in FormStructure when parsing a form with zero fields. Use field... | jhawkins@chromium.org | 2010-02-23 | 1 | -4/+5 |
* | Remove the --enable-new-autofill switch. This enables the AutoFillManager to... | jhawkins@chromium.org | 2010-02-23 | 2 | -11/+19 |
* | Add tests for BillingAddress::GetPossibleFieldTypes. Fix a few issues that p... | jhawkins@chromium.org | 2010-02-22 | 4 | -40/+356 |
* | AutoFill forms. We do this by responding to a message from WebKit which send... | jhawkins@chromium.org | 2010-02-20 | 4 | -0/+84 |
* | Move pref_{member,service} and important_file_writer from chrome/common | phajdan.jr@chromium.org | 2010-02-19 | 2 | -2/+2 |
* | Send suggestions from the AutoFillManager to the AutoFillSuggestionsPopup in ... | jhawkins@chromium.org | 2010-02-18 | 2 | -0/+77 |
* | Relanding r38479. The underlying memory leak in WebKit has been fixed. | jhawkins@chromium.org | 2010-02-17 | 2 | -2/+17 |
* | Linux: Implement the new AutoFill section of the Options dialog. | jhawkins@chromium.org | 2010-02-17 | 1 | -3/+4 |
* | Adding UI behavioral improvements for managing tabbing between form fields wh... | dhollowa@chromium.org | 2010-02-16 | 2 | -0/+41 |
* | Adding summary string generation for the AutoFill feature. | dhollowa@chromium.org | 2010-02-13 | 11 | -141/+528 |
* | Autofill dialog for the Mac. This is UI only at this point. The UI is not h... | dhollowa@chromium.org | 2010-02-12 | 16 | -5/+1038 |
* | Revert 38479 - Send forms seen in the renderer to the AutoFillManager. | dglazkov@chromium.org | 2010-02-11 | 2 | -18/+3 |
* | Reland r38570. The underlying bug has been fix. | jhawkins@chromium.org | 2010-02-11 | 1 | -1/+1 |
* | Dialog showed now only if profiles are loaded - if not it waits until they are. | georgey@chromium.org | 2010-02-10 | 2 | -10/+32 |
* | Fix a crash when parsing address fields. It's possible we've run out of fiel... | jhawkins@chromium.org | 2010-02-10 | 1 | -0/+4 |
* | Revert "Move conditions of FormFields creation to FormFieldHistoryManager; | tony@chromium.org | 2010-02-10 | 1 | -1/+1 |
* | Move conditions of FormFields creation to FormFieldHistoryManager; AutoFill d... | jhawkins@chromium.org | 2010-02-10 | 1 | -1/+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 | 2 | -3/+18 |
* | Remove the AutoFillManager as an observer of the PersonalDataManager in the c... | jhawkins@chromium.org | 2010-02-06 | 1 | -0/+1 |
* | linux: build with -Wextra | evan@chromium.org | 2010-02-05 | 8 | -11/+18 |
* | Implement RemoveChars, a function to remove a list of characters from a strin... | jhawkins@chromium.org | 2010-02-05 | 1 | -1/+1 |
* | Added Credit card preview in the form ******[last four digits], Exp: [Date - ... | georgey@chromium.org | 2010-02-03 | 2 | -2/+32 |
* | Moved Autofill view to appropriate browser/views folder. | georgey@chromium.org | 2010-02-01 | 3 | -1454/+0 |
* | Finished all windows functionality for autofill dialog | georgey@chromium.org | 2010-01-29 | 4 | -146/+519 |
* | Fixes scrolling bug in autofill profiles. The problem was during | sky@chromium.org | 2010-01-29 | 1 | -1/+1 |
* | First revision of the AutoFill settings dialog. | georgey@chromium.org | 2010-01-28 | 6 | -2/+1112 |
* | Implement adding, updating and removing credit cards from the web database th... | jhawkins@chromium.org | 2010-01-25 | 9 | -109/+580 |
* | Add the ability to save and remove AutoFill profiles from the AutoFillDialog. | jhawkins@chromium.org | 2010-01-24 | 10 | -62/+625 |
* | Notify the AutoFillManager when the user clicks "Apply" or "OK". Adds an Aut... | jhawkins@chromium.org | 2010-01-21 | 7 | -51/+232 |
* | Implement initial support for saving and loading AutoFill profiles to the WebDB. | jhawkins@chromium.org | 2010-01-20 | 2 | -5/+39 |
* | Connect the 'changed' signal on the label entry and change the expander title... | jhawkins@chromium.org | 2010-01-20 | 1 | -2/+29 |
* | Added public copy constructor to AutoFillProfile to allow it to be used in st... | georgey@chromium.org | 2010-01-19 | 2 | -5/+32 |
* | Implement the remaining UI of the gtk AutoFill dialog. | jhawkins@chromium.org | 2010-01-19 | 1 | -16/+246 |
* | Simplify the gtk AutoFill dialog and bring it more in line with the mocks. | jhawkins@chromium.org | 2010-01-15 | 1 | -248/+140 |
* | Implement a bare-bones AutoFill dialog for gtk. | jhawkins@chromium.org | 2010-01-13 | 2 | -2/+374 |
* | Add the AutoFillDialog header, needed by the cross-platform implementations t... | jhawkins@chromium.org | 2010-01-12 | 1 | -0/+19 |
* | Add two AutoFill prefs. autofill.infobar_shown is true if the autofill infob... | jhawkins@chromium.org | 2010-01-11 | 3 | -8/+52 |
* | Fix a few pieces of the heuristic autofill: | jhawkins@chromium.org | 2010-01-08 | 3 | -5/+7 |
* | Implement ImportFormData and GetPossibleFieldTypes for PersonalDataManager, u... | jhawkins@chromium.org | 2010-01-08 | 6 | -5/+229 |
* | Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty... | pkasting@chromium.org | 2010-01-08 | 4 | -12/+12 |
* | Implement AutoFillProfile, a collection of form groups that stores profile in... | jhawkins@chromium.org | 2010-01-07 | 12 | -13/+220 |
* | Add HomeAddress and BillingAddress, specializations of Address. | jhawkins@chromium.org | 2010-01-07 | 2 | -0/+106 |