Chromium Code Reviews
DescriptionMacOS handle cmd+V directly in WebKit
In MacOS paste text into webpages work very slowly(as compared with Win)
because we send input message to renderer, than back to browser process,
do blinking by top menu item, and than send message for paste again to
renderer.
You can copy one symbol and try to paste it in any webpage by holding
cmd+v this will be very slow.
This CL do handle input cmd+V message immediately be renderer without
sending it back to browser process, but has side effects because we will
don't blinking by top menu item.
R=ojan@chromium.org,aelias@chromium.org
BUG=647183
Patch Set 1 #
Messages
Total messages: 6 (1 generated)
|
||||||||||||||||||||||||||||