log

age author description
Fri, 13 Dec 2013 09:54:16 +0100 Jiri Vanek unittests warning cleanup: fixed typechecks, rawtypes, redundant casts...
Mon, 09 Dec 2013 13:25:21 +0100 Jiri Vanek Messages.properties: added "It will be granted unrestricted access to your computer." to (SSigUnverified) (SSigVerified) (SSignatureError) messages.
Thu, 05 Dec 2013 16:45:56 -0500 Andrew Azores Add units to cache size label in itweb-settings
Tue, 03 Dec 2013 11:43:04 -0500 Andrew Azores Tests for PR1592
Tue, 03 Dec 2013 11:39:12 -0500 Andrew Azores Implement per-JAR security descriptors (PR1592)
Mon, 02 Dec 2013 16:04:32 +0100 Jiri Vanek Better validation of crytical dirs with proper message on startup
Fri, 29 Nov 2013 12:43:51 +0100 Jiri Vanek Updated NEWS
Fri, 29 Nov 2013 12:14:43 +0100 Jiri Vanek Pipes moved into XDG_RUNTIME_DIR
Fri, 29 Nov 2013 11:44:11 +0100 Jiri Vanek Enabled file logging in plugin, user enabled to choose logs dir
Wed, 27 Nov 2013 16:37:38 -0500 Andrew Azores JNLPClassLoaderDeadlock reproducer made more reliable
Wed, 27 Nov 2013 14:20:25 +0100 Jiri Vanek Reverted "fix to ManifestedJar1Test cases", better manifestedjar tests, added srtict test
Wed, 27 Nov 2013 14:14:59 +0100 Jiri Vanek removed redundant slash in chnagelog
Wed, 27 Nov 2013 14:11:13 +0100 Jiri Vanek Added null check when getting manifest attributes for case of jar without manifest
Mon, 25 Nov 2013 16:54:23 +0100 Jiri Vanek Removed most of checks to no output from reproducers
Mon, 25 Nov 2013 10:16:42 +0100 Jiri Vanek fix to ManifestedJar1Test cases
Fri, 22 Nov 2013 12:12:48 +0100 Jiri Vanek do DefaultLaunchHandlerTest unittest indepndent on system settings
Thu, 14 Nov 2013 13:15:46 -0500 Andrew Azores Move "dialog center" line in NEWS to be consistent with NEWS in 1.4
Thu, 14 Nov 2013 11:22:14 -0500 Andrew Azores Added "dialogs center on-screen before appearing" to NEWS
Thu, 14 Nov 2013 10:57:24 +0100 Jiri Vanek Fixed NPE in getting the attribute
Wed, 13 Nov 2013 10:12:28 -0500 Andrew Azores JNLPClassLoader cleanup, avoid Enumerations and use strict typing.
Wed, 13 Nov 2013 09:55:45 -0500 Andrew Azores BasicExceptionDialog centers on-screen before appearing
Wed, 13 Nov 2013 10:05:32 +0100 Jiri Vanek Added test-extension to silence stdout/err of itw when run from junit
Wed, 13 Nov 2013 09:48:41 +0100 Jiri Vanek Enabled access to manifests' attributes from JNLPFile class, implemented http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/manifest.html#app_name
Sun, 10 Nov 2013 11:30:43 +0100 Jiri Vanek Fixed lock in awt threads. JavaConsole window is now disposed instead of hidden.
Sun, 10 Nov 2013 10:54:03 +0100 Jiri Vanek Removed suspicious return when (searchForMain) had null launchDesc in netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java.
Thu, 07 Nov 2013 09:59:22 -0500 Andrew Azores Reproducer test cleanup to remove deprecation warnings and type checking warnings.
Tue, 05 Nov 2013 20:07:27 +0100 Jiri Vanek Java console resurrected and connected to new logging.
Tue, 05 Nov 2013 13:26:59 -0500 Andrew Azores Avoid potential NPE in JNLPSecurityManager#addPermission when debug is enabled
Fri, 01 Nov 2013 13:23:25 +0100 Jiri Vanek Synced headers between PLUGIN_DEBUG, PLUGIN_ERROR and javaside
Fri, 01 Nov 2013 11:08:06 +0100 Jiri Vanek tests/netx/unit/net/sourceforge/jnlp/runtime/JNLPClassLoaderTest.java: added tests for custom attributes (getCustomAtributes), (getCustomAtributesEmpty) and test to ensure order during searching for attributes in manifests (checkOrderWhenReadingAttributes).
Wed, 30 Oct 2013 10:36:03 +0100 Jiri Vanek netx/net/sourceforge/jnlp/JARDesc.java: made immutable
Tue, 29 Oct 2013 17:30:18 -0400 Andrew Azores Fix PR1513, signed applets with external main-class support
Fri, 25 Oct 2013 12:19:15 +0200 Jiri Vanek Plugin debug can now be controlled from itw_settings, in same way java side. For now ICEDTEAPLUGIN_DEBUG on the debug in same way as deployment.log itw-settings property. Individual logging streams are controlled by deployment.log.{headers,file,stdstreams,system} System and file are not yet fully done (same as java side in this moment). Streams are true, all others false by default.
Fri, 25 Oct 2013 11:10:25 +0200 Jiri Vanek All output messages redirected to PLUGIN_{DEBUG,ERROR} macros
Fri, 25 Oct 2013 09:43:24 +0200 Jiri Vanek OutputController.getCallerClass now gets out also from sun.applet.PluginDebug class.
Thu, 24 Oct 2013 10:11:37 -0400 Andrew Azores Fix array index out of bounds due to malformed plugin message (PR539)
Wed, 23 Oct 2013 17:52:18 +0200 Jiri Vanek C-part of plugin is now also trying to follow XDG
Tue, 22 Oct 2013 16:21:40 -0400 Omair Majid Reset the LogConfig in unit tests
Tue, 22 Oct 2013 11:48:27 +0200 Jiri Vanek More synchronized error/debug methods
Mon, 21 Oct 2013 13:19:10 +0200 Jiri Vanek Logic to extract main class attribute generalized to common methods.
Sun, 20 Oct 2013 18:13:43 +0200 Jiri Vanek Minor fix in DEBUG initialisation
Thu, 17 Oct 2013 10:32:46 -0400 Andrew Azores Back out changeset 420d72e5cee7
Wed, 16 Oct 2013 13:26:09 -0400 Andrew Azores Add RH976833 fix note to NEWS
Wed, 16 Oct 2013 13:13:19 -0400 Andrew Azores Resolve multiple-applet deadlock issue in JNLPClassLoader
Fri, 11 Oct 2013 10:31:55 -0400 Andrew Azores SecurityDialog centers itself before becoming visible
Wed, 09 Oct 2013 12:18:49 -0400 Omair Majid Remove duplicate key computation in proxy code
Wed, 09 Oct 2013 12:12:44 -0400 Omair Majid Move some proxy logic to BrowserAwareProxySelector
Mon, 07 Oct 2013 14:02:15 -0400 Andrew Azores DeploymentConfiguration properties reproducer fix
Thu, 03 Oct 2013 09:25:35 -0400 Andrew Azores Fix regression in ResourceUrlCreator due to PR1204 patch
Thu, 03 Oct 2013 14:54:25 +0200 Jacob Wisor * Cache viewer update:
Tue, 01 Oct 2013 23:43:31 -0400 Omair Majid Unit tests for BrowserAwareProxySelector
Tue, 01 Oct 2013 11:51:00 -0400 Omair Majid Add unit tests for PluginProxySelector
Thu, 26 Sep 2013 10:25:33 -0400 Andrew Azores Fix for PR1204, handling of query strings and absolute paths.
Wed, 25 Sep 2013 16:32:44 -0400 Andrew Azores Clean up summary_unit.txt and summary_reproducers.txt for "make clean"
Wed, 25 Sep 2013 18:50:18 +0200 Jiri Vanek Introduced logging bottleneck
Tue, 24 Sep 2013 13:42:31 -0400 Omair Majid PR1474: Can't get javaws to use SOCKS proxy
Mon, 23 Sep 2013 12:34:25 -0400 Omair Majid Unit tests for JNLPProxySelector
Fri, 20 Sep 2013 11:41:36 -0400 Omair Majid Unit test for InformationDesc
Thu, 19 Sep 2013 13:36:15 +0200 Jana Fabrikova adding xsl style for generating text summary after reproducers or unit tests run
Wed, 18 Sep 2013 15:54:12 +0200 Jiri Vanek Removed java 1.3 comaptible (redundant) code from ParseException