[webkit-reviews] review granted: [Bug 116179] [Mac] Make Clipboard::create functions for Mac platform independent by moving Pasteboard creation to Pasteboard functions : [Attachment 201868] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 15 13:08:37 PDT 2013


Andreas Kling <akling at apple.com> has granted Darin Adler <darin at apple.com>'s
request for review:
Bug 116179: [Mac] Make Clipboard::create functions for Mac platform independent
by moving Pasteboard creation to Pasteboard functions
https://bugs.webkit.org/show_bug.cgi?id=116179

Attachment 201868: Patch
https://bugs.webkit.org/attachment.cgi?id=201868&action=review

------- Additional Comments from Andreas Kling <akling at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=201868&action=review


r=me

> Source/WebCore/platform/Pasteboard.h:99
> +    static PassOwnPtr<Pasteboard> createPrivate(); // Corresponds to the
"unique pasteboard" concept on Mac. Used in editing, not sure exactly for what
purpose.

Lovely comment!


More information about the webkit-reviews mailing list