Bug 52897 - WebKit2: Need WebKit2 equivalent of WebResourceLoadDelegate::willSendRequest in the Bundle
Summary: WebKit2: Need WebKit2 equivalent of WebResourceLoadDelegate::willSendRequest ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Sam Weinig
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2011-01-21 07:53 PST by Jessie Berlin
Modified: 2011-02-03 23:28 PST (History)
2 users (show)

See Also:


Attachments
Patch (12.60 KB, patch)
2011-02-03 22:29 PST, Maciej Stachowiak
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>