[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677
cblu
cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:18:55 UTC 2009
The following commit has been merged in the debian/unstable branch:
commit ad9ac7bab65d039b11b98dd2aac64ace2ba09187
Author: cblu <cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Wed Jan 8 19:47:32 2003 +0000
FIXED: 3128098 - flash performance weak!!!
Reviewed by darin.
* Plugins.subproj/WebBaseNetscapePluginView.m: Don't throttle plug-in when in an active window.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@3276 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index b1c989f..4f8021d 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,11 @@
+2003-01-08 Chris Blumenberg <cblu at apple.com>
+
+ FIXED: 3128098 - flash performance weak!!!
+
+ Reviewed by darin.
+
+ * Plugins.subproj/WebBaseNetscapePluginView.m: Don't throttle plug-in when in an active window.
+
=== Safari-49 ===
2003-01-03 Richard Williamson <rjw at apple.com>
diff --git a/WebKit/Plugins.subproj/WebBaseNetscapePluginView.m b/WebKit/Plugins.subproj/WebBaseNetscapePluginView.m
index cfa2c1d..7e9d54b 100644
--- a/WebKit/Plugins.subproj/WebBaseNetscapePluginView.m
+++ b/WebKit/Plugins.subproj/WebBaseNetscapePluginView.m
@@ -31,8 +31,8 @@
// This is not yet in QuickdrawPriv.h, although it's supposed to be.
void CallDrawingNotifications(CGrafPtr port, Rect *mayDrawIntoThisRect, int drawingType);
-// FIXME: Why 0.1? Why not 0? Why not an even larger number?
-#define NullEventIntervalActive 0.1
+// Send null events as often as possible when active so plug-ins like Flash get high frame rates.
+#define NullEventIntervalActive 0.0
#define NullEventIntervalNotActive 0.25
static WebBaseNetscapePluginView *currentPluginView = nil;
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list