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

xan at webkit.org xan at webkit.org
Thu Apr 8 01:58:09 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 52d39f67a742c8c3b6c27db0424a1f19ac77e4bd
Author: xan at webkit.org <xan at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Feb 24 14:04:45 2010 +0000

    2010-02-24  Xan Lopez  <xlopez at igalia.com>
    
            Reviewed by Gustavo Noronha.
    
            Enable SharedWorkers by default, since that's been the default for
            a long time in our build-webkit configuration.
    
            * configure.ac:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55191 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/ChangeLog b/ChangeLog
index f8f927f..4461d4e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-02-24  Xan Lopez  <xlopez at igalia.com>
+
+        Reviewed by Gustavo Noronha.
+
+        Enable SharedWorkers by default, since that's been the default for
+        a long time in our build-webkit configuration.
+
+        * configure.ac:
+
 2010-02-23  James Choi  <jchoi42 at pha.jhu.edu>
 
         Add Solaris definitions
diff --git a/configure.ac b/configure.ac
index 898e5db..4e33249 100644
--- a/configure.ac
+++ b/configure.ac
@@ -463,8 +463,8 @@ AC_MSG_RESULT([$enable_wml])
 AC_MSG_CHECKING([whether to enable SharedWorkers support])
 AC_ARG_ENABLE(shared_workers,
               AC_HELP_STRING([--enable-shared-workers],
-                             [enable support for SharedWorkers [default=no]]),
-              [],[enable_shared_workers="no"])
+                             [enable support for SharedWorkers [default=yes]]),
+              [],[enable_shared_workers="yes"])
 AC_MSG_RESULT([$enable_shared_workers])
 
 # check whether to enable Web Workers support

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list