summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill
Commit message (Expand)AuthorAgeFilesLines
...
* Implement RemoveChars, a function to remove a list of characters from a strin...jhawkins@chromium.org2010-02-051-1/+1
* Added Credit card preview in the form ******[last four digits], Exp: [Date - ...georgey@chromium.org2010-02-032-2/+32
* Moved Autofill view to appropriate browser/views folder.georgey@chromium.org2010-02-013-1454/+0
* Finished all windows functionality for autofill dialoggeorgey@chromium.org2010-01-294-146/+519
* Fixes scrolling bug in autofill profiles. The problem was duringsky@chromium.org2010-01-291-1/+1
* First revision of the AutoFill settings dialog.georgey@chromium.org2010-01-286-2/+1112
* Implement adding, updating and removing credit cards from the web database th...jhawkins@chromium.org2010-01-259-109/+580
* Add the ability to save and remove AutoFill profiles from the AutoFillDialog.jhawkins@chromium.org2010-01-2410-62/+625
* Notify the AutoFillManager when the user clicks "Apply" or "OK". Adds an Aut...jhawkins@chromium.org2010-01-217-51/+232
* Implement initial support for saving and loading AutoFill profiles to the WebDB.jhawkins@chromium.org2010-01-202-5/+39
* Connect the 'changed' signal on the label entry and change the expander title...jhawkins@chromium.org2010-01-201-2/+29
* Added public copy constructor to AutoFillProfile to allow it to be used in st...georgey@chromium.org2010-01-192-5/+32
* Implement the remaining UI of the gtk AutoFill dialog.jhawkins@chromium.org2010-01-191-16/+246
* Simplify the gtk AutoFill dialog and bring it more in line with the mocks.jhawkins@chromium.org2010-01-151-248/+140
* Implement a bare-bones AutoFill dialog for gtk.jhawkins@chromium.org2010-01-132-2/+374
* Add the AutoFillDialog header, needed by the cross-platform implementations t...jhawkins@chromium.org2010-01-121-0/+19
* Add two AutoFill prefs. autofill.infobar_shown is true if the autofill infob...jhawkins@chromium.org2010-01-113-8/+52
* Fix a few pieces of the heuristic autofill:jhawkins@chromium.org2010-01-083-5/+7
* Implement ImportFormData and GetPossibleFieldTypes for PersonalDataManager, u...jhawkins@chromium.org2010-01-086-5/+229
* Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty...pkasting@chromium.org2010-01-084-12/+12
* Implement AutoFillProfile, a collection of form groups that stores profile in...jhawkins@chromium.org2010-01-0712-13/+220
* Add HomeAddress and BillingAddress, specializations of Address.jhawkins@chromium.org2010-01-072-0/+106
* Add PhoneNumber, a form group that stores phone numbers.jhawkins@chromium.org2010-01-074-0/+381
* Add CreditCard, a form group that stores credit card information.jhawkins@chromium.org2010-01-062-0/+522
* Add AddressField, a form group that stores address information.jhawkins@chromium.org2010-01-042-0/+370
* Implement ContactInfo, the FormGroup that stores contact information.jhawkins@chromium.org2010-01-045-6/+471
* Add FormGroup, an interface that represents a collection of form fields group...jhawkins@chromium.org2009-12-221-0/+52
* Set the address field type based on how many address fields we encountered.jhawkins@chromium.org2009-12-191-0/+27
* Implement NameField, a FormField that matches a name field in a form.jhawkins@chromium.org2009-12-173-4/+234
* Fix the ARM build. Clarify the logic with parentheses.jhawkins@chromium.org2009-12-161-2/+2
* Implement CreditCardField, a FormField that matches a credit card field in a ...jhawkins@chromium.org2009-12-163-1/+219
* Implement AddressField, a FormField that matches a set of address fields in a...jhawkins@chromium.org2009-12-153-2/+403
* Implement PhoneField, a FormField that matches a phone number field in a form.jhawkins@chromium.org2009-12-113-0/+160
* autofill: Add the FormField interface. Classes that implement the FormField ...jhawkins@chromium.org2009-12-0911-15/+539
* Implement AutoFillType, the high-level description of AutoFill types.jhawkins@chromium.org2009-11-212-0/+187
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-131-1/+1
* Add a stub implementation of PersonalDataManager, the connection between the ...jhawkins@chromium.org2009-11-064-6/+78
* Implement FormStructure and an initial method, EncodeUploadRequest. This als...jhawkins@chromium.org2009-11-047-3/+387
* Add initial implementation of AutoFill++. This implementation is hidden behi...jhawkins@chromium.org2009-10-284-0/+207