RESOLVED FIXED 101083
[BlackBerry] Optimize backspace key handling
https://bugs.webkit.org/show_bug.cgi?id=101083
Summary [BlackBerry] Optimize backspace key handling
Nima Ghanavatian
Reported 2012-11-02 12:09:26 PDT
We can reduce the number of messages sent back and fourth on every backspace key by eliminating those going to the input_service.
Attachments
Patch (4.23 KB, patch)
2012-11-02 12:36 PDT, Nima Ghanavatian
no flags
Patch (4.39 KB, patch)
2012-11-02 13:21 PDT, Nima Ghanavatian
no flags
Nima Ghanavatian
Comment 1 2012-11-02 12:36:18 PDT
Yong Li
Comment 2 2012-11-02 13:06:52 PDT
Comment on attachment 172111 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=172111&action=review > Source/WebKit/blackberry/WebKitSupport/InputHandler.cpp:1494 > + if (m_receivedBackspaceKeyDown) > + m_receivedBackspaceKeyDown = false; the "if" is not needed in this case > Source/WebKit/blackberry/WebKitSupport/InputHandler.h:229 > + bool m_receivedBackspaceKeyDown; initialize in the ctor?
Nima Ghanavatian
Comment 3 2012-11-02 13:21:43 PDT
WebKit Review Bot
Comment 4 2012-11-02 14:12:06 PDT
Comment on attachment 172123 [details] Patch Clearing flags on attachment: 172123 Committed r133343: <http://trac.webkit.org/changeset/133343>
WebKit Review Bot
Comment 5 2012-11-02 14:12:09 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.