Chrome plugin process - npapi plugin

Posted by kambamsu on Stack Overflow See other posts from Stack Overflow or by kambamsu
Published on 2010-03-17T06:26:11Z Indexed on 2010/03/17 6:31 UTC
Read the original article Hit count: 513

Filed under:
|
|

Hi, I'm writing an npapi plugin in Qt. My plugin works perfectly on firefox and opera. The problem in chrome i guess is regarding the "process-per-plugin" setup. What happens is, when i first open a page, the plugin is injected and all works as per expected. But when i navigate from that page to another one, in the new page, the plugin seems to get injected but even its constructor isnt called.

To examine the issue, I tried killing my plugin process via the chrome task manager before i navigate to the new page. When i do this, the plugin works as expected in the 2nd page too. I'm unable to comprehend what is happening here. Any help would be appreciated.

Thanks

© Stack Overflow or respective owner

Related posts about google-chrome

Related posts about plugins