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
Reported 2008-06-14 13:39:07 PDT
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
Brian Burg
Comment 1 2014-12-16 00:03:58 PST
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.
Note You need to log in before you can comment on or make changes to this bug.