Bug 63701 - Web Inspector: Resources loaded to Resources Panel from InspectorPageAgent do not have mime type set.
Summary: Web Inspector: Resources loaded to Resources Panel from InspectorPageAgent do...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Vsevolod Vlasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-30 04:24 PDT by Vsevolod Vlasov
Modified: 2011-07-04 07:10 PDT (History)
10 users (show)

See Also:


Attachments
Patch (8.69 KB, patch)
2011-06-30 06:26 PDT, Vsevolod Vlasov
yurys: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>