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

rjw rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 06:24:58 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 83fd43f2b7514c659cbf94f825f47db1fbee8dad
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Jul 18 03:13:30 2002 +0000

            * WebView.subproj/WebHTMLView.m:
            Removed unnecessary (and incorrect) lockFocus.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1583 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index ca3d5ae..4db3605 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,8 @@
+2002-07-17  Richard Williamson  <rjw at apple.com>
+
+        * WebView.subproj/WebHTMLView.m:
+        Removed unnecessary (and incorrect) lockFocus.
+        
 2002-07-17  Maciej Stachowiak  <mjs at apple.com>
 
 	Some refactoring in preparation for the KHTMLPart change.
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index ca3d5ae..4db3605 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,3 +1,8 @@
+2002-07-17  Richard Williamson  <rjw at apple.com>
+
+        * WebView.subproj/WebHTMLView.m:
+        Removed unnecessary (and incorrect) lockFocus.
+        
 2002-07-17  Maciej Stachowiak  <mjs at apple.com>
 
 	Some refactoring in preparation for the KHTMLPart change.
diff --git a/WebKit/WebView.subproj/WebHTMLView.m b/WebKit/WebView.subproj/WebHTMLView.m
index caf904d..af4dc8c 100644
--- a/WebKit/WebView.subproj/WebHTMLView.m
+++ b/WebKit/WebView.subproj/WebHTMLView.m
@@ -294,8 +294,6 @@
 #ifdef _KWQ_TIMING
     double start = CFAbsoluteTimeGetCurrent();
 #endif
-
-    [self lockFocus];
     
     //double start = CFAbsoluteTimeGetCurrent();
     [[self _bridge] drawRect:rect];
@@ -319,8 +317,6 @@
     [path stroke];
 #endif
 
-    [self unlockFocus];
-
 #ifdef _KWQ_TIMING
     double thisTime = CFAbsoluteTimeGetCurrent() - start;
     WEBKITDEBUGLEVEL (WEBKIT_LOG_TIMING, "%s draw seconds = %f\n", widget->part()->baseURL().url().latin1(), thisTime);

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list