Bug 19549
Summary: | Incorrect formatting of scripts served as binary/octet-stream | ||
---|---|---|---|
Product: | WebKit | Reporter: | mitz |
Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | burg |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
URL: | http://www.colourlovers.com/ |
mitz
Scripts served as binary/octet-stream appear in the Resources and Scripts panels without line breaks and line numbers, in proportional font. Scripts should be displayed in monospace font without collapsing whitespace and respecting line breaks.
The above URL is an example of a page that includes scripts served (from S3) as binary/octet-stream. You can see the problem by loading the URL, opening the inspector, going to the Resources panel and selecting lightbox.js.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Brian Burg
The inspector uses the resource type reported by WebCore now so it shouldn't matter what the mime type is. I think this works now, though there is no repro.