summaryrefslogtreecommitdiffstats
path: root/components/autofill
Commit message (Expand)AuthorAgeFilesLines
* Recording in UMA when a user interacted with an address form or a credit card...waltercacau2015-02-056-27/+568
* Fix two focus regressions in chrome://settings/autofillEditAddress page.bondd2015-02-041-0/+3
* Rename PasswordForm::is_zero_click to PasswordForm::skip_next_zero_click.vasilii2015-02-042-6/+7
* Add sync experiment flag for wallet datatype.estade2015-02-035-3/+27
* Minor changes to RealPanClient to get a bit fartherestade2015-02-033-49/+27
* [Autofill] Take into account autocomplete prediction in Quality* metricsmathp2015-02-032-0/+96
* [Password Generation] Fix bug where the same form may not compare as equalgcasto2015-01-312-4/+1
* partial PageClickTracker migration to RenderFrameObserverestade2015-01-304-31/+76
* [android] Autofill popup behavior fixes.rouslan2015-01-291-6/+1
* Autofill: Set requirements for number of recognized fields in an autofillable...thestig2015-01-2811-114/+146
* autofill - Keep showing form preview while card unmasking prompt is up.estade2015-01-276-14/+11
* [Password Generation] Remove reference to a fixed bug.gcasto2015-01-271-1/+1
* Autofill - show expiration date in CVC prompt when card is expired. (Views)estade2015-01-273-4/+12
* Add OAuth2 token to RealPanRequest.estade2015-01-267-19/+120
* Add status to server credit cards.estade2015-01-265-8/+82
* Add RealPanWalletClient for handling card unmasking requests.estade2015-01-245-1/+226
* Add missing comment from 354304bc08fc69Evan Stade2015-01-231-0/+3
* Add RenderFrameObserver::FocusedNodeChangedestade2015-01-232-14/+1
* Make single-click autofill default on Androidestade2015-01-231-2/+11
* Autofill - don't respect autocomplete="off" for mac address book orestade2015-01-222-2/+2
* Minor changes to still-unfinal chrome://settings/autofill wallet UIestade2015-01-224-1/+10
* [Android] Show autofill popup after animation.rouslan2015-01-226-57/+56
* Disable credit card scanning by default.rouslan2015-01-211-2/+2
* Fix ipc fuzzer build, remove superfluous semicolon.Abhishek Arya2015-01-211-1/+1
* autofill: bumped pickle version of FormFieldDataljagielski2015-01-212-3/+72
* Remove RenderViewObserver::Resized (try 2)estade2015-01-219-16/+28
* [PasswordManager] Do not save change password formsvabr2015-01-206-6/+15
* [autofill] Credit card scanning fixes and enhancements.rouslan2015-01-171-2/+9
* Changes to android autofill preferences for wallet integrationestade2015-01-142-0/+14
* Autofill - don't show server cards in android preferencesestade2015-01-132-0/+8
* [Autofill] Componentize AutofillCCInfoBarDelegate.pritam.nikam2015-01-137-0/+204
* Autofill: Fix Land's End multiple address line case.thestig2015-01-131-1/+1
* fix typo from 4660f1d3estade2015-01-131-1/+1
* Autofill - after failing to unmask card, clear form preview.estade2015-01-123-1/+12
* Autofill - Fill CVC when the user has just used it to unmask a card.estade2015-01-122-44/+55
* Autofill: Improve inferring labels from div/td tags.thestig2015-01-101-7/+39
* [Password Generation] Examine multiple local heuristics matches to find corre...gcasto2015-01-092-46/+82
* Save password prompt on in-page navigation moved behind flagdvadym2015-01-094-0/+14
* PasswordFormManager should not read from store for signup and change password...vabr2015-01-092-0/+3
* [Password Generation] Require full form match to allow generationgcasto2015-01-091-11/+1
* Log password manager UI state changesvabr2015-01-092-0/+3
* Autofill - Improve preview of masked Wallet cards.estade2015-01-091-1/+7
* Make --enable-wallet-card-import (and its absence) more comprehensive.estade2015-01-092-2/+45
* Make IsLocalDuplicateOfServerCard separator-insensitiveestade2015-01-092-1/+4
* Autofill: improve handling of nameless, ID-less inputs.estade2015-01-081-29/+43
* Launch a new test instance for every test case in FormStructureBrowserTest.Evan Stade2015-01-082-14/+26
* Autofill: Recognize the CVC field on Apple's checkout page.thestig2015-01-081-1/+2
* Hide duplicate credit card suggestions in Autofill dropdown.estade2015-01-085-28/+227
* Use server cards from database in Autofill dropdown.estade2015-01-0810-59/+211
* Save autofilled not last typed username in PasswordManagerdvadym2015-01-071-3/+10