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

Issue 7104074: Attempt at fixing crash. It looks like the printing code can delete (Closed)

Created:
9 years, 6 months ago by sky
Modified:
9 years, 6 months ago
Reviewers:
Lei Zhang
CC:
chromium-reviews, joi+watch-content_chromium.org, Avi (use Gerrit), jam, brettw-cc_chromium.org
Visibility:
Public.

Description

Attempt at fixing crash. It looks like the printing code can delete the TabContents, not the TabContentsWrapper, which leaves the TabContentsWrapper (and its associated helper classes) with references to a deleted TabContents. BUG=85455 TEST=none R=thestig@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=88582

Patch Set 1 #

Patch Set 2 : Add comment and remove unneeded method #

Patch Set 3 : Another comment tweak #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -16 lines) Patch
M chrome/browser/printing/background_printing_manager.cc View 2 chunks +10 lines, -8 lines 0 comments Download
M chrome/browser/printing/print_view_manager.h View 1 2 3 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/printing/print_view_manager.cc View 4 chunks +6 lines, -4 lines 0 comments Download
M chrome/browser/ui/tab_contents/tab_contents_wrapper.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/common/notification_type.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
sky
I believe this is at least one reason the bookmarks code could be crashing. I ...
9 years, 6 months ago (2011-06-09 15:08:24 UTC) #1
Lei Zhang
9 years, 6 months ago (2011-06-09 19:53:37 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698