npruntime
npapi plugin having issues with firefox 4.0 and later
I have developed npruntime based plugin for firefox/chrome and its working fine with ff3.6/chrome 10,but when i load any other plugin in firefox 4.0 or later after loading my plugin,then firefox hangs[详细]
2023-03-29 13:33 分类:问答chrome detecting integer as NPVariantType_Double with npruntime plugin?
I am trying to call a function through javascript via my NPRuntime plugin but when i pass an in开发者_Go百科teger value to a function,chrome detects that as NPVariantType_Double while firefox is takin[详细]
2023-03-26 00:21 分类:问答Plugin not detected by safari 5
My npruntime plugin works perfectly fine with FF 3.6+,chrome and opera. but safari 5 does not detect my plugin at all.I already have registry entries pointing to[详细]
2023-02-19 10:51 分类:问答NPRUNTIME plugin not loading in chrome,works fine with FF-3.6
I have modified my existing code to support nprun开发者_开发技巧time to be used with FF-3.6 and above.[详细]
2023-02-17 22:00 分类:问答how to test my npapi code i.e xpcom to npruntime changes for my firefox plugin?
I have updated my firefox plugin to work with latest versions开发者_开发问答 of firefox (3.6 and higher) by moving from xpcom to npruntime.[详细]
2023-02-15 05:49 分类:问答Plugin stopped working on Linux after switch to using GeckoSDK 1.9.1
I have a plugin, which works fine, when I link it with GeckoSDK 1.9. Now I switched to using GeckoSDK 1.9.1.16, and it stopped getting detected on Linux (on Windows it still works fine) - about:plugi[详细]
2023-02-13 02:54 分类:问答npruntime example plugin (c++) of NPAPI fails to run on mac OSX 10.5
I have compiled Mozilla NPAPI plugin example npruntime on Mac OSX 10.5. It give me a libnprt.dylib I am bundling this dylib with proper plist.[详细]
2022-12-28 10:13 分类:问答How come NPRuntime require xpt file?
I am trying to make sense of whatever I learned aboutNPRuntime. Here is a example of NPRuntime plugin from from mozilla-central of NPRuntime plugin, which mentions following lines[详细]
2022-12-20 21:51 分类:问答Using NPRuntime plugin in Firefox extension
I have successfully run NPRuntime plugin on webpage by copying it to firefox plugin directory. I want to create a firefox extension using it, so I created small extension that displays a textbox and a[详细]
2022-12-20 15:23 分类:问答