Bug 72593 - [Meta][Qt] Fix layer violations in WebCore
Summary: [Meta][Qt] Fix layer violations in WebCore
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 72594 72595 72596 72597 72696
Blocks:
  Show dependency treegraph
 
Reported: 2011-11-17 03:57 PST by Simon Hausmann
Modified: 2011-11-18 05:57 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Hausmann 2011-11-17 03:57:11 PST
There are three layer violations in WebCore for the Qt build that reach out into WebKit/qt:

1) Image::loadPlatformResource uses QWebSettings::webGraphic
2) qt_runtime.cpp accesses QWebElement and QTDRTNode
3) WebCore::dnsPrefetch uses QWebSettings::globalSettings()
4) ThirdPartyCookiesQt.cpp uses QWebSettings in two places

The object of this meta-bug is to track the bugs to resolve these layer violations.
Comment 1 Simon Hausmann 2011-11-18 05:57:55 PST
All done :)