Tagged Questions
0
votes
1answer
117 views
Mozilla Plugins, will I have to recompile each time the Gecko SDK is updated?
I am about to start work on a Mozilla plugin for my company's main product line. I was under the impression that I could build using the Gecko SDK, say two major revisions ago, and that would cover ...
0
votes
1answer
170 views
Difference between Gecko Plug-in API and NPAPI
Can anyone tell me the difference between Gecko API Plugin development and NPAPI plugin development ?
And can anyone provide me with startup document on NPAPI plugin ?
Thanks in advance,
Akshay ...
0
votes
2answers
1k views
Simple example for NPAPI plugin
I'm trying to find a simple example on how to write an NPAPI plugin that will be bundled with my Chrome extension.
The thing I need to do with the NPAPI is simply to run an already existing local ...
0
votes
1answer
404 views
How to compile NPAPI plugin sourcecode using Visual Studio 2008?
(First, sorry for bad English ! )
I downloaded the source code here : http://minimizetotray.googlecode.com/files/SourceCode.zip - which is a NPAPI plugin that has the ability to minimize Chrome ...
0
votes
1answer
254 views
can npapi do everything that ActiveX can?
I wanted to write a B/S project that client side uses ActiveX or Gecko to Communication with server via network socket. And any browser(ie/firefox/chrome/opera/safari) can use it.
0
votes
1answer
393 views
How to realize communication between browser and backend?
I have a backend software that needs to be able to communicate with a gecko-based web browser (and vice-versa). What is the best way to realize this? Since HTTP is rather one-way (with the exception ...
2
votes
2answers
1k views
Firefox Gecko SDK : NPP_GetValue not getting called
I have tried out the NPRuntime sample provided with the Gecko SDK 1.9.1 with the help of this link.
It works perfectly fine with Firefox 3.6.
Following the above steps I created a new scripting ...
2
votes
1answer
1k views
npapi plugin: how do I install a gecko plugin?
I've compile the basic plugin found here but I can't figure out how to install it on my Ubuntu machine.

