DescriptionMake sure that Clipboard operations that require dispatching
of windows messages are performed on the UI thread.
SetClipboardData requires the clipboard to be open with a handle
to a window that will be notified when the contents are going to
change again. If Windows messages are not processed, any other app
writing to the clipboard will be locked while we acknowledge their
request (by processing the message).
The IO thread doesn't pump windows messages anymore so write
clipboard operations cannot be performed from that thread and have
to be posted to another thread.
BUG=5823
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=9003
Patch Set 1 #
Total comments: 1
Messages
Total messages: 2 (0 generated)
|