summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill
Commit message (Expand)AuthorAgeFilesLines
* Convert URLFetcher::Delegates to use an interface in content/public/common. A...jam@chromium.org2011-10-243-9/+12
* Fix an Autofill crash caused by accessing the g_browser_process on the DB thr...isherman@chromium.org2011-10-228-17/+66
* Don't pass around ScopedVectors(), prefer passing std::vector instead.isherman@chromium.org2011-10-219-34/+36
* Revert r106646 "Don't pass around ScopedVectors(), prefer passing std::vector...maruel@chromium.org2011-10-219-36/+34
* Don't pass around ScopedVectors(), prefer passing std::vector instead.isherman@chromium.org2011-10-219-34/+36
* Clean up phone_number_i18n code.isherman@chromium.org2011-10-193-181/+57
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-192-8/+9
* Autofill: Add "U.S.A." as a variant spelling for the United States.isherman@chromium.org2011-10-191-0/+1
* Eschew Autofill crash if requested variant is unavailable for filling.isherman@chromium.org2011-10-192-4/+30
* Move notification_source from content/common to content/browser/public and pu...jam@chromium.org2011-10-192-11/+13
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-193-22/+22
* base/win: small improvement to RegKey API.tfarina@chromium.org2011-10-181-2/+2
* Move content_notification_types.h from content\common to content\public\brows...jam@chromium.org2011-10-181-1/+1
* Fix for 97741: AutofillDownloadManager should not use deprecated GetDefaultRe...georgey@chromium.org2011-10-172-70/+42
* Suppress flaky auto-fill test: AutofillTest.AutofillFormWithNonAutofillableF...twiz@chromium.org2011-10-131-1/+11
* Pass some params by const-reference, not const-pointerisherman@chromium.org2011-10-121-9/+9
* Fix up Autofill GUID computation to support multiple AddressBook addresses in...isherman@chromium.org2011-10-102-37/+61
* Remove FieldTypeSubGroups from the AutofillType class.isherman@chromium.org2011-10-079-203/+74
* When Autofilling a non-default variant for a multi-valued profile field, use ...isherman@chromium.org2011-10-073-100/+118
* Revert 104383 - Remove FieldTypeSubGroups from the AutofillType class.tim@chromium.org2011-10-069-74/+203
* Remove FieldTypeSubGroups from the AutofillType class.isherman@chromium.org2011-10-069-203/+74
* [Mac] Autofill: Avoid aggregating duplicates of AddressBook profilesisherman@chromium.org2011-10-053-2/+78
* Move a bunch of non-shared methods out of the FormGroup class.isherman@chromium.org2011-10-058-193/+46
* Don't show the "Save credit card for Autofill?" infobar unnecessarily.isherman@chromium.org2011-10-046-49/+116
* autofill: Include iosfwd in some header files.tfarina@chromium.org2011-10-024-2/+6
* more content exports needed for unit_tests and browser_tests.dpranke@chromium.org2011-09-301-2/+2
* Move infobar handling to a tab helper.avi@chromium.org2011-09-306-17/+23
* Autofill: Support 'full names' that are lacking a first or a middle name.isherman@chromium.org2011-09-294-38/+95
* Autofill: Ignore gift cards when filling credit card infoisherman@chromium.org2011-09-284-3/+17
* Autofill: Recognize <select> fields as viable options for combined credit car...isherman@chromium.org2011-09-271-2/+5
* Autofill: Expand the "name on card" regex a little further.isherman@chromium.org2011-09-271-1/+1
* GTTF: Remove super-flaky ui_test_utils functions and fix callers.phajdan.jr@chromium.org2011-09-271-1/+5
* Update Autofill renderer code to ignore non-Autofillable fields in some addit...isherman@chromium.org2011-09-271-28/+72
* Autofill should prompt to save credit card info even when no name is present ...isherman@chromium.org2011-09-272-6/+5
* Expand Autofill's "name on card" regex to cover walmart.com's checkout form.isherman@chromium.org2011-09-271-1/+1
* Coverity: Fix uninitialized member variables.kmadhusu@chromium.org2011-09-271-1/+3
* AutofillMergeTest doesn't need scoped_ptr for PersonalDataManager mockdhollowa@chromium.org2011-09-261-7/+5
* Profile shouldn't own PersonalDataManagerdhollowa@chromium.org2011-09-2310-69/+213
* Update OnURLFetchComplete() to use new params in AutofillDownloadManager.skerner@chromium.org2011-09-233-56/+36
* Allow word separators in a few more Autofill regexes.isherman@chromium.org2011-09-223-59/+64
* Don't ask the browser for Autofill suggestions for non-autofillable form fields.isherman@chromium.org2011-09-222-10/+20
* Add logging for submitted Autofill field types.isherman@chromium.org2011-09-211-0/+3
* Ignore crowd-sourced fax number detection.isherman@chromium.org2011-09-213-2/+16
* Autofill: Remove fax number completely.jhawkins@chromium.org2011-09-1733-966/+271
* Autofill/Valgrind: Fix a leak in AutofillDownloadTest.jhawkins@chromium.org2011-09-162-114/+131
* Make autofill regular expressions unicode again.tony@chromium.org2011-09-158-977/+411
* This broke lots of layout tests on OSX.levin@chromium.org2011-09-151-0/+1
* Updated *.pak file format to support both UTF8 and UTF16adriansc@chromium.org2011-09-151-1/+0
* Revert 100973 - Updated *.pak file format to support both UTF8 and UTF16dhollowa@chromium.org2011-09-141-0/+1
* Updated *.pak file format to support both UTF8 and UTF16adriansc@chromium.org2011-09-131-1/+0