Bug 17781
Summary: | WebResourceLoadDelegate provides no usage intent/resource type information | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.5 |
Eric Seidel (no email)
WebResourceLoadDelegate provides no usage intent/resource type information
It would be nice to know what a resource request is for in the WebResourceLoadDelegate.
I tried to hack together a webkit app which returned different js/css/images than requested for certain subresource requests. But WebResourceLoadDelegate doesn't give me enough information about what the request will be used for (i.e. was the request made by an <img> and thus we're expecting an image).
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |