[Webkit-unassigned] [Bug 87654] New: [EFL] Refactoring. Get rid of unnecessary singleCharacterString() function

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 28 06:10:34 PDT 2012


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

           Summary: [EFL] Refactoring. Get rid of unnecessary
                    singleCharacterString() function
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mikhail.pozdnyakov at intel.com
                CC: demarchi at webkit.org, gyuyoung.kim at webkit.org


Evas key events already provide key string, for instance if the User presses 'Return' key the generated Evas_Event_Key_Down(_Up) events will contain following fields:
keyname = "Return", key = "Return", string = "\r", compose = "\r"
So no practical need for singleCharacterString() evaluating the event string from event keyname.
The only place where this function is currently used is DRT, however DRT EventSender also can provide event string itself.

-- 
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