[webkit-dev] Invoking script from NPAPI plugin
Darin Adler
darin at apple.com
Wed Mar 10 15:23:39 PST 2010
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
More information about the webkit-dev
mailing list