Bug 100035
Summary: | [EFL][WK2] Make loader client a C++ class | ||
---|---|---|---|
Product: | WebKit | Reporter: | Yael <yael> |
Component: | WebKit EFL | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | cdumez, kenneth, lucas.de.marchi |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 99992 |
Yael
Based on https://bugs.webkit.org/show_bug.cgi?id=99850#c12 , we should convert the loader client to C++.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Chris Dumez
Load Client is a C++ class (Bug 100081). However, the C function in https://bugs.webkit.org/show_bug.cgi?id=99850#c12 is Ewk_View. We haven't ported Ewk_View to C++ style yet. We are keeping it for last since it is different than other (Being an Evas_Object and all).
I think we should either rename the bug to "Make Ewk_View a C++ class" or mark it as a duplicate of Bug 100081.
Yael
*** This bug has been marked as a duplicate of bug 100081 ***