summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill
Commit message (Expand)AuthorAgeFilesLines
* Include auxiliary profiles when crowdsourcing autofill data.isherman@chromium.org2010-12-101-3/+4
* Cleanup: Remove needed #includes for profile.h.thestig@chromium.org2010-12-101-1/+0
* Cleanup: Remove call to DeterminePossibleFieldTypes in AutoFillManager::Parse...isherman@chromium.org2010-12-091-2/+0
* This is a continuation of http://codereview.chromium.org/5519016/, adds a new...satish@chromium.org2010-12-091-3/+6
* Add the "virtual" keyword on method overrides that are missing it.erg@google.com2010-12-082-2/+2
* AutoFillProfile: Don't clobber data on self-assignmentisherman@chromium.org2010-12-074-0/+36
* A bit of STL-ified cleanup in the PersonalDataManager codeisherman@chromium.org2010-12-041-49/+23
* Move:ben@chromium.org2010-12-0212-12/+12
* Move browser/cocoa to browser/ui/cocoaben@chromium.org2010-12-016-11/+11
* Autofill should not allow overwrite of field data when merging profile datadhollowa@chromium.org2010-11-302-7/+22
* Fix autofill detection of server data overriding heuristics.isherman@chromium.org2010-11-301-1/+2
* Once a form has been partially autofilled, autofill should only update fields...isherman@chromium.org2010-11-2911-1188/+1408
* Autofill: Be more selective when importing autofill data.isherman@chromium.org2010-11-242-32/+61
* Clean up PersonalDataManager code a wee bitisherman@chromium.org2010-11-242-24/+15
* Add UMA metrics to determine the utility of the server query responses.isherman@chromium.org2010-11-245-2/+88
* Autofill infobar doesn't come up when security code is filleddhollowa@chromium.org2010-11-243-1/+81
* Always include nonzero unique ID with autofill suggestions.isherman@chromium.org2010-11-243-54/+139
* Autofill: correctly save phone numbers split across multiple fieldsisherman@chromium.org2010-11-234-29/+88
* Autofill i18n: Develop a system for validating Autofill heuristics from HTML ...dhollowa@chromium.org2010-11-232-0/+217
* Autofill: Prefer maxLength to size attribute for form filling heuristics.isherman@chromium.org2010-11-202-7/+7
* Don't show autocomplete suggestions redundant with autofill suggestions.isherman@chromium.org2010-11-191-0/+2
* Cleanup: Include browser.h -> ui/browser.h [Final].jhawkins@chromium.org2010-11-181-2/+2
* Infobar shouldn't be prompted when we don't modify the Credit Card data that'...dhollowa@chromium.org2010-11-182-5/+13
* Cleanup: Include browser.h -> ui/browser.h [Part 4].jhawkins@chromium.org2010-11-172-4/+4
* Fix a small typo in AutoFillDownloadManager::OnURLFetchComplete.thestig@chromium.org2010-11-161-2/+2
* Display a warning when autofill is disabled for a website.isherman@chromium.org2010-11-166-137/+324
* Revert 66214 - Display a warning when autofill is disabled for a website.isherman@chromium.org2010-11-166-324/+137
* Display a warning when autofill is disabled for a website.isherman@chromium.org2010-11-166-137/+324
* Autofill form submission creates wrong addresses.dhollowa@chromium.org2010-11-114-75/+262
* Autofill form submission creates wrong credit cards.dhollowa@chromium.org2010-11-1110-29/+492
* Add valid number to CC Import unit-testgeorgey@chromium.org2010-11-111-6/+6
* Revert 65329 - Revert 65272 - Autofill heapcheck and valgrind leak in Persona...jar@chromium.org2010-11-071-8/+8
* Revert 65272 - Autofill heapcheck and valgrind leak in PersonalDataManager un...jar@chromium.org2010-11-071-8/+8
* Autofill heapcheck and valgrind leak in PersonalDataManager unit test fixeddhollowa@chromium.org2010-11-051-8/+8
* Fix for Autofill popup labels should reflect the contents of the HTML formgeorgey@chromium.org2010-11-054-29/+172
* Autofill deprecate unique_ids in favor of guids for PersonalDataManagerdhollowa@chromium.org2010-11-0412-401/+177
* Fix memory leak in FormStructuregeorgey@chromium.org2010-11-041-4/+4
* AutoFill: Fix two heuristic issues with nrm.org.jhawkins@chromium.org2010-11-023-5/+41
* AutoFill: Fix scraping a label from a div table.jhawkins@chromium.org2010-11-021-1/+1
* Import autofill toolbar decryption code into chromium - part 1 - public code.georgey@chromium.org2010-11-013-17/+130
* Rename auto_fill_editor_gtk to autofill_editor_gtkisherman@chromium.org2010-11-011-0/+0
* AutoFill: Adjust the profile labels when updating a specific profile.jhawkins@chromium.org2010-10-291-0/+3
* AutoFill: Skip past intervening empty TDs when parsing labels.jhawkins@chromium.org2010-10-291-2/+2
* Fix for: Google chrome consuming internet upload bandwidth - protecting ourse...georgey@chromium.org2010-10-294-14/+301
* AutoFill: Skip past hidden input fields when parsing forjhawkins@chromium.org2010-10-282-0/+124
* Autofill deprecate unique_ids in favor of guids for DOMUIdhollowa@chromium.org2010-10-282-37/+37
* Autofill deprecate unique_ids in favor of guids for profile and credit card u...dhollowa@chromium.org2010-10-276-63/+129
* Autofill deprecate unique_ids in favor of guids for Mac UIdhollowa@chromium.org2010-10-2713-188/+112
* Autofill address and credit card data separately.isherman@chromium.org2010-10-2611-483/+392
* autofill: Add GetCreditCardById to PersonalDataManager.tfarina@chromium.org2010-10-262-0/+13