[Webkit-unassigned] [Bug 16588] New: ResourceHandle::loadResourceSynchronously needs access to the FrameLoader

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 23 15:09:42 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=16588

           Summary: ResourceHandle::loadResourceSynchronously needs access
                    to the FrameLoader
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.4
            Status: NEW
          Keywords: Qt
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: freyther at handhelds.org


With the Qt port/platform a QWebPage can have its own QNetworkAccessManager
set. We want all network access for a page/frame to go through this
QNetworkAccessManager. For the static ResourceHandle::loadResourceSynchronously
function we have currently no way to get the QNetworkAccessManager of the
QWebPage. All the current callers of this function do have the necessary
information though.

What we did/propose is to add the FrameLoader* as last parameter to the above
named function. With the chain of FrameLoader->FrameLoaderClient->QWebFrame we
can access the data we need.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list