/hg/icedtea-web: Reproducer for PR1198: JSObject#eval creates in...
adomurad at icedtea.classpath.org
adomurad at icedtea.classpath.org
Tue Nov 13 08:22:06 PST 2012
changeset c61b2db7d32f in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=c61b2db7d32f
author: Adam Domurad <adomurad at redhat.com>
date: Tue Nov 13 11:18:55 2012 -0500
Reproducer for PR1198: JSObject#eval creates invalid JSObject
diffstat:
ChangeLog | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diffs (19 lines):
diff -r c3d0eaf5460c -r c61b2db7d32f ChangeLog
--- a/ChangeLog Tue Nov 13 11:04:38 2012 -0500
+++ b/ChangeLog Tue Nov 13 11:18:55 2012 -0500
@@ -1,3 +1,15 @@
+2012-11-13 Adam Domurad <adomurad at redhat.com>
+
+ Reproducer for PR1198, JSObject#eval creates invalid JS object.
+ * tests/reproducers/simple/JSObjectFromEval/resources/JSObjectFromEval.html:
+ Loads applet + JS for test
+ * tests/reproducers/simple/JSObjectFromEval/resources/JSObjectFromEval.js:
+ Calls java code to test JSObject#eval
+ * tests/reproducers/simple/JSObjectFromEval/srcs/JSObjectFromEval.java:
+ Provides java<->JS wrappers for JSObject methods
+ * tests/reproducers/simple/JSObjectFromEval/testcases/JSObjectFromEvalTest.java:
+ Tests if JSObject#eval creates valid JSObject.
+
2012-11-13 Saad Mohammad <smohammad at redhat.com>
Fix PR1166: Embedded JNLP File is not supported in applet tag.
More information about the distro-pkg-dev
mailing list