[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

eric at webkit.org eric at webkit.org
Thu Apr 8 00:41:22 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 2438739c0f8fdd5e88072fb676155eb08f053b41
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Dec 17 23:22:35 2009 +0000

    2009-12-17  Eric Seidel  <eric at webkit.org>
    
            No review, rolling out r52291.
            http://trac.webkit.org/changeset/52291
            https://bugs.webkit.org/show_bug.cgi?id=32618
    
            Darin Fisher points out that this will likely break
            the SSL security indicator in Chromium.  Rolling out for now.
    
            * src/WebViewImpl.cpp:
            (WebKit::WebViewImpl::WebViewImpl):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52293 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog
index d8ff663..e12b183 100644
--- a/WebKit/chromium/ChangeLog
+++ b/WebKit/chromium/ChangeLog
@@ -1,3 +1,15 @@
+2009-12-17  Eric Seidel  <eric at webkit.org>
+
+        No review, rolling out r52291.
+        http://trac.webkit.org/changeset/52291
+        https://bugs.webkit.org/show_bug.cgi?id=32618
+
+        Darin Fisher points out that this will likely break
+        the SSL security indicator in Chromium.  Rolling out for now.
+
+        * src/WebViewImpl.cpp:
+        (WebKit::WebViewImpl::WebViewImpl):
+
 2009-12-17  Alexander Pavlov  <apavlov at chromium.org>
 
         Reviewed by Eric Seidel.
diff --git a/WebKit/chromium/src/WebViewImpl.cpp b/WebKit/chromium/src/WebViewImpl.cpp
index 6e83e8c..87a150a 100644
--- a/WebKit/chromium/src/WebViewImpl.cpp
+++ b/WebKit/chromium/src/WebViewImpl.cpp
@@ -234,7 +234,6 @@ WebViewImpl::WebViewImpl(WebViewClient* client)
 
     m_page->backForwardList()->setClient(&m_backForwardListClientImpl);
     m_page->setGroupName(pageGroupName);
-    m_page->setMemoryCacheClientCallsEnabled(false);
 }
 
 WebViewImpl::~WebViewImpl()

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list