/hg/icedtea-web: Remove two forgotten files in last commit

aazores at icedtea.classpath.org aazores at icedtea.classpath.org
Thu Jun 19 19:09:52 UTC 2014


changeset 2430a5f1d160 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=2430a5f1d160
author: Jie Kang <jkang at redhat.com>
date: Thu Jun 19 15:09:40 2014 -0400

	Remove two forgotten files in last commit


diffstat:

 tests/reproducers/simple/JavascriptFuncReturn/resources/Javascript_FuncReturn.js   |  15 ------
 tests/reproducers/simple/JavascriptFuncReturn/resources/javascript-funcreturn.jnlp |  23 ----------
 2 files changed, 0 insertions(+), 38 deletions(-)

diffs (46 lines):

diff -r e261b17f4afd -r 2430a5f1d160 tests/reproducers/simple/JavascriptFuncReturn/resources/Javascript_FuncReturn.js
--- a/tests/reproducers/simple/JavascriptFuncReturn/resources/Javascript_FuncReturn.js	Thu Jun 19 14:35:13 2014 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-function doJToJSFuncReturnTests(){
-    var applet = document.getElementById('jtojsFuncReturnApplet');
-
-    var urlArgs = document.URL.split("?");
-    value = eval(decodeURIComponent(urlArgs[1]));
-
-    applet.jCallJSFunction();
-
-    applet.writeAfterTests();
-}
-
-function jsReturningFunction(){
-    return value;
-}
-
diff -r e261b17f4afd -r 2430a5f1d160 tests/reproducers/simple/JavascriptFuncReturn/resources/javascript-funcreturn.jnlp
--- a/tests/reproducers/simple/JavascriptFuncReturn/resources/javascript-funcreturn.jnlp	Thu Jun 19 14:35:13 2014 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-
-<?xml version="1.0" encoding="UTF-8"?>
-<jnlp spec="1.0+" codebase="" href="javascript-funcreturn.jnlp">
-    <information>
-        <title>Java to JavaScript LiveConnect - FuncReturn</title>
-        <vendor>IcedTea</vendor>
-        <homepage href="http://icedtea.classpath.org/wiki/IcedTea-Web#Testing_IcedTea-Web"/>
-        <description>LiveConnect - tests for returning different types of values when calling JS function from Java.</description>
-    </information>
-    <resources>
-        <!-- Application Resources -->
-        <j2se version="1.6+"
-              href="http://java.sun.com/products/autodl/j2se"/>
-        <jar href="JavascriptFuncReturn.jar" main="true" />
-
-    </resources>
-    <applet-desc 
-         name="J to JS FuncReturn"
-         main-class="JavascriptFuncReturn"
-         width="1000"
-         height="100">
-     </applet-desc>
-</jnlp>


More information about the distro-pkg-dev mailing list