Bug 17812 - Qt WebCore code depends on WebKit
Summary: Qt WebCore code depends on WebKit
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-12 15:08 PDT by Rodney Dawes
Modified: 2009-02-23 09:11 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rodney Dawes 2008-03-12 15:08:15 PDT
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.
Comment 1 Adam Treat 2009-02-23 09:11:36 PST
This has been fixed with hyatt's ScrollView and friends rewrite I believe.