aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Allow delete only when plugin or javaws is not runningAndrew Su2011-04-202-0/+36
* Enforce cache size limitAndrew Su2011-04-202-17/+72
* Unhide components for setting cache size limit in itw-settingsAndrew Su2011-04-202-20/+24
* Store lru after modifying the entriesAndrew Su2011-04-202-0/+6
* Changed cache to prevent jar overwriting when update happens.Andrew Su2011-04-189-56/+615
* Fix concurrent classloading problem in JNLPClassLoader.loadClass.Denis Lila2011-04-183-3/+12
* Switch to explicit locks and condition queues in PluginAppletViewerAndrew John Hughes2011-04-182-68/+107
* Fix applet rezising issue seen with some browsers (Midori)Deepak Bhole2011-04-182-1/+32
* Fixed RH691259: Midori sends a SIGSEGV with the IcedTea NP PluginDeepak Bhole2011-04-182-7/+18
* Support Gentoo install location for JUnit 4.Andrew John Hughes2011-04-142-1/+6
* Use Object.wait() instead of periodic wakes in PluginAppletViewer.Deepak Bhole2011-04-142-56/+117
* Refactor PluginAppletViewer.java.Denis Lila2011-04-142-170/+92
* Make CacheDirectory final and not instantiable.Andrew Su2011-04-132-1/+11
* Fix some concurrency problems in PluginAppletViewer.java.Denis Lila2011-04-132-26/+45
* Backout 4f195bca0dc8 - unapproved patchAndrew John Hughes2011-04-113-7/+86
* Backed out changeset 1cce62b89f07 - unapproved patchAndrew John Hughes2011-04-116-92/+9
* added support for testngJiri Vanek2011-04-116-9/+92
* removed junitJiri Vanek2011-04-113-86/+7
* Update README with information about junit tests and rhinoOmair Majid2011-04-082-0/+49
* Prevent NPE in appletClose() by calling it only via the thread-safeDeepak Bhole2011-04-072-1/+7
* Restrict port fields in itw-settings to accept only valid port numbers.Andrew Su2011-04-064-5/+57
* Use varargs in PluginDebug.debug calls in JSObject.java.Denis Lila2011-04-052-10/+16
* Fix concurrent access problem to downloadOptions.Denis Lila2011-04-052-4/+9
* Set class path to JRE/lib/rt.jar for both plugin and javaws.Denis Lila2011-04-054-41/+45
* Fix PluginDebug regression.dlila2011-04-012-1/+11
* Let launcher handle parsing exceptionsOmair Majid2011-03-315-97/+252
* Fix JSObject.equals.Denis Lila2011-03-312-15/+8
* Add citation.Denis Lila2011-03-312-1/+7
* Made PluginObjectStore a singleton.Denis Lila2011-03-313-10/+26
* Fix last merge of ChangeLog.Denis Lila2011-03-311-1/+0
* Make PluginDebug a bit lazier.Denis Lila2011-03-3116-93/+117
* mergeDenis Lila2011-03-3119-31/+1083
|\
| * Add unit tests for the parserOmair Majid2011-03-3110-3/+726
| * 2011-03-30 Omair Majid <[email protected]>Omair Majid2011-03-302-2/+7
| * Fix typo in RCantRename in Messages.propertiesOmair Majid2011-03-302-1/+6
| * Document reasons for using bootclasspath in Makefile.amOmair Majid2011-03-302-0/+11
| * Update location of settings file in javaws man pageOmair Majid2011-03-302-1/+6
| * Add a new LaunchHandler to show error messages when starting applicationsOmair Majid2011-03-309-24/+326
* | Remove race conditions in PluginObjectStore.java.Denis Lila2011-03-312-45/+74
|/
* branch mergeDenis Lila2011-03-292-2/+6
|\
| * Remove redundant if from JNLPFile.javaDenis Lila2011-03-292-2/+6
* | Replace PDF documentation with editable HTML version of the same content.Andrew John Hughes2011-03-293-0/+123
|/
* fix broken -J command line argumentsOmair Majid2011-03-282-1/+23
* Fixed classloader sharing rules for appletsDeepak Bhole2011-03-282-4/+34
* Implement codebase_lookup=false.dlila2011-03-254-4/+26
* Fix broken make distcheckOmair Majid2011-03-242-1/+5
* Alternate means of finding browsersOmair Majid2011-03-245-9/+110
* Don't look into <codebase>/META-INF/ for resources.Denis Lila2011-03-233-0/+23
* 2011-03-21 Matthias Klose <[email protected]>doko2011-03-213-2/+7
* Allow plugin and javaws to run concurrently, while maintaining locks on syste...Andrew Su2011-03-172-3/+16