[Webkit-unassigned] [Bug 29666] ClipboardWin::files() isn't implemented in Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 25 14:48:33 PDT 2009


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





--- Comment #7 from Eric Seidel <eric at webkit.org>  2009-09-25 14:48:32 PDT ---
For better or worse .files always returns an empty file list.  That's how I
implemented it on mac, and there is a comment in the Mac code:
http://trac.webkit.org/browser/trunk/WebCore/platform/mac/ClipboardMac.mm#L291

I don't know if the spec comments on this edgecase (what to return when access
is disallowed, or what to return when there are not files on the clipboard,
etc.).  However this patch as implemented currently matches Mac.

Until bug 25924 is fixed, this change will not affect any tests.  I agree with
Adam, it would be better to fix bug 25924 first before fixing this one though.
:)

-- 
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