RESOLVED FIXED 52897
WebKit2: Need WebKit2 equivalent of WebResourceLoadDelegate::willSendRequest in the Bundle
https://bugs.webkit.org/show_bug.cgi?id=52897
Summary WebKit2: Need WebKit2 equivalent of WebResourceLoadDelegate::willSendRequest ...
Jessie Berlin
Reported 2011-01-21 07:53:05 PST
Attachments
Patch (12.60 KB, patch)
2011-02-03 22:29 PST, Maciej Stachowiak
mitz: review+
Maciej Stachowiak
Comment 1 2011-02-03 22:29:27 PST
mitz
Comment 2 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.
Maciej Stachowiak
Comment 3 2011-02-03 23:28:11 PST
Note You need to log in before you can comment on or make changes to this bug.