[Webkit-unassigned] [Bug 177731] New: Pasteboard shouldn't add "Files" as a type

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 1 19:35:07 PDT 2017


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

            Bug ID: 177731
           Summary: Pasteboard shouldn't add "Files" as a type
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: rniwa at webkit.org
                CC: wenson_hsieh at apple.com

Right now, Pasteboard::typesSafeForDOMToReadAndWrite() and typesForLegacyUnsafeBindings() adds "Files"
as a MIME type when there is a file-like object but this is a quirk only needed for DataTransfer DOM API.

We should do this work in DataTransfer.cpp instead of having each platform's Pasteboard implement this DOM API quirk.

-- 
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/20171002/d9c1ecff/attachment.html>


More information about the webkit-unassigned mailing list