DescriptionFixes possible crash in menus on views/gtk. The crash would happen if
between the time we called into the model when the user selected an
item and the time MessageLoop::Quit is processed the menu was
destroyed, we would crash. As MessageLoop::Quit isn't immediate, and
we really don't want to call out from a nested message loop, we wait
until the quit is processed, then notify the model.
CROS_BUG=1108
TEST=see bug
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=35746
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|