Chromium Code Reviews

Issue 193109: Potential fix for http://crbug.com/13111 (Closed)

Created:
11 years, 3 months ago by Nico
Modified:
9 years, 7 months ago
Reviewers:
jeremy
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Potential fix for http://crbug.com/13111 The browser_window_controller is destroyed before the window is destroyed. In its dealloc, it sends the download shelf an |exiting| message that deletes all item controllers, but the items's views might still be visible and hold weak references to their controllers. When they are clicked, they would se nd a message to free'd memory. This is all speculation. BUG=13111 TEST=Release to dev channel, monitor crash reports. Should go down. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=26198

Patch Set 1 #

Unified diffs Side-by-side diffs Stats (+1 line, -0 lines)
M chrome/browser/cocoa/download_item_controller.mm View 1 chunk +1 line, -0 lines 0 comments

Messages

Total messages: 3 (0 generated)
Nico
11 years, 3 months ago (2009-09-15 05:33:15 UTC) #1
Nico
I haven't tested it yet – I just synced, and compiling takes several hours. The ...
11 years, 3 months ago (2009-09-15 05:34:32 UTC) #2
jeremy
11 years, 3 months ago (2009-09-15 05:35:06 UTC) #3
LGTM

Powered by Google App Engine