summaryrefslogtreecommitdiffstats
path: root/components/autofill
Commit message (Expand)AuthorAgeFilesLines
* Abstract BrowserThread knowledge out of AutofillWebDataService.blundell@chromium.org2013-10-074-28/+45
* Set up trial experiment so that password generation is enabled for 10% of the...zysxqn@google.com2013-10-034-0/+34
* Abstract content::BrowserThread usage out of AutofillWebDataBackendImpl.blundell@chromium.org2013-10-033-39/+60
* retry r226004: rAc: phone number cleanupestade@chromium.org2013-10-027-40/+74
* Tighten down DEPS allowances in //components/autofill.blundell@chromium.org2013-10-014-10/+6
* Eliminate AutofillManager exposing public accessor for WebContents.blundell@chromium.org2013-10-012-7/+0
* Use production Wallet service URL by default.dbeam@chromium.org2013-10-014-16/+60
* Revert 226004 "rAc: phone number cleanup"estade@chromium.org2013-09-307-60/+35
* rAc: phone number cleanupestade@chromium.org2013-09-307-35/+60
* Clean up remaining unused globals (on mac).thakis@chromium.org2013-09-262-19/+5
* Clean up a few more unused globals.thakis@chromium.org2013-09-254-22/+0
* Handle amex_disallowed field in Wallet response.paisa@chromium.org2013-09-215-20/+58
* Clean up GaiaUrls to actually return GURLs.mnissler@chromium.org2013-09-191-1/+1
* Fix a static initializer regression.thakis@chromium.org2013-09-191-1/+1
* [rac] Show amex-specific cvc hint for saved autofill cardrouslan@chromium.org2013-09-191-23/+11
* Revert "Revert 223907 "[password generation] Upload possible account cre...""gcasto@chromium.org2013-09-1810-21/+185
* [rac] Show amex specific cvc hintrouslan@chromium.org2013-09-181-0/+18
* Revert 223907 "[password generation] Upload possible account cre..."kkania@chromium.org2013-09-1810-185/+21
* [password generation] Upload possible account creation forms via Autofillgcasto@chromium.org2013-09-1810-21/+185
* [rAc] Remove unused transaction id parameter from callback.isherman@chromium.org2013-09-186-32/+22
* Moves most files from ui/base/keycodes to ui/events/keycodessky@chromium.org2013-09-173-3/+3
* [rAc] Persist selection of newly added cards and addresses.isherman@chromium.org2013-09-1711-31/+82
* Remove default case from autofill_metrics.cc::GetFieldTypeGroupMetricisherman@chromium.org2013-09-161-6/+20
* Enable password saving for dynamic password formsguohui@chromium.org2013-09-163-1/+17
* [rAc] Add a timeout for fingerprinter data loading.isherman@chromium.org2013-09-141-50/+116
* wallet: remove unused request keysestade@chromium.org2013-09-141-5/+0
* Always upload PASSWORD type for password fields.zysxqn@google.com2013-09-132-10/+26
* rAc: suppress promos in sign in pageestade@chromium.org2013-09-131-0/+2
* add missing #include of <algorithm>, needed on VS2013 for std::minscottmg@chromium.org2013-09-131-0/+1
* Increase the maximum number of form fields we are willing to parse for Autofill.isherman@chromium.org2013-09-131-1/+1
* rAc: Remove unused Edit functionality.estade@chromium.org2013-09-122-4/+9
* rAc: Wallet: Add metrics for malformed responses.ramankk@chromium.org2013-09-125-7/+44
* rAc: Wallet: UMA for wallet response codes.ramankk@chromium.org2013-09-113-0/+10
* "Do you want Google Chrome to remember this password?" bar disappears quickly...jdomingos@chromium.org2013-09-103-1/+74
* Move PasswordForm from //content to //autofill.blundell@chromium.org2013-09-0918-53/+301
* [rAc] Move email address into billing address section.isherman@chromium.org2013-09-072-17/+14
* Generate passwords only for the forms that autofill server classifies one of ...zysxqn@google.com2013-09-0612-28/+130
* Revert 221713 "rAc: Wallet: UMA for wallet response codes."fgorski@chromium.org2013-09-063-10/+0
* rAc: Wallet: UMA for wallet response codes.ramankk@chromium.org2013-09-063-0/+10
* [rAc] Reset the user's selection to the new default when the default Wallet i...isherman@chromium.org2013-09-063-3/+16
* rAc: Get rid of dialog type in rAc, there is only one type left now.ramankk@chromium.org2013-09-0413-159/+54
* Move password_form_conversion_utils out of //content into //autofill.blundell@chromium.org2013-09-046-10/+188
* Remove dangling defines for ParseAutofillFlow tests.ramankk@chromium.org2013-09-041-7/+0
* Remove autocheckout code.ramankk@chromium.org2013-08-3048-4511/+163
* Move ReadFileToString to the base namespace.brettw@chromium.org2013-08-301-1/+1
* [password autofill] Add serialization for FormData and FormFieldDatagcasto@chromium.org2013-08-296-1/+302
* [Autofill] Simplify GetRawInfo() and SetRawInfo().isherman@chromium.org2013-08-295-15/+14
* rAc: Use correct location to look for buyer error type.ramankk@chromium.org2013-08-292-22/+26
* Fix autofill popup stickiness.dbeam@chromium.org2013-08-283-0/+14
* Add a missing break stmt (caught by Coverity).isherman@chromium.org2013-08-281-0/+1