[webkit-dev] Where Paste from clipboard happens?

Daniel Cheng dcheng at chromium.org
Thu Mar 21 19:21:10 PDT 2013


​From reading the bug report, I'm guessing you can fix the bug by simply
writing the correct text content to the clipboard. Just join the URLs with
\n's in between and write the resulting text to the clipboard in
BookmarkNodeData::WriteToClipboard().

Daniel​


On Thu, Mar 21, 2013 at 6:16 PM, Thiago Farina <tfarina at chromium.org> wrote:

> Hi,
>
> I was looking into crbug.com/106329, so I hacked up at
> chrome/browser/bookmarks/bookmark_node_data.cc:WriteToClipboard and
> changed it to write the URLs contained in |elements|.
>
> But now I need to read that information back from clipboard. But I
> have no idea where we do actually do this. Do we read from clipboard
> in //content/ or that is done in WebKit? If someone knows where that
> happens can you point me at to the source?
>
> Regards,
>
> --
> Thiago
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20130321/13908bf0/attachment.html>


More information about the webkit-dev mailing list