aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* added posibility to export junit testsuite results as xmlJiri Vanek2011-05-174-1/+241
* Reverting unapproved change 235:114a981d3552Andrew John Hughes2011-05-118-605/+6
* Fix sorting in itw-settings' cache viewerAndrew Su2011-05-102-1/+32
* added posibility for junit to export reports to xml, addes set of styles for ...Jiri Vanek2011-05-108-6/+605
* Innerclasses and jnlp files are now skipped during testing without warning or...Jiri Vanek2011-05-092-0/+6
* Fix useless thread group creation.Denis Lila2011-05-032-5/+24
* Prevent applet from shutting down down if another tab with the same page isDeepak Bhole2011-05-022-9/+26
* Fix appcontext related plugin bugs.Denis Lila2011-04-296-132/+129
* Support configure's --program-suffix optionOmair Majid2011-04-282-14/+30
* Bumped version in configure.ac to 1.2preDeepak Bhole2011-04-212-1/+5
* Added tag icedtea-web-1.1-branchpoint for changeset b60550517945Deepak Bhole2011-04-210-0/+0
* Use NPN_GetURLNotify (non-blocking) instead of NPN_GetURL (blocking)icedtea-web-1.1-branchpointDeepak Bhole2011-04-212-5/+12
* Update recently_used when deleting cache entries with itw-settingsAndrew Su2011-04-202-0/+24
* Load classes from jars listed on the Class-Path in manifestOmair Majid2011-04-202-27/+107
* PR687: BasicService.getCodeBase() returns null for IcedTea6 1.9.7 + OSGIOmair Majid2011-04-202-16/+49
* Dont show error dialogs on exceptions with the pluginOmair Majid2011-04-202-0/+8
* Update itw-setting's cache viewer to display new directory structureAndrew Su2011-04-202-10/+17
* 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