Thanks Darin. Can you please give me a pointer in WebCore where to look for the bug, so I can start look into it myself.
Thanks, Gil On 3/10/10 3:23 PM, "Darin Adler" <[email protected]> wrote: On Mar 10, 2010, at 12:57 PM, Ohayon, Gil wrote: > I have a NPAPI plugin which I wish to use to push updates into a web page. > The plugin get's updates from a remote process and generate JS code which is > passed back to the web page using NPN_Invoke or NPN_Evaluate. My problem is > that page is not updated unless I initiate it using a button or some key > stroke. > > Is there anything inside JavaScriptCore that prevents such script execution? This kind of query belongs on the webkit-help list rather than webkit-dev. This sounds like a bug, probably one related to how style recalculation and render tree updating is done. A bug report with an example is a good way to go. -- Darin
_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

