[webkit-reviews] review requested: [Bug 28293] [Chromium] event.datatransfer.getdata("text/uri-list") treated the same as getdata("URL") : [Attachment 34819] patch - handle "text/uri-list" (Windows only atm)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 14 00:31:37 PDT 2009


Roland Steiner <rolandsteiner at google.com> has asked  for review:
Bug 28293: [Chromium] event.datatransfer.getdata("text/uri-list") treated the
same as getdata("URL")
https://bugs.webkit.org/show_bug.cgi?id=28293

Attachment 34819: patch - handle "text/uri-list" (Windows only atm)
https://bugs.webkit.org/attachment.cgi?id=34819&action=review

------- Additional Comments from Roland Steiner <rolandsteiner at google.com>
I changed the GetData functionality to also handle multiple files
(cf. also WebCore/platform/mac/ClipboardMac.mm)

Conversion of file paths to file URLs is implemented for Windows only at the
moment. For other platforms the code will fallback to the current (single URL
case) handling.


More information about the webkit-reviews mailing list