aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJiri Vanek <[email protected]>2013-06-06 16:57:14 +0200
committerJiri Vanek <[email protected]>2013-06-06 16:57:14 +0200
commitb88f1e63c7a8eb23ec4ec27726d2fe6a9968f1d6 (patch)
tree7c60b990a117be4fb5c31723499613cdd686aec2 /ChangeLog
parent11fd7b8b63735365f41cb34133daf29c295d749a (diff)
Silenced deployment.properties and zero size applet exceptions with tests
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 13b2f9f..b889a87 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,20 @@
2013-06-06 Jiri Vanek <[email protected]>
+
+ Silenced deployment.properties and zero size applet exceptions with tests
+ * netx/net/sourceforge/jnlp/config/DeploymentConfiguration.java:
+ (findSystemConfigFile) and (loadProperties) now prints already cough exception
+ only in debug mode
+ * plugin/icedteanp/java/sun/applet/PluginAppletViewer.java: (paint)
+ now paints into 1 x 1 applet instead of 0 x 0 in case of 0 x 0 applet
+ * tests/reproducers/simple/AppletTest/resources/appletZeroH.html: new file
+ * tests/reproducers/simple/AppletTest/resources/appletZeroW.html: new file
+ * tests/reproducers/simple/AppletTest/resources/appletZeroWH.html: new file
+ - testing launchers with zero as width, height or both
+ * tests/reproducers/simple/AppletTest/testcases/AppletTestTests.java:
+ added launchers and evaluations for three new htmls - (appletZeroWH)
+ (appletZeroW) (appletZeroH)
+
+2013-06-06 Jiri Vanek <[email protected]>
Jacob Wisor <[email protected]>
Enhanced manifest