Bug 17812
Summary: | Qt WebCore code depends on WebKit | ||
---|---|---|---|
Product: | WebKit | Reporter: | Rodney Dawes <dobey> |
Component: | WebKit Qt | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | hausmann, mrowe |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | All |
Rodney Dawes
Currently, the WidgetQt.cpp file depends on the QWebFrame, and QWebPage classes, which are located in WebKit. This is problematic and needs to be implemented differently. I believe this same problem also persists in several other areas inside WebCore, where a dependency on WebKit is not appropriate, and should be done through delegation instead.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adam Treat
This has been fixed with hyatt's ScrollView and friends rewrite I believe.