X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=WebCore%2FChangeLog;h=4a68fad54bf1b33997af8db82f4b2f2e375e155b;hp=8923373f58f08de6e41a4b73e7680f00e5de4a08;hb=488f069d3b03408357b832864e6dc7aca885fb8e;hpb=202b58e2a0df8bc918c0d0f61dea61ce6bb9e4ae diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog index 8923373f58f0..4a68fad54bf1 100644 --- a/WebCore/ChangeLog +++ b/WebCore/ChangeLog @@ -1,3 +1,19 @@ +2009-01-27 Paul Godavari + + Reviewed by Eric Seidel. + + https://bugs.webkit.org/show_bug.cgi?id=23561 + Explicitly send the MIME type from an image dragged from a web + page to the desktop, to Chromium so that it can properly generate + a file name. + + * platform/chromium/ChromiumDataObject.cpp: + (WebCore::ChromiumDataObject::clear): + (WebCore::ChromiumDataObject::hasData): + * platform/chromium/ChromiumDataObject.h: + * platform/chromium/ClipboardChromium.cpp: + (WebCore::writeImageToDataObject): + 2009-01-27 Mads Ager Reviewed by Darin Adler.