I have a working Browser Helper Object (BHO) which is essentially an ATL based COM component. When the component is registered as a BHO in the Registry, the internet 开发者_StackOverflowexplorer calls
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 developed a NPAPI plugin(npruntime) for windows browsers like firefox, safari, Google chrome. My question is how one can read the values specified in thetag of theelement in a plugin.
I have updated my firefox plugin to work with latest versions开发者_开发问答 of firefox (3.6 and higher) by moving from xpcom to npruntime.
In a plug-in I am using NPN_Evaluate() to execute some Javascript. How can I detect wether the Javascript raises an exception? Basically I want to execute any piece of Javascript and get the result fr
I need to develop a mini ClickOnce plugin for Firefox, Chrome, Operah and Safari (preferably, one that works on all of the above).
I have a scriptable NPAPI browser plugin. I would like to expose a method to javascript \"MaximizeBrowser\",
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 am trying to develop a chrome extension in which i have coded all my logic in \'python\' . Now on browser action i want to pass parameters