[Webkit-unassigned] [Bug 40540] [chromium] Add new stubs for querying platform drag-and-drop and copy-and-paste data.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 15 18:06:27 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=40540





--- Comment #27 from Daniel Cheng <dcheng at chromium.org>  2010-06-15 18:06:25 PST ---
> > An alternative approach we could take if we find that performance is an issue is populate the most commonly requested pieces of data (such as the types in the clipboard, for example) in advance rather than passing it by IPC.
> 
> It seems like it would be good to pre-populate the types in the clipboard since I don't think those can change during a drag operation.

I thought about it more, and clipboard operations still require an IPC to retrieve the available types. In the spirit of keeping it consistent (what I'm trying really hard to do with this patch is unify copy-and-paste and drag-and-drop things that can be shared), I think it's best to leave retrieving the types as an IPC. I'll make the WebKit side a bit cleverer and cache the results from the first IPC if no one has any objections.

-- 
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