aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/icedteanp
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* add support for validating configurationOmair Majid2010-12-132-4/+2
* PR597: Fix special character handling for applet tagsDeepak Bhole2010-12-082-68/+101
* Fix Javadoc warnings.Andrew John Hughes2010-12-081-1/+1
* fix info shown in about:plugins in firefoxOmair Majid2010-12-071-3/+3
* Fixed indentation and spacing for all .java files.Deepak Bhole2010-12-0631-3811/+3788
* Fix warnings produced by NetX and the plugin (both Java and C++).Andrew John Hughes2010-12-0310-1922/+1926
* Patch to permanantly fix frame pop-out issue for appletsDeepak Bhole2010-11-291-44/+21
* Fix PR593: Increment of invalidated iterator in IcedTeaPluginUtils (patch fro...Deepak Bhole2010-11-241-2/+6
* Fix PR552: Support for FreeBSD's pthread implementation (patch from jkim@free...Deepak Bhole2010-11-242-4/+35
* CVE-2010-3860 IcedTea System property information leak via public staticOmair Majid2010-11-241-5/+0
* integrate basic proxy configuration supportOmair Majid2010-11-233-275/+7
* add configuration support for user prompts and other access control optionsOmair Majid2010-11-181-1/+5
* integrate configurable loggingOmair Majid2010-11-181-70/+3
* integrate support for multiple KeyStores into the various validatorsOmair Majid2010-11-111-20/+0
* Double-buffer applet frame drawing.Deepak Bhole2010-11-041-0/+25
* use deployment.properties file for infrastructure related configurationOmair Majid2010-11-032-15/+25
* Add support for handling spaces between jar names in the archive tag, and otherDeepak Bhole2010-10-271-37/+40
* Stabilize plugin initializationDeepak Bhole2010-10-262-97/+238
* Initial import from IcedTea6.andrew2010-10-1944-0/+16132