npapi
Mac OSX, Cocoa event model in NPAPI , NSView, and Out of process plugins
Well, currently chrome has out of process plugins. and firefox 4 will use same model. That means plugin process is now seperated from browser process.[详细]
2023-01-25 11:15 分类:问答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 o[详细]
2023-01-23 13:14 分类:问答popup chrome NPAPI extention, redirecting to new tab
Hey I got a quick question: I have got a chrome extension that adds a popup page to the toolbar. It accepts input from the user then calls a NPAPI dll which generates an XML file. I would like to be[详细]
2023-01-20 15:35 分类:问答NPAPI and Google Chrome on Linux
I\'m working on an NPAPI plugin on Linux and have run into several issues with Google Chrome (albeit it works perfectly on Firefox).[详细]
2023-01-19 04:50 分类:问答How to convert ActiveX control to NPAPI plugin
I have an ActiveX control which is designed to * Search for nearby wireless networks * Create a wireless access point[详细]
2023-01-16 14:45 分类:问答Starting default application for a file on Linux
I\'m working on a Firefox NPAPI plugin + XPCOM component. I\'ve run into a dilemma: Given a file downloaded from the Internet (say a PDF or PNG) how do I start the default helper application to displa[详细]
2023-01-16 03:55 分类:问答NPN_MemAlloc after NPN_MemFree screws the returning data to Google Chrome
I\'ve finished my NPAPI plug-in and it works great in Google Chrome but there\'s a strange problem. The problem is that I\'ve coded a method in the plug-in that returns a string to the browser. In ord[详细]
2023-01-15 21:18 分类:问答npapi full screen
I have a npapi 开发者_运维问答plugin working on WebKit. How do I get it to work fullscreen? Is setting the screen browsers or plugins job?There\'s no API in NPAPI to go full-screen, so you have to do[详细]
2023-01-10 09:14 分类:问答Utility like NPAPI Spy for ACTIVEX?
just wondering if there is any open source implementation for an ActiveX web plugins similar in functionality to the one开发者_运维问答 implemented by NPAPI Spy utility available at:[详细]
2023-01-09 07:26 分类:问答MIME handler for Internet Explorer
I want to have an equivalent of NPAPI plugin for Firefox (or just any other sane browser). Generally I need IE to start my own program in response to object tag and let it[详细]
2023-01-07 01:49 分类:问答