[Webkit-unassigned] [Bug 59580] New: Extract KeyboardEventHandler from EventHandler

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 26 22:03:04 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=59580

           Summary: Extract KeyboardEventHandler from EventHandler
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: P2
         Component: Event Handling
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: ap at webkit.org, sam at webkit.org, dglazkov at chromium.org
            Blocks: 56410


Right now EventHandler deals with both keyboard events and mouse events.  Since keyboard and mouse events don't interact each other, we should split EventHandler into two classes KeyboardEventHandler and MouseEventHandler.

And as the first step, we should extract KeyboardEventHandler from EventHandler.

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



More information about the webkit-unassigned mailing list