DescriptionSynthesize proper keyIdentifier for devtools protocol key events.
When bug 472077 moved devtools protocol key handling to browser one part
of code that sythesized keyIdentifier was lost (it was prevoiusly
handled in InspectorInputClient::dispatchKeyEvent and removed in
https://codereview.chromium.org/1063653002/patch/40001/50004). Restore
that functionality else sending some key events (like enter) is not
handled correctly.
BUG=
Committed: https://crrev.com/387858480cc7aec410fe8c776ccc15abfaf873ae
Cr-Commit-Position: refs/heads/master@{#331546}
Patch Set 1 #Patch Set 2 : Added browser test #Patch Set 3 : Line endings #Patch Set 4 : More line endings.... #
Total comments: 2
Patch Set 5 : Minor style fix: keyIdentifier -> key_identifier #Patch Set 6 : Do all the queued work when message is dispatched synchronously in test. #Patch Set 7 : Attempt to fix test flakiness. #
Messages
Total messages: 27 (11 generated)
|