index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
renderer
/
autofill
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Password Manager] Relax matching for username overrides.
gcasto
2015-04-16
1
-0
/
+11
*
Remove --respect-autocomplete-off-autofill flag.
estade
2015-04-07
4
-220
/
+47
*
[Password Generation] Enabled generation if autocomplete attributes are set
gcasto
2015-04-02
1
-0
/
+49
*
Processing USERNAME reply from Autofill server in Password Manager
dvadym
2015-04-01
1
-0
/
+75
*
Autofill: Search for standalone label tags while looking through divs.
thestig
2015-03-17
1
-0
/
+21
*
Autofill: Fix broken DCHECK from r320637.
thestig
2015-03-17
1
-0
/
+14
*
Autofill: Improve table row matching algorithm.
thestig
2015-03-14
1
-3
/
+49
*
Save the last from autofilled or user-typed username/password.
dvadym
2015-03-13
1
-0
/
+50
*
Re-enable Android autofill tests.
rouslan
2015-03-12
1
-5
/
+0
*
[Autofill] Support forms submitted via JavaScript in feedback loop.
mathp
2015-03-06
1
-66
/
+75
*
Revert of Autofill: Disable autofill for fields outside of forms. (patchset #...
thestig
2015-03-02
2
-21
/
+19
*
Autofill: Disable autofill for fields outside of forms.
thestig
2015-02-27
2
-19
/
+21
*
[autofill] Show autofill popup when tapping near input's edge.
rouslan
2015-02-17
1
-1
/
+47
*
partial PageClickTracker migration to RenderFrameObserver
estade
2015-01-30
1
-1
/
+2
*
[Android] Show autofill popup after animation.
rouslan
2015-01-22
2
-53
/
+135
*
[Password Generation] Examine multiple local heuristics matches to find corre...
gcasto
2015-01-09
1
-2
/
+17
*
[Password Generation] Require full form match to allow generation
gcasto
2015-01-09
1
-17
/
+64
*
Save autofilled not last typed username in PasswordManager
dvadym
2015-01-07
1
-0
/
+21
*
Remove FrameDetached and FrameWillClose listeners from AutofillAgent.
estade
2015-01-06
1
-45
/
+0
*
Fixes password field being incorrectly marked as autofilled.
jww
2015-01-05
1
-2
/
+34
*
Make callers of CommandLine use it via the base:: namespace, and remove the g...
avi
2014-12-25
2
-6
/
+6
*
Update legacy Tuple-using code.
Avi Drissman
2014-12-22
3
-40
/
+41
*
Tests in browser_tests target should use ChromeRenderViewTest as the base class.
vivek.vg
2014-12-22
1
-4
/
+4
*
Save username and password on each user typing.
dvadym
2014-12-19
1
-0
/
+25
*
Move WillSubmitForm to RenderFrameObserver.
estade
2014-12-18
1
-6
/
+6
*
Fill-on-select for password forms without a username
vabr
2014-12-17
1
-5
/
+69
*
Autofill: one FormCache per WebFrame.
estade
2014-12-15
1
-45
/
+45
*
Autofill: Modify various utility function to deal with unowned form fields.
thestig
2014-12-13
1
-1193
/
+1437
*
Fill on account select in the password manager behind a flag
jww
2014-12-12
1
-2
/
+123
*
Autofill: Add some helper function to make getting elements by id less tedious.
thestig
2014-12-11
1
-120
/
+74
*
Autofill: Move test only methods to test file and remove some dead code.
thestig
2014-12-11
1
-7
/
+51
*
Support for password manager suggestions on password fields.
jww
2014-12-09
1
-2
/
+4
*
Autofill: Add a test for dynamically added input elements that are not part o...
thestig
2014-12-08
1
-6
/
+54
*
[Password Generation] Remove requirement that generation fields are visible
gcasto
2014-12-03
1
-2
/
+2
*
Refactor Autofill for out of process iframes (OOPIF).
estade
2014-12-02
2
-22
/
+37
*
Autofill: Treat all fieldsets not owned by forms as a separate form.
thestig
2014-12-02
1
-50
/
+191
*
Password Manager: Save the last user-typed username
dvadym
2014-11-25
1
-19
/
+28
*
Ignore autocomplete="off" for Autofill data by default.
estade
2014-11-17
1
-32
/
+110
*
Cleanup: Remove FormWithElementIsAutofilled(). It's not used.
thestig
2014-11-11
1
-29
/
+0
*
[Password manager] Replace the FormFieldData vector from autofill::FormData w...
pritam.nikam
2014-11-11
1
-8
/
+7
*
[Password Autofill] Update bug number for fixing one click popup on Android.
gcasto
2014-11-11
1
-1
/
+1
*
Cleanup autofill::FormCache a bit.
thestig
2014-11-07
1
-58
/
+33
*
Don't use FormFieldData only as a key in a map
vabr
2014-11-05
1
-6
/
+8
*
Reland "Do not haul suggestions back to browser in AutofillHostMsg_ShowPasswo...
vabr
2014-11-05
1
-41
/
+16
*
Remove flag to disable ignore autocomplete='off' for password forms.
jww
2014-11-04
1
-94
/
+0
*
[Password Autofill] Disable one click popup on Android.
gcasto
2014-11-04
1
-0
/
+5
*
[Password Generation] Send onchange event when password is filled
gcasto
2014-11-03
1
-1
/
+29
*
Revert of Do not haul suggestions back to browser in AutofillHostMsg_ShowPass...
kareng
2014-11-03
1
-16
/
+41
*
Do not haul suggestions back to browser in AutofillHostMsg_ShowPasswordSugges...
vabr
2014-10-31
1
-41
/
+16
*
Standardize usage of virtual/override/final specifiers.
dcheng
2014-10-28
5
-11
/
+11
[next]