Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(309)

Issue 42119: Have RenderWidgetHostViewGtk take ownership of its widget. (Closed)

Created:
11 years, 9 months ago by Dean McNamee
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

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

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -0 lines) Patch
M chrome/browser/renderer_host/render_widget_host_view_gtk.cc View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Dean McNamee
TBR I'm hoping this will make the startup_tests start passing again. I will follow up ...
11 years, 9 months ago (2009-03-12 13:02:06 UTC) #1
Elliot Glaysher
11 years, 9 months ago (2009-03-12 19:53:19 UTC) #2
Makes sense.

Powered by Google App Engine
This is Rietveld 408576698