[Webkit-unassigned] [Bug 141515] New: Web Inspector: images dragged from Inspector to Desktop are named "Unknown.png"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 12 09:33:36 PST 2015


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

            Bug ID: 141515
           Summary: Web Inspector: images dragged from Inspector to
                    Desktop are named "Unknown.png"
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: burg at cs.washington.edu
                CC: darin at apple.com, graouts at webkit.org,
                    joepeck at webkit.org, jonowells at apple.com,
                    mattbaker at apple.com, nvasilyev at apple.com,
                    simon.fraser at apple.com, timothy at apple.com,
                    webkit-bug-importer at group.apple.com

This is because the inspector implements those previews by creating an image and setting 'src' attribute to a data URL or object URL, destroying the original filename.

>From 30 minutes of digging, I was not able to figure out an easy way to tell WebCore what filename to use in this situation. It does seem to figure out the file extensions from mime type correctly, though.

Anyone have ideas?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150212/93f462f5/attachment-0001.html>


More information about the webkit-unassigned mailing list