[Webkit-unassigned] [Bug 29506] New: PrettyPatch should show images even when they have the wrong mime type

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 18 14:38:24 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=29506

           Summary: PrettyPatch should show images even when they have the
                    wrong mime type
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
                CC: aroben at apple.com


PrettyPatch should show images even when they have the wrong mime type

It seems very common for windows svn users to upload png files with the wrong
mime type:
https://bugs.webkit.org/attachment.cgi?id=39787&action=prettypatch

PrettyPatch's image display code ignores them because the're
application/octetstream instead of image/png.

We should make PrettyPatch smarter.  It should see that the file name ends in
.png and pretend it's an image anyway.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list