Status: Available Owner: ---- Labels: Type-Cleanup Pri-2 OS-All Area-BrowserBackend
New issue 7379 by [email protected]: Need a utility UI-type thread on the browser process. http://code.google.com/p/chromium/issues/detail?id=7379 We should create a thread to perform random stuff that require an UI message loop. Currently we have two threads with a UI message loop: the main thread and the file thread. The file thread should really have an IO message loop, but currently it also handles things that we don't want to send to the main UI thread and require Window's messages processing. Candidates to run on the new thread: COM communication with the updater and clipboard operations from the renderers. -- 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 -~----------~----~----~----~------~----~------~--~---
