Comment #11 on issue 26822 by [email protected]: Sad Tab when copying big image file http://code.google.com/p/chromium/issues/detail?id=26822
So it looks like a few things need fixing here: * IPC:Channel needs to fail when sending large messages rather than on the receiving end + add DCHECKs in the various sending functions so we can identify large messages in the future. * Clipboard bitmaps should be sent between processes using Shared Memory. * It looks like WebClipboardImpl::writeImage() is creating an intermediary SkBitmap when sending the image. I wonder how much trouble it would be to remove that step... -- 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
