Comment #1 on issue 8707 by [email protected]: Linux GTK widget double
destroy causing navigation instability.
http://code.google.com/p/chromium/issues/detail?id=8707
The following revision refers to this bug:
http://src.chromium.org/viewvc/chrome?view=rev&revision=11530
------------------------------------------------------------------------
r11530 | [email protected] | 2009-03-12 06:02:31 -0700 (Thu, 12 Mar 2009)
| 8 lines
Changed paths:
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/renderer_host/render_widget_host_view_gtk.cc?r1=11530&r2=11529
Have RenderWidgetHostViewGtk take ownership of its widget.
We previously left the widget floating, the reference would be sunk by the
first container it was added to, if removed from this container it would be
destroyed. This was happening in WebContentsViewGtk, and then we were
double-destroying the widget in RenderWidgetHostViewGtk::Destroy().
BUG=8707
Review URL: http://codereview.chromium.org/42119
------------------------------------------------------------------------
--
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
-~----------~----~----~----~------~----~------~--~---