I want to write scripts for firefox. It seems that firefox h开发者_开发知识库as different terms, like add-on, extensions, plugins. and I have a feeling they\'re not all the same. Can you sum up the di
I have a Firefox plugin dll, which works fine in Windows XP but crashes in Windows 7. Issue is with CWindowImpl::Create() which fails to create a Window(window handle is NULL). Also, GetLastError() re
I\'m creating an NPAPI plugin that isn\'t supposed to have a UI (for use from Javascript only). What windowing model should I use (windowed/windowless/xembed) to support as many browsers (and browser
I am trying to obtain the document inside a frame. The following does not fail: NPN_GetProperty(aInstance, windowObject, NPN_GetStringIdentifier(\"frames\"), &frames))
I\'d like to allow users of my site to have a list of contacts and click a button beside a user to initiate a Google Voice chat session, exactly like I can in Gmail. I\'d like to be able to detect whe
I need to send a string from one process to another using Boost. Actually I\'m trying to create a firebreath plug-in (firebreath uses Boost in its backend) which should be capable of sending messages
I am thinking that SWFObject would be a great example to learn from for my own browser plugin, but looking at swfobject.js it\'s all compressed to the point of unreadability and also is quite large.
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 came across the browser plugin from roozz.com and I tried it out with LinqPad,try it here.They say there is a conversion process that takes basically any exe and converts it to their platform which