DescriptionFix a browser, renderer, plugin deadlock caused by the change to reparent plugin windows in the browser
process. Reparenting occurs via Windows API calls on the IO thread which can result in window messages
being dispatched to plugin windows which may be blocked on outgoing sync calls.
Fix is to execute the Windows API calls on the UI thread.
Fixes bug http://code.google.com/p/chromium/issues/detail?id=85397
BUG=85397
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=88393
Patch Set 1 #
Total comments: 2
Patch Set 2 : '' #Messages
Total messages: 4 (0 generated)
|