[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:22:06 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 06325fce8f1fbf1003935a4e496b011535994e4e
Author: cblu <cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jan 27 19:55:21 2003 +0000

    	Fixed: 3156235 - change throttle for plug-in null events to 50 frames per second (when frontmost)
    
            Reviewed by dave.
    
            * Plugins.subproj/WebBaseNetscapePluginView.m:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@3464 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index fdb9e3c..4cb6311 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,11 @@
+2003-01-27  Chris Blumenberg  <cblu at apple.com>
+
+	Fixed: 3156235 - change throttle for plug-in null events to 50 frames per second (when frontmost)
+
+        Reviewed by dave.
+
+        * Plugins.subproj/WebBaseNetscapePluginView.m:
+
 2003-01-27  Richard Williamson   <rjw at apple.com>
 
         Fixed 3151241.  Cleanly handle nil return from resource:willSendRequest:fromDataSource:.
diff --git a/WebKit/Plugins.subproj/WebBaseNetscapePluginView.m b/WebKit/Plugins.subproj/WebBaseNetscapePluginView.m
index 0ca5b76..698c349 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);
 
-// Send null events as often as possible when active so plug-ins like Flash get high frame rates.
-#define NullEventIntervalActive 	0.0
+// Send null events 50 times a second when active so plug-ins like Flash get high frame rates.
+#define NullEventIntervalActive 	0.02
 #define NullEventIntervalNotActive	0.25
 
 static WebBaseNetscapePluginView *currentPluginView = nil;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list