DescriptionPotential 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 #
Created: 11 years, 3 months ago
Messages
Total messages: 3 (0 generated)
|