| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Add PhoneNumber, a form group that stores phone numbers. | jhawkins@chromium.org | 2010-01-07 | 4 | -0/+381 |
* | Add CreditCard, a form group that stores credit card information. | jhawkins@chromium.org | 2010-01-06 | 2 | -0/+522 |
* | Add AddressField, a form group that stores address information. | jhawkins@chromium.org | 2010-01-04 | 2 | -0/+370 |
* | Implement ContactInfo, the FormGroup that stores contact information. | jhawkins@chromium.org | 2010-01-04 | 5 | -6/+471 |
* | Add FormGroup, an interface that represents a collection of form fields group... | jhawkins@chromium.org | 2009-12-22 | 1 | -0/+52 |
* | Set the address field type based on how many address fields we encountered. | jhawkins@chromium.org | 2009-12-19 | 1 | -0/+27 |
* | Implement NameField, a FormField that matches a name field in a form. | jhawkins@chromium.org | 2009-12-17 | 3 | -4/+234 |
* | Fix the ARM build. Clarify the logic with parentheses. | jhawkins@chromium.org | 2009-12-16 | 1 | -2/+2 |
* | Implement CreditCardField, a FormField that matches a credit card field in a ... | jhawkins@chromium.org | 2009-12-16 | 3 | -1/+219 |
* | Implement AddressField, a FormField that matches a set of address fields in a... | jhawkins@chromium.org | 2009-12-15 | 3 | -2/+403 |
* | Implement PhoneField, a FormField that matches a phone number field in a form. | jhawkins@chromium.org | 2009-12-11 | 3 | -0/+160 |
* | autofill: Add the FormField interface. Classes that implement the FormField ... | jhawkins@chromium.org | 2009-12-09 | 11 | -15/+539 |
* | Implement AutoFillType, the high-level description of AutoFill types. | jhawkins@chromium.org | 2009-11-21 | 2 | -0/+187 |
* | Fixes almost all of the rest of lint errors in the chrome/ directory (minus t... | erg@google.com | 2009-11-13 | 1 | -1/+1 |
* | Add a stub implementation of PersonalDataManager, the connection between the ... | jhawkins@chromium.org | 2009-11-06 | 4 | -6/+78 |
* | Implement FormStructure and an initial method, EncodeUploadRequest. This als... | jhawkins@chromium.org | 2009-11-04 | 7 | -3/+387 |
* | Add initial implementation of AutoFill++. This implementation is hidden behi... | jhawkins@chromium.org | 2009-10-28 | 4 | -0/+207 |