Bug 53972

Summary: Add resource load client for injected bundle and move willSendRequest there
Product: WebKit Reporter: Maciej Stachowiak <mjs>
Component: New BugsAssignee: Maciej Stachowiak <mjs>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch mitz: review+

Description Maciej Stachowiak 2011-02-07 19:43:12 PST
Add resource load client for injected bundle and move willSendRequest there
Comment 1 Maciej Stachowiak 2011-02-07 19:47:39 PST
Created attachment 81570 [details]
Patch
Comment 2 mitz 2011-02-07 20:01:41 PST
Comment on attachment 81570 [details]
Patch

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

> Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageResourceLoadClient.h:36
> +class DOMWrapperWorld;

I don’t see why this is needed.
Comment 3 Maciej Stachowiak 2011-02-07 23:07:51 PST
Committed r77908: <http://trac.webkit.org/changeset/77908>