[Webkit-unassigned] [Bug 40608] New: [chromium]Refactor input method related APIs.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 14 20:19:40 PDT 2010


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

           Summary: [chromium]Refactor input method related APIs.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit API
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: suzhe at chromium.org


In order to fix following chromium issues and for future input method feature enhancements, some refactory should be done for input method related APIs.
http://crbug.com/23219
http://crbug.com/41876
http://crbug.com/44529
http://crbug.com/46326

New API contains:
1. Full support of WebKit's CompositionUnderline feature
2. Ability to get text input type of focused node, rather than just true and false.
3. Split handleCompositionEvent() and queryInputMethodStatus() methods into multiple independent methods to make them clearer and simpler.
4. Move all input method related things into WebWidget/WebWidgetClient

I'll upload the patch shortly

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