DescriptionMake Views Textfield key handling execute commands.
Add commands similar to WebKit text editing commands.
Translate key events to commands for textfield execution.
Consolidate key handling and command execution code.
Fix unit tests.
Modify Windows behavior for CTRL+SHIFT+[BACK|DEL].
(now behaves the same as CTRL+[BACK|DEL], not no-op)
BUG=319437
TEST=No behavior changes except for CTRL+SHIFT+[BACK|DEL] on Windows.
R=oshima@chromium.org, erg@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=260310
Patch Set 1 #Patch Set 2 : Convert remaining key handling to commands, fix enabled checks. #
Total comments: 2
Patch Set 3 : Add GetCommandForKeyEvent helper; fix tests. #
Total comments: 4
Patch Set 4 : Add kNoCommand constant; update comments. #
Total comments: 2
Patch Set 5 : Only return true for enabled commands. #
Messages
Total messages: 8 (0 generated)
|