[webkit-reviews] review granted: [Bug 52897] WebKit2: Need WebKit2 equivalent of WebResourceLoadDelegate::willSendRequest in the Bundle : [Attachment 81191] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 3 22:35:19 PST 2011


mitz at webkit.org has granted Maciej Stachowiak <mjs at apple.com>'s request for
review:
Bug 52897: WebKit2: Need WebKit2 equivalent of
WebResourceLoadDelegate::willSendRequest in the Bundle
https://bugs.webkit.org/show_bug.cgi?id=52897

Attachment 81191: Patch
https://bugs.webkit.org/attachment.cgi?id=81191&action=review

------- Additional Comments from mitz at webkit.org
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.


More information about the webkit-reviews mailing list