<html>
    <head>
      <base href="https://bugzilla.gnome.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Sometimes tooltip_popup_timeout() in gtk/gtktooltip.c causes crash after closing a window"
   href="https://bugzilla.gnome.org/show_bug.cgi?id=784319#c19">Comment # 19</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Sometimes tooltip_popup_timeout() in gtk/gtktooltip.c causes crash after closing a window"
   href="https://bugzilla.gnome.org/show_bug.cgi?id=784319">bug 784319</a>
              from <span class="vcard"><a href="page.cgi?id=describeuser.html&login=stransky%40redhat.com" title="Martin Stransky <stransky@redhat.com>"> <span class="fn">Martin Stransky</span></a>
</span></b>
        <pre>moz_container_realize() calls gtk_widget_set_window(), do we need to extra call
gtk_widget_set_has_window()?

<a href="https://github.com/stransky/gecko-dev/blob/master/widget/gtk/mozcontainer.cpp#L373">https://github.com/stransky/gecko-dev/blob/master/widget/gtk/mozcontainer.cpp#L373</a>

Also the gtk_widget_set_has_window(container, FALSE) is called only when the
toplevel GdkWindow is used for rendering:

<a href="https://dxr.mozilla.org/mozilla-central/source/widget/gtk/nsWindow.cpp#3750">https://dxr.mozilla.org/mozilla-central/source/widget/gtk/nsWindow.cpp#3750</a></pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>