[Webkit-unassigned] [Bug 119034] New: [WK2] Move the implementation of WebEditorClient::checkTextOfParagraph to WebEditorClient.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 23 22:27:01 PDT 2013


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

           Summary: [WK2] Move the implementation of
                    WebEditorClient::checkTextOfParagraph to
                    WebEditorClient.cpp
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: skyul at company100.net


The Mac and EFL ports use the same implementation of WebEditorClient::checkTextOfParagraph and GTK will use the same implementation too. So rather than duplicating the same code in platform specific files, move the implementation to platform agnostic WebProcess/WebCoreSupport/WebEditorClient.cpp.

See the comment in https://bugs.webkit.org/show_bug.cgi?id=118644#c5

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