Comment #4 on issue 5823 by [email protected]: Regression: copying text from the renderer than copying text in another app makes other app unresponsive for a couple of seconds http://code.google.com/p/chromium/issues/detail?id=5823
The file thread uses a UI message loop at the moment, but I'm not sure if the plan is to change that. Given that we have two clipboard services, one on the browser and another one on the IO thread to serve synchronous requests from the renderers, I was thinking to forward the requests to the UI thread and add a notification on completion to resume the renderer. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
