Chromium Code Reviews
DescriptionIgnore inserting characters of Keys with modifiers on CrOS
User-defined extension commands (chrome://extensions/configureCommands)
that are set to Search+Key, when pressed while a textfield is in focus,
the Key is inserted in the textfield before the command is executed.
On CrOs, we want to treat Search/Ctrl/Alt as modifiers that prevent the
characters from being inserted in the textfield.
R=oshima@chromium.org
BUG=471488
TEST=views_unittests --gtest_filter=TextfieldTest.KeysWithModifiersTest
Patch Set 1 #Patch Set 2 : Fixed the test #Patch Set 3 : Preventing insertion of keys with modifiers in WebContents #
Total comments: 3
Patch Set 4 : Fix the double keydowns. #
Messages
Total messages: 15 (4 generated)
|
|||||||||||||||||||||||||||||||||||||