summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill
Commit message (Expand)AuthorAgeFilesLines
* Move base/cocoa_protocols_mac.h to base/mac/cocoa_protocols.hbrettw@chromium.org2010-12-231-1/+1
* Don't treat empty fields as distinguishing fields for autofillisherman@chromium.org2010-12-222-1/+15
* Autofill saves duplicate profiles and credit card info in preferencesdhollowa@chromium.org2010-12-213-36/+97
* Disable PersonalDataManagerTest.ImportFormDataNotEnoughFilledFieldsphajdan.jr@chromium.org2010-12-181-1/+2
* Add DCHECK to check that autofill server never returns UNKNOWN_TYPEisherman@chromium.org2010-12-181-0/+3
* Refactor and decompose AutoFillProfile::CreateInferredLabels()isherman@chromium.org2010-12-182-129/+122
* Remove unused function AutoFillProfile::GetHomeAddress()isherman@chromium.org2010-12-182-6/+0
* Clean up AutoFillProfile::AdjustInferredLabelsisherman@chromium.org2010-12-181-4/+6
* Cleanup: Remove unneeded includes of notification_service.h, part 2.thestig@chromium.org2010-12-171-1/+3
* Clean up AutoFillProfile::CreateInferredLabels()isherman@chromium.org2010-12-172-23/+22
* Upgrade autofill interactive_ui_test from BasicFormStructure test to I18NForm...dhollowa@chromium.org2010-12-171-55/+105
* Fix a couple of autofill typosisherman@chromium.org2010-12-171-2/+3
* Decompose and clean up code for determining which fields to draw from for Aut...isherman@chromium.org2010-12-164-118/+221
* Don't use empty fields as distinguishing fields for autofill.isherman@chromium.org2010-12-162-1/+27
* Don't show duplicate Autofill suggestions.isherman@chromium.org2010-12-163-31/+75
* Move GUID utils to src/chrome/common.sergeyu@chromium.org2010-12-156-7/+6
* Add some basic success/failure UMA logging for autofill.isherman@chromium.org2010-12-1511-82/+409
* Don't wrap string16() around ASCIIToUTF16()isherman@chromium.org2010-12-151-62/+54
* Try to always show a label with autofill suggestions.isherman@chromium.org2010-12-151-1/+1
* Before starting translation reset cache in AutoFillManager. To call Reset() f...dhollowa@chromium.org2010-12-152-91/+220
* Revert 69088 - Before starting translation reset cache in AutoFillManager. To...dhollowa@chromium.org2010-12-142-220/+91
* Before starting translation reset cache in AutoFillManager. To call Reset() f...dhollowa@chromium.org2010-12-142-91/+220
* Deinline even more destructors.erg@google.com2010-12-144-21/+40
* AutoFillField::set_heuristic_type: avoid redundant logic in DCHECKisherman@chromium.org2010-12-131-3/+6
* AutoFillProfile: don't replicate logic in Clone()isherman@chromium.org2010-12-132-12/+13
* Remove layer of indirection in PhoneNumberTestisherman@chromium.org2010-12-132-36/+11
* Even more virtual method deinlining.erg@google.com2010-12-1312-66/+131
* 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