Comment #2 on issue 8662 by darinf: Enable/disable copy/paste menu items http://code.google.com/p/chromium/issues/detail?id=8662
If we want to block for a little while, then we can use SyncChannel's SendWithTimeout method. That was developed to support MSAA which also requires blocking the UI thread of the browser to wait for information from the renderer. This will incur some jank. To improve that we could also implement a system similar to what we do for tab switching and resizing, in which we block for only a small interval to see if the result can be made available quickly, else we wait for the result asynchronously failing over to a guess. -- 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 -~----------~----~----~----~------~----~------~--~---
