Bug 94370

Summary: Consider splitting Editor into private and public classes
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: HTML EditingAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: darin, enrica, eric
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Ryosuke Niwa
Reported 2012-08-17 11:37:39 PDT
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.
Attachments
Eric Seidel (no email)
Comment 1 2012-08-17 18:22:27 PDT
SGTM.
Note You need to log in before you can comment on or make changes to this bug.