[Webkit-unassigned] [Bug 170449] Image pasting is not working on tineye.com due to lack of support for DataTransfer.items

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 4 10:02:41 PDT 2017


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

--- Comment #8 from ebraminio at gmail.com ---
Hard to sniff GWT compiled JS of gmail but it seems a similar code with tineye available on their code: (but multiple places I see with similar code on Gmail)

        var b = ka("clipboardData.items", a.fe);
        b && (a = rc(b, function(a) {
            return !!a && qb(a.type, "text/html")
        }), b = rc(b, function(a) {
            return !!a && qb(a.type, "image")
        }), 1 == b.length && this.JI(b[0].getAsFile()), 1 == b.length && 1 == a.length && this.CJ(a[0]))

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170404/65270fe4/attachment.html>


More information about the webkit-unassigned mailing list