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

kov at webkit.org kov at webkit.org
Wed Dec 22 12:39:13 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 734e0e4a2f27e39c0cb7a8369918da2ca6810449
Author: kov at webkit.org <kov at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Aug 26 19:14:03 2010 +0000

    2010-08-26  Gustavo Noronha Silva  <gustavo.noronha at collabora.co.uk>
    
            Reviewed by Martin Robinson.
    
            [GTK] Add HTTP caching support
            https://bugs.webkit.org/show_bug.cgi?id=44261
    
            Ignore new soup API that we decided to merge into the soup backend
            while it is being cooked. It follows the libsoup style, and will
            be removed from WebKit as soon as it is merged into libsoup.
    
            * Scripts/webkitpy/style/checker.py:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66120 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 5811ef3..bbc2693 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,16 @@
+2010-08-26  Gustavo Noronha Silva  <gustavo.noronha at collabora.co.uk>
+
+        Reviewed by Martin Robinson.
+
+        [GTK] Add HTTP caching support
+        https://bugs.webkit.org/show_bug.cgi?id=44261
+
+        Ignore new soup API that we decided to merge into the soup backend
+        while it is being cooked. It follows the libsoup style, and will
+        be removed from WebKit as soon as it is merged into libsoup.
+
+        * Scripts/webkitpy/style/checker.py:
+
 2010-08-26  Mahesh Kulkarni  <mahesh.kulkarni at nokia.com>
 
         Reviewed by Kenneth Rohde Christiansen.
diff --git a/WebKitTools/Scripts/webkitpy/style/checker.py b/WebKitTools/Scripts/webkitpy/style/checker.py
index ee33003..f8eefa4 100644
--- a/WebKitTools/Scripts/webkitpy/style/checker.py
+++ b/WebKitTools/Scripts/webkitpy/style/checker.py
@@ -212,6 +212,10 @@ _SKIPPED_FILES_WITH_WARNING = [
     "WebKit/qt/Api/",
     "WebKit/qt/tests/",
     "WebKit/qt/examples/",
+    # Soup API that is still being cooked, will be removed from WebKit
+    # in a few months when it is merged into soup proper. The style
+    # follows the libsoup style completely.
+    "WebCore/platform/network/soup/cache/",
     ]
 
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list