/hg/release/icedtea6-1.9: Fixed PR519 (patch from dnietoc at gmail....
dbhole at icedtea.classpath.org
dbhole at icedtea.classpath.org
Thu Sep 30 12:42:38 PDT 2010
changeset 4b6985a218f7 in /hg/release/icedtea6-1.9
details: http://icedtea.classpath.org/hg/release/icedtea6-1.9?cmd=changeset;node=4b6985a218f7
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, 10 insertions(+), 1 deletion(-)
ChangeLog | 7 +++++++
NEWS | 2 ++
plugin/icedteanp/IcedTeaNPPlugin.cc | 2 +-
diffs (38 lines):
diff -r 40fdc3d08bbb -r 4b6985a218f7 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 40fdc3d08bbb -r 4b6985a218f7 NEWS
--- a/NEWS Fri Sep 17 15:01:17 2010 +0100
+++ b/NEWS Wed Sep 29 13:37:46 2010 -0700
@@ -17,6 +17,8 @@ New in release 1.9.1 (2010-XX-XX):
- New man page for javaws
* Fixes
- Fix build failure on S390
+ * Plugin
+ - PR519: 100% CPU usage when displaying applets in Webkit based browsers
New in release 1.9 (2010-09-07):
diff -r 40fdc3d08bbb -r 4b6985a218f7 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