[webkit-help] NPAPI plugin crashes while calling npnfuncs->invoke in GtkLauncher

Vanya Yani iyani at luxoft.com
Fri Mar 16 02:43:28 PDT 2012


The following code works in webkit:

<html>
<head>
<script type="text/javascript">
function func(message)
{
return document.write(message);
}
</script>
</head>

<body>
<script type="text/javascript">
window.func("message");
</script>


</body>
</html>

So npn_invoke on the window itself should also work.


More information about the webkit-help mailing list