[Webkit-unassigned] [Bug 15057] EditorClientGtk is missing some important keypress handling, patch attached

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 23 18:06:24 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=15057


m at ni.ac.nz changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #16102|0                           |1
        is obsolete|                            |
  Attachment #16103|                            |review?
               Flag|                            |




------- Comment #27 from m at ni.ac.nz  2007-08-23 18:06 PDT -------
Created an attachment (id=16103)
 --> (http://bugs.webkit.org/attachment.cgi?id=16103&action=view)
(should have) fixed build failures on windows and mac

I've made selectionForEvent non-static and put a prototype in EditorMac.mm.

commandForKeyEvent is now a static member of Editor.

KeyboardCodes.h has been surrounded with #if !PLATFORM(MAC) && !PLATFORM(WIN)
... #endif, however this file is identical on GTK/Qt/WX and so I will submit a
subsequent patch to resolve this duplication.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list