[Webkit-unassigned] [Bug 28293] [Chromium] event.datatransfer.getdata("text/uri-list") treated the same as getdata("URL")
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 27 16:18:18 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=28293
--- Comment #8 from Eric Seidel <eric at webkit.org> 2009-08-27 16:18:17 PDT ---
(From update of attachment 38603)
I bet we could pretty easily guess at the implementations for linux and mac.
For mac:
NSURL *url = [NSURL fileURLWithPath:string];
Except that that's a .cpp file, so we might have to use CF instead. I guess
the chromium mac people would know better.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list