Comment #2 on issue 8866 by [email protected]: Linux GTK criticals on  
shutdown related to accelerators.
http://code.google.com/p/chromium/issues/detail?id=8866

The following revision refers to this bug:
     http://src.chromium.org/viewvc/chrome?view=rev&revision=11872

------------------------------------------------------------------------
r11872 | [email protected] | 2009-03-17 10:23:19 -0700 (Tue, 17 Mar 2009)  
| 10 lines
Changed paths:
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/gtk/browser_toolbar_gtk.cc?r1=11872&r2=11871
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/gtk/menu_gtk.cc?r1=11872&r2=11871
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/gtk/menu_gtk.h?r1=11872&r2=11871

Ensure that MenuGtks are destroyed before their accelerator group.

When a MenuGtk is created, it is passed a GtkAccelGroup.  Previously the  
GtkMenu widgets were destroyed after the browser window, which was the  
owner of the GtkAccelGroup.  Make the toolbar own a reference to the  
GtkAccelGroup, and teardown all GtkMenus that reference it beforehand.

Some MenuGtk cleanup while debugging the problem.

BUG=8866

Review URL: http://codereview.chromium.org/48065

------------------------------------------------------------------------


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to