<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] Browser plugins crash under Wayland"
   href="https://bugs.webkit.org/show_bug.cgi?id=157605#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] Browser plugins crash under Wayland"
   href="https://bugs.webkit.org/show_bug.cgi?id=157605">bug 157605</a>
              from <span class="vcard"><a class="email" href="mailto:cgarcia&#64;igalia.com" title="Carlos Garcia Campos &lt;cgarcia&#64;igalia.com&gt;"> <span class="fn">Carlos Garcia Campos</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=157605#c6">comment #6</a>)
<span class="quote">&gt; The plugin process is creating a GtkPlug before it crashes, but I don't
&gt; think it's being created anywhere inside WebKit. Yes, I know that doesn't
&gt; make sense, but our only use of gtk_plug_new is in NetscapePluginX11.cpp in
&gt; the constructor, and I've added WTFLogAlways and ASSERT_NOT_REACHED at the
&gt; top of the constructor and it's definitely not being called. I even checked
&gt; to make sure we're not passing GTK_TYPE_PLUG directly to g_object_new
&gt; anywhere.
&gt; 
&gt; Anyway, PluginProxy::geometryDidChange and then
&gt; NetscapePlugin::geometryDidChange are both being called before the crash.
&gt; It's not so unexpected because this is the evince browser plugin, it's a
&gt; windowed plugin; the code to stop us from creating a windowed plugin under
&gt; Wayland must not be working.
&gt; 
&gt; Related: it's quite frustrating that we have the NetscapePlugin class under
&gt; the WebProcess directory when it's also used by the plugin process; makes
&gt; everything needlessly confusing. ;/</span >

Ah, it must be EvBrowserPlugin::setWindow() the one creating the plug. That shouldn't be called when we don't have an X11 implementation, but we can probably just fail the initialization when we don't have a platform implementation and the plugin is windowed.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>