Changeset 88721 in webkit


Ignore:
Timestamp:
Jun 13, 2011, 3:39:32 PM (14 years ago)
Author:
Dimitri Glazkov
Message:

2011-06-13 Dimitri Glazkov <Dimitri Glazkov>

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):
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r88718 r88721  
     12011-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
    1122011-06-13   Morgan Winer  <mwiner@apple.com>
    213
  • trunk/Source/WebCore/platform/chromium/ClipboardChromium.cpp

    r88704 r88721  
    265265        return;
    266266
    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
    270268    m_dataObject->setData(mimeTypeTextHTML, imageToMarkup(fullURL, element));
    271 #endif
    272269}
    273270
Note: See TracChangeset for help on using the changeset viewer.