aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/icedteanp/IcedTeaPluginUtils.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove legacy support for the old version of NPAPIAdam Domurad2013-04-111-10/+0
* Added code to parse properties and to find correct configuration files from c...Jiri Vanek2013-03-281-0/+17
* Fix for PR1198: JSObject passed incorrectly to JavascriptAdam Domurad2013-01-151-0/+13
* PR1217: Add command line arguments for pluginsSaad Mohammad2012-12-051-0/+18
* Refactor IcedTeaPluginUtilities::javaResultToNPVariant into multiple functionsAdam Domurad2012-11-301-88/+115
* Small correction in strSplitAdam Domurad2012-07-241-1/+1
* Small fixes to C++ side of plugin, submitted by Martin Olsson.Adam Domurad2012-07-091-5/+6
* Fixed two memory leaks in C++ side of pluginAdam Domurad2012-06-151-8/+4
* Fixing build for real, sorry for the noise.Adam Domurad2012-06-041-1/+1
* Fix build for older versions of mozilla. (Typo in untested #ifdef)Adam Domurad2012-06-041-1/+1
* Fix for PR518, adds utility function for wrapping NPStringAdam Domurad2012-06-041-39/+36
* Fixed PR863: Error passing strings to applet methods in ChromiumDeepak Bhole2012-06-011-6/+6
* Introduced constant NUM_STR_BUFFER_SIZE to replace magic constants.Adam Domurad2012-05-251-55/+51
* Removed residual free(str) on stack variable.Adam Domurad2012-05-241-1/+0
* Reapplied the patches, sorry for the mess!Adam Domurad2012-05-241-2/+2
* Backed out changeset 43a78616b1ddAdam Domurad2012-05-241-2/+2
* Added Martin Olsson's typo fixAdam Domurad2012-05-241-2/+2
* Changed usage of sprintf to snprintf. Made some small malloc'd buffers on the...Adam Domurad2012-05-221-26/+28
* Fix PR721: IcedTeaPlugin.so cannot run g_main_context_iteration on a differen...Deepak Bhole2011-06-081-0/+105
* Fix PR593: Increment of invalidated iterator in IcedTeaPluginUtils (patch fro...Deepak Bhole2010-11-241-2/+6
* Initial import from IcedTea6.andrew2010-10-191-0/+1047