Title: [88721] trunk/Source/WebCore
Revision
88721
Author
[email protected]
Date
2011-06-13 15:39:32 -0700 (Mon, 13 Jun 2011)

Log Message

2011-06-13  Dimitri Glazkov  <[email protected]>

        Unreviewed, rolling out r88704.
        http://trac.webkit.org/changeset/88704
        https://bugs.webkit.org/show_bug.cgi?id=62466

        Caused layout test failures on Chromium Mac.

        * platform/chromium/ClipboardChromium.cpp:
        (WebCore::ClipboardChromium::declareAndWriteDragImage):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (88720 => 88721)


--- trunk/Source/WebCore/ChangeLog	2011-06-13 22:39:28 UTC (rev 88720)
+++ trunk/Source/WebCore/ChangeLog	2011-06-13 22:39:32 UTC (rev 88721)
@@ -1,3 +1,14 @@
+2011-06-13  Dimitri Glazkov  <[email protected]>
+
+        Unreviewed, rolling out r88704.
+        http://trac.webkit.org/changeset/88704
+        https://bugs.webkit.org/show_bug.cgi?id=62466
+
+        Caused layout test failures on Chromium Mac.
+
+        * platform/chromium/ClipboardChromium.cpp:
+        (WebCore::ClipboardChromium::declareAndWriteDragImage):
+
 2011-06-13   Morgan Winer  <[email protected]>
 
         Reviewed by Enrica Casucci.

Modified: trunk/Source/WebCore/platform/chromium/ClipboardChromium.cpp (88720 => 88721)


--- trunk/Source/WebCore/platform/chromium/ClipboardChromium.cpp	2011-06-13 22:39:28 UTC (rev 88720)
+++ trunk/Source/WebCore/platform/chromium/ClipboardChromium.cpp	2011-06-13 22:39:32 UTC (rev 88721)
@@ -264,11 +264,8 @@
     if (fullURL.isEmpty())
         return;
 
-#if !defined(OS_MACOSX)
-    // Put img tag on the clipboard referencing the image. We don't do this on Mac to match Safari
-    // behavior and to ensure that an image dragged to Mail.app is properly attached.
+    // Put img tag on the clipboard referencing the image
     m_dataObject->setData(mimeTypeTextHTML, imageToMarkup(fullURL, element));
-#endif
 }
 
 void ClipboardChromium::writeURL(const KURL& url, const String& title, Frame*)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to