changeset in /hg/icedtea6: 2008-06-26 Joshua Sumali <jsumali at r...
Joshua Sumali
jsumali at redhat.com
Thu Jun 26 13:18:39 PDT 2008
changeset 94600a542e3f in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=94600a542e3f
description:
2008-06-26 Joshua Sumali <jsumali at redhat.com>
* README: Removed documentation about --enable-netx-plugin. This feature
is enabled by default now.
* rt/net/sourceforge/jnlp/Launcher.java: Do not show the download
indicator if we are using gcjwebplugin.
diffstat:
3 files changed, 10 insertions(+), 7 deletions(-)
ChangeLog | 7 +++++++
README | 8 +-------
rt/net/sourceforge/jnlp/Launcher.java | 2 ++
diffs (51 lines):
diff -r a2ef5b10fcc5 -r 94600a542e3f ChangeLog
--- a/ChangeLog Thu Jun 26 12:16:35 2008 -0400
+++ b/ChangeLog Thu Jun 26 16:18:20 2008 -0400
@@ -1,3 +1,10 @@ 2008-06-26 Lillian Angel <langel at redha
+2008-06-26 Joshua Sumali <jsumali at redhat.com>
+
+ * README: Removed documentation about --enable-netx-plugin. This feature
+ is enabled by default now.
+ * rt/net/sourceforge/jnlp/Launcher.java: Do not show the download
+ indicator if we are using gcjwebplugin.
+
2008-06-26 Lillian Angel <langel at redhat.com>
* configure: Regenerated.
diff -r a2ef5b10fcc5 -r 94600a542e3f README
--- a/README Thu Jun 26 12:16:35 2008 -0400
+++ b/README Thu Jun 26 16:18:20 2008 -0400
@@ -108,12 +108,6 @@ the appletviewer code. This support cod
the appletviewer code. This support code is provided in
patches/icedtea-plugin.patch.
-If the option --enable-netx-plugin is passed to configure, this will
-make all applets run through NetX security instead of the default
-security manager. This feature is experimental, and is not enabled by
-default. Note that if --disable-gcjwebplugin is used, --enable-netx-plugin
-will not work.
-
NetX
====
@@ -126,7 +120,7 @@ The NetX sources are built into rt.jar
IcedTea's NetX currently supports verification of signed jars, trusted
certificate storing, system certificate store checking, and provides
-some services specified by the jnlp API.
+the services specified by the jnlp API.
CACAO as VM
===========
diff -r a2ef5b10fcc5 -r 94600a542e3f rt/net/sourceforge/jnlp/Launcher.java
--- a/rt/net/sourceforge/jnlp/Launcher.java Thu Jun 26 12:16:35 2008 -0400
+++ b/rt/net/sourceforge/jnlp/Launcher.java Thu Jun 26 16:18:20 2008 -0400
@@ -575,6 +575,8 @@ public class Launcher {
new Reflect().invokeStatic("sun.awt.SunToolkit", "createNewAppContext");
if (isPlugin) {
+ // Do not display download indicators if we're using gcjwebplugin.
+ JNLPRuntime.setDefaultDownloadIndicator(null);
application = getApplet(file, true, cont);
} else {
if (file.isApplication())
More information about the distro-pkg-dev
mailing list