Comment #11 on issue 6481 by [email protected]: image saved as ".jpg"
when dragging to desktop
http://code.google.com/p/chromium/issues/detail?id=6481
The following revision refers to this bug:
http://src.chromium.org/viewvc/chrome?view=rev&revision=8854
------------------------------------------------------------------------
r8854 | [email protected] | 2009-01-28 17:53:05 -0800 (Wed, 28 Jan 2009) |
17 lines
Changed paths:
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/tab_contents/web_contents_view_win.cc?r1=8854&r2=8853
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/render_messages.h?r1=8854&r2=8853
M
http://src.chromium.org/viewvc/chrome/trunk/src/webkit/glue/clipboard_conversion.cc?r1=8854&r2=8853
M
http://src.chromium.org/viewvc/chrome/trunk/src/webkit/glue/webdropdata.h?r1=8854&r2=8853
Generate a proper file name when dragging an image from a
web page to the desktop.
We receive information about the image from WebKit in the
render which includes the image URL, MIME type and a guess
as to what the file name is. If the filename is empty, we
synthesize a file name based on the URL. In all cases, we
set the file extension to the MIME type that was detected
by WebKit.
This change is the Chromium portion of image dragging. The
WebKit portion has been committed as:
http://trac.webkit.org/changeset/40294
BUG=6481 (http://crbug.com/6481)
Review URL: http://codereview.chromium.org/19417
------------------------------------------------------------------------
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---