summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-14Windows loggingmingwChristophe Fergeau1-0/+41
2013-03-14win support in generic controller codChristophe Fergeau1-0/+15
2013-03-14Win supportChristophe Fergeau5-3/+391
2013-03-14Only export needed symbolsChristophe Fergeau2-1/+11
2013-03-14Rename plugin binary from libnsISpicec to npSpiceConsoleChristophe Fergeau1-8/+8
2013-03-14mingw: Add support for mingw buildNerijus Baliunas3-4/+72
2013-03-14Add an abstract controller base classChristophe Fergeau7-220/+407
2013-03-14Use g_usleep in SpiceController::connect(int retries)Christophe Fergeau1-1/+1
2013-03-14Add helper function to get client pathsChristophe Fergeau2-20/+60
2013-03-14Add SpiceController::SetupControllerPipeChristophe Fergeau2-4/+13
2013-03-14Use glib functions to spawn/watch clientChristophe Fergeau3-67/+85
2013-03-14Move StartClient() to the controller classChristophe Fergeau4-106/+130
2013-03-14Mark Controller::Connect() as privateChristophe Fergeau1-1/+1
2013-03-14Remove unused controller constructorChristophe Fergeau2-7/+0
2013-03-14Update copyright noticesChristophe Fergeau3-3/+6
2013-03-14Rename controller.cpp to controller-unix.cppChristophe Fergeau2-3/+1
2013-03-14Use gio to write trust storeChristophe Fergeau3-34/+39
2013-03-12Split nsPluginInstance::connect a bitChristophe Fergeau2-74/+99
2013-03-12Make spice.xpi build optionalChristophe Fergeau3-1/+16
2013-03-08Switch to using npapi-sdk headers rather than XULChristophe Fergeau5-1/+1804
2013-03-08Don't try to use xpidlChristophe Fergeau2-19/+0
2013-03-08Drop support for xulrunner < 1.9.1Christophe Fergeau4-61/+2
2013-03-08Fix AC_ARG_ENABLE use for --enable-generatorChristophe Fergeau1-2/+2
2013-03-08Remove obsolete configure.ac logChristophe Fergeau1-2/+0
2013-03-01Get rid of nspr useChristophe Fergeau4-53/+51
2013-03-01Move some preprocessor #define to configure.acChristophe Fergeau9-2/+15
2013-03-01Remove unused xulrunner includesChristophe Fergeau1-15/+0
2013-02-28Remove #include <dlfcn.h>Christophe Fergeau1-1/+0
2013-02-05Remove unused preprocessor symbolsChristophe Fergeau1-4/+0
2013-02-05Remove unused #includeChristophe Fergeau3-5/+1
2013-02-05Remove unused XUL_* entries in CPPFLAGS/LIBADDChristophe Fergeau1-6/+0
2013-01-29xpi: add Proxy memberHEADmasterMarc-André Lureau5-1/+29
2013-01-29xpi: use safer g_environ_setenv()Marc-André Lureau1-8/+11
2013-01-29xpi: add a few g_environ functions from GLib >= 2.28Marc-André Lureau4-0/+240
2012-12-10fix issues in ScriptablePluginObject::SetPropertyFederico Simoncelli1-3/+9
2012-12-10support smaller NPNetscapeFuncs tablesFederico Simoncelli1-47/+5
2012-11-21bump post release version to 2.9prePeter Hatina1-1/+1
2012-11-20release v2.8Peter Hatina1-0/+11
2012-11-20bump spice-xpi version to 2.8Peter Hatina1-1/+1
2012-11-20fix distcheck when not compiling with test page generatorPeter Hatina4-18/+23
2012-11-20bump max. firefox versionPeter Hatina1-1/+1
2012-07-16validate tcp port valuesPeter Hatina1-2/+29
2012-07-11remove data/test.htmlPeter Hatina1-308/+0
2012-07-11generator, fix Makefile.am's to build test.htmlPeter Hatina2-3/+10
2012-07-11generator, add info about generated pagePeter Hatina1-1/+2
2012-07-11generator, fix binary namePeter Hatina3-3/+6
2012-07-10generator, fix --help optionPeter Hatina1-1/+1
2012-07-10update rdf versions - plugin, firefoxPeter Hatina1-2/+2
2012-07-04add missing IDL attributesPeter Hatina1-0/+2
2012-07-02introduce test page generatorPeter Hatina19-6/+1679