/hg/release/icedtea6-1.7: Fixed PR519 (patch from dnietoc at gmail....
dbhole at icedtea.classpath.org
dbhole at icedtea.classpath.org
Thu Sep 30 12:42:10 PDT 2010
changeset 4c9da74e0a11 in /hg/release/icedtea6-1.7
details: http://icedtea.classpath.org/hg/release/icedtea6-1.7?cmd=changeset;node=4c9da74e0a11
author: Deepak Bhole <dbhole at redhat.com>
date: Wed Sep 29 13:37:46 2010 -0700
Fixed PR519 (patch from dnietoc at gmail.com)
diffstat:
3 files changed, 9 insertions(+), 1 deletion(-)
ChangeLog | 7 +++++++
NEWS | 1 +
plugin/icedteanp/IcedTeaNPPlugin.cc | 2 +-
diffs (37 lines):
diff -r 763b656e43d6 -r 4c9da74e0a11 ChangeLog
--- a/ChangeLog Fri Sep 17 15:01:17 2010 +0100
+++ b/ChangeLog Wed Sep 29 13:37:46 2010 -0700
@@ -1,3 +1,10 @@ 2010-09-17 Andrew John Hughes <ahughes
+2010-09-29 Deepak Bhole <dbhole at redhat.com>
+
+ Fixed PR519 (patch from dnietoc at gmail.com).
+ * plugin/icedteanp/IcedTeaNPPlugin.cc: Have ITNP_NewStream return
+ NPERR_GENERIC_ERROR instead of NPERR_NO_ERROR.
+ * NEWS: Updated accordingly.
+
2010-09-17 Andrew John Hughes <ahughes at redhat.com>
* patches/openjdk/6638712-wildcard_types.patch:
diff -r 763b656e43d6 -r 4c9da74e0a11 NEWS
--- a/NEWS Fri Sep 17 15:01:17 2010 +0100
+++ b/NEWS Wed Sep 29 13:37:46 2010 -0700
@@ -16,6 +16,7 @@ New in release 1.7.5 (XXXX-XX-XX):
- RH601281: Possible NullPointerException in splash screen code
* Plugin
- RH560193: Fix ziperror when applet jar contained another 0-byte jar
+ - PR519: 100% CPU usage when displaying applets in Webkit based browsers
New in release 1.7.4 (2010-07-28):
diff -r 763b656e43d6 -r 4c9da74e0a11 plugin/icedteanp/IcedTeaNPPlugin.cc
--- a/plugin/icedteanp/IcedTeaNPPlugin.cc Fri Sep 17 15:01:17 2010 +0100
+++ b/plugin/icedteanp/IcedTeaNPPlugin.cc Wed Sep 29 13:37:46 2010 -0700
@@ -787,7 +787,7 @@ ITNP_NewStream (NPP instance, NPMIMEType
PLUGIN_DEBUG ("ITNP_NewStream return\n");
- return NPERR_NO_ERROR;
+ return NPERR_GENERIC_ERROR;
}
void
More information about the distro-pkg-dev
mailing list