Bug 53972 - Add resource load client for injected bundle and move willSendRequest there
Summary: Add resource load client for injected bundle and move willSendRequest there
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Maciej Stachowiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-07 19:43 PST by Maciej Stachowiak
Modified: 2011-02-07 23:07 PST (History)
0 users

See Also:


Attachments
Patch (38.38 KB, patch)
2011-02-07 19:47 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 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>