I am using Objective-C++ in my firebreath project. The problem is that I am using Xcode 4 and I can not find the way to debug my project. So I have thought about if my method is been called from the w
I installed firebreath in Mac os x. Also, I installed the plugin. My problem is that when I try to do some change in my project (OpenOnDesktopPluginAPI.cpp), the changes are not refreshed in my browse
开发者_如何学PythonHow can I register a Firebreath .dll file thats deployed locally on a users hard drive.
I am writing a wrapper class for an activeX control using FireBreath. The ActiveX container class has an event sink which listens to the events fired by ActiveX control.
I am given a video calling software which implements an activex control to render the video in a web browser. As activex works only in IE i am given the task开发者_JS百科 of implementing a cross-brows
I am planning to make an application that monitors the websites visited by the users and performs some calculations on that.
I used firebreath to make npAPI Plugin. My Code uses giblib, so I add this code in CMakeLists.txt find_library(TESTLIB_LIBRARY2 giblib)
I\'m trying to package a plugin created with FireBreath as a Chrome extension. I\'ve read on Chrome Extensions and NPAPI that the way to do that is to include the files in开发者_如何学运维 the manifes
Is there any way to load firebreath plugi开发者_如何学Cn in firefox extension.I\'ve seen one way by injecting html related to plugin into DOM as explain here(see \"http://stackoverflow.com/questions/5
Is it possible to build NPAPI plugin using FireBreath for webkit browser running on directFB开发者_开发问答,embedded linux?