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.
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
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
(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
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
开发者_如何学PythonHow can I register a Firebreath .dll file thats deployed locally on a users hard drive.
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
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
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
I\'m trying to build a Firefox plugin for Mac OSX, it build well but I don\'t understand why the linker failed.