[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

mrobinson at webkit.org mrobinson at webkit.org
Fri Jan 21 15:02:38 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit a655a151e9c2438f60eac912554136acba0eef3c
Author: mrobinson at webkit.org <mrobinson at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Jan 6 18:21:27 2011 +0000

    2011-01-06  Martin Robinson  <mrobinson at igalia.com>
    
            Reviewed by Xan Lopez.
    
            [GTK] Enable blob support by default
            https://bugs.webkit.org/show_bug.cgi?id=51994
    
            * configure.ac: Enable Blob support by default.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75165 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/ChangeLog b/ChangeLog
index ee45908..b1929ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2011-01-06  Martin Robinson  <mrobinson at igalia.com>
+
+        Reviewed by Xan Lopez.
+
+        [GTK] Enable blob support by default
+        https://bugs.webkit.org/show_bug.cgi?id=51994
+
+        * configure.ac: Enable Blob support by default.
+
 2011-01-05  Patrick Gansterer  <paroga at webkit.org>
 
         Reviewed by Andreas Kling.
diff --git a/configure.ac b/configure.ac
index 1735d54..2b4472e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -663,8 +663,8 @@ AC_MSG_RESULT([$enable_web_timing])
 AC_MSG_CHECKING([whether to enable Blob support])
 AC_ARG_ENABLE(blob,
               AC_HELP_STRING([--enable-blob],
-                             [enable support for Blob [default=no]]),
-              [],[enable_blob="no"])
+                             [enable support for Blob [default=yes]]),
+              [],[enable_blob="yes"])
 AC_MSG_RESULT([$enable_blob])
 
 # check whether to enable Fast Mobile Scrolling support

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list