log

age author description
Wed, 20 Jul 2011 09:33:13 -0400 Deepak Bhole Prepare for 1.1.2
Wed, 20 Jul 2011 09:31:39 -0400 Deepak Bhole Added tag icedtea-web-1.1.1 for changeset 44535ca47593
Fri, 15 Jul 2011 16:03:02 -0400 Deepak Bhole Prepare to release 1.1.1 icedtea-web-1.1.1
Fri, 15 Jul 2011 16:02:00 -0400 Deepak Bhole RH718170, CVE-2011-2514: Java Web Start security warning dialog manipulation
Fri, 15 Jul 2011 15:44:56 -0400 Deepak Bhole RH718164, CVE-2011-2513: Home directory path disclosure to untrusted applications
Tue, 14 Jun 2011 13:29:12 -0400 Andrew Su Make itweb-settings resizable
Wed, 08 Jun 2011 18:03:52 -0400 Deepak Bhole Prepare for 1.1.1
Wed, 08 Jun 2011 18:02:37 -0400 Deepak Bhole Added tag icedtea-web-1.1 for changeset ff05275397ca
Wed, 08 Jun 2011 18:02:08 -0400 Deepak Bhole Update configure.ac and NEWS files for release icedtea-web-1.1
Wed, 08 Jun 2011 14:56:49 -0400 Deepak Bhole Fixed typo in changelog
Wed, 08 Jun 2011 14:53:27 -0400 Deepak Bhole Remove ecurity update notes from NEWS as they are not "New"
Wed, 08 Jun 2011 14:38:52 -0400 Deepak Bhole Fix PR721: IcedTeaPlugin.so cannot run g_main_context_iteration on a different thread unless a different GMainContext *context is used
Mon, 30 May 2011 13:50:35 -0400 Andrew Su Fix cache to allow redownload on next run when javaws is killed
Mon, 30 May 2011 13:15:50 -0400 Andrew Su Remove non-standard option from itweb-settings.
Fri, 27 May 2011 18:01:27 -0400 Deepak Bhole Fix PR723: AccessControlException while downloading resource
Fri, 27 May 2011 18:00:02 -0400 Deepak Bhole PR735: Firefox 4 sometimes freezes if the applet calls showDocument()
Fri, 27 May 2011 17:27:55 -0400 Deepak Bhole Call dispose() from swing thread when applet is closed.
Fri, 27 May 2011 17:03:25 -0400 Deepak Bhole Backed out 0256de6a4bf6 as it is prone to race conditions.
Fri, 27 May 2011 12:53:15 -0400 Omair Majid PR724: Possible NullPointerException in JNLPClassLoader.getClassPathsFromManifest
Fri, 27 May 2011 12:32:52 -0400 Andrew Su Fix PR727: Split conditional to removed duplicate entries in cache.
Wed, 25 May 2011 15:13:19 -0400 Andrew Su Update NEWS.
Wed, 25 May 2011 14:52:30 -0400 Andrew Su Fix PR726. Create recently_used on startup.
Tue, 10 May 2011 11:59:47 -0400 Andrew Su Fix sorting in itw-settings' cache viewer
Mon, 02 May 2011 14:33:32 -0400 Deepak Bhole Prevent applet from shutting down down if another tab with the same page is
Thu, 28 Apr 2011 16:23:11 -0400 Omair Majid Support configure's --program-suffix option
Thu, 21 Apr 2011 11:08:02 -0400 Deepak Bhole Use NPN_GetURLNotify (non-blocking) instead of NPN_GetURL (blocking)
Wed, 20 Apr 2011 16:58:29 -0400 Andrew Su Update recently_used when deleting cache entries with itw-settings
Wed, 20 Apr 2011 16:33:18 -0400 Omair Majid Load classes from jars listed on the Class-Path in manifest
Wed, 20 Apr 2011 15:34:10 -0400 Omair Majid PR687: BasicService.getCodeBase() returns null for IcedTea6 1.9.7 + OSGI
Wed, 20 Apr 2011 15:23:49 -0400 Omair Majid Dont show error dialogs on exceptions with the plugin
Wed, 20 Apr 2011 15:02:56 -0400 Andrew Su Update itw-setting's cache viewer to display new directory structure
Wed, 20 Apr 2011 14:35:13 -0400 Andrew Su Allow delete only when plugin or javaws is not running
Wed, 20 Apr 2011 11:48:16 -0400 Andrew Su Enforce cache size limit
Wed, 20 Apr 2011 10:44:58 -0400 Andrew Su Unhide components for setting cache size limit in itw-settings
Wed, 20 Apr 2011 09:26:50 -0400 Andrew Su Store lru after modifying the entries
Mon, 18 Apr 2011 17:38:31 -0400 Andrew Su Changed cache to prevent jar overwriting when update happens.
Mon, 18 Apr 2011 15:13:23 -0400 Denis Lila Fix concurrent classloading problem in JNLPClassLoader.loadClass.
Mon, 18 Apr 2011 18:44:40 +0100 Andrew John Hughes Switch to explicit locks and condition queues in PluginAppletViewer
Mon, 18 Apr 2011 11:37:52 -0400 Deepak Bhole Fix applet rezising issue seen with some browsers (Midori)
Mon, 18 Apr 2011 11:36:52 -0400 Deepak Bhole Fixed RH691259: Midori sends a SIGSEGV with the IcedTea NP Plugin
Thu, 14 Apr 2011 21:41:32 +0100 Andrew John Hughes Support Gentoo install location for JUnit 4.
Thu, 14 Apr 2011 16:26:32 -0400 Deepak Bhole Use Object.wait() instead of periodic wakes in PluginAppletViewer.
Thu, 14 Apr 2011 12:24:46 -0400 Denis Lila Refactor PluginAppletViewer.java.
Wed, 13 Apr 2011 17:23:49 -0400 Andrew Su Make CacheDirectory final and not instantiable.
Wed, 13 Apr 2011 12:18:38 -0400 Denis Lila Fix some concurrency problems in PluginAppletViewer.java.
Mon, 11 Apr 2011 16:03:44 +0100 Andrew John Hughes Backout 4f195bca0dc8 - unapproved patch
Mon, 11 Apr 2011 16:02:25 +0100 Andrew John Hughes Backed out changeset 1cce62b89f07 - unapproved patch
Mon, 11 Apr 2011 15:36:10 +0200 Jiri Vanek added support for testng
Mon, 11 Apr 2011 15:08:01 +0200 Jiri Vanek removed junit
Fri, 08 Apr 2011 10:17:36 -0400 Omair Majid Update README with information about junit tests and rhino
Thu, 07 Apr 2011 18:06:40 -0400 Deepak Bhole Prevent NPE in appletClose() by calling it only via the thread-safe
Wed, 06 Apr 2011 10:02:46 -0400 Andrew Su Restrict port fields in itw-settings to accept only valid port numbers.
Tue, 05 Apr 2011 14:38:22 -0400 Denis Lila Use varargs in PluginDebug.debug calls in JSObject.java.
Tue, 05 Apr 2011 12:39:14 -0400 Denis Lila Fix concurrent access problem to downloadOptions.
Tue, 05 Apr 2011 12:07:10 -0400 Denis Lila Set class path to JRE/lib/rt.jar for both plugin and javaws.
Fri, 01 Apr 2011 12:57:18 -0400 dlila Fix PluginDebug regression.
Thu, 31 Mar 2011 18:19:31 -0400 Omair Majid Let launcher handle parsing exceptions
Thu, 31 Mar 2011 17:20:17 -0400 Denis Lila Fix JSObject.equals.
Thu, 31 Mar 2011 17:07:10 -0400 Denis Lila Add citation.
Thu, 31 Mar 2011 15:15:29 -0400 Denis Lila Made PluginObjectStore a singleton.