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

Issue 11246005: [Panels] Fix crash when killing panel extension from TaskManager. (Closed)

Created:
8 years, 2 months ago by jennb
Modified:
8 years, 2 months ago
Reviewers:
yoshiki
CC:
chromium-reviews
Visibility:
Public.

Description

[Panels] Fix crash when killing panel extension from TaskManager. When Panel closes, it destroys the WebContents triggering WEB_CONTENTS_DISCONNECTED notification. However, when the Panel is closed due to "End Process" from TaskManager window, the notification is triggered by RenderViewGone and the WebContents still exist. TaskManager needs to remove Panel from the resource list in both scenarios. TBR=yoshiki BUG=157365 TEST=TaskManagerBrowserTest.KillPanelExtension Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=163895

Patch Set 1 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -1 line) Patch
M chrome/browser/task_manager/task_manager_browsertest.cc View 1 chunk +45 lines, -0 lines 0 comments Download
M chrome/browser/task_manager/task_manager_resource_providers.cc View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
jennb
8 years, 2 months ago (2012-10-23 23:25:05 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jennb@chromium.org/11246005/8001
8 years, 2 months ago (2012-10-24 17:56:40 UTC) #2
commit-bot: I haz the power
8 years, 2 months ago (2012-10-24 20:47:49 UTC) #3
Change committed as 163895

Powered by Google App Engine
This is Rietveld 408576698