aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/icedteanp/IcedTeaPluginUtils.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed memory leak detector to correctly handle pre_init_messages queue.Jiri Vanek2014-01-151-0/+4
* Console made aware of plugin messagesJiri Vanek2013-12-151-1/+32
* Pipes moved into XDG_RUNTIME_DIRJiri Vanek2013-11-291-0/+30
* Enabled file logging in plugin, user enabled to choose logs dirJiri Vanek2013-11-291-2/+65
* All output messages redirected to PLUGIN_{DEBUG,ERROR} macrosJiri Vanek2013-10-251-3/+3
* Back out changeset 420d72e5cee7Andrew Azores2013-10-171-94/+40
* Do not wait for applet initialization when binding Java applets for NPAPI.Adam Domurad2013-08-271-40/+94
* Fix many memory leaks due to utf8fromidentifier misuseAdam Domurad2013-07-301-0/+12
* Move 'get_scriptable_java_package_object' and 'get_scriptable_java_object' in...Adam Domurad2013-06-211-2/+2
* More unit tests for scriptable object creation, destructionAdam Domurad2013-06-211-0/+20
* 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