Bug 52897

Summary: WebKit2: Need WebKit2 equivalent of WebResourceLoadDelegate::willSendRequest in the Bundle
Product: WebKit Reporter: Jessie Berlin <jberlin>
Component: WebKit2Assignee: Sam Weinig <sam>
Status: RESOLVED FIXED    
Severity: Normal CC: jberlin, mjs
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch mitz: review+

Description Jessie Berlin 2011-01-21 07:53:05 PST
<rdar://problem/8898294>
Comment 1 Maciej Stachowiak 2011-02-03 22:29:27 PST
Created attachment 81191 [details]
Patch
Comment 2 mitz 2011-02-03 22:35:20 PST
Comment on attachment 81191 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=81191&action=review

> Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePage.h:90
> +typedef WKURLRequestRef (*WKBundlePageWillSendRequestForFrameCallback)(WKBundlePageRef page, WKBundleFrameRef frame, uint64_t resourceIdentifier, WKURLRequestRef request, WKURLResponseRef redirectResponse, const void* clientInfo);

I think we’re keeping the “void *” rather than “void* ” format for now.
Comment 3 Maciej Stachowiak 2011-02-03 23:28:11 PST
Committed r77611: <http://trac.webkit.org/changeset/77611>