aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSaad Mohammad <[email protected]>2012-12-10 17:42:41 -0500
committerSaad Mohammad <[email protected]>2012-12-10 17:42:41 -0500
commit8306fcd15c76094e3ef04f16016f04150b330fa4 (patch)
treee0305fc11b30db4ce6f94a2ba15e36ddd0a048e2 /ChangeLog
parent95b362ef399456ed69dd53a05709783b92f9aa23 (diff)
Reproducer for PR1189
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bd8df2d..fff6d6d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2012-12-10 Saad Mohammad <[email protected]>
+ Add reproducer for PR1189.
+ * tests/reproducers/simple/AppletTagWithMissingCodeAttribute/resources/AppletTagWithMissingCodeAttribute.html:
+ Simple webpage which contains an applet tag with no code attribute.
+ * tests/reproducers/simple/AppletTagWithMissingCodeAttribute/resources/AppletTagWithMissingCodeAttribute.jnlp:
+ Jnlp file that is used by the webpages using jnlp_href.
+ * tests/reproducers/simple/AppletTagWithMissingCodeAttribute/testcases/AppletTagWithMissingCodeAttribute.java:
+ Testcase that tests applets without code attribute in html pages.
+ * tests/reproducers/simple/SimpleApplet/srcs/SimpleApplet.java:
+ Simple applet class that outputs a string.
+
+2012-12-10 Saad Mohammad <[email protected]>
+
Fix PR1189: Icedtea-plugin requires code attribute when using jnlp_href.
* netx/net/sourceforge/jnlp/PluginParameters.java (PluginParameters):
Updated if condition to prevent PluginParameterException from being thrown