Changeset 88721 in webkit
- Timestamp:
- Jun 13, 2011, 3:39:32 PM (14 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r88718 r88721 1 2011-06-13 Dimitri Glazkov <dglazkov@chromium.org> 2 3 Unreviewed, rolling out r88704. 4 http://trac.webkit.org/changeset/88704 5 https://bugs.webkit.org/show_bug.cgi?id=62466 6 7 Caused layout test failures on Chromium Mac. 8 9 * platform/chromium/ClipboardChromium.cpp: 10 (WebCore::ClipboardChromium::declareAndWriteDragImage): 11 1 12 2011-06-13 Morgan Winer <mwiner@apple.com> 2 13 -
trunk/Source/WebCore/platform/chromium/ClipboardChromium.cpp
r88704 r88721 265 265 return; 266 266 267 #if !defined(OS_MACOSX) 268 // Put img tag on the clipboard referencing the image. We don't do this on Mac to match Safari 269 // behavior and to ensure that an image dragged to Mail.app is properly attached. 267 // Put img tag on the clipboard referencing the image 270 268 m_dataObject->setData(mimeTypeTextHTML, imageToMarkup(fullURL, element)); 271 #endif272 269 } 273 270
Note:
See TracChangeset
for help on using the changeset viewer.