Bug 63701

Summary: Web Inspector: Resources loaded to Resources Panel from InspectorPageAgent do not have mime type set.
Product: WebKit Reporter: Vsevolod Vlasov <vsevik>
Component: Web Inspector (Deprecated)Assignee: Vsevolod Vlasov <vsevik>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch yurys: review+

Description Vsevolod Vlasov 2011-06-30 04:24:22 PDT
Resources loaded to Resources Panel from InspectorPageAgent do not have mime type set.

Open any site with images, open web inspector, open resources panel.
Image resources should have correct mime type, but they have undefined instead.
Comment 1 Vsevolod Vlasov 2011-06-30 06:26:16 PDT
Created attachment 99286 [details]
Patch
Comment 2 Yury Semikhatsky 2011-07-04 01:45:19 PDT
Comment on attachment 99286 [details]
Patch

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

> LayoutTests/ChangeLog:7
> +

Please add a brief description of the change.

> LayoutTests/http/tests/inspector/resource-tree/resource-tree-mimetype.html:28
> +<p>Tests that resources panel correctly shows mime type when it loads data from memory cache.</p>

Please include a link to the bug.
Comment 3 Vsevolod Vlasov 2011-07-04 07:10:29 PDT
Committed r90364: <http://trac.webkit.org/changeset/90364>