[webkit-reviews] review requested: [Bug 29634] Introduce Pasteboard::writePlaintext(const String&) : [Attachment 39911] Pasteboard::writePlaintext implementation for all platforms
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Sep 22 04:03:39 PDT 2009
apavlov at chromium.org has asked for review:
Bug 29634: Introduce Pasteboard::writePlaintext(const String&)
https://bugs.webkit.org/show_bug.cgi?id=29634
Attachment 39911: Pasteboard::writePlaintext implementation for all platforms
https://bugs.webkit.org/attachment.cgi?id=39911&action=review
------- Additional Comments from apavlov at chromium.org
writePlaintext() is necessary for WebInspector to be able to copy the selected
element HTML to the system clipboard.
The suggested implementation never substitutes spaces for since we want
to get the associated HTML as-is.
More information about the webkit-reviews
mailing list