summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/autofill
Commit message (Expand)AuthorAgeFilesLines
* [Password Manager] Relax matching for username overrides.gcasto2015-04-161-0/+11
* Remove --respect-autocomplete-off-autofill flag.estade2015-04-074-220/+47
* [Password Generation] Enabled generation if autocomplete attributes are setgcasto2015-04-021-0/+49
* Processing USERNAME reply from Autofill server in Password Managerdvadym2015-04-011-0/+75
* Autofill: Search for standalone label tags while looking through divs.thestig2015-03-171-0/+21
* Autofill: Fix broken DCHECK from r320637.thestig2015-03-171-0/+14
* Autofill: Improve table row matching algorithm.thestig2015-03-141-3/+49
* Save the last from autofilled or user-typed username/password.dvadym2015-03-131-0/+50
* Re-enable Android autofill tests.rouslan2015-03-121-5/+0
* [Autofill] Support forms submitted via JavaScript in feedback loop.mathp2015-03-061-66/+75
* Revert of Autofill: Disable autofill for fields outside of forms. (patchset #...thestig2015-03-022-21/+19
* Autofill: Disable autofill for fields outside of forms.thestig2015-02-272-19/+21
* [autofill] Show autofill popup when tapping near input's edge.rouslan2015-02-171-1/+47
* partial PageClickTracker migration to RenderFrameObserverestade2015-01-301-1/+2
* [Android] Show autofill popup after animation.rouslan2015-01-222-53/+135
* [Password Generation] Examine multiple local heuristics matches to find corre...gcasto2015-01-091-2/+17
* [Password Generation] Require full form match to allow generationgcasto2015-01-091-17/+64
* Save autofilled not last typed username in PasswordManagerdvadym2015-01-071-0/+21
* Remove FrameDetached and FrameWillClose listeners from AutofillAgent.estade2015-01-061-45/+0
* Fixes password field being incorrectly marked as autofilled.jww2015-01-051-2/+34
* Make callers of CommandLine use it via the base:: namespace, and remove the g...avi2014-12-252-6/+6
* Update legacy Tuple-using code.Avi Drissman2014-12-223-40/+41
* Tests in browser_tests target should use ChromeRenderViewTest as the base class.vivek.vg2014-12-221-4/+4
* Save username and password on each user typing.dvadym2014-12-191-0/+25
* Move WillSubmitForm to RenderFrameObserver.estade2014-12-181-6/+6
* Fill-on-select for password forms without a usernamevabr2014-12-171-5/+69
* Autofill: one FormCache per WebFrame.estade2014-12-151-45/+45
* Autofill: Modify various utility function to deal with unowned form fields.thestig2014-12-131-1193/+1437
* Fill on account select in the password manager behind a flagjww2014-12-121-2/+123
* Autofill: Add some helper function to make getting elements by id less tedious.thestig2014-12-111-120/+74
* Autofill: Move test only methods to test file and remove some dead code.thestig2014-12-111-7/+51
* Support for password manager suggestions on password fields.jww2014-12-091-2/+4
* Autofill: Add a test for dynamically added input elements that are not part o...thestig2014-12-081-6/+54
* [Password Generation] Remove requirement that generation fields are visiblegcasto2014-12-031-2/+2
* Refactor Autofill for out of process iframes (OOPIF).estade2014-12-022-22/+37
* Autofill: Treat all fieldsets not owned by forms as a separate form.thestig2014-12-021-50/+191
* Password Manager: Save the last user-typed usernamedvadym2014-11-251-19/+28
* Ignore autocomplete="off" for Autofill data by default.estade2014-11-171-32/+110
* Cleanup: Remove FormWithElementIsAutofilled(). It's not used.thestig2014-11-111-29/+0
* [Password manager] Replace the FormFieldData vector from autofill::FormData w...pritam.nikam2014-11-111-8/+7
* [Password Autofill] Update bug number for fixing one click popup on Android.gcasto2014-11-111-1/+1
* Cleanup autofill::FormCache a bit.thestig2014-11-071-58/+33
* Don't use FormFieldData only as a key in a mapvabr2014-11-051-6/+8
* Reland "Do not haul suggestions back to browser in AutofillHostMsg_ShowPasswo...vabr2014-11-051-41/+16
* Remove flag to disable ignore autocomplete='off' for password forms.jww2014-11-041-94/+0
* [Password Autofill] Disable one click popup on Android.gcasto2014-11-041-0/+5
* [Password Generation] Send onchange event when password is filledgcasto2014-11-031-1/+29
* Revert of Do not haul suggestions back to browser in AutofillHostMsg_ShowPass...kareng2014-11-031-16/+41
* Do not haul suggestions back to browser in AutofillHostMsg_ShowPasswordSugges...vabr2014-10-311-41/+16
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-285-11/+11