[Webkit-unassigned] [Bug 25882] User paths exposed on file drop

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 23 21:19:15 PDT 2010


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


Roland Steiner <rolandsteiner at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rolandsteiner at chromium.org




--- Comment #5 from Roland Steiner <rolandsteiner at chromium.org>  2010-03-23 21:19:15 PST ---
There are 2 sides to this:

The current implementation of ChromiumDataObject creates file:// URLS from file
names contained in the clipboard data. As discussed between Noel Gordon and
Adam Barth, this should be removed (which is trivial).

However, this is not the code path that sets the clipboard URL/uri-list.
Rather, (on Chromium Windows) the file-name is converted by
ClipboardUtil::GetUrl() in chrome/src/app/clipboard/clipboard_util_win.cc
(lines 216ff).

So I'd guess we'd also need to remove those code parts in a 2nd Chromium-side
patch, but I first wanted to confirm whether that's really what we want to do.

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