[Webkit-unassigned] [Bug 29634] Introduce Pasteboard::writePlaintext(const String&)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 22 05:07:08 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=29634





--- Comment #1 from Pavel Feldman <pfeldman at chromium.org>  2009-09-22 05:07:08 PDT ---
(From update of attachment 39911)
> +    void writePlaintext(const String&);

writePlainText ?

>      ChromiumBridge::clipboardWriteSelection(html, url, plainText, canSmartCopyOrDelete);

In this case pasting html flavor would lead to the original content being
pasted, not the markup.

> +    md->setText(qtext);
> +    QApplication::clipboard()->setMimeData(md, m_selectionMode ?
> +            QClipboard::Selection : QClipboard::Clipboard);

Indent.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list