RESOLVED WONTFIX 14106
ResourceHandle::loadResourceSynchronously lacks Frame pointer
https://bugs.webkit.org/show_bug.cgi?id=14106
Summary ResourceHandle::loadResourceSynchronously lacks Frame pointer
Darin Fisher (:fishd, Google)
Reported 2007-06-12 17:07:13 PDT
ResourceHandle::loadResourceSynchronously lacks Frame pointer When implementing ResourceHandle it is often useful to know the context of the guy requesting the resource. In the typical case of asychronous resource requests, a Frame pointer provides this context. However, for synchronous requests, there is no such context. I propose that a Frame pointer be added to ResourceHandle::loadResourceSynchronously for consistency with ResourceHandle::create. See the post to webkit-dev for more details on this issue.
Attachments
Darin Fisher (:fishd, Google)
Comment 1 2007-06-15 18:12:59 PDT
from discussions off-line it appears that sufficient context can be associated with a ResourceRequest from the FrameLoaderClient::dispatchWillSendRequest callback. therefore, closing as WONTFIX
Note You need to log in before you can comment on or make changes to this bug.