diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-31 22:39:18 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-31 22:39:18 +0000 |
commit | d870dcb0264d9b58ccf2c49d7ee1a2c5b8309ae1 (patch) | |
tree | 6353f052618fb0b506fa9e07d39f909736dbb703 /webkit/build | |
parent | dad3f5a65d67f60c9909ff3ea63e04d57aec2dfd (diff) | |
download | chromium_src-d870dcb0264d9b58ccf2c49d7ee1a2c5b8309ae1.zip chromium_src-d870dcb0264d9b58ccf2c49d7ee1a2c5b8309ae1.tar.gz chromium_src-d870dcb0264d9b58ccf2c49d7ee1a2c5b8309ae1.tar.bz2 |
Fix a regression caused by the fix to ensure that NP_Shutdown is called for plugins when the browser
process shuts down. The regression basically caused the plugin process to terminate when a renderer process
died, thus leaving other renderers using the plugin process in flux.
Fix is to move the OnChannelError processing from the PluginChannel message filter implementation which
handles a renderer plugin channel to a new message filter instance created in conjunction with the
Pluginthread class. This message filter instance handles the browser plugin channel.
Fixes bug http://code.google.com/p/chromium/issues/detail?id=84156
BUG=84156
Review URL: http://codereview.chromium.org/7006009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87384 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/build')
0 files changed, 0 insertions, 0 deletions