From a8b7972ea8835724e353d20e6fd85ebb0fb1d2e3 Mon Sep 17 00:00:00 2001 From: "dcheng@chromium.org" Date: Tue, 29 May 2012 21:55:35 +0000 Subject: Issue 121063 fixed: Drag and dropping a file named [something].[andmore].[ext] from Chrome to a folder results in a filename named [something].[ext] Method WebContentsDragWin::PrepareDragForFileContents has been updated to deal with filenames like [something].[andmore].[ext] correctly. BUG=121063 TEST=1. Find a file named with the following pattern [something].[andmore].[ext] 2. Drag and drop the file(picture) to a folder You can use the picture attached to the issue page at http://code.google.com/p/chromium/issues/detail?id=121063 Review URL: https://chromiumcodereview.appspot.com/10257025 Patch from Alexey Korepanov . git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139386 0039d316-1c4b-4281-b951-d872f2087c98 --- AUTHORS | 1 + 1 file changed, 1 insertion(+) (limited to 'AUTHORS') diff --git a/AUTHORS b/AUTHORS index 9c87043..45d562d 100644 --- a/AUTHORS +++ b/AUTHORS @@ -175,3 +175,4 @@ Eric Rescorla Alexandre Abreu Erik Sjölund Simon Arlott +Alexey Korepanov -- cgit v1.1