DescriptionCreating class for processing of keypress events.
This CL includes
1.Making ChromePasswordManagerClient to be InputEventObserver
2.ChromePasswordManagerClient subscribes itself on InputEvents on navigation of main frame.
3.Implementing class PasswordReuseDetectionManager, that will manage all password reuse relate stuff. Currently it saves only keystrokes in string.
4.Client propagates keystrokes to PasswordReuseDetectionManager
Calling PasswordStore for verification of password reuse will be done in later CLs.
BUG=657041
Committed: https://crrev.com/603e76750872611703d70a2baf397466f6e732b2
Cr-Commit-Position: refs/heads/master@{#440751}
Patch Set 1 #Patch Set 2 : Rebase and some improvements #Patch Set 3 : Procesing WebInputEvent::Char #Patch Set 4 #Patch Set 5 : Refactoring,tests,pretifying #Patch Set 6 : Client is webInputEventObserver #Patch Set 7 : pretifying #Patch Set 8 : pretifying #Patch Set 9 : fix #
Total comments: 22
Patch Set 10 : Addressed comments #Patch Set 11 : tiny fix #Patch Set 12 : tiny fix #
Total comments: 4
Patch Set 13 : Addressed comments #Patch Set 14 : removed Unused var #
Total comments: 2
Patch Set 15 : comment fix #
Messages
Total messages: 32 (22 generated)
|