summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill
Commit message (Expand)AuthorAgeFilesLines
* Move l10n_util to ui/baseben@chromium.org2011-01-2119-19/+19
* Cleanup: de-inline a bunch of classes, rename and move "PluginInstaller" to "...pkasting@chromium.org2011-01-212-31/+18
* Clean up WebNavigationObserver by taking out password specific callbacks, and...jam@chromium.org2011-01-212-4/+12
* Add OWNERS files to autofill, notifications and speech subdirs.tfarina@chromium.org2011-01-211-0/+2
* Move the TestSink for doing IPC tests from chrome/common into IPC and create ...brettw@google.com2011-01-201-1/+1
* Move ResourceBundle, DataPack to ui/baseben@chromium.org2011-01-204-4/+4
* Refactoring of upload, form saving, and UMA logging.dhollowa@chromium.org2011-01-205-68/+67
* Move a bunch of random other files to src/ui/baseben@chromium.org2011-01-202-2/+2
* Update references part 3: remaining files in chrome/...msw@chromium.org2011-01-192-6/+6
* Regkey functions return error code instead of boolamit@chromium.org2011-01-192-6/+7
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-173-4/+4
* Cleanup: Remove unneeded chrome/browser/prefs/pref_service.h usage.thestig@chromium.org2011-01-153-3/+0
* Add two new autofill browser tests.isherman@chromium.org2011-01-141-67/+136
* Cleanup: Remove unneeded chrome/browser/ui/browser.h usage.thestig@chromium.org2011-01-131-4/+4
* Move app/key* to ui/base/keycodes/*ben@chromium.org2011-01-131-4/+4
* 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