​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 <[email protected]> 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 >
_______________________________________________ webkit-dev mailing list [email protected] https://lists.webkit.org/mailman/listinfo/webkit-dev

