[webkit-reviews] review granted: [Bug 177710] Don't reveal file URL when pasting an image : [Attachment 322312] Replaced 0 by false

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 30 21:40:01 PDT 2017


Wenson Hsieh <wenson_hsieh at apple.com> has granted Ryosuke Niwa
<rniwa at webkit.org>'s request for review:
Bug 177710: Don't reveal file URL when pasting an image
https://bugs.webkit.org/show_bug.cgi?id=177710

Attachment 322312: Replaced 0 by false

https://bugs.webkit.org/attachment.cgi?id=322312&action=review




--- Comment #6 from Wenson Hsieh <wenson_hsieh at apple.com> ---
Comment on attachment 322312
  --> https://bugs.webkit.org/attachment.cgi?id=322312
Replaced 0 by false

View in context: https://bugs.webkit.org/attachment.cgi?id=322312&action=review

> Source/WebCore/dom/DataTransfer.cpp:178
> +    if (m_pasteboard->containsFiles())

Heads up: with this change, we might need to rebaseline the API test
DataInteractionTests.DataTransferGetDataWhenDroppingImageWithFileURL to remove
the @"text/uri-list": @"" expectation.


More information about the webkit-reviews mailing list