Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Issue 155174: linux: fix renderer/plugin crash when loading multiple pages with plugins (Closed)

Created:
11 years, 5 months ago by Antoine Labour
Modified:
9 years, 7 months ago
Reviewers:
Evan Martin
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

linux: fix renderer/plugin crash when loading multiple pages with plugins Currently we crash if one renderer has a plugin and another one has a plugin that gets destroyed, and started again (e.g. reload). We get away with reload on a single page currently because the process gets torn down. This properly cleans up the socket and channel mapping on both sides, so it can be restarted. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=20112

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -7 lines) Patch
M chrome/common/ipc_channel_posix.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/common/ipc_channel_posix.cc View 4 chunks +11 lines, -6 lines 0 comments Download
M chrome/plugin/plugin_channel.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/renderer/plugin_channel_host.cc View 2 chunks +7 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Antoine Labour
11 years, 5 months ago (2009-07-07 22:07:07 UTC) #1
Evan Martin
11 years, 5 months ago (2009-07-07 22:09:56 UTC) #2
LGTM

(do you have commit access yet?)

Powered by Google App Engine
This is Rietveld 408576698