summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill
Commit message (Expand)AuthorAgeFilesLines
* AutoFill Mac Address Book "me" card data translation.dhollowa@chromium.org2010-03-095-14/+317
* chrome 1: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-082-1/+2
* Add tests for AutoFillField.jhawkins@chromium.org2010-03-073-13/+107
* AutoFill Mac preference for enabling Address Book "me" card usage.dhollowa@chromium.org2010-03-068-20/+102
* Add more tests for BillingAddress and fix the issues found by the tests.jhawkins@chromium.org2010-03-053-74/+556
* Enable AutoFill++ by default for new profiles.jhawkins@chromium.org2010-03-051-1/+1
* Use the TestTabContents provided by RenderViewHostTestHarness instead of roll...jhawkins@chromium.org2010-03-041-4/+1
* AutoFill phone number parser changes.dhollowa@chromium.org2010-03-045-52/+185
* Add tests for AutoFillInfoBarDelegate, with a fix to only return a button lab...jhawkins@chromium.org2010-03-045-6/+141
* Fix a bug that was causing the AutoFill infobar to not show. Initially the A...jhawkins@chromium.org2010-03-032-25/+26
* Where possible, use return-by-const-ref for accessors in AutoFill data struct...jhawkins@chromium.org2010-03-0310-147/+143
* Next part of bad dependency removal (chrome/common -> chrome/browser)phajdan.jr@chromium.org2010-03-021-1/+1
* Add extra DCHECKs to the AutoFillManager class. This is follow-up for review...dhollowa@chromium.org2010-03-022-0/+10
* Check for a non-NULL PersonalDataManager when determining if AutoFill is enab...jhawkins@chromium.org2010-03-011-9/+19
* AutoFill dialog UI polish. Based on feedback from thakis.dhollowa@chromium.org2010-02-264-2/+25
* Only load text fields in the form structure. This prevents us from trying to...jhawkins@chromium.org2010-02-252-12/+108
* Linux: Move some duplicated code to gtk_util::CreateBoldLabel and LeftAlignMisc.mattm@chromium.org2010-02-241-10/+2
* Fix for tab key view loop issue with Autofill dialog.dhollowa@chromium.org2010-02-245-16/+28
* Remove FormField::priority as it's not used by AutoFill++.jhawkins@chromium.org2010-02-236-19/+0
* Remove dead code from AutoFill++ that are vestiges of the toolbar autofill.jhawkins@chromium.org2010-02-233-10/+1
* These changes connect the AutoFill UI on the Mac with the back-end data store...dhollowa@chromium.org2010-02-2313-86/+739
* Fix a crash in FormStructure when parsing a form with zero fields. Use field...jhawkins@chromium.org2010-02-231-4/+5
* Remove the --enable-new-autofill switch. This enables the AutoFillManager to...jhawkins@chromium.org2010-02-232-11/+19
* Add tests for BillingAddress::GetPossibleFieldTypes. Fix a few issues that p...jhawkins@chromium.org2010-02-224-40/+356
* AutoFill forms. We do this by responding to a message from WebKit which send...jhawkins@chromium.org2010-02-204-0/+84
* Move pref_{member,service} and important_file_writer from chrome/commonphajdan.jr@chromium.org2010-02-192-2/+2
* Send suggestions from the AutoFillManager to the AutoFillSuggestionsPopup in ...jhawkins@chromium.org2010-02-182-0/+77
* Relanding r38479. The underlying memory leak in WebKit has been fixed.jhawkins@chromium.org2010-02-172-2/+17
* Linux: Implement the new AutoFill section of the Options dialog.jhawkins@chromium.org2010-02-171-3/+4
* Adding UI behavioral improvements for managing tabbing between form fields wh...dhollowa@chromium.org2010-02-162-0/+41
* Adding summary string generation for the AutoFill feature.dhollowa@chromium.org2010-02-1311-141/+528
* Autofill dialog for the Mac. This is UI only at this point. The UI is not h...dhollowa@chromium.org2010-02-1216-5/+1038
* Revert 38479 - Send forms seen in the renderer to the AutoFillManager.dglazkov@chromium.org2010-02-112-18/+3
* Reland r38570. The underlying bug has been fix.jhawkins@chromium.org2010-02-111-1/+1
* Dialog showed now only if profiles are loaded - if not it waits until they are.georgey@chromium.org2010-02-102-10/+32
* Fix a crash when parsing address fields. It's possible we've run out of fiel...jhawkins@chromium.org2010-02-101-0/+4
* Revert "Move conditions of FormFields creation to FormFieldHistoryManager;tony@chromium.org2010-02-101-1/+1
* Move conditions of FormFields creation to FormFieldHistoryManager; AutoFill d...jhawkins@chromium.org2010-02-101-1/+1
* Check for personal_data_ being NULL, as this is the case when we're OTR.jhawkins@chromium.org2010-02-091-3/+9
* Send forms seen in the renderer to the AutoFillManager.jhawkins@chromium.org2010-02-092-3/+18
* Remove the AutoFillManager as an observer of the PersonalDataManager in the c...jhawkins@chromium.org2010-02-061-0/+1
* linux: build with -Wextraevan@chromium.org2010-02-058-11/+18
* 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