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
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
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
I have modified my existing code to support nprun开发者_开发技巧time to be used with FF-3.6 and above.
I have updated my firefox plugin to work with latest versions开发者_开发问答 of firefox (3.6 and higher) by moving from xpcom to npruntime.
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
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.
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
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