[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

hyatt hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 08:40:19 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit c0cd2154e03e056aae9114e85a884dd85f093d16
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue May 18 05:01:56 2004 +0000

    	Fix for performance "regression."  This wasn't really a regression... I just forgot to update a variable that
    	I can only assume is used by the PLT.
    
            * WebView.subproj/WebFrame.m:
            (-[WebFrame _setState:]):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@6622 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 62e910b..a5737e6 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,11 @@
+2004-05-17  David Hyatt  <hyatt at apple.com>
+
+	Fix for performance "regression."  This wasn't really a regression... I just forgot to update a variable that
+	I can only assume is used by the PLT.
+	
+        * WebView.subproj/WebFrame.m:
+        (-[WebFrame _setState:]):
+
 2004-05-17  Chris Blumenberg  <cblu at apple.com>
 
 	Implemented new WebView pasteboard methods. Made a lot of factoring changes related to pasteboard management.
diff --git a/WebKit/WebView.subproj/WebFrame.m b/WebKit/WebView.subproj/WebFrame.m
index 332e61f..9f1db11 100644
--- a/WebKit/WebView.subproj/WebFrame.m
+++ b/WebKit/WebView.subproj/WebFrame.m
@@ -913,6 +913,7 @@ static CFAbsoluteTime _timeOfLastCompletedLoad;
         if ([[self webView] drawsBackground])
             [sv setDrawsBackground:YES];
         [_private setPreviousItem:nil];
+        _timeOfLastCompletedLoad = CFAbsoluteTimeGetCurrent();
     }
 }
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list