[Webkit-unassigned] [Bug 94370] New: Consider splitting Editor into private and public classes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 17 11:37:15 PDT 2012


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

           Summary: Consider splitting Editor into private and public
                    classes
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: eric at webkit.org, darin at apple.com, enrica at apple.com


Right now, Editor has a bunch of public member functions intended to be used by WebCore as well ones exposed to WebKit layer.

We should probably move member functions intended to be used only by WebCore elsewhere so as to avoid more WebKit code accidentally depending on WebCore-internal methods.

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