Comment #2 on issue 9865 by [email protected]: [linux] crash while trying to paste http://code.google.com/p/chromium/issues/detail?id=9865
The normal idiom in chromium code is to use PostTask to run code on other threads. If you need to get back to the same thread, you can PostTask a second time. I think that's better than using gdk_threads_enter/leave. -- 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 -~----------~----~----~----~------~----~------~--~---
