summaryrefslogtreecommitdiffstats
path: root/AUTHORS
diff options
context:
space:
mode:
authordcheng@chromium.org <dcheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-29 21:55:35 +0000
committerdcheng@chromium.org <dcheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-29 21:55:35 +0000
commita8b7972ea8835724e353d20e6fd85ebb0fb1d2e3 (patch)
tree70791525ae488e67605aad246617d3d67dfa6277 /AUTHORS
parent9ed07f8831639f9d6c74b9633262710af532df5b (diff)
downloadchromium_src-a8b7972ea8835724e353d20e6fd85ebb0fb1d2e3.zip
chromium_src-a8b7972ea8835724e353d20e6fd85ebb0fb1d2e3.tar.gz
chromium_src-a8b7972ea8835724e353d20e6fd85ebb0fb1d2e3.tar.bz2
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 <alexkorep@gmail.com>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139386 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 9c87043..45d562d 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -175,3 +175,4 @@ Eric Rescorla <ekr@rtfm.com>
Alexandre Abreu <wiss1976@gmail.com>
Erik Sjölund <erik.sjolund@gmail.com>
Simon Arlott <simon.arlott@gmail.com>
+Alexey Korepanov <alexkorep@gmail.com>