log

age author description
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)
Wed, 24 Nov 2010 20:06:11 +0000 Andrew John Hughes Bring in IcedTea6 1.10 NEWS and fix structure.
Wed, 24 Nov 2010 14:15:11 -0500 Omair Majid CVE-2010-3860 IcedTea System property information leak via public static
Wed, 24 Nov 2010 13:12:52 -0500 Omair Majid fix PR592: netx can create invalid desktop entry files
Wed, 24 Nov 2010 10:55:50 -0500 Omair Majid internationalize a missed string in certificate viewer
Wed, 24 Nov 2010 10:53:38 -0500 Omair Majid fix infinite recursion in determining sandbox permissions
Wed, 24 Nov 2010 14:15:17 +0100 doko Search javaws.desktop.in in $(srcdir).
Wed, 24 Nov 2010 13:41:57 +0100 doko 2010-11-24 Matthias Klose <doko@ubuntu.com>
Tue, 23 Nov 2010 10:05:06 -0500 Omair Majid integrate basic proxy configuration support
Fri, 19 Nov 2010 10:35:27 -0500 Omair Majid fix Exec, Icon and Encoding in desktop entry files
Thu, 18 Nov 2010 11:55:26 -0500 Omair Majid add configuration support for user prompts and other access control options
Thu, 18 Nov 2010 11:12:10 -0500 Omair Majid integrate configurable logging
Thu, 18 Nov 2010 10:55:02 -0500 Omair Majid add javax.jnlp.IntegrationService and javax.jnlp.DownloadService2