Bug 94370
Summary: | Consider splitting Editor into private and public classes | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | HTML Editing | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | darin, enrica, eric |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ryosuke Niwa
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Eric Seidel (no email)
SGTM.