npapi
NPAPI drawPlugin retrieve cgContext from NPP instance
Im trying to draw a png in my (NPAPI)webplugin for Mac based on basic-plugin. I would like to redraw the plugin on a NPCocoaEventMouseDown but I\'m having trouwens to retrieve the cgContextRef.[详细]
2023-04-12 10:37 分类:问答Is it possible to pass Javascript objects to ActiveX (and use them)?
I want to pass JavaScript objects (JSON and function objects) into my ActiveX control. Ideally, I could manipulate JavaScript objects (e.g. reading or modifying JSON) and perform JavaScript function c[详细]
2023-04-12 07:18 分类:问答can i add external dll to npapi plugin , that suppos to be installed in the browser?
Im building plugin to FF and Chrome , this plugin needs to call API methods that are in external dll/so . can i bundle that npapi plugin with exter开发者_开发问答nal dll in the plug ? Of course you ca[详细]
2023-04-11 09:46 分类:问答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 tominimize Chrome window[详细]
2023-04-10 19:02 分类:问答pluginthreadasynccall hangs the browser
I need to call a javascript function from my plugin. In order to do that I have spawned a th开发者_如何学Pythonread using npnfuncs->pluginthreadasynccall(savedinstance, wcfEventForwarder, NULL). Insid[详细]
2023-04-10 04:56 分类:问答Registering a Firebreath .dll from local hard drive in Firefox
开发者_如何学PythonHow can I register a Firebreath .dll file thats deployed locally on a users hard drive.[详细]
2023-04-09 23:37 分类:问答problem of callback from C++ to JS
I\'m a newer to NPAPI. I come across one problem. in my plugin, I need to return some data from C++ to JavaScript, yes,that\'s callback. but the callback thread and the main thread are separate thread[详细]
2023-04-08 10:21 分类:问答Cannot access NPAPI functions in Firefox Extension
I\'m having trouble getting an NPAPI plugin to load in a Firefox Extension. The way I\'m doing it now is the plugin is already registered in Windows, so I load an embed element via an overlay which is[详细]
2023-04-05 09:43 分类:问答Receiving data in javascript from the Plugin using NPN_NewStream
I am trying to send some data as a stream from plug in to javascript. I am using NPN_NewStream for sending the stream from plugin to the browser. I have tried the example mentioned in http://www.terra[详细]
2023-04-04 01:03 分类:问答Firefox NPAPI Xcode link errors
I\'m trying to build a Firefox plugin for Mac OSX, it build well but I don\'t understand why the linker failed.[详细]
2023-04-03 05:51 分类:问答