[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

ap at apple.com ap at apple.com
Wed Dec 22 15:16:51 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit f5b72c28d21617815b79f335a14379eec601d9e7
Author: ap at apple.com <ap at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Oct 29 18:56:42 2010 +0000

            Rubber-stamped by Sam Weinig.
    
            Comment for usesDocumentViews explains it backwards. This flag is true in ToT, and we do
            create views for subframes.
    
            * WebView/WebViewData.h: Double negation is better than a lie.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70911 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/mac/ChangeLog b/WebKit/mac/ChangeLog
index fa4492e..f5d43ff 100644
--- a/WebKit/mac/ChangeLog
+++ b/WebKit/mac/ChangeLog
@@ -1,3 +1,12 @@
+2010-10-29  Alexey Proskuryakov  <ap at apple.com>
+
+        Rubber-stamped by Sam Weinig.
+
+        Comment for usesDocumentViews explains it backwards. This flag is true in ToT, and we do
+        create views for subframes.
+
+        * WebView/WebViewData.h: Double negation is better than a lie.
+
 2010-10-27  Jer Noble  <jer.noble at apple.com>
 
         Reviewed by Darin Adler.
diff --git a/WebKit/mac/WebView/WebViewData.h b/WebKit/mac/WebView/WebViewData.h
index 639c3e0..8b834ca 100644
--- a/WebKit/mac/WebView/WebViewData.h
+++ b/WebKit/mac/WebView/WebViewData.h
@@ -138,7 +138,7 @@ extern int pluginDatabaseClientCount;
 
     BOOL shouldUpdateWhileOffscreen;
     
-    // When this flag is set, we will not make any subviews underneath this WebView.  This means no WebFrameViews and no WebHTMLViews.
+    // When this flag is unset, we will not make any subviews underneath this WebView.  This means no WebFrameViews and no WebHTMLViews.
     BOOL usesDocumentViews;
 
     BOOL includesFlattenedCompositingLayersWhenDrawingToBitmap;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list