summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill
Commit message (Expand)AuthorAgeFilesLines
* net: Remove typedef net::URLRequestStatus URLRequestStatus;tfarina@chromium.org2011-01-132-10/+15
* Cleanup: Remove unneeded includes of pref_names.hthestig@chromium.org2011-01-135-6/+0
* Add autofill metrics to dig into the failure case.isherman@chromium.org2011-01-135-17/+204
* Coverity: Fix unchecked return values.kmadhusu@chromium.org2011-01-121-3/+5
* Autofill i18n heuristics regular expressions should include credit cardsdhollowa@chromium.org2011-01-111-4/+4
* Revert 71002 since it didn't fix things - Create PersonalDataManager lazily s...jam@chromium.org2011-01-112-26/+28
* Create PersonalDataManager lazily since it seems to be using a huge amount of...jam@chromium.org2011-01-112-28/+26
* Cleanup: Remove unneeded includes of chrome_switches.h.thestig@chromium.org2011-01-111-2/+4
* Remove the stubbed out headers in chrome/browser/views.msw@chromium.org2011-01-101-4/+4
* Don't create a WebDataService in AutoFillManagerTest tests, since that object...jam@chromium.org2011-01-101-3/+0
* Make RenderViewHost not know about AutoFill and AutoComplete.jam@chromium.org2011-01-105-215/+293
* Fix for bug 68588" crash occurs if the first run when mode is incognitogeorgey@chromium.org2011-01-071-0/+3
* Autofill heuristics regular expressions should be localizeddhollowa@chromium.org2011-01-072-30/+35
* net: Add namespace net to the remaining files under url_request directory.tfarina@chromium.org2011-01-062-8/+9
* Autofill heuristics regular expressions should be stored in external data files.dhollowa@chromium.org2011-01-057-66/+216
* Fixing the autofill unit tests.lipalani@chromium.org2011-01-052-0/+20
* DOMUI: Display the appropriate CC icon in the AutoFill credit card list.jhawkins@chromium.org2011-01-052-12/+22
* Move base/mac_util.h to base/mac and use the base::mac namespace.brettw@chromium.org2011-01-013-6/+6
* 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