summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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