Bug 96766
Summary: | [GTK][Meta] Stop using the C API internally in WebKit2 GTK+ implementation | ||
---|---|---|---|
Product: | WebKit | Reporter: | Carlos Garcia Campos <cgarcia> |
Component: | WebKit2 | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | bugs-noreply, gustavo, mario, mrobinson, xan.lopez |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Linux | ||
Bug Depends on: | 96767, 96768, 96769, 96770, 96772, 96773, 96774, 96775, 96777, 96778, 96779, 96780, 96781, 96782, 96783, 96784, 96785, 96786, 96787 | ||
Bug Blocks: |
Carlos Garcia Campos
Using the C++ classes directly instead of the C API wrappers we would avoid a lot of toImpl/toAPI casts, string conversions and allocations. The code would also be a lot simpler and easier to read. This is a meta bug to migrate from C API to C++ classes.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |