Skip to content

Browser Plugin framework (NPAPI and ActiveX on Windows, Mac, and Linux)

Notifications You must be signed in to change notification settings

firebreath/FireBreath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d79534e · Nov 4, 2018
Mar 2, 2011
Oct 24, 2016
Mar 11, 2017
Jan 29, 2015
Jan 29, 2015
Jun 22, 2014
Nov 3, 2018
Apr 17, 2013
Jan 13, 2011
Dec 13, 2012
Sep 28, 2012
Mar 4, 2011
Oct 24, 2016
Feb 8, 2011
Dec 4, 2009
Dec 23, 2011
Feb 8, 2011
Jul 30, 2011
Jul 15, 2011
Nov 9, 2014
Mar 8, 2011
Feb 8, 2011
Feb 8, 2011
Jun 1, 2011
Feb 8, 2011
Jun 1, 2011
Sep 14, 2012
Sep 14, 2012
Jul 17, 2013
Jul 17, 2013
Oct 24, 2016
Oct 24, 2016
Oct 24, 2016
Oct 24, 2016
Mar 19, 2011
Feb 8, 2011
Feb 18, 2011

Repository files navigation

FireBreath

Home page: http://www.firebreath.org

FireBreath is a cross-platform browser plugin framework. It supports ActiveX and NPAPI on Windows, Mac OS X, and Linux (probably other unix-derivitives as well).

Flattr this project

Getting the source

After checking out the source, make sure you run:

git submodule update --init --recursive

in the project root to get the linked repositories. The main one you want is the firebreath-boost repository. You don't need firebreath-boost if you use WITH_SYSTEM_BOOST.

Using Subversion

If you choose to use subversion to check out FireBreath, make sure you also check out the firebreath-boost project as src/3rdParty/boost/ (you'll have to remove the existing directory).

Good luck!