/hg/icedtea6: Output applet initialization info only in debug mode.
Dr Andrew John Hughes
ahughes at redhat.com
Thu Sep 16 12:16:52 PDT 2010
On 18:53 Thu 16 Sep , dbhole at icedtea.classpath.org wrote:
> changeset a1ccc755c8f7 in /hg/icedtea6
> details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=a1ccc755c8f7
> author: Deepak Bhole <dbhole at redhat.com>
> date: Thu Sep 16 14:53:19 2010 -0400
>
> Output applet initialization info only in debug mode.
>
>
> diffstat:
>
> 2 files changed, 6 insertions(+), 1 deletion(-)
> ChangeLog | 5 +++++
> plugin/icedteanp/java/sun/applet/PluginAppletViewer.java | 2 +-
>
> diffs (24 lines):
>
> diff -r c764b38139a5 -r a1ccc755c8f7 ChangeLog
> --- a/ChangeLog Thu Sep 16 13:03:57 2010 -0400
> +++ b/ChangeLog Thu Sep 16 14:53:19 2010 -0400
> @@ -1,3 +1,8 @@ 2010-09-15 Deepak Bhole <dbhole at redhat.
> +2010-09-16 Deepak Bhole <dbhole at redhat.com>
> +
> + * plugin/icedteanp/java/sun/applet/PluginAppletViewer.java
> + (handleMessage): Output initialization info only in debug mode.
> +
> 2010-09-15 Deepak Bhole <dbhole at redhat.com>
>
> PR556: Re-implement applet initialization to be serialialized, to fix
> diff -r c764b38139a5 -r a1ccc755c8f7 plugin/icedteanp/java/sun/applet/PluginAppletViewer.java
> --- a/plugin/icedteanp/java/sun/applet/PluginAppletViewer.java Thu Sep 16 13:03:57 2010 -0400
> +++ b/plugin/icedteanp/java/sun/applet/PluginAppletViewer.java Thu Sep 16 14:53:19 2010 -0400
> @@ -529,7 +529,7 @@ import com.sun.jndi.toolkit.url.UrlUtil;
> UrlUtil.decode(message.substring("tag".length() + 1, spaceLocation));
> String tag = message.substring(spaceLocation+1);
>
> - System.err.println("Handle = " + handle + "\n" +
> + PluginDebug.debug ("Handle = " + handle + "\n" +
> "Width = " + width + "\n" +
> "Height = " + height + "\n" +
> "DocumentBase = " + documentBase + "\n" +
Is this one worth backporting?
--
Andrew :)
Free Java Software Engineer
Red Hat, Inc. (http://www.redhat.com)
Support Free Java!
Contribute to GNU Classpath and the OpenJDK
http://www.gnu.org/software/classpath
http://openjdk.java.net
PGP Key: 94EFD9D8 (http://subkeys.pgp.net)
Fingerprint = F8EF F1EA 401E 2E60 15FA 7927 142C 2591 94EF D9D8
More information about the distro-pkg-dev
mailing list