Bug 99696
Summary: | [meta][EFL][WK2] Make Ewk classes members private and remove private C functions | ||
---|---|---|---|
Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
Component: | WebKit EFL | Assignee: | Chris Dumez <cdumez> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | lucas.de.marchi, mcatanzaro, mikhail.pozdnyakov |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 99594, 99697, 99832, 99929, 99930, 99931, 99932, 99934, 99936, 100226, 100233 | ||
Bug Blocks: |
Chris Dumez
Right now, our private ewk headers are a mixture of C++ classes and C functions to interact with it.
I'm proposing that we use pimpl to move the class members to the cpp file, so that public C API can directly access the members, but other classes will need to call C++ methods on the object.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Michael Catanzaro
Closing this bug because the EFL port has been removed from trunk.
If you feel this bug applies to a different upstream WebKit port and was closed in error, please either update the title and reopen the bug, or leave a comment to request this.