[Webkit-unassigned] [Bug 29634] Introduce Pasteboard::writePlaintext(const String&)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Sep 22 06:51:59 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=29634
--- Comment #2 from apavlov at chromium.org 2009-09-22 06:51:58 PDT ---
(In reply to comment #1)
> (From update of attachment 39911 [details])
> > + void writePlaintext(const String&);
>
> writePlainText ?
Fixed.
> > ChromiumBridge::clipboardWriteSelection(html, url, plainText, canSmartCopyOrDelete);
>
> In this case pasting html flavor would lead to the original content being
> pasted, not the markup.
Correct. Added ChromiumBridge::clipboardWritePlainText().
> > + md->setText(qtext);
> > + QApplication::clipboard()->setMimeData(md, m_selectionMode ?
> > + QClipboard::Selection : QClipboard::Clipboard);
>
> Indent.
This same indent is found in writeURL and is likely to be caused by the ternary
operator wrapping Qt coding style guide.
--
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