aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/icedteanp/IcedTeaNPPlugin.cc
Commit message (Expand)AuthorAgeFilesLines
* Added jacoco code coverage supportJiri Vanek2012-12-111-31/+24
* PR1217: Add command line arguments for pluginsSaad Mohammad2012-12-051-42/+99
* Remove redundant HTML-tag scanner from ITW. Do not reconstruct tags.Adam Domurad2012-12-041-171/+50
* Free two memory leaksAdam Domurad2012-11-211-5/+5
* Fix two typos.martin2012-10-021-1/+1
* Fixes PR588, Icedtea-web now saves cookies set in java cookie jarAdam Domurad2012-08-171-0/+45
* Refactor consume_message with helper consume_plugin_messageAdam Domurad2012-08-091-59/+64
* Export only a minimum of symbols. This should fix PR472.Thomas Meyer2012-08-071-0/+4
* Fixes PR1106, buffer overflow in plugin tableAdam Domurad2012-08-071-1/+6
* CVE-2012-3422, RH840592: Potential read from an uninitialized memory locationDeepak Bhole2012-07-241-0/+10
* Small fixes to C++ side of plugin, submitted by Martin Olsson.Adam Domurad2012-07-091-2/+2
* Allow passing of plugin tables and browser tables in NP_Initialize thatAdam Domurad2012-06-251-91/+96
* Fixed two memory leaks in C++ side of pluginAdam Domurad2012-06-151-0/+3
* Fixed PR855: AppletStub getDocumentBase() doesn't return full URLDanesh Dadachanji2012-06-141-14/+1
* Fix for PR518, adds utility function for wrapping NPStringAdam Domurad2012-06-041-12/+3
* Fixed PR863: Error passing strings to applet methods in ChromiumDeepak Bhole2012-06-011-2/+10
* Introduced constant NUM_STR_BUFFER_SIZE to replace magic constants.Adam Domurad2012-05-251-3/+3
* Use g_mutex_free instead of g_free to free appletviewer_mutex (fixesDeepak Bhole2012-05-231-2/+2
* Changed usage of sprintf to snprintf. Made some small malloc'd buffers on the...Adam Domurad2012-05-221-3/+3
* Define mime descriptions for 1.7, when built with Java7doko2012-02-271-2/+16
* Made compatible with both versions of xulrunnerJiri Vanek2011-12-211-1/+5
* made compatible with rhel5 librariesJiri Vanek2011-09-011-12/+41
* Fix PR721: IcedTeaPlugin.so cannot run g_main_context_iteration on a differen...Deepak Bhole2011-06-081-2/+19
* PR735: Firefox 4 sometimes freezes if the applet calls showDocument()Deepak Bhole2011-05-271-20/+1
* Use NPN_GetURLNotify (non-blocking) instead of NPN_GetURL (blocking)icedtea-web-1.1-branchpointDeepak Bhole2011-04-211-1/+1
* Fixed RH691259: Midori sends a SIGSEGV with the IcedTea NP PluginDeepak Bhole2011-04-181-7/+11
* Set class path to JRE/lib/rt.jar for both plugin and javaws.Denis Lila2011-04-051-40/+30
* Make ICEDTEAPLUGIN_DEBUG=suspend start the JVM in suspend modeOmair Majid2011-03-071-1/+9
* Send initialization information to Java side via a new function (also takesDeepak Bhole2011-03-031-17/+26
* Install icedtea-web into a FHS-compliant locationOmair Majid2011-02-221-51/+29
* PR597: Fix special character handling for applet tagsDeepak Bhole2010-12-081-58/+81
* fix info shown in about:plugins in firefoxOmair Majid2010-12-071-3/+3
* Fix PR552: Support for FreeBSD's pthread implementation (patch from jkim@free...Deepak Bhole2010-11-241-0/+4
* Add support for handling spaces between jar names in the archive tag, and otherDeepak Bhole2010-10-271-37/+40
* Initial import from IcedTea6.andrew2010-10-191-0/+2453