summaryrefslogtreecommitdiffstats
path: root/components/autofill
Commit message (Expand)AuthorAgeFilesLines
* Un-refcount AutofillWebData and TokenWebDatacaitkp@chromium.org2013-06-087-92/+74
* [PasswordAutofill] Only autofill passwords into <input type="password"> fieldsgcasto@chromium.org2013-06-082-2/+10
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-06-081-4/+5
* Use a direct include of utf_string_conversions.h in chrome_frame/, chromeos/,...avi@chromium.org2013-06-0769-69/+69
* Revert 204916 "Autofil Dialog: Do not allow user input un suppor..."kuan@chromium.org2013-06-073-43/+24
* Autofil Dialog: Do not allow user input un supported card number in wallet mode.benquan@chromium.org2013-06-073-24/+43
* In components/autofill, move browser/risk/ to content/browser/risk/blundell@chromium.org2013-06-074-8/+67
* In components/autofill, move renderer/ to content/rendererblundell@chromium.org2013-06-0615-60/+81
* Add TestBrowserThreadBundle into RenderViewHostTestHarness. Kill some unneces...ajwong@chromium.org2013-06-066-128/+43
* rAc: fill in "shipping name" when the user has selected "same as billing"estade@chromium.org2013-06-061-1/+1
* Autofill support for separate billing address phone numberdgwallinga@chromium.org2013-06-0610-30/+89
* Handling CHOOSE_ANOTHER_INSTRUMENT_OR_ADDRESS by re-fetching WalletItems.dbeam@chromium.org2013-06-061-1/+1
* C++ readability review for ishermanisherman@chromium.org2013-06-052-75/+73
* Highlight fields we know to be invalid but have no way of locally checking.dbeam@chromium.org2013-06-042-0/+9
* Stop offering Autocheckout bubble on the forms of no interest to Autocheckout.ramankk@chromium.org2013-06-046-39/+139
* Display notification in rAc dialog when talking to other than production wall...dbeam@chromium.org2013-06-043-0/+25
* Autocheckout: parse multiple clicks setting in autofill response.benquan@chromium.org2013-06-044-25/+125
* Carts are deprecated by the latest version of the serverahutter@chromium.org2013-06-046-127/+0
* Update components/ to use scoped_refptr<T>::get() rather than implicit "opera...rsleevi@chromium.org2013-06-026-10/+10
* Hang SyncableServices off AutofillBackend, since they are on the DB thread al...caitkp@chromium.org2013-06-014-31/+42
* Autofill:rAc: Wrongly assumed that the is_minimal_address field is a json str...ramankk@chromium.org2013-05-312-7/+7
* Enable UI for possible username selection via Finch experiment.gcasto@chromium.org2013-05-316-11/+131
* Use base::MessageLoop in more files.xhwang@chromium.org2013-05-301-4/+4
* Determine card egilibility by card.status from server only.benquan@chromium.org2013-05-301-1/+2
* Update references to Blink's Platform API headers (remaining)abarth@chromium.org2013-05-308-14/+14
* [Autofill] Pass struct by const-reference.isherman@chromium.org2013-05-302-2/+2
* Make suggestions invalid when no phone number is attached to a Wallet address...dbeam@chromium.org2013-05-301-1/+1
* Remember the initial checked state of {radiobutton|checkbox}. If autofill flo...ramankk@chromium.org2013-05-291-0/+1
* Making credit card number un-editable in Wallet mode.dbeam@chromium.org2013-05-291-2/+1
* Relanding "chrome/browser: Remove unnecessary entries from DEPS files."tfarina@chromium.org2013-05-291-2/+0
* Revert 202729 "chrome/browser: Remove unnecessary entries from D..."akalin@chromium.org2013-05-291-0/+2
* chrome/browser: Remove unnecessary entries from DEPS files.tfarina@chromium.org2013-05-291-2/+0
* Field's server type mapping (using Autofill server response) for forms with c...ramankk@chromium.org2013-05-283-10/+69
* Fix AutofillDialogCocoaBrowserTest, AutofillMetricsTest.avi@chromium.org2013-05-281-1/+5
* Autofill dialog: don't save duplicate shipping addresses to Wallet.benquan@chromium.org2013-05-254-23/+95
* Load and send Wallet Risk params after user has agreeddbeam@chromium.org2013-05-241-2/+2
* Make Autofill SyncableServices use a backend interface for DB work, rather th...caitkp@chromium.org2013-05-246-57/+32
* Autofill:requestAutocomplete: Enable prompting for complete address when inst...ramankk@chromium.org2013-05-237-27/+90
* Move GPU device/driver info related code from content to gpu.zmo@chromium.org2013-05-232-2/+3
* Fixing risk on Android (no plugins yet).dbeam@chromium.org2013-05-231-5/+9
* Adding myself to components/autofill/browser/wallet/OWNERSdbeam@chromium.org2013-05-231-0/+1
* Changing gaia_id in risk/fingerprint.proto to a uint64 rather than int64 (asdbeam@chromium.org2013-05-233-21/+21
* [Autofill] Only show verified profiles and cards in the Autofill dialog.isherman@chromium.org2013-05-232-0/+43
* Remove a deprecated method from AutofillTable.isherman@chromium.org2013-05-234-88/+15
* [Autofill] Explicitly pass guid and origin to AutofillDataModel constructors,...isherman@chromium.org2013-05-233-149/+157
* Handle invalid instrument and AMEX from wallet in autofill dialog.benquan@chromium.org2013-05-233-6/+32
* Remove references to Profile from browser_context_keyed_service.phajdan.jr@chromium.org2013-05-222-2/+2
* [Autofill] Add French Canadian regex for email.isherman@chromium.org2013-05-221-0/+1
* Revert 201451 "Autofill:requestAutocomplete: Enable prompting fo..."akalin@chromium.org2013-05-227-83/+30
* Autofill:requestAutocomplete: Enable prompting for complete address when inst...ramankk@chromium.org2013-05-227-30/+83