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

demarchi at webkit.org demarchi at webkit.org
Wed Dec 22 12:35:42 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 102b73ba414cac15f2a8552f0b0d35c57e6b79d3
Author: demarchi at webkit.org <demarchi at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Aug 25 20:27:56 2010 +0000

    2010-08-25  Jaehun Lim  <ljaehun.lim at samsung.com>
    
            Reviewed by Antonio Gomes.
    
            [EFL] enable libsoup's content decode feature
            https://bugs.webkit.org/show_bug.cgi?id=44147
    
            libsoup's content decode feature is enabled during initializaton.
    
            * ewk/ewk_main.cpp:
            (ewk_init):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66038 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/efl/ChangeLog b/WebKit/efl/ChangeLog
index df33029..e1ce89a 100644
--- a/WebKit/efl/ChangeLog
+++ b/WebKit/efl/ChangeLog
@@ -1,3 +1,15 @@
+2010-08-25  Jaehun Lim  <ljaehun.lim at samsung.com>
+
+        Reviewed by Antonio Gomes.
+
+        [EFL] enable libsoup's content decode feature
+        https://bugs.webkit.org/show_bug.cgi?id=44147
+
+        libsoup's content decode feature is enabled during initializaton.
+
+        * ewk/ewk_main.cpp:
+        (ewk_init):
+
 2010-08-25  Rafael Antognolli  <antognolli at profusion.mobi>
 
         Unreviewed build fix.
diff --git a/WebKit/efl/ewk/ewk_main.cpp b/WebKit/efl/ewk/ewk_main.cpp
index 5742766..1cd5e42 100644
--- a/WebKit/efl/ewk/ewk_main.cpp
+++ b/WebKit/efl/ewk/ewk_main.cpp
@@ -125,6 +125,7 @@ int ewk_init(void)
     if (1) {
         SoupSession* session = WebCore::ResourceHandle::defaultSession();
         soup_session_add_feature_by_type(session, SOUP_TYPE_CONTENT_SNIFFER);
+        soup_session_add_feature_by_type(session, SOUP_TYPE_CONTENT_DECODER);
     }
 #endif
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list