aboutsummaryrefslogtreecommitdiffstats
path: root/plugin
Commit message (Expand)AuthorAgeFilesLines
* Launch errors are not being printed to terminalOmair Majid2012-03-141-1/+1
* Return 0 id to Java side if call/eval fail.Deepak Bhole2012-02-281-3/+9
* Define mime descriptions for 1.7, when built with Java7doko2012-02-271-2/+16
* PR820: IcedTea-Web 1.1.3 crashing Firefox when loading Citrix XenAppDeepak Bhole2012-02-272-64/+84
* PR852: Classloader not being flushed after last applet from a site is closedDeepak Bhole2012-01-271-0/+3
* PR838: IcedTea plugin crashes with chrome browser when javascript is executedicedtea-web-1.2-branchpointDeepak Bhole2012-01-091-1/+7
* Use correct response parameter when returning array member vs member itselfDeepak Bhole2011-12-221-3/+3
* RH586194: Unable to connect to connect with Juniper VPN clientDeepak Bhole2011-12-211-46/+5
* Made compatible with both versions of xulrunnerJiri Vanek2011-12-211-1/+5
* Fixed function name in comment for sendMember.Deepak Bhole2011-12-161-1/+1
* made compatible with rhel5 librariesJiri Vanek2011-09-011-12/+41
* Fix RH718693: MindTerm SSH Applet doesn't workDeepak Bhole2011-08-241-0/+75
* PR749: sun.applet.PluginStreamHandler#handleMessage(String) really slowDeepak Bhole2011-07-211-19/+59
* Fix PR721: IcedTeaPlugin.so cannot run g_main_context_iteration on a differen...Deepak Bhole2011-06-088-106/+209
* PR735: Firefox 4 sometimes freezes if the applet calls showDocument()Deepak Bhole2011-05-274-24/+79
* Call dispose() from swing thread when applet is closed.Deepak Bhole2011-05-271-3/+8
* Backed out 0256de6a4bf6 as it is prone to race conditions.Deepak Bhole2011-05-271-18/+9
* Prevent applet from shutting down down if another tab with the same page isDeepak Bhole2011-05-021-9/+18
* Fix appcontext related plugin bugs.Denis Lila2011-04-291-10/+26
* Use NPN_GetURLNotify (non-blocking) instead of NPN_GetURL (blocking)icedtea-web-1.1-branchpointDeepak Bhole2011-04-211-1/+1
* Dont show error dialogs on exceptions with the pluginOmair Majid2011-04-201-0/+2
* Switch to explicit locks and condition queues in PluginAppletViewerAndrew John Hughes2011-04-181-68/+74
* Fix applet rezising issue seen with some browsers (Midori)Deepak Bhole2011-04-181-1/+25
* Fixed RH691259: Midori sends a SIGSEGV with the IcedTea NP PluginDeepak Bhole2011-04-181-7/+11
* Use Object.wait() instead of periodic wakes in PluginAppletViewer.Deepak Bhole2011-04-141-56/+98
* Refactor PluginAppletViewer.java.Denis Lila2011-04-141-170/+74
* Fix some concurrency problems in PluginAppletViewer.java.Denis Lila2011-04-131-26/+35
* Prevent NPE in appletClose() by calling it only via the thread-safeDeepak Bhole2011-04-071-1/+1
* Use varargs in PluginDebug.debug calls in JSObject.java.Denis Lila2011-04-051-10/+10
* Set class path to JRE/lib/rt.jar for both plugin and javaws.Denis Lila2011-04-051-40/+30
* Fix PluginDebug regression.dlila2011-04-011-1/+6
* Fix JSObject.equals.Denis Lila2011-03-311-15/+1
* Add citation.Denis Lila2011-03-311-1/+2
* Made PluginObjectStore a singleton.Denis Lila2011-03-312-10/+16
* Make PluginDebug a bit lazier.Denis Lila2011-03-3115-93/+96
* Remove race conditions in PluginObjectStore.java.Denis Lila2011-03-311-45/+64
* Replace PDF documentation with editable HTML version of the same content.Andrew John Hughes2011-03-292-0/+117
* Fix race condition.Denis Lila2011-03-081-5/+6
* Make ICEDTEAPLUGIN_DEBUG=suspend start the JVM in suspend modeOmair Majid2011-03-071-1/+9
* Minor refactoring.Denis Lila2011-03-076-107/+41
* - PR475, RH604061: Allow applets from the same page to use the same classloaderDeepak Bhole2011-03-041-1/+8
* Send initialization information to Java side via a new function (also takesDeepak Bhole2011-03-031-17/+26
* Added check for instance validity before making calls to the browserDeepak Bhole2011-03-031-4/+28
* Minor cleanup of C++ code -- removed unused thread_counterDeepak Bhole2011-03-032-26/+0
* minor refactoring + dead code removalDenis Lila2011-02-281-36/+24
* Install icedtea-web into a FHS-compliant locationOmair Majid2011-02-221-51/+29
* Move TimedHashMap to netxOmair Majid2011-02-151-57/+1
* Remove dead, commented, unused code.Andrew Su2011-01-2011-284/+1
* Fix PR619: Improper finalization by the plugin can crash the browserDeepak Bhole2011-01-201-0/+5
* Fix RH665104: OpenJDK Firefox Java plugin loses a cookieDeepak Bhole2010-12-221-3/+7