log

age author description
Fri, 28 Jan 2011 11:41:23 -0500 Omair Majid Use name and version as defined in configure.ac instead of hardcoding it in Boot.java
Thu, 27 Jan 2011 12:56:40 -0500 Omair Majid Use Firefox's preferences to determine proxy settings for javaws
Thu, 27 Jan 2011 10:02:05 -0500 Omair Majid Update AUTHORS and update notes.html to include all authors.
Tue, 25 Jan 2011 10:19:20 -0500 Omair Majid Remove unused file default.jnlp
Mon, 24 Jan 2011 10:20:57 -0500 Omair Majid When exiting on failure, use appropriate exit code
Fri, 21 Jan 2011 16:42:18 -0500 Andrew Su Make log file permissions owner accessible only.
Thu, 20 Jan 2011 14:54:27 -0500 Andrew Su Remove dead, commented, unused code.
Thu, 20 Jan 2011 11:06:41 -0500 Deepak Bhole Fix PR619: Improper finalization by the plugin can crash the browser
Tue, 18 Jan 2011 12:07:45 -0500 Deepak Bhole RH663680, CVE-2010-4351: JNLP SecurityManager bypass
Mon, 17 Jan 2011 13:44:31 -0500 Andrew Su Add logging for applet exceptions.
Fri, 14 Jan 2011 11:14:46 -0500 Andrew Su Add missing netx package names to NETX_PKGS in Makefile.am.
Wed, 12 Jan 2011 12:50:13 -0500 Omair Majid fix problems in control panel caused by removing JNLPRuntime.initialize()
Wed, 12 Jan 2011 12:36:36 -0500 Omair Majid add missing generic type in JNLPFile
Wed, 12 Jan 2011 12:31:25 -0500 Omair Majid remove ununsed imports in netx
Fri, 07 Jan 2011 08:00:08 -0500 Omair Majid fix typo in locating the user-level trusted client certficate store
Tue, 04 Jan 2011 15:22:41 -0500 Omair Majid use deployment-specific user and system level policy files to grant additional permissions
Tue, 04 Jan 2011 15:12:40 -0500 Omair Majid allow custom permissions instead of all permissions for trusted code
Tue, 04 Jan 2011 14:45:10 -0500 Omair Majid remove control panel's dependency on JNLPRuntime and other minor cleanup
Tue, 04 Jan 2011 13:08:25 -0500 Omair Majid only print debug output when not null
Tue, 04 Jan 2011 11:23:15 -0500 Andrew Su Hide unsupported options in itw-settings' security options.
Thu, 23 Dec 2010 16:55:17 -0500 Andrew Su Removed call to set system look and feel for dialog.
Thu, 23 Dec 2010 16:45:37 -0500 Andrew Su Remove creation of swing thread for displaying dialogs.
Wed, 22 Dec 2010 17:14:44 -0500 Deepak Bhole Fix RH665104: OpenJDK Firefox Java plugin loses a cookie
Tue, 21 Dec 2010 16:48:12 -0500 Andrew Su Remove need for MiddleClickListener.java.
Mon, 20 Dec 2010 13:37:59 -0500 Andrew Su Add cache viewer for itw-settings.
Mon, 20 Dec 2010 09:26:16 -0500 Omair Majid add command line interface to the control panel
Fri, 17 Dec 2010 16:22:11 -0500 Omair Majid add a description to the top of the Control Panel
Fri, 17 Dec 2010 16:19:35 -0500 Omair Majid use full privileges when checking whether to prompt user or not
Wed, 15 Dec 2010 10:17:51 -0500 Omair Majid add symlinks under JDK_HOME/jre/bin and make javaws work without them too
Wed, 15 Dec 2010 09:31:48 -0500 Andrew Su Changed display message for about and JRE panels in the control panel.
Wed, 15 Dec 2010 00:54:34 +0000 Andrew John Hughes Remove dependency on libjli so we can work with IcedTea7.
Mon, 13 Dec 2010 17:28:01 -0500 Omair Majid add support for validating configuration
Mon, 13 Dec 2010 16:12:06 -0500 Omair Majid consistently parse whitespace characters in text
Fri, 10 Dec 2010 10:07:13 -0500 Omair Majid remove unused variables in JarSigner
Wed, 08 Dec 2010 16:08:35 -0500 Deepak Bhole PR597: Fix special character handling for applet tags
Wed, 08 Dec 2010 14:06:22 -0500 Omair Majid depend on sun.misc.HexDumpEncoder rather than a local copy of it
Wed, 08 Dec 2010 12:09:00 -0500 Omair Majid remove check for jnlp spec number
Wed, 08 Dec 2010 11:54:38 -0500 Omair Majid Remove unused classes JarRunner and JarSignerResources
Wed, 08 Dec 2010 16:37:41 +0000 Andrew John Hughes Fix Javadoc warnings.
Wed, 08 Dec 2010 08:45:51 -0500 Omair Majid Remove unused class net.sourceforge.jnlp.tools.KeyTool
Tue, 07 Dec 2010 15:50:16 -0500 Deepak Bhole Bumped version in configure.ac
Tue, 07 Dec 2010 15:49:25 -0500 Deepak Bhole Added tag icedtea-web-1.0-branchpoint for changeset 692d7e5b3103
Tue, 07 Dec 2010 14:50:36 -0500 Andrew Su Added copyright header to MiddleClickListener.java. icedtea-web-1.0-branchpoint
Tue, 07 Dec 2010 11:03:42 -0500 Omair Majid fix info shown in about:plugins in firefox
Mon, 06 Dec 2010 15:34:01 -0500 Deepak Bhole Fixed indentation and spacing for all .java files.
Fri, 03 Dec 2010 20:19:12 +0000 Andrew John Hughes Revert toURI().toURL() changes until we find a solution to the issues it raises:
Fri, 03 Dec 2010 00:30:45 +0000 Andrew John Hughes Fix warnings produced by NetX and the plugin (both Java and C++).
Thu, 02 Dec 2010 10:22:44 -0500 Omair Majid add desktop entry for itweb-settings
Wed, 01 Dec 2010 23:57:54 +0000 Andrew John Hughes Detect unpatched AppletViewerPanel so we fail early on plain OpenJDK.
Wed, 01 Dec 2010 16:46:28 -0500 Andrew Su Fix ChangeLog entry.
Wed, 01 Dec 2010 16:14:51 -0500 Andrew Su Add control panel (GUI) for modifying icedtea-web settings.
Tue, 30 Nov 2010 23:15:11 +0000 Andrew John Hughes Add NETX_DIR on the bootclasspath to avoid older NetX releases in 1.7 and 1.8's rt.jar.
Tue, 30 Nov 2010 16:53:16 +0000 Andrew John Hughes Make distcheck work.
Mon, 29 Nov 2010 10:19:17 -0500 Deepak Bhole Patch to permanantly fix frame pop-out issue for applets
Mon, 29 Nov 2010 15:56:06 +0100 doko Add `build' to .hgignore
Fri, 26 Nov 2010 15:21:56 +0000 Andrew John Hughes Add documentation build support.
Thu, 25 Nov 2010 12:45:55 -0500 Omair Majid fix build issues with older netx.jar on bootclasspath
Wed, 24 Nov 2010 15:47:50 -0500 Omair Majid create files with reduced permissions when possible
Wed, 24 Nov 2010 15:22:03 -0500 Deepak Bhole Fix PR593: Increment of invalidated iterator in IcedTeaPluginUtils (patch from barbara.xxx1975@libero.it)
Wed, 24 Nov 2010 15:17:54 -0500 Deepak Bhole Fix PR552: Support for FreeBSD's pthread implementation (patch from jkim@freebsd.org)